Skip to content

Commit ec08fef

Browse files
chore(web): update dependencies in package.json (#74)
* chore(web): update dependencies in package.json - Updated @rsbuild/core from 1.7.3 to 1.7.5 for improved build performance. - Updated @rspack/core from 1.7.8 to 1.7.11 to incorporate recent bug fixes and enhancements. - Updated @typescript-eslint/parser from 8.57.0 to 8.58.0 for better TypeScript support. - Updated @typescript/native-preview from 7.0.0-dev.20260310.1 to 7.0.0-dev.20260331.1 for the latest features. - Updated @workleap/eslint-configs from 1.1.14 to 1.1.15 for updated linting rules. - Updated @workleap/rsbuild-configs from 3.2.3 to 3.2.4 for configuration improvements. - Updated browserslist from 4.28.1 to 4.28.2 to ensure compatibility with the latest browser versions. - Updated typescript-eslint from 8.57.0 to 8.58.0 for enhanced TypeScript linting capabilities. Additionally, created a new changeset file to document the patch update for "@workleap/logging" and to summarize the updated dependencies. * chore: update project dependencies to latest versions for improved security and performance
1 parent 1b07b41 commit ec08fef

3 files changed

Lines changed: 324 additions & 257 deletions

File tree

.changeset/afraid-hairs-fly.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@workleap/logging": patch
3+
---
4+
5+
Updated dependencies

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@
3535
"@changesets/changelog-github": "0.6.0",
3636
"@changesets/cli": "2.30.0",
3737
"@eslint/js": "9.39.2",
38-
"@types/node": "25.4.0",
39-
"@typescript-eslint/parser": "8.57.0",
40-
"@typescript/native-preview": "7.0.0-dev.20260310.1",
41-
"@workleap/eslint-configs": "1.1.14",
38+
"@types/node": "25.5.0",
39+
"@typescript-eslint/parser": "8.58.0",
40+
"@typescript/native-preview": "7.0.0-dev.20260331.1",
41+
"@workleap/eslint-configs": "1.1.15",
4242
"@workleap/typescript-configs": "3.0.7",
43-
"agent-browser": "0.15.1",
43+
"agent-browser": "0.23.4",
4444
"eslint": "9.39.2",
45-
"pkg-pr-new": "0.0.65",
45+
"pkg-pr-new": "0.0.66",
4646
"prettier": "3.8.1",
47-
"retypeapp": "4.1.0",
48-
"syncpack": "14.2.0",
49-
"turbo": "2.8.15",
50-
"typescript-eslint": "8.57.0"
47+
"retypeapp": "4.4.0",
48+
"syncpack": "14.3.0",
49+
"turbo": "2.9.2",
50+
"typescript-eslint": "8.58.0"
5151
},
5252
"engines": {
5353
"node": ">=24.0.0",

0 commit comments

Comments
 (0)