Skip to content

Commit 9c91bd4

Browse files
chore: bump dependencies across samples and templates (#575)
- Updated peerDependencies and dependencies in various package.json files to newer versions, including: - react-router from ^7.13.1 to ^7.13.2 - @react-aria/toast from ^3.0.10 to ^3.0.11 - @opentelemetry packages to latest versions - i18next and react-i18next to latest versions - typescript and related packages to 6.0.2 - eslint and related packages to latest versions - Added "types": ["node"] to tsconfig.json files for better type resolution - Updated mockServiceWorker.js version to 2.12.14 in multiple locations - Added @types/node as a devDependency in several package.json files
1 parent 0442120 commit 9c91bd4

94 files changed

Lines changed: 5097 additions & 5808 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/fine-shirts-wish.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
"@squide/firefly-module-federation": patch
3+
"@squide/firefly-rsbuild-storybook": patch
4+
"@squide/firefly-rsbuild-configs": patch
5+
"@squide/firefly-webpack-configs": patch
6+
"@squide/launch-darkly": patch
7+
"@squide/react-router": patch
8+
"@squide/env-vars": patch
9+
"@squide/firefly": patch
10+
"@squide/i18next": patch
11+
"@squide/fakes": patch
12+
"@squide/core": patch
13+
"@squide/msw": patch
14+
---
15+
16+
Bump dependencies

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@
4646
"@changesets/changelog-github": "0.6.0",
4747
"@changesets/cli": "2.30.0",
4848
"@eslint/js": "9.39.2",
49-
"@types/node": "25.3.3",
50-
"@typescript-eslint/parser": "8.56.1",
51-
"@typescript/native-preview": "7.0.0-dev.20260303.1",
52-
"@workleap/eslint-configs": "1.1.13",
53-
"@workleap/typescript-configs": "3.0.7",
54-
"agent-browser": "0.15.2",
49+
"@types/node": "25.5.0",
50+
"@typescript-eslint/parser": "8.58.0",
51+
"@typescript/native-preview": "7.0.0-dev.20260331.1",
52+
"@workleap/eslint-configs": "2.0.1",
53+
"@workleap/typescript-configs": "4.0.0",
54+
"agent-browser": "0.23.4",
5555
"cross-env": "10.1.0",
5656
"eslint": "9.39.2",
57-
"pkg-pr-new": "0.0.65",
58-
"retypeapp": "4.1.0",
59-
"syncpack": "14.0.0",
60-
"turbo": "2.8.12",
61-
"typescript": "5.9.3",
57+
"pkg-pr-new": "0.0.66",
58+
"retypeapp": "4.4.0",
59+
"syncpack": "14.3.0",
60+
"turbo": "2.9.3",
61+
"typescript": "6.0.2",
6262
"typescript-eslint": "8.54.0"
6363
},
6464
"engines": {

packages/core/package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,25 +45,26 @@
4545
"react": "^18.0.0 || ^19.0.0"
4646
},
4747
"dependencies": {
48-
"@workleap/logging": "^1.3.6",
48+
"@workleap/logging": "^1.3.7",
4949
"eventemitter3": "^5.0.4",
50-
"memoize": "^10.2.0"
50+
"memoize": "^11.0.0"
5151
},
5252
"devDependencies": {
5353
"@eslint/js": "9.39.2",
54-
"@rsbuild/core": "1.7.3",
55-
"@rslib/core": "0.19.6",
54+
"@rsbuild/core": "1.7.5",
55+
"@rslib/core": "0.20.2",
56+
"@types/node": "25.5.0",
5657
"@types/react": "19.2.14",
57-
"@typescript-eslint/parser": "8.56.1",
58-
"@typescript/native-preview": "7.0.0-dev.20260303.1",
59-
"@vitejs/plugin-react": "5.1.4",
60-
"@workleap/eslint-configs": "1.1.13",
61-
"@workleap/rslib-configs": "1.1.7",
62-
"@workleap/typescript-configs": "3.0.7",
58+
"@typescript-eslint/parser": "8.58.0",
59+
"@typescript/native-preview": "7.0.0-dev.20260331.1",
60+
"@vitejs/plugin-react": "6.0.1",
61+
"@workleap/eslint-configs": "2.0.1",
62+
"@workleap/rslib-configs": "1.1.11",
63+
"@workleap/typescript-configs": "4.0.0",
6364
"eslint": "9.39.2",
64-
"typescript": "5.9.3",
65+
"typescript": "6.0.2",
6566
"typescript-eslint": "8.54.0",
66-
"vitest": "4.0.18"
67+
"vitest": "4.1.2"
6768
},
6869
"sideEffects": false
6970
}

