Skip to content

Commit fa3aecb

Browse files
Removed .only on a core test and bump most minor and patch packages
One of the `core` tests was accidentally left as `.only`, undoing that as well as bumping most of the minor and patch package updates - Updated `StringField.test.jsx` to remove a `.only` - Performed a bump of most of the minor and patch-level packages in all of the `package` directories - Updated the `CHANGELOG.md` accordingly
1 parent 4f83fb8 commit fa3aecb

File tree

18 files changed

+2471
-2072
lines changed

18 files changed

+2471
-2072
lines changed

CHANGELOG.md

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

19+
# 5.19.2
20+
21+
## @rjsf/core
22+
23+
- Removed `.only` on tests that was accidentally added in `5.19.0`
24+
25+
## Dev / docs / playground
26+
27+
- Bumped most minor and patch-level packages for all the packages
28+
1929
# 5.19.1
2030

2131
## Dev / docs / playground
@@ -24,11 +34,11 @@ should change the heading of the (upcoming) version to include a major version b
2434

2535
# 5.19.0
2636

27-
##@rjsf/antd
37+
## @rjsf/antd
2838

2939
- Updated `AltDateWidget` to use the new `dateRangeOptions()` function in `utils` to support relative Years and reversing the order of the Year choices
3040

31-
##@rjsf/chakra-ui
41+
## @rjsf/chakra-ui
3242

3343
- Updated `AltDateWidget` to use the new `dateRangeOptions()` function in `utils` to support relative Years and reversing the order of the Year choices
3444

package-lock.json

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

package.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"lint": "eslint './packages/**/*.{ts,tsx}' --quiet",
1414
"cs-check": "lerna run cs-check",
1515
"cs-format": "lerna run cs-format",
16+
"clean-build": "rimraf packages/*/tsconfig.tsbuildinfo && rimraf packages/*/lib && rimraf packages/*/dist && npm run build",
1617
"build": "lerna run --stream build",
1718
"build-serial": "lerna run --concurrency 1 --stream build",
1819
"start": "echo 'use \"npm run build\" from main directory and then \"npm start\" in the playground package'",
@@ -30,35 +31,36 @@
3031
"license": "Apache-2.0",
3132
"homepage": "https://github.com/rjsf-team/react-jsonschema-form",
3233
"devDependencies": {
33-
"@babel/eslint-parser": "^7.23.10",
34+
"@babel/eslint-parser": "7.24.7",
3435
"@nrwl/nx-cloud": "^15.3.5",
35-
"@testing-library/jest-dom": "^6.4.2",
36+
"@testing-library/jest-dom": "6.4.6",
3637
"@testing-library/react": "^14.2.1",
3738
"@types/estree": "^1.0.5",
3839
"@types/jest": "^29.5.12",
39-
"@types/node": "^20.11.20",
40+
"@types/node": "20.14.9",
4041
"@types/prettier": "^2.7.3",
41-
"@types/react": "^18.2.58",
42-
"@types/react-dom": "^18.2.19",
42+
"@types/react": "18.3.3",
43+
"@types/react-dom": "18.3.0",
4344
"@typescript-eslint/eslint-plugin": "^5.62.0",
4445
"@typescript-eslint/parser": "^5.62.0",
4546
"cross-env": "^7.0.3",
47+
"esbuild": "^0.18.20",
4648
"eslint": "^8.56.0",
4749
"eslint-config-prettier": "^8.10.0",
4850
"eslint-plugin-import": "^2.29.1",
49-
"eslint-plugin-jsx-a11y": "^6.8.0",
51+
"eslint-plugin-jsx-a11y": "6.9.0",
5052
"eslint-plugin-prettier": "^4.2.1",
51-
"eslint-plugin-react": "^7.33.2",
52-
"eslint-plugin-react-hooks": "^4.6.0",
53+
"eslint-plugin-react": "7.34.3",
54+
"eslint-plugin-react-hooks": "4.6.2",
5355
"husky": "^8.0.3",
5456
"jest-environment-jsdom": "^29.7.0",
5557
"lerna": "^6.6.2",
5658
"lint-staged": "^13.3.0",
5759
"nx": "^15.9.2",
5860
"prettier": "^2.8.8",
59-
"rimraf": "^5.0.5",
60-
"ts-jest": "^29.1.2",
61-
"tslib": "^2.6.2",
61+
"rimraf": "5.0.7",
62+
"ts-jest": "29.1.5",
63+
"tslib": "2.6.3",
6264
"typescript": "^4.9.5"
6365
},
6466
"workspaces": [

packages/antd/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@rjsf/snapshot-tests": "^5.19.0",
6161
"@rjsf/utils": "^5.19.0",
6262
"@rjsf/validator-ajv8": "^5.19.0",
63-
"@rollup/plugin-replace": "^5.0.5",
63+
"@rollup/plugin-replace": "^5.0.7",
6464
"@types/jest": "^29.5.12",
6565
"@types/lodash": "^4.14.202",
6666
"@types/react": "^18.2.58",
@@ -70,7 +70,6 @@
7070
"atob": "^2.1.2",
7171
"babel-jest": "^29.7.0",
7272
"dayjs": "^1.11.10",
73-
"esbuild": "^0.18.20",
7473
"eslint": "^8.56.0",
7574
"jest": "^29.7.0",
7675
"jest-environment-jsdom": "^29.7.0",

packages/bootstrap-4/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"@types/react-dom": "^18.2.19",
5959
"@types/react-test-renderer": "^18.0.7",
6060
"babel-jest": "^29.7.0",
61-
"esbuild": "^0.18.20",
6261
"eslint": "^8.56.0",
6362
"jest": "^29.7.0",
6463
"jest-environment-jsdom": "^29.7.0",

packages/chakra-ui/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
"@types/react-test-renderer": "^18.0.7",
7979
"babel-jest": "^29.7.0",
8080
"chakra-react-select": "^3.3.9",
81-
"esbuild": "^0.18.20",
8281
"eslint": "^8.56.0",
8382
"framer-motion": "^5.6.0",
8483
"jest": "^29.7.0",

packages/core/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"lodash": "^4.17.21",
4545
"lodash-es": "^4.17.21",
46-
"markdown-to-jsx": "^7.4.1",
46+
"markdown-to-jsx": "^7.4.7",
4747
"nanoid": "^3.3.7",
4848
"prop-types": "^15.8.1"
4949
},
@@ -67,7 +67,6 @@
6767
"atob": "^2.1.2",
6868
"babel-jest": "^29.7.0",
6969
"chai": "^3.5.0",
70-
"esbuild": "^0.18.20",
7170
"eslint": "^8.56.0",
7271
"html": "^1.0.0",
7372
"jest": "^29.7.0",

