Skip to content

Commit f254f3a

Browse files
chore: upgraded various dependencies (#3723)
* chore: bumped `eslint-plugin-react-hooks` * chore: bump `eslint-plugin-jsdoc` * chore: bump `eslint-config-prettier` * chore: bump `eslint-config-airbnb-typescript` * chore: upgrade commander * chore: upgrade `chokidar` * changeset * chore: added dependency ignores * fix dependabot * fix dependabot * downgrade chokidar * fix lock
1 parent 4b122dc commit f254f3a

File tree

10 files changed

+192
-87
lines changed

10 files changed

+192
-87
lines changed

.changeset/eight-dots-collect.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"create-fuels": patch
3+
"@fuel-ts/abi-typegen": patch
4+
"fuels": patch
5+
---
6+
7+
chore: upgraded various dependencies

.github/dependabot.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,30 @@ updates:
2424
applies-to: "version-updates"
2525
update-types:
2626
- "patch"
27+
ignore:
28+
# As of v6.0, ora is ESM only
29+
# https://github.com/sindresorhus/ora/releases/tag/v6.0.0
30+
# Blocked by: https://github.com/FuelLabs/fuels-ts/issues/3447
31+
- dependency-name: "ora"
32+
update-types:
33+
- "version-update:semver-major"
34+
35+
# https://github.com/FuelLabs/fuels-ts/issues/2666
36+
- dependency-name: "tsup"
37+
update-types:
38+
- "version-update:semver-major"
39+
- "version-update:semver-minor"
40+
41+
# https://github.com/FuelLabs/fuels-ts/issues/3724
42+
- dependency-name: "eslint"
43+
update-types:
44+
- "version-update:semver-major"
45+
- dependency-name: "@typescript-eslint/eslint-plugin"
46+
update-types:
47+
- "version-update:semver-major"
48+
- dependency-name: "@typescript-eslint/parser"
49+
update-types:
50+
- "version-update:semver-major"
2751

2852
- package-ecosystem: "github-actions"
2953
directory: "/"

apps/create-fuels-counter-guide/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/react-dom": "19.0.3",
3636
"autoprefixer": "10.4.20",
3737
"eslint": "8.57.0",
38-
"eslint-plugin-react-hooks": "4.6.2",
38+
"eslint-plugin-react-hooks": "5.1.0",
3939
"eslint-plugin-react-refresh": "0.4.19",
4040
"globals": "15.14.0",
4141
"postcss": "8.5.3",

apps/demo-react-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@typescript-eslint/parser": "6.21.0",
2424
"@vitejs/plugin-react": "4.3.4",
2525
"eslint": "8.57.0",
26-
"eslint-plugin-react-hooks": "4.6.2",
26+
"eslint-plugin-react-hooks": "5.1.0",
2727
"eslint-plugin-react-refresh": "0.4.19",
2828
"typescript": "5.7.3",
2929
"vite": "6.1.0"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@
9191
"coverage-diff": "3.2.0",
9292
"eslint": "8.57.0",
9393
"eslint-config-airbnb-base": "15.0.0",
94-
"eslint-config-airbnb-typescript": "17.1.0",
95-
"eslint-config-prettier": "9.1.0",
94+
"eslint-config-airbnb-typescript": "18.0.0",
95+
"eslint-config-prettier": "10.0.1",
9696
"eslint-plugin-eslint-comments": "3.2.0",
9797
"eslint-plugin-import": "2.31.0",
98-
"eslint-plugin-jsdoc": "46.8.2",
98+
"eslint-plugin-jsdoc": "50.6.3",
9999
"eslint-plugin-jsx-a11y": "6.10.2",
100100
"eslint-plugin-prettier": "5.2.3",
101101
"eslint-plugin-react": "7.37.4",
102-
"eslint-plugin-react-hooks": "4.6.2",
102+
"eslint-plugin-react-hooks": "5.1.0",
103103
"eslint-plugin-tsdoc": "0.3.0",
104104
"glob": "10.4.5",
105105
"knip": "5.43.6",

packages/abi-typegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@fuel-ts/errors": "workspace:*",
5656
"@fuel-ts/utils": "workspace:*",
5757
"@fuel-ts/versions": "workspace:*",
58-
"commander": "12.1.0",
58+
"commander": "13.1.0",
5959
"glob": "10.4.5",
6060
"handlebars": "4.7.8",
6161
"mkdirp": "3.0.1",

packages/create-fuels/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@fuel-ts/versions": "workspace:*",
2626
"@iarna/toml": "2.2.5",
2727
"chalk": "4",
28-
"commander": "12.1.0",
28+
"commander": "13.1.0",
2929
"ora": "5.4.1",
3030
"prompts": "2.4.2"
3131
},

packages/fuels/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"bundle-require": "5.1.0",
8181
"chalk": "4",
8282
"chokidar": "3.6.0",
83-
"commander": "12.1.0",
83+
"commander": "13.1.0",
8484
"esbuild": "0.25.0",
8585
"glob": "10.4.5",
8686
"handlebars": "4.7.8",

0 commit comments

Comments
 (0)