Skip to content

Commit

Permalink
Removed .only on a core test and bump most minor and patch packages
Browse files Browse the repository at this point in the history
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
  • Loading branch information
heath-freenome committed Jul 4, 2024
1 parent 4f83fb8 commit fa3aecb
Show file tree
Hide file tree
Showing 18 changed files with 2,471 additions and 2,072 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ should change the heading of the (upcoming) version to include a major version b
-->

# 5.19.2

## @rjsf/core

- Removed `.only` on tests that was accidentally added in `5.19.0`

## Dev / docs / playground

- Bumped most minor and patch-level packages for all the packages

# 5.19.1

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

# 5.19.0

##@rjsf/antd
## @rjsf/antd

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

##@rjsf/chakra-ui
## @rjsf/chakra-ui

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

Expand Down
4,420 changes: 2,410 additions & 2,010 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 13 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"lint": "eslint './packages/**/*.{ts,tsx}' --quiet",
"cs-check": "lerna run cs-check",
"cs-format": "lerna run cs-format",
"clean-build": "rimraf packages/*/tsconfig.tsbuildinfo && rimraf packages/*/lib && rimraf packages/*/dist && npm run build",
"build": "lerna run --stream build",
"build-serial": "lerna run --concurrency 1 --stream build",
"start": "echo 'use \"npm run build\" from main directory and then \"npm start\" in the playground package'",
Expand All @@ -30,35 +31,36 @@
"license": "Apache-2.0",
"homepage": "https://github.com/rjsf-team/react-jsonschema-form",
"devDependencies": {
"@babel/eslint-parser": "^7.23.10",
"@babel/eslint-parser": "7.24.7",
"@nrwl/nx-cloud": "^15.3.5",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "^14.2.1",
"@types/estree": "^1.0.5",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.20",
"@types/node": "20.14.9",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"cross-env": "^7.0.3",
"esbuild": "^0.18.20",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react-hooks": "4.6.2",
"husky": "^8.0.3",
"jest-environment-jsdom": "^29.7.0",
"lerna": "^6.6.2",
"lint-staged": "^13.3.0",
"nx": "^15.9.2",
"prettier": "^2.8.8",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"tslib": "^2.6.2",
"rimraf": "5.0.7",
"ts-jest": "29.1.5",
"tslib": "2.6.3",
"typescript": "^4.9.5"
},
"workspaces": [
Expand Down
3 changes: 1 addition & 2 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@rjsf/snapshot-tests": "^5.19.0",
"@rjsf/utils": "^5.19.0",
"@rjsf/validator-ajv8": "^5.19.0",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.58",
Expand All @@ -70,7 +70,6 @@
"atob": "^2.1.2",
"babel-jest": "^29.7.0",
"dayjs": "^1.11.10",
"esbuild": "^0.18.20",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand Down
1 change: 0 additions & 1 deletion packages/bootstrap-4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"@types/react-dom": "^18.2.19",
"@types/react-test-renderer": "^18.0.7",
"babel-jest": "^29.7.0",
"esbuild": "^0.18.20",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand Down
1 change: 0 additions & 1 deletion packages/chakra-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
"@types/react-test-renderer": "^18.0.7",
"babel-jest": "^29.7.0",
"chakra-react-select": "^3.3.9",
"esbuild": "^0.18.20",
"eslint": "^8.56.0",
"framer-motion": "^5.6.0",
"jest": "^29.7.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"markdown-to-jsx": "^7.4.1",
"markdown-to-jsx": "^7.4.7",
"nanoid": "^3.3.7",
"prop-types": "^15.8.1"
},
Expand All @@ -67,7 +67,6 @@
"atob": "^2.1.2",
"babel-jest": "^29.7.0",
"chai": "^3.5.0",
"esbuild": "^0.18.20",
"eslint": "^8.56.0",
"html": "^1.0.0",
"jest": "^29.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/src/components/Form.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Component, ElementType, FormEvent, ReactNode, Ref, RefObject, createRef } from 'react';
import { Component, ElementType, FormEvent, LegacyRef, ReactNode, RefObject, createRef } from 'react';
import {
createSchemaUtils,
CustomValidator,
Expand Down Expand Up @@ -213,7 +213,7 @@ export interface FormProps<T = any, S extends StrictRJSFSchema = RJSFSchema, F e
_internalFormWrapper?: ElementType;
/** Support receiving a React ref to the Form
*/
ref?: Ref<Form<T, S, F>>;
ref?: LegacyRef<Form<T, S, F>>;
}

/** The data that is contained within the state for the `Form` */
Expand Down
2 changes: 1 addition & 1 deletion packages/core/test/StringField.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@ describe('StringField', () => {
});
});