packages/core/tsconfig.build.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"extends": "@workleap/typescript-configs/library.json",
3+
"compilerOptions": {
4+
"rootDir": "src"
5+
},
36
"include": ["src"],
47
"exclude": ["dist", "node_modules"]
58
}

packages/core/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"extends": "@workleap/typescript-configs/library.json",
33
"compilerOptions": {
44
"incremental": true,
5-
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
5+
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",
6+
"types": ["node"]
67
},
78
"exclude": ["dist", "node_modules"]
89
}

packages/env-vars/package.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,26 @@
3838
},
3939
"dependencies": {
4040
"@squide/core": "workspace:^",
41-
"@workleap/logging": "^1.3.6",
42-
"memoize": "^10.2.0"
41+
"@workleap/logging": "^1.3.7",
42+
"memoize": "^11.0.0"
4343
},
4444
"devDependencies": {
4545
"@eslint/js": "9.39.2",
46-
"@rsbuild/core": "1.7.3",
47-
"@rslib/core": "0.19.6",
46+
"@rsbuild/core": "1.7.5",
47+
"@rslib/core": "0.20.2",
48+
"@types/node": "25.5.0",
4849
"@types/react": "19.2.14",
49-
"@typescript-eslint/parser": "8.56.1",
50-
"@typescript/native-preview": "7.0.0-dev.20260303.1",
51-
"@vitejs/plugin-react": "5.1.4",
52-
"@workleap/eslint-configs": "1.1.13",
53-
"@workleap/rslib-configs": "1.1.7",
54-
"@workleap/typescript-configs": "3.0.7",
50+
"@typescript-eslint/parser": "8.58.0",
51+
"@typescript/native-preview": "7.0.0-dev.20260331.1",
52+
"@vitejs/plugin-react": "6.0.1",
53+
"@workleap/eslint-configs": "2.0.1",
54+
"@workleap/rslib-configs": "1.1.11",
55+
"@workleap/typescript-configs": "4.0.0",
5556
"eslint": "9.39.2",
56-
"happy-dom": "20.8.3",
57-
"typescript": "5.9.3",
57+
"happy-dom": "20.8.9",
58+
"typescript": "6.0.2",
5859
"typescript-eslint": "8.54.0",
59-
"vitest": "4.0.18"
60+
"vitest": "4.1.2"
6061
},
6162
"sideEffects": false
6263
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"extends": "@workleap/typescript-configs/library.json",
3+
"compilerOptions": {
4+
"rootDir": "src"
5+
},
36
"include": ["src"],
47
"exclude": ["dist", "node_modules"]
58
}

packages/env-vars/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"extends": "@workleap/typescript-configs/library.json",
33
"compilerOptions": {
44
"incremental": true,
5-
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
5+
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",
6+
"types": ["node"]
67
},
78
"exclude": ["dist", "node_modules"]
89
}

packages/fakes/package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,16 @@
3737
},
3838
"devDependencies": {
3939
"@eslint/js": "9.39.2",
40-
"@rsbuild/core": "1.7.3",
41-
"@rslib/core": "0.19.6",
42-
"@typescript-eslint/parser": "8.56.1",
43-
"@typescript/native-preview": "7.0.0-dev.20260303.1",
44-
"@workleap/eslint-configs": "1.1.13",
45-
"@workleap/rslib-configs": "1.1.7",
46-
"@workleap/typescript-configs": "3.0.7",
40+
"@rsbuild/core": "1.7.5",
41+
"@rslib/core": "0.20.2",
42+
"@types/node": "25.5.0",
43+
"@typescript-eslint/parser": "8.58.0",
44+
"@typescript/native-preview": "7.0.0-dev.20260331.1",
45+
"@workleap/eslint-configs": "2.0.1",
46+
"@workleap/rslib-configs": "1.1.11",
47+
"@workleap/typescript-configs": "4.0.0",
4748
"eslint": "9.39.2",
48-
"typescript": "5.9.3",
49+
"typescript": "6.0.2",
4950
"typescript-eslint": "8.54.0"
5051
},
5152
"sideEffects": false

packages/fakes/tsconfig.build.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"extends": "@workleap/typescript-configs/library.json",
3+
"compilerOptions": {
4+
"rootDir": "src"
5+
},
36
"include": ["src"],
47
"exclude": ["dist", "node_modules"]
58
}

0 commit comments

Comments
 (0)