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

build(deps): bump react-js-cron from 1.2.0 to 2.1.2 in /superset-frontend #26981

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2024

Bumps react-js-cron from 1.2.0 to 2.1.2.

Release notes

Sourced from react-js-cron's releases.

v2.1.2

  • Fix issue #31: "Fix cron parsing accepting incorrect values"

v2.1.1

  • Fix issue #30: "Fix invalid expression parsing with multiple ranges"

v2.1.0

  • (New feature) Issue #28: "Add an extra param in setValue function to always know the selected period"

v2.0.0

  • (Breaking change!) Issue #19: Remove CSS import in Cron component to support Next.js. It's now required to manually import "react-js-cron/dist/styles.css" file!
  • (Breaking change!) Issue #22: periodicityOnDoubleClick is not ignored anymore when single mode is active
  • (New feature) Issue #22: Automatically close a dropdown when single mode is active and periodicityOnDoubleClick is false
  • (New feature) Issue #28: Add the possibility to restrict visible dropdowns and periods

v1.4.0

  • (New feature) Issue #22: "Add the possibility to choose a single selection mode"

v1.3.1

  • Fix disabled mode broken since antd 13.0
  • Fix issue #15: "Fix double setValue function call that prevents changing value"

v1.3.0

  • (New feature) Issue #12: "Add the possibility to deactivate the double click feature"
  • Fix antd automatic tree-shaking not working in many cases (Missing Select import)
  • Fix to allow equal min and max range values

v1.2.1

  • Fix issue #6: "Display problem for Selects with antd 4.10.0"
  • Fix placeholder color that should not be gray but black as the value
Changelog

Sourced from react-js-cron's changelog.

2.1.2

  • Fix issue #31: Fix cron parsing accepting incorrect values

2.1.1

  • Fix issue #30: Fix invalid expression parsing with multiple ranges

2.1.0

  • (New feature) Issue #28: Add an extra param in setValue function to always know the selected period

2.0.0

  • (Breaking change!) Issue #19: Remove CSS import in Cron component to support Next.js. It's now required to manually import "react-js-cron/dist/styles.css" file!
  • (Breaking change!) Issue #22: periodicityOnDoubleClick is not ignored anymore when single mode is active
  • (New feature) Issue #22: Automatically close a dropdown when single mode is active and periodicityOnDoubleClick is false
  • (New feature) Issue #28: Add the possibility to restrict visible dropdowns and periods

1.4.0

  • (New feature) Issue #22: Add the possibility to choose a single selection mode

1.3.1

  • Fix disabled mode broken since antd 13.0
  • Fix issue #15: Fix double setValue function call that prevents changing value

1.3.0

  • (New feature) Issue #12: Add the possibility to deactivate the double click feature
  • Fix antd automatic tree-shaking not working in many cases (Missing Select import)
  • Fix to allow equal min and max range values

1.2.1

  • Fix issue #6: Display problem for Selects with antd 4.10.0
  • Fix placeholder color that should not be gray but black as the value
Commits
  • ba33558 2.1.2 changelog
  • 2e89cd1 Issue #31: Fix cron parsing accepting incorrect values
  • 3c74dbc 2.1.1 changelog
  • 46a290f Issue #30: fix invalid expression parsing with multiple ranges
  • 85b98ae Add unit tests for Cron value update management
  • e50bdf5 Add unit tests for Cron component
  • 23f8eba Unit tests for converter file
  • 7aa7772 Update README examples
  • 1e018ef Update lint workflow for CI
  • 0232890 2.1.0 changelog
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependabot npm Dependabot - npm related PRs labels Feb 1, 2024
Copy link

codecov bot commented Feb 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (32ce002) 67.20% compared to head (451052a) 67.20%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #26981   +/-   ##
=======================================
  Coverage   67.20%   67.20%           
=======================================
  Files        1899     1899           
  Lines       74347    74347           
  Branches     8263     8263           
=======================================
  Hits        49965    49965           
  Misses      22333    22333           
  Partials     2049     2049           
Flag Coverage Δ
javascript 56.93% <ø> (ø)

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.

@rusackas
Copy link
Member

rusackas commented Feb 1, 2024

CC @eschutho to make sure there's no real risk here for alerts and reports, since I'm guessing that isn't well-covered by E2E.

Bumps [react-js-cron](https://github.com/xrutayisire/react-js-cron) from 1.2.0 to 2.1.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@v1.2.0...v2.1.2)

---
updated-dependencies:
- dependency-name: react-js-cron
  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/react-js-cron-2.1.2 branch from de2056f to 451052a Compare February 2, 2024 19:35
@rusackas
Copy link
Member

rusackas commented Feb 6, 2024

@sadpandajoe is there a handy way to test this one before merging?

@rusackas rusackas merged commit d5ef052 into master Feb 7, 2024
33 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/superset-frontend/react-js-cron-2.1.2 branch February 7, 2024 00:01
sfirke pushed a commit to sfirke/superset that referenced this pull request Mar 22, 2024
…tend (apache#26981)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 4.0.0 labels Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels dependabot dependencies:npm npm Dependabot - npm related PRs size/XS 🚢 4.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants