From ebae2fb942da7699ef9b1c2c56fdc08d43b139ca Mon Sep 17 00:00:00 2001 From: James Sumners <321201+jsumners@users.noreply.github.com> Date: Sat, 13 Jul 2024 16:51:30 -0400 Subject: [PATCH] Merge `next` into `master` (#32) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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](https://github.com/tsdjs/tsd/compare/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] 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 * 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](https://github.com/tsdjs/tsd/compare/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] 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] Signed-off-by: Frazer Smith Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Frazer Smith * 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](https://github.com/tsdjs/tsd/compare/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] 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 * 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](https://github.com/tsdjs/tsd/compare/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] 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] Signed-off-by: Frazer Smith Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Frazer Smith --------- Signed-off-by: dependabot[bot] Signed-off-by: Frazer Smith Co-authored-by: Nicholas Rayburn <52075362+nrayburn-tech@users.noreply.github.com> Co-authored-by: Gürgün Dayıoğlu Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Frazer Smith --- .github/workflows/ci.yml | 3 ++- .github/workflows/package-manager-ci.yml | 2 +- .gitignore | 5 +---- package.json | 4 ++-- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b00276..bbfcb5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"]' diff --git a/.github/workflows/package-manager-ci.yml b/.github/workflows/package-manager-ci.yml index 89d450f..60b4e6a 100644 --- a/.github/workflows/package-manager-ci.yml +++ b/.github/workflows/package-manager-ci.yml @@ -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 diff --git a/.gitignore b/.gitignore index f5d2598..d8a5ca2 100644 --- a/.gitignore +++ b/.gitignore @@ -138,9 +138,6 @@ dist # macOS files .DS_Store -# Clinic -.clinic - # lock files bun.lockb package-lock.json @@ -151,5 +148,5 @@ yarn.lock .vscode .idea -#tap files +# tap files .tap/ diff --git a/package.json b/package.json index b4db572..9302e0d 100644 --- a/package.json +++ b/package.json @@ -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": [