File tree Expand file tree Collapse file tree 10 files changed +192
-87
lines changed
create-fuels-counter-guide Expand file tree Collapse file tree 10 files changed +192
-87
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " create-fuels " : patch
3+ " @fuel-ts/abi-typegen " : patch
4+ " fuels " : patch
5+ ---
6+
7+ chore: upgraded various dependencies
Original file line number Diff line number Diff 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 : " /"
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments