Skip to content

Commit 2b7e1b8

Browse files
fix(deps): update all non-major dependencies (#1894)
* fix(deps): update all non-major dependencies * Format * Dedupe --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <[email protected]>
1 parent 119864c commit 2b7e1b8

File tree

27 files changed

+801
-521
lines changed

27 files changed

+801
-521
lines changed

extension/docs/API/Arguments.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ _number_ - maximum stack trace frames to be stored (in case `trace` option was p
5151
_boolean_ or _object_ which contains:
5252

5353
- **options** `object or boolean`:
54-
5554
- `undefined` - will use regular `JSON.stringify` to send data (it's the fast mode).
5655
- `false` - will handle also circular references.
5756
- `true` - will handle also date, regex, undefined, primitives, error objects, symbols, maps, sets and functions.

extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
"esbuild": "^0.25.5",
6767
"globals": "^16.2.0",
6868
"immutable": "^5.1.3",
69-
"jest": "^30.0.0",
70-
"jest-environment-jsdom": "^30.0.0",
69+
"jest": "^30.0.2",
70+
"jest-environment-jsdom": "^30.0.2",
7171
"pug": "^3.0.3",
7272
"rimraf": "^6.0.1",
7373
"selenium-webdriver": "^4.33.0",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
"private": true,
33
"devDependencies": {
44
"@babel/core": "^7.27.4",
5-
"@changesets/cli": "^2.29.4",
5+
"@changesets/cli": "^2.29.5",
66
"@eslint/compat": "^1.3.0",
77
"@eslint/js": "^9.29.0",
88
"eslint": "^9.29.0",
99
"eslint-config-prettier": "^10.1.5",
10-
"eslint-plugin-jest": "^29.0.0",
10+
"eslint-plugin-jest": "^29.0.1",
1111
"eslint-plugin-react": "^7.37.5",
1212
"eslint-plugin-react-hooks": "^5.2.0",
13-
"jest": "^30.0.0",
14-
"prettier": "3.5.3",
13+
"jest": "^30.0.2",
14+
"prettier": "3.6.0",
1515
"typescript": "~5.8.3",
16-
"typescript-eslint": "^8.34.1"
16+
"typescript-eslint": "^8.35.0"
1717
},
1818
"scripts": {
1919
"format": "prettier --write .",
@@ -24,5 +24,5 @@
2424
"clean:all": "pnpm --recursive run clean",
2525
"release": "pnpm build:all && pnpm publish -r"
2626
},
27-
"packageManager": "[email protected].1"
27+
"packageManager": "[email protected].3"
2828
}

packages/d3-state-visualizer/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
### Major Changes
1818

1919
- b323f77d: Upgrade D3
20-
2120
- Remove UMD build.
2221
- Split `style` option into `chartStyles`, `nodeStyleOptions`, `textStyleOptions`, and `linkStyles`.
2322
- The shape of the argument passed to the `onClickText` option has been updated.

packages/d3-state-visualizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"d3tooltip": "workspace:^",
4343
"deepmerge": "^4.3.1",
4444
"map2tree": "workspace:^",
45-
"ramda": "^0.30.1"
45+
"ramda": "^0.31.3"
4646
},
4747
"devDependencies": {
4848
"@types/ramda": "^0.30.2",

packages/d3tooltip/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
### Major Changes
1818

1919
- b323f77d: Upgrade D3
20-
2120
- Remove UMD build.
2221
- Upgrade d3 peer dependency from v3 to v7.
2322
- Remove `attr` configuration method.

packages/map2tree/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/jest": "^30.0.0",
4444
"@types/lodash-es": "^4.17.12",
4545
"immutable": "^5.1.3",
46-
"jest": "^30.0.0",
46+
"jest": "^30.0.2",
4747
"rimraf": "^6.0.1",
4848
"ts-jest": "^29.4.0",
4949
"typescript": "~5.8.3"

packages/react-base16-styling/package.json

Lines changed: 3 additions & 3 deletions
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.17",
39+
"@types/lodash": "^4.17.18",
4040
"color": "^5.0.0",
4141
"csstype": "^3.1.3",
4242
"lodash-es": "^4.17.21"
@@ -45,8 +45,8 @@
4545
"@types/color": "^4.2.0",
4646
"@types/jest": "^30.0.0",
4747
"@types/lodash-es": "^4.17.12",
48-
"jest": "^30.0.0",
49-
"jest-environment-jsdom": "^30.0.0",
48+
"jest": "^30.0.2",
49+
"jest-environment-jsdom": "^30.0.2",
5050
"rimraf": "^6.0.1",
5151
"ts-jest": "^29.4.0",
5252
"typescript": "~5.8.3"

packages/react-dock/src/autoprefix.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ const prefixes = ['Moz', 'Webkit', 'ms', 'O'];
3939
function prefixProp<Value>(key: string, value: Value) {
4040
return prefixes.reduce<{ [key: string]: Value }>(
4141
(obj, pre) => (
42-
(obj[pre + key[0].toUpperCase() + key.substr(1)] = value), obj
42+
(obj[pre + key[0].toUpperCase() + key.substr(1)] = value),
43+
obj
4344
),
4445
{},
4546
);

packages/react-json-tree/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
### Major Changes
2323

2424
- 81926f32: Remove UNSAFE method from react-json-tree
25-
2625
- Replace `shouldExpandNode` with `shouldExpandNodeInitially`. This function is now only called when a node in the tree is first rendered, when before it would update the expanded state of the node if the results of calling `shouldExpandNode` changed between renders. There is no way to replicate the old behavior exactly, but the new behavior is the intended behavior for the use cases within Redux DevTools. Please open an issue if you need a way to programatically control the expanded state of nodes.
2726
- Bump the minimum React version from `16.3.0` to `16.8.0` so that `react-json-tree` can use hooks.
2827
- Tightened TypeScript prop types to use `unknown` instead of `any` where possible and make the key path array `readonly`.

0 commit comments

Comments
 (0)