An open index of dependabot pull requests across open source projects.

chore(deps): bump react-js-cron from 5.2.0 to 6.0.2 in /superset-frontend/packages/superset-ui-core

Open
Number: #42
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 1
Created: May 06, 2026 at 02:36 AM UTC
(13 days ago)
Updated: May 06, 2026 at 02:36 AM UTC
(13 days ago)
Description:

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

  • style: remove redundant padding-right on custom select content (#91) (9d9a32d)

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. With allowEmpty='never' or the default 'for-default-value', all-wildcard cron values will trigger an error. Set allowEmpty='always' to preserve previous behavior. Per-dropdown allowEmpty is also now available via dropdownsConfig. (#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.js react-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

  • style: remove redundant padding-right on custom select content (#91) (9d9a32d)

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. With allowEmpty='never' or the default 'for-default-value', all-wildcard cron values will trigger an error. Set allowEmpty='always' to preserve previous behavior. Per-dropdown allowEmpty is also now available via dropdownsConfig. (#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.js react-js-cron/dist/index.cjs
react-js-cron/dist/esm/index.js react-js-cron/dist/index.mjs
react-js-cron/dist/index.d.ts react-js-cron/dist/index.d.mts

... (truncated)

Commits
  • 6e60d6e chore(master): release 6.0.2 (#94)
  • 677f3ba fix: don't error on clear button with default allowEmpty setting (#95)
  • 9405227 fix(ci): remove broken npm self-upgrade from publish job (#93)
  • c51cd69 chore(master): release 6.0.1 (#92)
  • 9d9a32d fix(style): remove redundant padding-right on custom select content (#91)
  • 8ed4d02 ci: merge npm publish into release-please workflow (#90)
  • 6ea8057 chore(master): release 6.0.0 (#85)
  • 1b7ba7c feat!: treat * * * * * as empty and add per-dropdown allowEmpty in `dropd...
  • d069ff0 fix: round-trip */N notation for large step intervals (#88)
  • 41a797d fix: respect defaultPeriod and allowedPeriods in period detection (#87)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Ecosystem:
npm
Version Change:
5.2.0 → 6.0.2
Update Type:
Major
Path:
/superset-frontend/packages/superset-ui-core
Technical Details
ID: 15670459
UUID: 4388358188
Node ID: PR_kwDOSTHjFs7YnG9u
Host: GitHub
Repository: kellyneil098/superset