Skip to content

Commit

Permalink
Merge next into master (#253)
Browse files Browse the repository at this point in the history
* Upgrade for fastify 5 (#243)

* Upgrade for fastify 5 (#243)

---------

Co-authored-by: Cristian Barlutiu <cristian.barlutiu@gmail.com>
  • Loading branch information
jsumners and synapse committed Jul 18, 2024
1 parent 5e86086 commit 0f3c03b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.1.0
with:
license-check: true
9 changes: 3 additions & 6 deletions .taprc
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
100: true
ts: false
jsx: false
flow: false
coverage: true
check-coverage: true
disable-coverage: true
plugin:
- "!@tapjs/typescript"
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint:fix": "standard --fix | snazzy",
"test": "npm run lint && npm run unit && npm run typescript",
"test:ci": "npm run lint && npm run coverage && npm run typescript",
"unit": "tap -J \"test/*.test.js\"",
"unit": "tap",
"unit:report": "npm run unit -- --coverage-report=html",
"unit:verbose": "npm run unit -- -Rspec",
"typescript": "tsd"
Expand All @@ -37,17 +37,17 @@
},
"homepage": "https://github.com/fastify/fastify-helmet#readme",
"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
"@types/node": "^20.1.2",
"fastify": "^4.7.0",
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^20.11.30",
"fastify": "^5.0.0-alpha.3",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"tap": "^16.0.0",
"standard": "^17.1.0",
"tap": "^18.7.1",
"tsd": "^0.31.0"
},
"dependencies": {
"fastify-plugin": "^4.2.1",
"helmet": "^7.0.0"
"fastify-plugin": "^5.0.0-pre.fv5.1",
"helmet": "^7.1.0"
},
"tsd": {
"directory": "test/types"
Expand Down

0 comments on commit 0f3c03b

Please sign in to comment.