Skip to content

Commit

Permalink
Merge next into master (#32)
Browse files Browse the repository at this point in the history
* Updates for fastify v5 (#21)

* Update dependabot to ignore major tap versions

* Update ci workflows to use newer version (#28)

* Update tap to version 18 (#29)

* workflows: update and pin node versions (#31)

* chore(deps-dev): bump tsd from 0.29.0 to 0.30.0 (#24)

Bumps [tsd](https://github.com/tsdjs/tsd) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/tsdjs/tsd/releases)
- [Commits](tsdjs/tsd@v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: tsd
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* docs(readme): repoint disclosure badge to fastify security policy (#25)

* chore(package): fix repository url (#26)

Signed-off-by: Frazer Smith <frazer.dev@outlook.com>

* chore(.gitignore): add .tap/ dir (#27)

* chore(deps-dev): bump tsd from 0.30.7 to 0.31.0 (#30)

Bumps [tsd](https://github.com/tsdjs/tsd) from 0.30.7 to 0.31.0.
- [Release notes](https://github.com/tsdjs/tsd/releases)
- [Commits](tsdjs/tsd@v0.30.7...v0.31.0)

---
updated-dependencies:
- dependency-name: tsd
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update workflow and pin node versions

* update ci

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Frazer Smith <frazer.dev@outlook.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frazer Smith <frazer.dev@outlook.com>

* Updates for fastify v5 (#21)

* Update dependabot to ignore major tap versions

* Update ci workflows to use newer version (#28)

* Update tap to version 18 (#29)

* workflows: update and pin node versions (#31)

* chore(deps-dev): bump tsd from 0.29.0 to 0.30.0 (#24)

Bumps [tsd](https://github.com/tsdjs/tsd) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/tsdjs/tsd/releases)
- [Commits](tsdjs/tsd@v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: tsd
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* docs(readme): repoint disclosure badge to fastify security policy (#25)

* chore(package): fix repository url (#26)

Signed-off-by: Frazer Smith <frazer.dev@outlook.com>

* chore(.gitignore): add .tap/ dir (#27)

* chore(deps-dev): bump tsd from 0.30.7 to 0.31.0 (#30)

Bumps [tsd](https://github.com/tsdjs/tsd) from 0.30.7 to 0.31.0.
- [Release notes](https://github.com/tsdjs/tsd/releases)
- [Commits](tsdjs/tsd@v0.30.7...v0.31.0)

---
updated-dependencies:
- dependency-name: tsd
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update workflow and pin node versions

* update ci

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Frazer Smith <frazer.dev@outlook.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frazer Smith <frazer.dev@outlook.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Frazer Smith <frazer.dev@outlook.com>
Co-authored-by: Nicholas Rayburn <52075362+nrayburn-tech@users.noreply.github.com>
Co-authored-by: Gürgün Dayıoğlu <hey@gurgun.day>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frazer Smith <frazer.dev@outlook.com>
  • Loading branch information
5 people authored Jul 13, 2024
1 parent 48edd51 commit ebae2fb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.2.1
with:
license-check: true
lint: true
node-versions: '["16", "18", "20", "22"]'
2 changes: 1 addition & 1 deletion .github/workflows/package-manager-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci-package-manager.yml@v3
uses: fastify/workflows/.github/workflows/plugins-ci-package-manager.yml@v4.2.1
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@ dist
# macOS files
.DS_Store

# Clinic
.clinic

# lock files
bun.lockb
package-lock.json
Expand All @@ -151,5 +148,5 @@ yarn.lock
.vscode
.idea

#tap files
# tap files
.tap/
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"url": "git+https://github.com/fastify/fast-content-type-parse.git"
},
"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
"@fastify/pre-commit": "^2.1.0",
"benchmark": "^2.1.4",
"busboy": "^1.6.0",
"content-type": "^1.0.4",
"standard": "^17.0.0",
"tap": "^16.3.2",
"tap": "^19.2.5",
"tsd": "^0.31.0"
},
"pre-commit": [
Expand Down

0 comments on commit ebae2fb

Please sign in to comment.