Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Sep 24, 2024
1 parent 4398090 commit 211bac6
Show file tree
Hide file tree
Showing 14 changed files with 1,174 additions and 989 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.1/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"extends": ["@hugomrdias/configs/biome"]
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"docs": "typedoc --out docs --plugin typedoc-plugin-missing-exports"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "1.9.2",
"@hugomrdias/configs": "workspace:^",
"depcheck": "^1.4.7",
"simple-git-hooks": "^2.11.0",
"typedoc": "^0.26.5",
"typedoc": "^0.26.7",
"typedoc-plugin-missing-exports": "^3.0.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec biome check --no-errors-on-unmatched --files-ignore-unknown=true --staged"
Expand Down
12 changes: 6 additions & 6 deletions packages/iso-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@
"bigint-mod-arith": "^3.3.1"
},
"devDependencies": {
"@scure/base": "^1.1.7",
"@scure/base": "^1.1.9",
"@types/assert": "^1.5.10",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.11",
"@types/mocha": "^10.0.8",
"@types/node": "^22.5.5",
"assert": "^2.1.0",
"micro-bmark": "^0.3.1",
"mocha": "^10.7.0",
"playwright-test": "^14.1.1",
"typescript": "5.5.4"
"mocha": "^10.7.3",
"playwright-test": "^14.1.6",
"typescript": "5.6.2"
},
"publishConfig": {
"provenance": true
Expand Down
18 changes: 9 additions & 9 deletions packages/iso-did/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,19 @@
"did-resolver": "^4.1.0",
"iso-base": "workspace:^",
"iso-web": "workspace:^",
"multiformats": "^13.2.0"
"multiformats": "^13.3.0"
},
"devDependencies": {
"@noble/hashes": "^1.3.3",
"@noble/hashes": "^1.5.0",
"@types/assert": "^1.5.10",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.11",
"@types/mocha": "^10.0.8",
"@types/node": "^22.5.5",
"assert": "^2.1.0",
"mocha": "^10.7.0",
"msw": "^2.3.3",
"playwright-test": "^14.1.1",
"type-fest": "^4.23.0",
"typescript": "5.5.4"
"mocha": "^10.7.3",
"msw": "2.4.3",
"playwright-test": "^14.1.6",
"type-fest": "^4.26.1",
"typescript": "5.6.2"
},
"publishConfig": {
"provenance": true
Expand Down
2 changes: 1 addition & 1 deletion packages/iso-did/test/mocks/mockServiceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* - Please do NOT serve this file on production.
*/

const PACKAGE_VERSION = '2.3.3'
const PACKAGE_VERSION = '2.4.3'
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()
Expand Down
18 changes: 9 additions & 9 deletions packages/iso-filecoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,23 +96,23 @@
},
"dependencies": {
"@ipld/dag-cbor": "^9.2.1",
"@noble/curves": "^1.4.2",
"@noble/hashes": "^1.3.3",
"@scure/bip32": "^1.3.3",
"@scure/bip39": "^1.2.1",
"@noble/curves": "^1.6.0",
"@noble/hashes": "^1.5.0",
"@scure/bip32": "^1.5.0",
"@scure/bip39": "^1.4.0",
"bignumber.js": "^9.1.2",
"iso-base": "workspace:^",
"iso-web": "workspace:^",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/assert": "^1.5.10",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.11",
"@types/mocha": "^10.0.8",
"@types/node": "^22.5.5",
"assert": "^2.1.0",
"mocha": "^10.7.0",
"playwright-test": "^14.1.1",
"typescript": "5.5.4"
"mocha": "^10.7.3",
"playwright-test": "^14.1.6",
"typescript": "5.6.2"
},
"publishConfig": {
"provenance": true
Expand Down
8 changes: 4 additions & 4 deletions packages/iso-kv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.11",
"@types/node": "^20.14.11",
"better-sqlite3": "^11.1.2",
"@types/node": "^22.5.5",
"better-sqlite3": "^11.3.0",
"delay": "^6.0.0",
"playwright-test": "^14.1.1",
"playwright-test": "^14.1.6",
"quick-lru": "^7.0.0",
"tempy": "^3.1.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"publishConfig": {
"provenance": true
Expand Down
16 changes: 8 additions & 8 deletions packages/iso-passkeys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,20 @@
},
"dependencies": {
"@noble/ed25519": "^2.0.0",
"@peculiar/asn1-ecc": "^2.3.8",
"@peculiar/asn1-schema": "^2.3.8",
"cbor-x": "^1.5.8",
"@peculiar/asn1-ecc": "^2.3.14",
"@peculiar/asn1-schema": "^2.3.13",
"cbor-x": "^1.6.0",
"iso-base": "workspace:^",
"iso-did": "workspace:^"
},
"devDependencies": {
"@types/assert": "^1.5.10",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.11",
"@types/mocha": "^10.0.8",
"@types/node": "^22.5.5",
"assert": "^2.1.0",
"mocha": "^10.7.0",
"playwright-test": "^14.1.1",
"typescript": "5.5.4"
"mocha": "^10.7.3",
"playwright-test": "^14.1.6",
"typescript": "5.6.2"
},
"publishConfig": {
"provenance": true
Expand Down
12 changes: 6 additions & 6 deletions packages/iso-signatures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@
},
"devDependencies": {
"@types/assert": "^1.5.10",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.11",
"@types/mocha": "^10.0.8",
"@types/node": "^22.5.5",
"assert": "^2.1.0",
"mocha": "^10.7.0",
"playwright-test": "^14.1.1",
"type-fest": "^4.23.0",
"typescript": "5.5.4"
"mocha": "^10.7.3",
"playwright-test": "^14.1.6",
"type-fest": "^4.26.1",
"typescript": "5.6.2"
},
"publishConfig": {
"provenance": true
Expand Down
10 changes: 5 additions & 5 deletions packages/iso-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/node": "^20.14.11",
"msw": "^2.3.3",
"playwright-test": "^14.1.1",
"type-fest": "^4.23.0",
"typescript": "5.5.4"
"@types/node": "^22.5.5",
"msw": "2.4.3",
"playwright-test": "^14.1.6",
"type-fest": "^4.26.1",
"typescript": "5.6.2"
},
"publishConfig": {
"provenance": true
Expand Down
4 changes: 2 additions & 2 deletions packages/iso-web/src/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export class HttpError extends RequestError {
constructor(options) {
const msg = `HttpError: ${options.response.status} - ${options.response.statusText}`

super(msg, options)
super(msg)

this.code = options.response?.status ?? 0
this.response = options.response
Expand Down Expand Up @@ -245,7 +245,7 @@ export async function request(resource, options = {}) {
const response = await (retry
? pRetry(
async () => {
const rsp = await fetch(resource)
const rsp = await fetch(request)
if (!rsp.ok) {
// Delay if needed using Retry-After header
const delayValue = calculateRetryAfter(rsp)
Expand Down
2 changes: 1 addition & 1 deletion packages/iso-web/test/mocks/mockServiceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* - Please do NOT serve this file on production.
*/

const PACKAGE_VERSION = '2.3.3'
const PACKAGE_VERSION = '2.4.3'
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()
Expand Down
12 changes: 6 additions & 6 deletions packages/iso-websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@
"test:browser": "playwright-test 'test/**/!(*.node).test.js' --assets test/mocks"
},
"dependencies": {
"debug": "^4.3.5",
"debug": "^4.3.7",
"retry": "^0.13.1",
"typescript-event-target": "^1.1.0",
"unws": "^0.2.4",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/node": "^20.14.11",
"@types/node": "^22.5.5",
"@types/retry": "^0.12.5",
"@types/ws": "^8.5.11",
"@types/ws": "^8.5.12",
"delay": "^6.0.0",
"p-defer": "^4.0.0",
"playwright-test": "^14.1.1",
"type-fest": "^4.23.0",
"typescript": "5.5.4"
"playwright-test": "^14.1.6",
"type-fest": "^4.26.1",
"typescript": "5.6.2"
},
"publishConfig": {
"provenance": true
Expand Down
Loading

0 comments on commit 211bac6

Please sign in to comment.