Skip to content

Commit

Permalink
chore: upgrade NPM package versions (#3688)
Browse files Browse the repository at this point in the history
* chore: bump versions

* chore: bump minor + patch versions

* chore: fix build error

* chore: revert upgrades to typedocs

* chore: download markdown lint

* chore: ensure we kill the lint-md-links api process

* chore: bump vitest

* changeset

* chore: fix deprecated type

* bump vitest coverage

* allow vitest to filter projects

* readded configs

* fxi knip
  • Loading branch information
petertonysmith94 authored Feb 11, 2025
1 parent 5b7a38e commit 6eb113c
Show file tree
Hide file tree
Showing 27 changed files with 4,948 additions and 2,890 deletions.
13 changes: 13 additions & 0 deletions .changeset/healthy-mayflies-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"create-fuels": patch
"@fuel-ts/abi-coder": patch
"@fuel-ts/account": patch
"@fuel-ts/address": patch
"@fuel-ts/crypto": patch
"@fuel-ts/hasher": patch
"@fuel-ts/logger": patch
"fuels": patch
"@fuel-ts/utils": patch
---

chore: upgrade NPM package versions
6 changes: 4 additions & 2 deletions .knip.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"entry": [
"apps/docs/src/versions.data.ts",
"apps/docs/src/guide/types/snippets/numbers/for-u8-u16-and-u32-2.ts"
"apps/docs/src/guide/types/snippets/numbers/for-u8-u16-and-u32-2.ts",
"vitest.*"
],
"ignore": [".github/**"],
"ignoreBinaries": ["forc"],
Expand All @@ -24,6 +25,7 @@
"markdown-link-check",
"ts-generator",
"vitepress-plugin-search",
"vue"
"vue",
"@vitest/coverage-v8"
]
}
26 changes: 13 additions & 13 deletions apps/create-fuels-counter-guide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,31 @@
"dependencies": {
"@fuels/connectors": "0.36.1",
"@fuels/react": "0.36.1",
"@tanstack/react-query": "5.55.4",
"@tanstack/react-query": "5.66.0",
"clsx": "2.1.1",
"dotenv": "16.4.5",
"dotenv": "16.4.7",
"fuels": "workspace:*",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-toastify": "10.0.6"
},
"devDependencies": {
"@vitejs/plugin-react": "4.3.3",
"@eslint/js": "9.10.0",
"@types/node": "22.5.5",
"@playwright/test": "1.49.1",
"@vitejs/plugin-react": "4.3.4",
"@eslint/js": "9.20.0",
"@types/node": "22.13.1",
"@playwright/test": "1.50.1",
"@types/react": "18.3.11",
"@types/react-dom": "18.3",
"autoprefixer": "10.4.20",
"eslint": "8.57.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.13",
"globals": "15.9.0",
"postcss": "8.4.49",
"eslint-plugin-react-refresh": "0.4.19",
"globals": "15.14.0",
"postcss": "8.5.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"typescript-eslint": "8.8.0",
"vite": "5.4.9",
"vitest": "2.0.5"
"typescript": "5.7.3",
"typescript-eslint": "8.23.0",
"vite": "5.4.12",
"vitest": "2.1.9"
}
}
2 changes: 1 addition & 1 deletion apps/demo-bun-fuels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"fuels": "workspace:*"
},
"devDependencies": {
"bun": "1.1.31"
"bun": "1.2.2"
}
}
6 changes: 3 additions & 3 deletions apps/demo-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"@fuels/vm-asm": "0.58.2",
"@types/node": "22.5.5",
"@types/node": "22.13.1",
"@types/react-dom": "18.3",
"@types/react": "18.3.11",
"fuels": "workspace:*",
"next": "14.2.15",
"next": "14.2.23",
"react-dom": "18.3.1",
"react": "18.3.1",
"typescript": "5.6.3"
"typescript": "5.7.3"
}
}
8 changes: 4 additions & 4 deletions apps/demo-react-cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"private": true,
"dependencies": {
"@fuels/vm-asm": "0.58.2",
"@testing-library/react": "16.0.1",
"@types/node": "22.5.5",
"@testing-library/react": "16.2.0",
"@types/node": "22.13.1",
"@types/react": "18.3.11",
"@types/react-dom": "18.3",
"eslint-config-react-app": "7.0.1",
"fuels": "workspace:*",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-scripts": "5.0.1",
"typescript": "5.6.3",
"typescript": "5.7.3",
"web-vitals": "2.1.4"
},
"scripts": {
Expand Down Expand Up @@ -42,6 +42,6 @@
]
},
"devDependencies": {
"@types/jest": "29.5.13"
"@types/jest": "29.5.14"
}
}
8 changes: 4 additions & 4 deletions apps/demo-react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"@types/react-dom": "18.3",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-react": "4.3.3",
"@vitejs/plugin-react": "4.3.4",
"eslint": "8.57.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.13",
"typescript": "5.6.3",
"vite": "5.4.9"
"eslint-plugin-react-refresh": "0.4.19",
"typescript": "5.7.3",
"vite": "5.4.12"
}
}
10 changes: 5 additions & 5 deletions apps/demo-wallet-sdk-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"dependencies": {
"@fuels/connectors": "0.36.1",
"@fuels/react": "0.36.1",
"@tanstack/react-query": "5.55.4",
"@tanstack/react-query": "5.66.0",
"fuels": "workspace:*",
"next": "14.2.15",
"next": "14.2.23",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "22.5.5",
"@types/node": "22.13.1",
"@types/react": "18.3.11",
"@types/react-dom": "18.3",
"eslint": "8.57.0",
"eslint-config-next": "14.2.15",
"postcss": "8.4.49",
"postcss": "8.5.1",
"postcss-load-config": "6.0.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3"
"typescript": "5.7.3"
}
}
8 changes: 4 additions & 4 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"@fuel-ts/errors": "workspace:*",
"@fuel-ts/versions": "workspace:*",
"fuels": "workspace:*",
"ethers": "6.13.2"
"ethers": "6.13.5"
},
"devDependencies": {
"@types/markdown-it": "14.1.2",
"glob": "10.4.5",
"markdown-it": "14.1.0",
"nodemon": "3.1.7",
"nodemon": "3.1.9",
"vitepress-plugin-search": "1.0.4-alpha.22",
"vitepress": "1.3.4",
"vue": "3.5.12"
"vitepress": "1.6.3",
"vue": "3.5.13"
}
}
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@
"knip:fix": "knip --fix",
"depsync:lint": "syncpack list-mismatches",
"depsync:fix": "syncpack fix-mismatches",
"test": "vitest --run --coverage --config vitest.node.config.mts $(scripts/tests-find.sh --node)",
"test:node": "vitest --run --coverage --config vitest.node.config.mts $(scripts/tests-find.sh --node)",
"test:browser": "vitest --run --coverage --config vitest.browser.config.mts $(scripts/tests-find.sh --browser)",
"test": "vitest --run --coverage --config vitest.node.config.mts --project node $(scripts/tests-find.sh --node)",
"test:node": "vitest --run --coverage --config vitest.node.config.mts --project node $(scripts/tests-find.sh --node)",
"test:browser": "vitest --run --coverage --config vitest.browser.config.mts --project browser $(scripts/tests-find.sh --browser)",
"test:all": "run-p test:node test:browser",
"test:filter": "vitest --run --coverage false --config vitest.node.config.mts",
"test:filter": "vitest --run --coverage false --config vitest.node.config.mts --project node",
"test:coverage-merge": "tsx ./scripts/tests-coverage-merge.ts",
"test:coverage-diff": "tsx ./scripts/tests-coverage-diff.ts",
"test:watch": "vitest --watch --config vitest.node.config.mts $(scripts/tests-find.sh --node)",
"test:watch": "vitest --watch --config vitest.node.config.mts --project node $(scripts/tests-find.sh --node)",
"test:validate": "./scripts/tests-validate.sh",
"test:browser:filter": "vitest --run --coverage false --config vitest.browser.config.mts",
"test:e2e": "vitest --run --config vitest.node.config.mts $(scripts/tests-find.sh --e2e)",
"test:integration": "vitest --run --config vitest.node.config.mts $(scripts/tests-find.sh --integration)",
"test:browser:filter": "vitest --run --coverage false --config vitest.browser.config.mts --project node",
"test:e2e": "vitest --run --config vitest.node.config.mts --project node $(scripts/tests-find.sh --e2e)",
"test:integration": "vitest --run --config vitest.node.config.mts --project node $(scripts/tests-find.sh --integration)",
"test:forc": "turbo run test:forc",
"test:network": "vitest --run --config vitest.node.config.mts $(scripts/tests-find.sh --network)",
"test:network": "vitest --run --config vitest.node.config.mts --project node $(scripts/tests-find.sh --network)",
"lint": "run-s type:check-tests lint:check prettier:check type:check",
"lint:check": "eslint . --ext .ts --max-warnings 0",
"lint:fix": "pnpm lint:check --fix",
Expand Down Expand Up @@ -68,60 +68,60 @@
},
"homepage": "https://github.com/FuelLabs/fuels-ts#readme",
"devDependencies": {
"@actions/core": "1.10.1",
"@actions/core": "1.11.1",
"@actions/github": "6.0.0",
"@changesets/cli": "2.27.9",
"@changesets/cli": "2.27.12",
"@changesets/get-github-info": "0.6.0",
"@changesets/read": "0.6.1",
"@changesets/read": "0.6.2",
"@changesets/types": "6.0.0",
"@fuel-ts/utils": "workspace:*",
"@internal/forc": "workspace:*",
"@internal/fuel-core": "workspace:*",
"@internal/tsup": "workspace:*",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@playwright/test": "1.49.1",
"@types/node": "22.5.5",
"@types/node-fetch": "2.6.11",
"@types/web": "0.0.174",
"@playwright/test": "1.50.1",
"@types/node": "22.13.1",
"@types/node-fetch": "2.6.12",
"@types/web": "0.0.202",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.21.0",
"@vitest/browser": "2.0.5",
"@vitest/coverage-istanbul": "2.0.5",
"@vitest/browser": "2.1.9",
"@vitest/coverage-istanbul": "2.1.9",
"compare-versions": "6.1.1",
"coverage-diff": "3.2.0",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsdoc": "46.8.2",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-tsdoc": "0.3.0",
"glob": "10.4.5",
"knip": "5.41.1",
"knip": "5.43.6",
"markdown-link-check": "3.12.2",
"memfs": "4.14.0",
"nodemon": "3.1.7",
"memfs": "4.17.0",
"nodemon": "3.1.9",
"npm-run-all": "4.1.5",
"nyc": "17.1.0",
"open": "10.1.0",
"prettier": "3.3.3",
"prettier": "3.5.0",
"rimraf": "5.0.10",
"syncpack": "12.3.3",
"ts-generator": "0.1.1",
"tsup": "6.7.0",
"tsx": "4.19.1",
"turbo": "2.1.2",
"typescript": "5.6.3",
"vite": "5.4.9",
"vite-plugin-json5": "1.1.2",
"vite-plugin-node-polyfills": "0.22.0",
"tsx": "4.19.2",
"turbo": "2.4.0",
"typescript": "5.7.3",
"vite": "5.4.12",
"vite-plugin-json5": "1.1.6",
"vite-plugin-node-polyfills": "0.23.0",
"vite-plugin-plain-text": "1.4.2",
"vitest": "2.0.5"
"vitest": "2.1.9"
},
"pnpm": {
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion packages/abi-coder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"@fuel-ts/hasher": "workspace:*",
"@fuel-ts/math": "workspace:*",
"@fuel-ts/utils": "workspace:*",
"type-fest": "4.26.1"
"type-fest": "4.34.1"
}
}
12 changes: 6 additions & 6 deletions packages/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"@fuel-ts/utils": "workspace:*",
"@fuel-ts/versions": "workspace:*",
"@fuels/vm-asm": "0.58.2",
"@noble/curves": "1.6.0",
"@noble/curves": "1.8.1",
"events": "3.3.0",
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-request": "6.1.0",
"graphql-tag": "2.12.6",
"ramda": "0.30.1"
Expand All @@ -70,12 +70,12 @@
"@fuel-ts/hasher": "workspace:*",
"@fuel-ts/math": "workspace:*",
"@fuel-ts/utils": "workspace:*",
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/typescript": "4.0.9",
"@graphql-codegen/cli": "5.0.4",
"@graphql-codegen/typescript": "4.1.3",
"@graphql-codegen/typescript-generic-sdk": "4.0.1",
"@graphql-codegen/typescript-operations": "4.2.3",
"@graphql-codegen/typescript-operations": "4.4.1",
"@types/ramda": "0.30.2",
"get-graphql-schema": "2.1.2",
"type-fest": "4.26.1"
"type-fest": "4.34.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ describe('TransactionSummary', () => {
receipts,
gqlTransactionStatus: status,
maxInputs,
// @ts-expect-error This is not defined..
gasCosts,
abiMap: {},
maxGasPerTx,
Expand Down
2 changes: 1 addition & 1 deletion packages/address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"@fuel-ts/crypto": "workspace:*",
"@fuel-ts/errors": "workspace:*",
"@fuel-ts/utils": "workspace:*",
"@noble/hashes": "1.5.0"
"@noble/hashes": "1.7.1"
}
}
2 changes: 1 addition & 1 deletion packages/create-fuels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"prompts": "2.4.2"
},
"devDependencies": {
"@types/prompts": "2.4.8",
"@types/prompts": "2.4.9",
"glob": "10.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"dependencies": {
"@fuel-ts/errors": "workspace:*",
"@fuel-ts/utils": "workspace:*",
"@noble/hashes": "1.5.0"
"@noble/hashes": "1.7.1"
}
}
Loading

0 comments on commit 6eb113c

Please sign in to comment.