packages/core/src/components/Form.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Component, ElementType, FormEvent, ReactNode, Ref, RefObject, createRef } from 'react';
1+
import { Component, ElementType, FormEvent, LegacyRef, ReactNode, RefObject, createRef } from 'react';
22
import {
33
createSchemaUtils,
44
CustomValidator,
@@ -213,7 +213,7 @@ export interface FormProps<T = any, S extends StrictRJSFSchema = RJSFSchema, F e
213213
_internalFormWrapper?: ElementType;
214214
/** Support receiving a React ref to the Form
215215
*/
216-
ref?: Ref<Form<T, S, F>>;
216+
ref?: LegacyRef<Form<T, S, F>>;
217217
}
218218

219219
/** The data that is contained within the state for the `Form` */

packages/core/test/StringField.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ describe('StringField', () => {
13361336
});
13371337
});
13381338

1339-
describe.only('AltDateTimeWidget with yearsRange option', () => {
1339+
describe('AltDateTimeWidget with yearsRange option', () => {
13401340
it('should render a date field with years range from 1980-1985', () => {
13411341
const uiSchema = { 'ui:widget': 'alt-datetime', 'ui:options': { yearsRange: [1980, 1985] } };
13421342
const { node } = createFormComponent({

packages/fluent-ui/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
"@types/react-dom": "^18.2.19",
5757
"@types/react-test-renderer": "^18.0.7",
5858
"babel-jest": "^29.7.0",
59-
"esbuild": "^0.18.20",
6059
"eslint": "^8.56.0",
6160
"jest": "^29.7.0",
6261
"jest-environment-jsdom": "^29.7.0",

0 commit comments

Comments
 (0)