Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge next into master #32

Merged
merged 12 commits into from
Jul 13, 2024
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