Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed .only on a core test and centralized esbuild #4243

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ 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`

# 5.19.1

## Dev / docs / playground
Expand All @@ -24,11 +30,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
14 changes: 1 addition & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 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 Down Expand Up @@ -43,6 +44,7 @@
"@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",
Expand Down
1 change: 0 additions & 1 deletion packages/antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
1 change: 0 additions & 1 deletion packages/fluentui-rc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion packages/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
"@types/react-frame-component": "^4.1.6",
"@vitejs/plugin-react": "^4.2.1",
"cross-env": "^7.0.3",
"esbuild": "^0.18.20",
"eslint": "^8.56.0",
"gh-pages": "^5.0.0",
"html": "^1.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/semantic-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"@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",
Expand Down
1 change: 0 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"@types/react-test-renderer": "^18.0.7",
"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",
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
1 change: 0 additions & 1 deletion packages/validator-ajv8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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