Skip to content

Commit 573ee99

Browse files
Chore: Bump all library dependencies (#4956)
1 parent ceb7fe3 commit 573ee99

54 files changed

Lines changed: 10509 additions & 8846 deletions

Some content is hidden

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

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ should change the heading of the (upcoming) version to include a major version b
1616
1717
-->
1818

19-
# 6.2.6
19+
# 6.3.0
2020

2121
## @rjsf/antd
2222

@@ -68,6 +68,7 @@ should change the heading of the (upcoming) version to include a major version b
6868

6969
- Updated References sample in playground to demonstrate `ui:definitions` feature ([#4947](https://github.com/rjsf-team/react-jsonschema-form/pull/4947))
7070
- Added documentation for `ui:definitions` in `uiSchema.md` and `definitions.md` ([#4947](https://github.com/rjsf-team/react-jsonschema-form/pull/4947))
71+
- Updated the libraries via the `npm run bump-all-libraries` command, fixing new lint errors and updating the snapshots due to fixes in the theme libraries
7172

7273
# 6.2.5
7374

package-lock.json

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

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -31,60 +31,60 @@
3131
"license": "Apache-2.0",
3232
"homepage": "https://github.com/rjsf-team/react-jsonschema-form",
3333
"devDependencies": {
34-
"@babel/cli": "^7.28.3",
35-
"@babel/core": "^7.28.5",
36-
"@babel/eslint-parser": "^7.28.5",
34+
"@babel/cli": "^7.28.6",
35+
"@babel/core": "^7.29.0",
36+
"@babel/eslint-parser": "^7.28.6",
3737
"@babel/plugin-proposal-class-properties": "^7.18.6",
3838
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
39-
"@babel/plugin-transform-class-static-block": "^7.28.3",
40-
"@babel/preset-env": "^7.28.5",
39+
"@babel/plugin-transform-class-static-block": "^7.28.6",
40+
"@babel/preset-env": "^7.29.0",
4141
"@babel/preset-react": "^7.28.5",
4242
"@babel/preset-typescript": "^7.28.5",
43-
"@nx/js": "^22.0.2",
43+
"@nx/js": "^22.5.0",
4444
"@swc-node/register": "^1.11.1",
45-
"@swc/core": "^1.14.0",
46-
"@swc/helpers": "^0.5.17",
45+
"@swc/core": "^1.15.11",
46+
"@swc/helpers": "^0.5.18",
4747
"@swc/jest": "^0.2.39",
4848
"@testing-library/jest-dom": "^6.9.1",
49-
"@testing-library/react": "^16.3.0",
49+
"@testing-library/react": "^16.3.2",
5050
"@types/estree": "^1.0.8",
5151
"@types/jest": "^30.0.0",
52-
"@types/lodash": "^4.17.20",
53-
"@types/node": "^22.18.13",
52+
"@types/lodash": "^4.17.23",
53+
"@types/node": "^22.19.11",
5454
"@types/prettier": "^3.0.0",
55-
"@types/react": "^18.3.26",
55+
"@types/react": "^18.3.28",
5656
"@types/react-dom": "^18.3.7",
5757
"@types/react-test-renderer": "^18.3.1",
58-
"@typescript-eslint/eslint-plugin": "^8.46.2",
59-
"@typescript-eslint/parser": "^8.54.0",
58+
"@typescript-eslint/eslint-plugin": "^8.55.0",
59+
"@typescript-eslint/parser": "^8.55.0",
6060
"ajv": "^8.17.1",
6161
"babel-jest": "^30.0.5",
6262
"cross-env": "^10.1.0",
63-
"esbuild": "^0.25.11",
63+
"esbuild": "^0.25.12",
6464
"eslint": "^8.57.1",
6565
"eslint-config-prettier": "^10.1.8",
6666
"eslint-plugin-import": "^2.32.0",
6767
"eslint-plugin-jsx-a11y": "^6.10.2",
68-
"eslint-plugin-prettier": "^5.5.4",
68+
"eslint-plugin-prettier": "^5.5.5",
6969
"eslint-plugin-react": "^7.37.5",
7070
"eslint-plugin-react-hooks": "^5.2.0",
7171
"husky": "^9.1.7",
7272
"is-ci": "^4.1.0",
7373
"jest": "^30.2.0",
7474
"jest-environment-jsdom": "^30.2.0",
7575
"jest-watch-typeahead": "^3.0.1",
76-
"lint-staged": "^16.2.6",
76+
"lint-staged": "^16.2.7",
7777
"move-file-cli": "^3.0.0",
7878
"nx": "^22.0.2",
7979
"prettier": "^3.6.2",
8080
"react": "^18.3.1",
8181
"react-dom": "^18.3.1",
82-
"rimraf": "^6.0.1",
83-
"rollup": "^4.54.0",
84-
"ts-jest": "^29.4.5",
82+
"rimraf": "^6.1.2",
83+
"rollup": "^4.57.1",
84+
"ts-jest": "^29.4.6",
8585
"tsc-alias": "^1.8.16",
8686
"tslib": "^2.8.1",
87-
"tsx": "^4.20.6",
87+
"tsx": "^4.21.0",
8888
"typescript": "^5.9.3"
8989
},
9090
"workspaces": [

packages/antd/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@
7777
},
7878
"devDependencies": {
7979
"@ant-design/icons": "^6.1.0",
80-
"@rjsf/core": "^6.2.0",
81-
"@rjsf/snapshot-tests": "^6.2.0",
82-
"@rjsf/utils": "^6.2.0",
83-
"@rjsf/validator-ajv8": "^6.x",
80+
"@rjsf/core": "^6.2.5",
81+
"@rjsf/snapshot-tests": "^6.2.5",
82+
"@rjsf/utils": "^6.2.5",
83+
"@rjsf/validator-ajv8": "^6.2.5",
8484
"@rollup/plugin-replace": "^6.0.3",
85-
"antd": "^5.27.6",
85+
"antd": "^5.29.3",
8686
"atob": "^2.1.2",
87-
"dayjs": "^1.11.18",
87+
"dayjs": "^1.11.19",
8888
"eslint": "^8.57.1"
8989
},
9090
"repository": {

packages/antd/test/__snapshots__/Array.test.tsx.snap

Lines changed: 742 additions & 742 deletions
Large diffs are not rendered by default.

packages/antd/test/__snapshots__/Form.test.tsx.snap

Lines changed: 1645 additions & 1645 deletions
Large diffs are not rendered by default.

packages/antd/test/__snapshots__/Grid.test.tsx.snap

Lines changed: 692 additions & 692 deletions
Large diffs are not rendered by default.

packages/antd/test/__snapshots__/Object.test.tsx.snap

Lines changed: 763 additions & 763 deletions
Large diffs are not rendered by default.

packages/chakra-ui/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,16 @@
8585
},
8686
"license": "Apache-2.0",
8787
"devDependencies": {
88-
"@chakra-ui/cli": "^3.28.0",
89-
"@chakra-ui/react": "^3.28.0",
88+
"@chakra-ui/cli": "3.29.0",
89+
"@chakra-ui/react": "3.29.0",
9090
"@emotion/eslint-plugin": "^11.12.0",
91-
"@emotion/jest": "^11.13.0",
91+
"@emotion/jest": "^11.14.2",
9292
"@emotion/react": "^11.14.0",
93-
"@rjsf/core": "^6.2.0",
94-
"@rjsf/snapshot-tests": "^6.2.0",
95-
"@rjsf/utils": "^6.2.0",
96-
"@rjsf/validator-ajv8": "^6.2.0",
97-
"chakra-react-select": "^6.1.0",
93+
"@rjsf/core": "^6.2.5",
94+
"@rjsf/snapshot-tests": "^6.2.5",
95+
"@rjsf/utils": "^6.2.5",
96+
"@rjsf/validator-ajv8": "^6.2.5",
97+
"chakra-react-select": "^6.1.1",
9898
"eslint": "^8.57.1"
9999
},
100100
"dependencies": {

packages/chakra-ui/test/__snapshots__/Form.test.tsx.snap

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3411,7 +3411,7 @@ exports[`nameGenerator bracketNameGenerator radio field 1`] = `
34113411
</label>
34123412
<div
34133413
aria-describedby="root_option__error root_option__description root_option__help"
3414-
aria-labelledby="radio-group::r9s::label"
3414+
aria-labelledby="fieldset:::r9q:::legend"
34153415
aria-orientation="vertical"
34163416
class="chakra-radio-group__root"
34173417
data-orientation="vertical"
@@ -25868,7 +25868,7 @@ exports[`single fields radio field 1`] = `
2586825868
>
2586925869
<div
2587025870
aria-describedby="root__error root__description root__help"
25871-
aria-labelledby="radio-group::r3m::label"
25871+
aria-labelledby="fieldset:::r3k:::legend"
2587225872
aria-orientation="vertical"
2587325873
class="chakra-radio-group__root"
2587425874
data-orientation="vertical"
@@ -26340,7 +26340,7 @@ exports[`single fields radio widget with description in schema and FieldTemplate
2634026340
</label>
2634126341
<div
2634226342
aria-describedby="root__error root__description root__help"
26343-
aria-labelledby="radio-group::r3a::label"
26343+
aria-labelledby="fieldset:::r38:::legend"
2634426344
aria-orientation="vertical"
2634526345
class="chakra-radio-group__root"
2634626346
data-orientation="vertical"
@@ -32025,7 +32025,7 @@ exports[`single fields select field single choice enumDisabled using radio widge
3202532025
>
3202632026
<div
3202732027
aria-describedby="root__error root__description root__help"
32028-
aria-labelledby="radio-group::r1p::label"
32028+
aria-labelledby="fieldset:::r1n:::legend"
3202932029
aria-orientation="vertical"
3203032030
class="chakra-radio-group__root"
3203132031
data-orientation="vertical"
@@ -32435,9 +32435,11 @@ exports[`single fields select field single choice form disabled using radio widg
3243532435
>
3243632436
<div
3243732437
aria-describedby="root__error root__description root__help"
32438-
aria-labelledby="radio-group::r1v::label"
32438+
aria-disabled="true"
32439+
aria-labelledby="fieldset:::r1t:::legend"
3243932440
aria-orientation="vertical"
3244032441
class="chakra-radio-group__root"
32442+
data-disabled=""
3244132443
data-orientation="vertical"
3244232444
data-part="root"
3244332445
data-scope="radio-group"
@@ -33510,9 +33512,11 @@ exports[`single fields select field single choice uiSchema disabled using radio
3351033512
>
3351133513
<div
3351233514
aria-describedby="root__error root__description root__help"
33513-
aria-labelledby="radio-group::r1s::label"
33515+
aria-disabled="true"
33516+
aria-labelledby="fieldset:::r1q:::legend"
3351433517
aria-orientation="vertical"
3351533518
class="chakra-radio-group__root"
33519+
data-disabled=""
3351633520
data-orientation="vertical"
3351733521
data-part="root"
3351833522
data-scope="radio-group"

0 commit comments

Comments
 (0)