describe.only('AltDateTimeWidget with yearsRange option', () => {
describe('AltDateTimeWidget with yearsRange option', () => {
it('should render a date field with years range from 1980-1985', () => {
const uiSchema = { 'ui:widget': 'alt-datetime', 'ui:options': { yearsRange: [1980, 1985] } };
const { node } = createFormComponent({
Expand Down
1 change: 0 additions & 1 deletion packages/fluent-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"@types/react-dom": "^18.2.19",
"@types/react-test-renderer": "^18.0.7",
"babel-jest": "^29.7.0",
"esbuild": "^0.18.20",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand Down
7 changes: 3 additions & 4 deletions packages/fluentui-rc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"react": "^16.14.0 || >=17"
},
"dependencies": {
"@fluentui/react-components": "^9.46.3",
"@fluentui/react-icons": "^2.0.226",
"@fluentui/react-migration-v0-v9": "^9.1.14"
"@fluentui/react-components": "^9.54.3",
"@fluentui/react-icons": "^2.0.247",
"@fluentui/react-migration-v0-v9": "^9.2.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
Expand All @@ -61,7 +61,6 @@
"@types/react-dom": "^18.2.19",
"@types/react-test-renderer": "^18.0.7",
"babel-jest": "^29.7.0",
"esbuild": "^0.18.20",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand Down
1 change: 0 additions & 1 deletion packages/material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"@types/react-dom": "^18.2.19",
"@types/react-test-renderer": "^18.0.7",
"babel-jest": "^29.7.0",
"esbuild": "^0.18.20",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand Down
5 changes: 2 additions & 3 deletions packages/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/base": "5.0.0-beta.28",
"@mui/icons-material": "5.15.2",
"@mui/material": "5.15.2",
"@mui/icons-material": "^5.15.21",
"@mui/material": "^5.15.10",
"@rjsf/core": "^5.19.0",
"@rjsf/snapshot-tests": "^5.19.0",
"@rjsf/utils": "^5.19.0",
Expand All @@ -62,7 +62,6 @@
"@types/react-dom": "^18.2.19",
"@types/react-test-renderer": "^18.0.7",
"babel-jest": "^29.7.0",
"esbuild": "^0.18.20",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand Down
31 changes: 15 additions & 16 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
},
"dependencies": {
"@ant-design/icons": "^4.8.1",
"@babel/runtime": "^7.23.9",
"@babel/runtime": "^7.24.7",
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.9",
"@fluentui/react": "^8.115.3",
"@fluentui/react": "^8.119.0",
"@material-ui/core": "^4.12.4",
"@mui/base": "5.0.0-beta.28",
"@mui/material": "5.15.2",
"@mui/material": "^5.15.21",
"@rjsf/antd": "^5.19.0",
"@rjsf/bootstrap-4": "^5.19.0",
"@rjsf/chakra-ui": "^5.19.0",
Expand All @@ -60,13 +60,13 @@
"antd": "^4.24.15",
"atob": "^2.1.2",
"chakra-react-select": "^4.7.6",
"core-js": "^3.35.1",
"dayjs": "^1.11.10",
"core-js": "^3.37.1",
"dayjs": "^1.11.11",
"deep-freeze-es6": "^1.4.1",
"framer-motion": "^5.6.0",
"jss": "^10.10.0",
"lodash": "^4.17.21",
"monaco-editor": "^0.38.0",
"monaco-editor": "^0.50.0",
"react": "^18.2.0",
"react-bootstrap": "^1.6.8",
"react-dom": "^18.2.0",
Expand All @@ -76,38 +76,37 @@
"semantic-ui-react": "^2.1.3"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/cli": "^7.24.7",
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/register": "^7.23.7",
"@babel/register": "^7.24.6",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@material-ui/icons": "^4.11.3",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "5.15.2",
"@mui/icons-material": "^5.15.21",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.20",
"@types/react-frame-component": "^4.1.6",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react": "^4.3.1",
"cross-env": "^7.0.3",
"esbuild": "^0.18.20",
"eslint": "^8.56.0",
"gh-pages": "^5.0.0",
"html": "^1.0.0",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"loader-utils": "^3.2.1",
"mini-css-extract-plugin": "^2.8.0",
"loader-utils": "^3.3.1",
"mini-css-extract-plugin": "^2.9.0",
"prettier": "^2.8.8",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
Expand Down
3 changes: 1 addition & 2 deletions packages/semantic-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,12 @@
"@types/react-test-renderer": "^18.0.7",
"atob": "^2.1.2",
"babel-jest": "^29.7.0",
"esbuild": "^0.18.20",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"nanoid": "^3.3.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom": "18.3.1",
"react-test-renderer": "^18.2.0",
"rimraf": "^5.0.5",
"rollup": "^3.29.4",
Expand Down
11 changes: 5 additions & 6 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"jsonpointer": "^5.0.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"react-is": "^18.2.0"
"react-is": "18.3.1"
},
"devDependencies": {
"@babel/core": "^7.23.9",
Expand All @@ -54,16 +54,15 @@
"@types/json-schema-merge-allof": "^0.6.5",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.58",
"@types/react-is": "^18.2.4",
"@types/react-test-renderer": "^18.0.7",
"@types/react-is": "18.3.0",
"@types/react-test-renderer": "18.3.0",
"babel-jest": "^29.7.0",
"deep-freeze-es6": "^1.4.1",
"esbuild": "^0.18.20",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.2.0",
"react-test-renderer": "^18.2.0",
"react": "18.3.1",
"react-test-renderer": "18.3.1",
"rimraf": "^5.0.5",
"rollup": "^3.29.4",
"typescript": "^4.9.5"
Expand Down
1 change: 0 additions & 1 deletion packages/validator-ajv6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"@types/json-schema": "^7.0.15",
"@types/lodash": "^4.14.202",
"babel-jest": "^29.7.0",
"esbuild": "^0.18.20",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand Down
11 changes: 5 additions & 6 deletions packages/validator-ajv8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,17 @@
"@rjsf/utils": "^5.19.x"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "7.24.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/preset-env": "7.24.7",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@rjsf/utils": "^5.19.0",
"@types/jest": "^29.5.12",
"@types/json-schema": "^7.0.15",
"@types/lodash": "^4.14.202",
"@types/lodash": "4.17.6",
"babel-jest": "^29.7.0",
"esbuild": "^0.18.20",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand Down

0 comments on commit fa3aecb

Please sign in to comment.