Skip to content

Commit

Permalink
mk: upgrade to tslib 2.5 and Vitest 0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
yoursunny committed Jul 15, 2023
1 parent be6cf82 commit bca4e80
Show file tree
Hide file tree
Showing 40 changed files with 59 additions and 58 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,15 @@ jobs:
fqdn: ndnts-nightly.ndn.today
env:
GH_PAT: ${{ secrets.NIGHTLY_ACCESS_TOKEN }}
- uses: nwtgck/actions-netlify@v2
- uses: nwtgck/actions-netlify@30aa80fe8d5eec30813fc8b17b77e0a6663f09b5
with:
publish-dir: ./docs/
publish-dir: ./docs/html/
production-deploy: true
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: ${{ github.sha }} ${{ github.run_id }}
enable-pull-request-comment: false
enable-commit-comment: false
enable-commit-status: false
enable-github-deployment: false
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions integ/browser-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"@types/webpack": "^5.28.1",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.5.3",
"puppeteer": "^20.7.3",
"ts-loader": "^9.4.3",
"tslib": "^2.5.3",
"webpack": "^5.88.0",
"puppeteer": "^20.8.2",
"ts-loader": "^9.4.4",
"tslib": "^2.6.0",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
Expand Down
2 changes: 1 addition & 1 deletion integ/cxx-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@ndn/sync": "workspace:*",
"@ndn/tlv": "workspace:*",
"@ndn/util": "workspace:*",
"tslib": "^2.5.3"
"tslib": "^2.6.0"
},
"devDependencies": {
"execa": "^7.1.1"
Expand Down
2 changes: 1 addition & 1 deletion integ/nac-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@ndn/repo": "workspace:*",
"@ndn/util": "workspace:*",
"memdown": "^6.1.1",
"tslib": "^2.5.3"
"tslib": "^2.6.0"
},
"devDependencies": {
"@types/memdown": "^3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion integ/sync-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"@ndn/util": "workspace:*",
"@types/memdown": "^3.0.1",
"memdown": "^6.1.1",
"tslib": "^2.5.3"
"tslib": "^2.6.0"
}
}
2 changes: 1 addition & 1 deletion mk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"split2": "^4.2.0"
},
"dependencies": {
"compare-versions": "6.0.0-rc.1"
"compare-versions": "6.0.0"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"test": "vitest",
"typedoc": "bash mk/typedoc.sh"
},
"packageManager": "[email protected].4",
"packageManager": "[email protected].7",
"devDependencies": {
"@types/node": "^20.3.1",
"@types/node": "^20.4.2",
"@types/wtfnode": "^0.7.0",
"@typescript/lib-dom": "npm:@types/[email protected].102",
"@vitest/coverage-v8": "^0.32.2",
"@typescript/lib-dom": "npm:@types/[email protected].107",
"@vitest/coverage-v8": "^0.33.0",
"@yoursunny/xo-config": "0.54.0",
"codedown": "^2.2.0",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"typedoc": "^0.24.8",
"typescript": "~5.1.3",
"vitest": "^0.32.2",
"typescript": "~5.1.6",
"vitest": "^0.33.0",
"wtfnode": "^0.9.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/autoconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"default-gateway": "^7.2.2",
"hirestime": "^7.0.3",
"node-fetch": "^3.3.1",
"tslib": "^2.5.3"
"tslib": "^2.6.0"
},
"devDependencies": {
"@ndn/util": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/cat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@ndn/rdr": "workspace:*",
"@ndn/segmented-object": "workspace:*",
"@ndn/util": "workspace:*",
"it-pushable": "^3.1.3",
"it-pushable": "^3.2.1",
"stdout-stream": "^2.0.0",
"streaming-iterables": "^7.1.0",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@ndn/util": "workspace:*",
"@strattadb/environment": "^8.0.2",
"dotenv": "^16.3.1",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"wtfnode": "^0.9.1"
}
}
2 changes: 1 addition & 1 deletion packages/dpdkmgmt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@ndn/packet": "workspace:*",
"graphql": "^16.7.1",
"graphql-request": "^6.1.0",
"tslib": "^2.5.3"
"tslib": "^2.6.0"
},
"optionalDependencies": {
"memif": "0.0.20220425"
Expand Down
4 changes: 2 additions & 2 deletions packages/endpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"@ndn/packet": "workspace:*",
"@ndn/util": "workspace:*",
"applymixins": "^1.1.0",
"it-pushable": "^3.1.3",
"it-pushable": "^3.2.1",
"streaming-iterables": "^7.1.0",
"tslib": "^2.5.3"
"tslib": "^2.6.0"
},
"devDependencies": {
"@ndn/keychain": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/fileserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"@ndn/rdr": "workspace:*",
"@ndn/tlv": "workspace:*",
"@ndn/util": "workspace:*",
"tslib": "^2.5.3"
"tslib": "^2.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/fw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"@ndn/util": "workspace:*",
"@types/retry": "^0.12.2",
"hirestime": "^7.0.3",
"it-pushable": "^3.1.3",
"it-pushable": "^3.2.1",
"mnemonist": "^0.39.5",
"retry": "^0.13.1",
"streaming-iterables": "^7.1.0",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"typed-emitter": "^2.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/keychain-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"nodemailer": "^6.9.3",
"prompts": "^2.4.2",
"stdout-stream": "^2.0.0",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/keychain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"idb-keyval": "^6.2.1",
"mnemonist": "^0.39.5",
"throat": "^6.0.2",
"tslib": "^2.5.3"
"tslib": "^2.6.0"
},
"devDependencies": {
"@types/b64-lite": "^1.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/l3face/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"@ndn/tlv": "workspace:*",
"@ndn/util": "workspace:*",
"abortable-iterator": "^5.0.1",
"it-pushable": "^3.1.3",
"it-pushable": "^3.2.1",
"p-event": "^6.0.0",
"retry": "^0.13.1",
"streaming-iterables": "^7.1.0",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"typed-emitter": "^2.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@ndn/tlv": "workspace:*",
"@ndn/util": "workspace:*",
"it-keepalive": "^1.2.0",
"tslib": "^2.5.3"
"tslib": "^2.6.0"
},
"devDependencies": {
"streaming-iterables": "^7.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/nac/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@ndn/util": "workspace:*",
"@yoursunny/asn1": "0.0.20200718",
"mnemonist": "^0.39.5",
"tslib": "^2.5.3"
"tslib": "^2.6.0"
},
"devDependencies": {
"@ndn/repo": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/naming-convention1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"dependencies": {
"@ndn/packet": "workspace:*",
"@ndn/tlv": "workspace:*",
"tslib": "^2.5.3"
"tslib": "^2.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/naming-convention2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"dependencies": {
"@ndn/packet": "workspace:*",
"@ndn/tlv": "workspace:*",
"tslib": "^2.5.3"
"tslib": "^2.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/ndn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"types": "lib/mod.d.ts"
},
"dependencies": {
"tslib": "^2.5.3"
"tslib": "^2.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/ndncert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"imap-emails": "^1.0.4",
"nodemailer": "^6.9.3",
"p-timeout": "^6.1.2",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"typed-emitter": "^2.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ndnsec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@yoursunny/asn1": "0.0.20200718",
"execa": "^7.1.1",
"throat": "^6.0.2",
"tslib": "^2.5.3"
"tslib": "^2.6.0"
},
"devDependencies": {
"@types/tmp": "^0.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/nfdmgmt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@ndn/tlv": "workspace:*",
"@ndn/util": "workspace:*",
"obliterator": "^2.0.4",
"tslib": "^2.5.3"
"tslib": "^2.6.0"
},
"devDependencies": {
"@ndn/l3face": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@ndn/l3face": "workspace:*",
"event-iterator": "^2.0.0",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"url-format-lax": "^2.0.0",
"url-parse-lax": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/packet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@ndn/util": "workspace:*",
"buffer-compare": "^1.1.1",
"mnemonist": "^0.39.5",
"tslib": "^2.5.3"
"tslib": "^2.6.0"
},
"devDependencies": {
"@types/buffer-compare": "^0.0.30"
Expand Down
2 changes: 1 addition & 1 deletion packages/quic-transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
},
"dependencies": {
"@ndn/l3face": "workspace:*",
"tslib": "^2.5.3"
"tslib": "^2.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/rdr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@ndn/naming-convention2": "workspace:*",
"@ndn/packet": "workspace:*",
"@ndn/tlv": "workspace:*",
"tslib": "^2.5.3"
"tslib": "^2.6.0"
},
"devDependencies": {
"@ndn/keychain": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/repo-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"@ndn/rdr": "workspace:*",
"duplexify": "^4.1.2",
"is-stream": "^3.0.0",
"it-pushable": "^3.1.3",
"it-pushable": "^3.2.1",
"p-defer": "^4.0.0",
"streaming-iterables": "^7.1.0",
"throat": "^6.0.2",
"tslib": "^2.5.3"
"tslib": "^2.6.0"
},
"devDependencies": {
"@ndn/node-transport": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/repo-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"leveldown": "^6.1.1",
"progress": "^2.0.3",
"streaming-iterables": "^7.1.0",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/repo-external/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"@ndn/tlv": "workspace:*",
"@ndn/util": "workspace:*",
"it-keepalive": "^1.2.0",
"it-pushable": "^3.1.3",
"it-pushable": "^3.2.1",
"p-defer": "^4.0.0",
"streaming-iterables": "^7.1.0",
"throat": "^6.0.2",
"tslib": "^2.5.3"
"tslib": "^2.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/repo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"levelup": "^5.1.1",
"streaming-iterables": "^7.1.0",
"throat": "^6.0.2",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"typed-emitter": "^2.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/segmented-object/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"p-defer": "^4.0.0",
"p-lazy": "^4.0.0",
"streaming-iterables": "^7.1.0",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"typed-emitter": "^2.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"p-defer": "^4.0.0",
"pako": "^2.1.0",
"streaming-iterables": "^7.1.0",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"typed-emitter": "^2.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tlv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"dependencies": {
"@ndn/util": "workspace:*",
"mnemonist": "^0.39.5",
"tslib": "^2.5.3"
"tslib": "^2.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/trust-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@ndn/packet": "workspace:*",
"@ndn/util": "workspace:*",
"mnemonist": "^0.39.5",
"tslib": "^2.5.3"
"tslib": "^2.6.0"
},
"devDependencies": {
"@ndn/repo": "workspace:*",
Expand Down
Loading

0 comments on commit bca4e80

Please sign in to comment.