Skip to content

Commit e3b2a9f

Browse files
claude[bot]github-actions[bot]patricklafrance
authored
chore: update dependencies 2026-05-12 (#81)
* chore: update dependencies * chore(tsconfig): add "types" option to compilerOptions in tsconfig files --------- Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: patrick.lafrance <pa.lafrance@gmail.com>
1 parent 496190b commit e3b2a9f

9 files changed

Lines changed: 1047 additions & 1485 deletions

File tree

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@
3232
"update-outdated-deps:fix-pkg-json": "eslint --fix --no-cache --no-ignore package.json **/package.json"
3333
},
3434
"devDependencies": {
35-
"@changesets/changelog-github": "0.6.0",
36-
"@changesets/cli": "2.30.0",
35+
"@changesets/changelog-github": "0.7.0",
36+
"@changesets/cli": "2.31.0",
3737
"@eslint/js": "9.39.2",
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",
42-
"@workleap/typescript-configs": "3.0.7",
43-
"agent-browser": "0.23.4",
38+
"@types/node": "25.7.0",
39+
"@typescript-eslint/parser": "8.59.3",
40+
"@typescript/native-preview": "7.0.0-dev.20260512.1",
41+
"@workleap/eslint-configs": "2.0.2",
42+
"@workleap/typescript-configs": "4.0.0",
43+
"agent-browser": "0.27.0",
4444
"eslint": "9.39.2",
45-
"pkg-pr-new": "0.0.66",
46-
"prettier": "3.8.1",
47-
"retypeapp": "4.4.0",
48-
"syncpack": "14.3.0",
49-
"turbo": "2.9.2",
50-
"typescript-eslint": "8.58.0"
45+
"pkg-pr-new": "0.0.71",
46+
"prettier": "3.8.3",
47+
"retypeapp": "4.5.3",
48+
"syncpack": "15.1.2",
49+
"turbo": "2.9.12",
50+
"typescript-eslint": "8.59.3"
5151
},
5252
"engines": {
5353
"node": ">=24.0.0",

packages/logging/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@
3535
},
3636
"devDependencies": {
3737
"@eslint/js": "9.39.2",
38-
"@rsbuild/core": "1.7.5",
39-
"@rslib/core": "0.20.2",
40-
"@typescript-eslint/parser": "8.58.0",
41-
"@typescript/native-preview": "7.0.0-dev.20260331.1",
42-
"@workleap/eslint-configs": "1.1.15",
43-
"@workleap/rslib-configs": "1.1.9",
44-
"@workleap/typescript-configs": "3.0.7",
38+
"@rsbuild/core": "2.0.5",
39+
"@rslib/core": "0.21.4",
40+
"@typescript-eslint/parser": "8.59.3",
41+
"@typescript/native-preview": "7.0.0-dev.20260512.1",
42+
"@workleap/eslint-configs": "2.0.2",
43+
"@workleap/rslib-configs": "1.1.12",
44+
"@workleap/typescript-configs": "4.0.0",
4545
"eslint": "9.39.2",
46-
"typescript-eslint": "8.58.0",
47-
"vitest": "4.1.2"
46+
"typescript-eslint": "8.59.3",
47+
"vitest": "4.1.6"
4848
},
4949
"sideEffects": false
5050
}

packages/logging/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "@workleap/typescript-configs/library.json",
33
"compilerOptions": {
4+
"types": ["node"],
45
"incremental": true,
56
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
67
},

patches/logrocket@12.1.0.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

pnpm-lock.yaml

Lines changed: 1009 additions & 1434 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,3 @@ onlyBuiltDependencies:
99
- esbuild
1010
- geckodriver
1111
- protobufjs
12-
13-
patchedDependencies:
14-
logrocket@12.1.0: patches/logrocket@12.1.0.patch

samples/web/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@
1313
},
1414
"dependencies": {
1515
"@workleap/logging": "workspace:*",
16-
"logrocket": "12.1.0",
17-
"react": "19.2.4",
18-
"react-dom": "19.2.4"
16+
"logrocket": "12.1.1",
17+
"react": "19.2.6",
18+
"react-dom": "19.2.6"
1919
},
2020
"devDependencies": {
2121
"@eslint/js": "9.39.2",
22-
"@rsbuild/core": "1.7.5",
23-
"@rspack/core": "1.7.11",
22+
"@rsbuild/core": "2.0.5",
23+
"@rspack/core": "2.0.3",
2424
"@types/react": "19.2.14",
2525
"@types/react-dom": "19.2.3",
26-
"@typescript-eslint/parser": "8.58.0",
27-
"@typescript/native-preview": "7.0.0-dev.20260331.1",
28-
"@workleap/browserslist-config": "2.1.7",
29-
"@workleap/eslint-configs": "1.1.15",
30-
"@workleap/rsbuild-configs": "3.2.4",
31-
"@workleap/typescript-configs": "3.0.7",
26+
"@typescript-eslint/parser": "8.59.3",
27+
"@typescript/native-preview": "7.0.0-dev.20260512.1",
28+
"@workleap/browserslist-config": "2.1.8",
29+
"@workleap/eslint-configs": "2.0.2",
30+
"@workleap/rsbuild-configs": "3.2.7",
31+
"@workleap/typescript-configs": "4.0.0",
3232
"browserslist": "4.28.2",
3333
"eslint": "9.39.2",
34-
"typescript-eslint": "8.58.0"
34+
"typescript-eslint": "8.59.3"
3535
}
3636
}

samples/web/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "@workleap/typescript-configs/web-application.json",
33
"compilerOptions": {
4+
"types": ["node"],
45
"incremental": true,
56
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",
67
},

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "@workleap/typescript-configs/monorepo-workspace.json",
33
"compilerOptions": {
4+
"types": ["node"],
45
"incremental": true,
56
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",
67
},

0 commit comments

Comments
 (0)