Skip to content

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

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/superset-frontend/packages/superset-ui-core/react-js-cron-6.0.2
Open

chore(deps): bump react-js-cron from 5.2.0 to 6.0.2 in /superset-frontend/packages/superset-ui-core#39079
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/superset-frontend/packages/superset-ui-core/react-js-cron-6.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2026

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

@bito-code-review
Copy link
Copy Markdown
Contributor

bito-code-review bot commented Apr 3, 2026

Bito Automatic Review Skipped - Files Excluded

Bito didn't auto-review this change because all changed files are in the exclusion list for automatic reviews. No action is needed if you didn't intend for the agent to review it. Otherwise, to manually trigger a review, type /review in a comment and save.
You can change the excluded files settings here, or contact your Bito workspace admin at evan@preset.io.

@dosubot dosubot bot added the risk:breaking-change Issues or PRs that will introduce breaking changes label Apr 3, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.54%. Comparing base (c5bce75) to head (d8243b4).

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #39079   +/-   ##
=======================================
  Coverage   64.54%   64.54%           
=======================================
  Files        2536     2536           
  Lines      131164   131164           
  Branches    30451    30451           
=======================================
  Hits        84659    84659           
  Misses      45042    45042           
  Partials     1463     1463           
Flag Coverage Δ
javascript 66.06% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/superset-frontend/packages/superset-ui-core/react-js-cron-6.0.2 branch from d8243b4 to 34b55ff Compare April 3, 2026 22:06
Bumps [react-js-cron](https://github.com/xrutayisire/react-js-cron) from 5.2.0 to 6.0.2.
- [Release notes](https://github.com/xrutayisire/react-js-cron/releases)
- [Changelog](https://github.com/xrutayisire/react-js-cron/blob/master/CHANGELOG.md)
- [Commits](xrutayisire/react-js-cron@v5.2.0...v6.0.2)

---
updated-dependencies:
- dependency-name: react-js-cron
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/superset-frontend/packages/superset-ui-core/react-js-cron-6.0.2 branch from 34b55ff to af0b9ed Compare April 7, 2026 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot dependencies:npm npm Dependabot - npm related PRs packages risk:breaking-change Issues or PRs that will introduce breaking changes size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants