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

Bump react-slider from 0.11.2 to 2.0.6 #6101

Merged
merged 5 commits into from
Oct 28, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps react-slider from 0.11.2 to 2.0.6.

Release notes

Sourced from react-slider's releases.

v2.0.5

Bug Fixes

  • prevent snap back issue on mobile (107e2bb)
  • inverted sliders, cleanup (bb0ed77)
  • inverted sliders, honor inverted key down handler for horizontal sliders (bdb2292)

Code Refactoring

  • avoid manipulating state directly (6ca5853)

Tests

  • inverted sliders, add simple tests (9c50f38)
  • update snapshot (4ead745)

v2.0.4

Bug Fixes

  • module resolution (2fbdec6)
  • Set empty style porperty values to undefined instead of empty string (9456005), closes #271

v2.0.2

Bug Fixes

  • dual package extensions (ef1cb1e)

v2.0.0

⚠ BREAKING CHANGES

  • update create-react-styleguide to 8x

Features

  • add ResizeObserver to handle slider resize programatically (95bd172)
  • provide root export (7b0c97d)
  • upgrade husky and add conventional commit (caf8246)

Release information moved to CHANGELOG

CHANGELOG

Changelog

Sourced from react-slider's changelog.

2.0.6 (2023-06-27)

2.0.5 (2023-06-03)

Bug Fixes

  • prevent snap back issue on mobile (107e2bb)

Code Refactoring

  • avoid manipulating state directly (6ca5853)

Continuous Integration

  • inverted sliders, add simple tests (9c50f38)
  • inverted sliders, cleanup (bb0ed77)
  • inverted sliders, honor inverted key down handler for horizontal sliders (bdb2292)

Tests

2.0.4 (2022-09-12)

Bug Fixes

  • module resolution (2fbdec6)
  • Set empty style porperty values to undefined instead of empty string (9456005), closes #271

2.0.3 (2022-08-18)

2.0.2 (2022-08-18)

Bug Fixes

  • dual package extensions (ef1cb1e)

2.0.1 (2022-05-16)

2.0.0 (2022-03-29)

⚠ BREAKING CHANGES

... (truncated)

Commits
  • d9f71fe chore(release): 2.0.6
  • b0bf3f2 chore: reset npm tag to latest
  • 269cf79 chore(release): 2.0.5
  • b3eddf8 chore: audit and fix critical dependencies
  • 4ead745 test: update snapshot
  • 874122b Merge pull request #280 from njdancer/fix/snap-back-on-mobile
  • 5e81291 Merge pull request #287 from Ryan-Haig12/master
  • 61860fc Merge pull request #268 from moloko/patch-1
  • bb0ed77 ci: inverted sliders, cleanup
  • 9c50f38 ci: inverted sliders, add simple tests
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by koellery, a new releaser for react-slider since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [react-slider](https://github.com/zillow/react-slider) from 0.11.2 to 2.0.6.
- [Release notes](https://github.com/zillow/react-slider/releases)
- [Changelog](https://github.com/zillow/react-slider/blob/master/CHANGELOG.md)
- [Commits](zillow/react-slider@v0.11.2...v2.0.6)

---
updated-dependencies:
- dependency-name: react-slider
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added javascript Pull requests that update Javascript code Type: Maintenance labels Aug 1, 2024
@valadas
Copy link
Contributor

valadas commented Oct 27, 2024

@dependabot rebase

Bumps [react-slider](https://github.com/zillow/react-slider) from 0.11.2 to 2.0.6.
- [Release notes](https://github.com/zillow/react-slider/releases)
- [Changelog](https://github.com/zillow/react-slider/blob/master/CHANGELOG.md)
- [Commits](zillow/react-slider@v0.11.2...v2.0.6)

---
updated-dependencies:
- dependency-name: react-slider
  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/react-slider-2.0.6 branch from c382de3 to c12d800 Compare October 27, 2024 04:12
@valadas
Copy link
Contributor

valadas commented Oct 27, 2024

Tested and it broke the sliders, this one will need some human intervention to handle the breaking changes

@valadas
Copy link
Contributor

valadas commented Oct 27, 2024

Ok @dnnsoftware/approvers I resolved the breaking changes and tested, appears to work as before now, ready for a second approval and merge

@valadas valadas added this to the 9.13.6 milestone Oct 27, 2024
@bdukes bdukes merged commit d9fb7b4 into develop Oct 28, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-slider-2.0.6 branch October 28, 2024 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code Type: Maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants