Skip to content

Commit 0cd341f

Browse files
fix(deps): update all non-major dependencies (#1983)
* fix(deps): update all non-major dependencies * Fix tests --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
1 parent 62cb6dd commit 0cd341f

36 files changed

Lines changed: 1925 additions & 1746 deletions

File tree

extension/jest.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ module.exports = {
66
'\\.css$': '<rootDir>/test/__mocks__/styleMock.js',
77
},
88
transformIgnorePatterns: [
9-
'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|@x0k/json-schema-merge|chalk|color|d3|dateformat|delaunator|internmap|jsondiffpatch|lodash-es|nanoid|robust-predicates|uuid)',
9+
'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|@x0k/json-schema-merge|chalk|color|d3|dateformat|delaunator|internmap|jsondiffpatch|js-tokens|lodash-es|nanoid|robust-predicates|uuid)',
1010
],
1111
};

extension/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@
4848
"redux-persist": "^6.0.0"
4949
},
5050
"devDependencies": {
51-
"@babel/core": "^7.28.5",
52-
"@babel/preset-env": "^7.28.5",
51+
"@babel/core": "^7.28.6",
52+
"@babel/preset-env": "^7.28.6",
5353
"@babel/preset-react": "^7.28.5",
5454
"@babel/preset-typescript": "^7.28.5",
55-
"@babel/register": "^7.28.3",
55+
"@babel/register": "^7.28.6",
5656
"@testing-library/dom": "^10.4.1",
5757
"@testing-library/jest-dom": "^6.9.1",
5858
"@testing-library/react": "^16.3.1",
59-
"@types/chrome": "^0.1.32",
59+
"@types/chrome": "^0.1.33",
6060
"@types/lodash-es": "^4.17.12",
61-
"@types/react": "^19.2.7",
61+
"@types/react": "^19.2.8",
6262
"@types/react-dom": "^19.2.3",
6363
"chromedriver": "^126.0.5",
6464
"cross-env": "^10.1.0",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@babel/core": "^7.28.5",
4+
"@babel/core": "^7.28.6",
55
"@changesets/cli": "^2.29.8",
66
"@eslint/js": "^9.39.2",
77
"eslint": "^9.39.2",
88
"eslint-config-prettier": "^10.1.8",
9-
"eslint-plugin-jest": "^29.11.0",
9+
"eslint-plugin-jest": "^29.12.1",
1010
"eslint-plugin-react": "^7.37.5",
1111
"eslint-plugin-react-hooks": "^7.0.1",
1212
"jest": "^30.2.0",
13-
"prettier": "3.7.4",
13+
"prettier": "3.8.0",
1414
"typescript": "~5.9.3",
15-
"typescript-eslint": "^8.50.1"
15+
"typescript-eslint": "^8.53.0"
1616
},
1717
"scripts": {
1818
"format": "prettier --write .",
@@ -23,5 +23,5 @@
2323
"clean:all": "pnpm --recursive run clean",
2424
"release": "pnpm build:all && pnpm publish -r"
2525
},
26-
"packageManager": "pnpm@10.26.2"
26+
"packageManager": "pnpm@10.28.0"
2727
}

packages/d3-state-visualizer/examples/tree/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"map2tree": "workspace:^"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "^7.28.5",
33-
"@babel/preset-env": "^7.28.5",
32+
"@babel/core": "^7.28.6",
33+
"@babel/preset-env": "^7.28.6",
3434
"@babel/preset-typescript": "^7.28.5",
35-
"@types/node": "^24.10.4",
35+
"@types/node": "^24.10.9",
3636
"babel-loader": "^10.0.0",
3737
"cross-env": "^10.1.0",
3838
"fork-ts-checker-webpack-plugin": "^9.1.0",
@@ -41,6 +41,6 @@
4141
"typescript": "~5.9.3",
4242
"webpack": "^5.104.1",
4343
"webpack-cli": "^6.0.1",
44-
"webpack-dev-server": "^5.2.2"
44+
"webpack-dev-server": "^5.2.3"
4545
}
4646
}

packages/react-base16-styling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"prepublish": "pnpm run lint && pnpm run test"
3737
},
3838
"dependencies": {
39-
"@types/lodash": "^4.17.21",
39+
"@types/lodash": "^4.17.23",
4040
"color": "^5.0.3",
4141
"csstype": "^3.2.3",
4242
"lodash-es": "^4.17.22"

packages/react-dock/demo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"react-is": "^19.2.3"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "^7.28.5",
23-
"@babel/preset-env": "^7.28.5",
22+
"@babel/core": "^7.28.6",
23+
"@babel/preset-env": "^7.28.6",
2424
"@babel/preset-react": "^7.28.5",
2525
"@babel/preset-typescript": "^7.28.5",
26-
"@types/node": "^24.10.4",
27-
"@types/react": "^19.2.7",
26+
"@types/node": "^24.10.9",
27+
"@types/react": "^19.2.8",
2828
"@types/react-dom": "^19.2.3",
2929
"babel-loader": "^10.0.0",
3030
"cross-env": "^10.1.0",
@@ -34,6 +34,6 @@
3434
"typescript": "~5.9.3",
3535
"webpack": "^5.104.1",
3636
"webpack-cli": "^6.0.1",
37-
"webpack-dev-server": "^5.2.2"
37+
"webpack-dev-server": "^5.2.3"
3838
}
3939
}

packages/react-dock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"lodash-es": "^4.17.22"
4040
},
4141
"devDependencies": {
42-
"@types/react": "^19.2.7",
42+
"@types/react": "^19.2.8",
4343
"react": "^19.2.3",
4444
"rimraf": "^6.1.2",
4545
"typescript": "~5.9.3"

packages/react-json-tree/examples/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"react-json-tree": "workspace:^"
2727
},
2828
"devDependencies": {
29-
"@babel/core": "^7.28.5",
30-
"@babel/preset-env": "^7.28.5",
29+
"@babel/core": "^7.28.6",
30+
"@babel/preset-env": "^7.28.6",
3131
"@babel/preset-react": "^7.28.5",
3232
"@babel/preset-typescript": "^7.28.5",
33-
"@types/node": "^24.10.4",
34-
"@types/react": "^19.2.7",
33+
"@types/node": "^24.10.9",
34+
"@types/react": "^19.2.8",
3535
"@types/react-dom": "^19.2.3",
3636
"babel-loader": "^10.0.0",
3737
"cross-env": "^10.1.0",
@@ -41,6 +41,6 @@
4141
"typescript": "~5.9.3",
4242
"webpack": "^5.104.1",
4343
"webpack-cli": "^6.0.1",
44-
"webpack-dev-server": "^5.2.2"
44+
"webpack-dev-server": "^5.2.3"
4545
}
4646
}

packages/react-json-tree/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
"prepublish": "pnpm run lint && pnpm run test"
4141
},
4242
"dependencies": {
43-
"@types/lodash": "^4.17.21",
43+
"@types/lodash": "^4.17.23",
4444
"react-base16-styling": "workspace:^"
4545
},
4646
"devDependencies": {
4747
"@types/jest": "^30.0.0",
48-
"@types/react": "^19.2.7",
48+
"@types/react": "^19.2.8",
4949
"jest": "^30.2.0",
5050
"react": "^19.2.3",
5151
"rimraf": "^6.1.2",

packages/redux-devtools-app-core/jest.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ module.exports = {
1010
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
1111
},
1212
transformIgnorePatterns: [
13-
'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|@x0k/json-schema-merge|chalk|color|d3|dateformat|delaunator|internmap|jsondiffpatch|lodash-es|nanoid|robust-predicates|uuid)',
13+
'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|@x0k/json-schema-merge|chalk|color|d3|dateformat|delaunator|internmap|jsondiffpatch|js-tokens|lodash-es|nanoid|robust-predicates|uuid)',
1414
],
1515
};

0 commit comments

Comments
 (0)