chore(deps): bump react-js-cron from 5.2.0 to 6.0.2 in /superset-frontend/packages/superset-ui-core
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(13 days ago)
(13 days ago)
Bumps react-js-cron from 5.2.0 to 6.0.2.
Release notes
Sourced from react-js-cron's releases.
v6.0.2
6.0.2 (2026-04-03)
Bug Fixes
- ci: remove broken npm self-upgrade from publish job (#93) (9405227)
- don't error on clear button with default allowEmpty setting (#95) (677f3ba)
v6.0.1
6.0.1 (2026-04-03)
Bug Fixes
v6.0.0
6.0.0 (2026-04-03)
⚠ BREAKING CHANGES
Peer dependency requirements
Dependency v5 v6 Ant Design (antd) >= 5.8.0 >= 6.0.0 React >= 16.8.0 >= 18.0.0 (React 19 supported, not required) React 19 is not required. This library works with both React 18 and React 19. You do not need to upgrade to React 19 to use react-js-cron v6.
* * * * *now treated as empty
* * * * *is now considered an empty value. WithallowEmpty='never'or the default'for-default-value', all-wildcard cron values will trigger an error. SetallowEmpty='always'to preserve previous behavior. Per-dropdownallowEmptyis also now available viadropdownsConfig. (#89)Migration: import paths
Standard imports are unaffected — these work exactly as before:
import Cron from 'react-js-cron' import { Cron, converter } from 'react-js-cron' import 'react-js-cron/styles.css'If you import directly from
dist/paths, you must update:
Old path (v5) New path (v6) react-js-cron/dist/cjs/index.jsreact-js-cron/dist/index.cjs
... (truncated)
Changelog
Sourced from react-js-cron's changelog.
6.0.2 (2026-04-03)
Bug Fixes
- ci: remove broken npm self-upgrade from publish job (#93) (9405227)
- don't error on clear button with default allowEmpty setting (#95) (677f3ba)
6.0.1 (2026-04-03)
Bug Fixes
6.0.0 (2026-04-03)
⚠ BREAKING CHANGES
Peer dependency requirements
Dependency v5 v6 Ant Design (antd) >= 5.8.0 >= 6.0.0 React >= 16.8.0 >= 18.0.0 (React 19 supported, not required) Node.js >= 14.0.0 >= 20.0.0 React 19 is not required. This library works with both React 18 and React 19. You do not need to upgrade to React 19 to use react-js-cron v6.
* * * * *now treated as empty
* * * * *is now considered an empty value. WithallowEmpty='never'or the default'for-default-value', all-wildcard cron values will trigger an error. SetallowEmpty='always'to preserve previous behavior. Per-dropdownallowEmptyis also now available viadropdownsConfig. (#89)Migration: import paths
Standard imports are unaffected — these work exactly as before:
import Cron from 'react-js-cron' import { Cron, converter } from 'react-js-cron' import 'react-js-cron/styles.css'If you import directly from
dist/paths, you must update:
Old path (v5) New path (v6) react-js-cron/dist/cjs/index.jsreact-js-cron/dist/index.cjsreact-js-cron/dist/esm/index.jsreact-js-cron/dist/index.mjsreact-js-cron/dist/index.d.tsreact-js-cron/dist/index.d.mts
... (truncated)
Commits
6e60d6echore(master): release 6.0.2 (#94)677f3bafix: don't error on clear button with default allowEmpty setting (#95)9405227fix(ci): remove broken npm self-upgrade from publish job (#93)c51cd69chore(master): release 6.0.1 (#92)9d9a32dfix(style): remove redundant padding-right on custom select content (#91)8ed4d02ci: merge npm publish into release-please workflow (#90)6ea8057chore(master): release 6.0.0 (#85)1b7ba7cfeat!: treat* * * * *as empty and add per-dropdownallowEmptyin `dropd...d069ff0fix: round-trip */N notation for large step intervals (#88)41a797dfix: respect defaultPeriod and allowedPeriods in period detection (#87)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
react-js-cron
npm
5.2.0 → 6.0.2
Major
/superset-frontend/packages/superset-ui-core
Technical Details
| ID: | 15670459 |
| UUID: | 4388358188 |
| Node ID: | PR_kwDOSTHjFs7YnG9u |
| Host: | GitHub |
| Repository: | kellyneil098/superset |