Skip to content

Commit

Permalink
mk: upgrade to tslib 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoursunny committed Oct 16, 2024
1 parent c1f4a54 commit 4eb1f11
Show file tree
Hide file tree
Showing 41 changed files with 54 additions and 54 deletions.
6 changes: 3 additions & 3 deletions integ/browser-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"devDependencies": {
"@nodelib/fs.walk": "^2.0.0",
"@types/webpack": "^5.28.5",
"@zenfs/core": "1.0.5",
"@zenfs/core": "1.0.7",
"@zenfs/dom": "0.2.17",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.0",
"puppeteer": "^23.5.3",
"puppeteer": "^23.6.0",
"ts-loader": "^9.5.1",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"type-fest": "^4.26.1",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
Expand Down
4 changes: 2 additions & 2 deletions integ/cxx-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"@ndn/psync": "workspace:*",
"@ndn/tlv": "workspace:*",
"@ndn/util": "workspace:*",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
},
"devDependencies": {
"execa": "^9.4.0",
"execa": "^9.4.1",
"streaming-iterables": "^8.0.1"
}
}
2 changes: 1 addition & 1 deletion integ/nac-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"@ndn/packet": "workspace:*",
"@ndn/repo": "workspace:*",
"@ndn/util": "workspace:*",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
}
}
2 changes: 1 addition & 1 deletion integ/nfdmgmt-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"@ndn/cli-common": "workspace:*",
"@ndn/nfdmgmt": "workspace:*",
"@ndn/packet": "workspace:*",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
}
}
2 changes: 1 addition & 1 deletion integ/sync-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@ndn/repo": "workspace:*",
"@ndn/svs": "workspace:*",
"@ndn/util": "workspace:*",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"test": "vitest",
"typedoc": "bash mk/typedoc.sh"
},
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4",
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228",
"devDependencies": {
"@types/node": "^20.16.11",
"@types/wtfnode": "^0.7.3",
"@typescript/lib-dom": "npm:@types/web@0.0.170",
"@vitest/coverage-v8": "^2.1.2",
"@typescript/lib-dom": "npm:@types/web@0.0.172",
"@vitest/coverage-v8": "^2.1.3",
"@yoursunny/xo-config": "0.58.0",
"codedown": "^3.2.0",
"tslib": "^2.7.0",
"typedoc": "^0.26.9",
"codedown": "^3.2.1",
"tslib": "^2.8.0",
"typedoc": "^0.26.10",
"typescript": "~5.5.4",
"vitest": "^2.1.2"
"vitest": "^2.1.3"
},
"engines": {
"node": "^20.12.0 || ^22.0.0"
Expand Down
2 changes: 1 addition & 1 deletion pkg/autoconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@ndn/quic-transport": "workspace:*",
"@ndn/ws-transport": "workspace:*",
"default-gateway": "^7.2.2",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
},
"devDependencies": {
"@ndn/util": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion pkg/cat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@ndn/util": "workspace:*",
"stdout-stream": "^2.0.0",
"streaming-iterables": "^8.0.1",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/cli-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@ndn/util": "workspace:*",
"dotenv": "^16.4.5",
"env-var": "^7.5.0",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"wtfnode": "^0.9.3"
}
}
2 changes: 1 addition & 1 deletion pkg/dpdkmgmt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@ndn/packet": "workspace:*",
"graphql": "^16.9.0",
"graphql-request": "^6.1.0",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
},
"optionalDependencies": {
"memif": "0.0.20240119"
Expand Down
2 changes: 1 addition & 1 deletion pkg/endpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@ndn/packet": "workspace:*",
"@ndn/util": "workspace:*",
"streaming-iterables": "^8.0.1",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
},
"devDependencies": {
"@ndn/keychain": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions pkg/fileserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"@ndn/segmented-object": "workspace:*",
"@ndn/tlv": "workspace:*",
"@ndn/util": "workspace:*",
"@zenfs/core": "1.0.5",
"@zenfs/core": "1.0.7",
"mnemonist": "^0.39.8",
"obliterator": "^2.0.4",
"streaming-iterables": "^8.0.1",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
},
"devDependencies": {
"@ndn/endpoint": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion pkg/fw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"mnemonist": "^0.39.8",
"retry": "^0.13.1",
"streaming-iterables": "^8.0.1",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"typescript-event-target": "^1.1.1"
}
}
2 changes: 1 addition & 1 deletion pkg/keychain-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"nodemailer": "^6.9.15",
"prompts": "^2.4.2",
"stdout-stream": "^2.0.0",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/keychain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@yoursunny/webcrypto-ed25519": "0.0.20230624",
"idb-keyval": "^6.2.1",
"mnemonist": "^0.39.8",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"type-fest": "^4.26.1",
"wait-your-turn": "^1.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion pkg/l3face/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"p-event": "^6.0.1",
"retry": "^0.13.1",
"streaming-iterables": "^8.0.1",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"type-fest": "^4.26.1",
"typescript-event-target": "^1.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/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.7.0"
"tslib": "^2.8.0"
},
"devDependencies": {
"streaming-iterables": "^8.0.1"
Expand Down
2 changes: 1 addition & 1 deletion pkg/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.8",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"type-fest": "^4.26.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/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.7.0"
"tslib": "^2.8.0"
}
}
2 changes: 1 addition & 1 deletion pkg/naming-convention2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"@ndn/packet": "workspace:*",
"@ndn/tlv": "workspace:*",
"@ndn/util": "workspace:*",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
}
}
2 changes: 1 addition & 1 deletion pkg/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.7.0"
"tslib": "^2.8.0"
}
}
2 changes: 1 addition & 1 deletion pkg/ndncert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"imap-emails": "^1.0.4",
"nodemailer": "^6.9.15",
"p-timeout": "^6.1.2",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"type-fest": "^4.26.1",
"typescript-event-target": "^1.1.1"
},
Expand Down
4 changes: 2 additions & 2 deletions pkg/ndnsec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@ndn/tlv": "workspace:*",
"@ndn/util": "workspace:*",
"@yoursunny/asn1": "0.0.20200718",
"execa": "^9.4.0",
"tslib": "^2.7.0"
"execa": "^9.4.1",
"tslib": "^2.8.0"
}
}
2 changes: 1 addition & 1 deletion pkg/nfdmgmt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@ndn/tlv": "workspace:*",
"@ndn/util": "workspace:*",
"obliterator": "^2.0.4",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
},
"devDependencies": {
"@ndn/l3face": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion pkg/node-transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@ndn/l3face": "workspace:*",
"event-iterator": "^2.0.0",
"p-event": "^6.0.1",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"type-fest": "^4.26.1",
"url-format-lax": "^2.0.0",
"url-parse-lax": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion pkg/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.8",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"type-fest": "^4.26.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/psync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"obliterator": "^2.0.4",
"p-defer": "^4.0.1",
"pako": "^2.1.0",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"typescript-event-target": "^1.1.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions pkg/pyrepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@ndn/util": "workspace:*",
"p-defer": "^4.0.1",
"streaming-iterables": "^8.0.1",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"type-fest": "^4.26.1",
"typescript-event-target": "^1.1.1"
},
Expand All @@ -46,7 +46,7 @@
"@ndn/ndnsec": "workspace:^",
"@ndn/nfdmgmt": "workspace:^",
"@types/netmask": "^2.0.5",
"execa": "^9.4.0",
"execa": "^9.4.1",
"netmask": "^2.0.2"
}
}
2 changes: 1 addition & 1 deletion pkg/quic-transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"dependencies": {
"@ndn/l3face": "workspace:*",
"@ndn/util": "workspace:*",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
}
}
2 changes: 1 addition & 1 deletion pkg/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.7.0"
"tslib": "^2.8.0"
},
"devDependencies": {
"@ndn/fw": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion pkg/repo-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"p-defer": "^4.0.1",
"p-event": "^6.0.1",
"streaming-iterables": "^8.0.1",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"typescript-event-target": "^1.1.1",
"wait-your-turn": "^1.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion pkg/repo-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@ndn/util": "workspace:*",
"progress": "^2.0.3",
"streaming-iterables": "^8.0.1",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/repo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"level": "^8.0.1",
"memory-level": "^1.0.0",
"streaming-iterables": "^8.0.1",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"type-fest": "^4.26.1",
"typescript-event-target": "^1.1.1",
"wait-your-turn": "^1.0.1"
Expand Down
4 changes: 2 additions & 2 deletions pkg/segmented-object/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"@ndn/naming-convention2": "workspace:*",
"@ndn/packet": "workspace:*",
"@ndn/util": "workspace:*",
"@zenfs/core": "1.0.5",
"@zenfs/core": "1.0.7",
"it-keepalive": "^1.2.0",
"mnemonist": "^0.39.8",
"obliterator": "^2.0.4",
"p-defer": "^4.0.1",
"p-lazy": "^4.0.0",
"streaming-iterables": "^8.0.1",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"typescript-event-target": "^1.1.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/svs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@ndn/tlv": "workspace:*",
"@ndn/util": "workspace:*",
"streaming-iterables": "^8.0.1",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"type-fest": "^4.26.1",
"typescript-event-target": "^1.1.1",
"wait-your-turn": "^1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion pkg/sync-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@ndn/packet": "workspace:*",
"@ndn/util": "workspace:*",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"typescript-event-target": "^1.1.1"
}
}
2 changes: 1 addition & 1 deletion pkg/tlv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@ndn/util": "workspace:*",
"mnemonist": "^0.39.8",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"type-fest": "^4.26.1"
}
}
2 changes: 1 addition & 1 deletion pkg/trust-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@ndn/util": "workspace:*",
"mnemonist": "^0.39.8",
"obliterator": "^2.0.4",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"type-fest": "^4.26.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 4eb1f11

Please sign in to comment.