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 nouislider from 13.1.4 to 15.6.1 in /web-front-end #195

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 1, 2022

Bumps nouislider from 13.1.4 to 15.6.1.

Release notes

Sourced from nouislider's releases.

15.6.1

  • Fixed: (Typescript) type for keys in range (#1218);

15.6.0

  • Added: smooth-steps behaviour flag (#627);

15.5.1

15.5.0

  • Fixed: Compositing issues in Safari [this is a Potential BC-break when using a custom stylesheet!] (#987, #998, #1029, #1154);
  • Changed: divisibility of margin, padding and limit by step is no longer enforced (#1163);

15.4.0

  • Added: handleAttributes option (#1019);
  • Added: drag-all behaviour (#756, #841, #1116);
  • Added: ESM/ES6 module distribution dist/nouislider.mjs (#1149);
  • Added: support for ranges where min = max (#236, #359, #578, #633, #676, #790);
  • Added: getPositions method;
  • Fixed: Duplicate change/set events when using snap behaviour (#1106);

15.3.0

  • Added: keyboardMultiplier option (#1151);

15.2.0

  • Added: unencoded boolean argument to get method to return raw slider values (#1145);
  • Added: support for "partial" formatters in pips.format, ariaFormat and tooltips options (#1140);

15.1.1

  • Fixed: tooltips option accepts one Formatter for all tooltips (#1101);

15.1.0

  • Added: drag event when dragging connecting elements (#887, #1135);

15.0.0

  • noUiSlider is now written and distributed as TypeScript;
  • Types are now provided. If you are currently using @​types/nouislider, this should be replaced;
  • The distributed files have moved from distribute to dist in the NPM package, and are no longer in the repository; You may need to change the path to the noUiSlider CSS file if you are importing it using a package manager;
  • Fixed: Slider now properly works in multiple layers of Shadow DOM (#1121);
  • Removed: version from exceptions and export;
  • Removed: Bower support;

14.7.0

  • noUiSlider is now build with Typescript. This release contains no further changes.

14.6.4

  • Fixed: Fixed updateOptions with falsy value for start (#1127);

14.6.3

... (truncated)

Changelog

Sourced from nouislider's changelog.

15.6.1 (2022-08-12)

  • Fixed: (Typescript) type for keys in range (#1218);

15.6.0 (2022-05-01)

  • Added: smooth-steps behaviour flag (#627);

15.5.1 (2022-01-21)

15.5.0 (2021-09-01)

  • Fixed: Compositing issues in Safari [this is a Potential BC-break when using a custom stylesheet!] (#987, #998, #1029, #1154);
  • Updated: example on "merging overlapping tooltips" to support this change;
  • Changed: divisibility of margin, padding and limit by step is no longer enforced (#1163);

15.4.0 (2021-08-14)

  • Added: handleAttributes option (#1019);
  • Added: drag-all behaviour (#756, #841, #1116);
  • Added: ESM/ES6 module distribution dist/nouislider.mjs (#1149);
  • Added: support for ranges where min = max (#236, #359, #578, #633, #676, #790);
  • Added: getPositions method;
  • Fixed: Duplicate change/set events when using snap behaviour (#1106);

15.3.0 (2021-08-10)

  • Added: keyboardMultiplier option (#1151);

15.2.0 (2021-06-15)

  • Added: unencoded boolean argument to get method to return raw slider values (#1145);
  • Added: support for "partial" formatters in pips.format, ariaFormat and tooltips options (#1140);

15.1.1 (2021-05-09)

  • Fixed: tooltips option accepts one Formatter for all tooltips (#1101);

15.1.0 (2021-05-09)

  • Added: drag event when dragging connecting elements (#887, #1135);

15.0.0 (2021-05-02)

  • noUiSlider is now written and distributed as TypeScript;
  • Types are now provided. If you are currently using @​types/nouislider, this should be replaced;
  • The distributed files have moved from distribute to dist in the NPM package, and are no longer in the repository; You may need to change the path to the noUiSlider CSS file if you are importing it using a package manager;
  • Fixed: Slider now properly works in multiple layers of Shadow DOM (#1121);
  • Removed: version from exceptions and export;
  • Removed: Bower support;

14.7.0 (2021-04-06)

  • noUiSlider is now build with TypeScript. This release contains no further changes.

14.6.4 (2021-03-18)

  • Fixed: Fixed updateOptions with falsy value for start (#1127);

... (truncated)

Commits
  • 77e6e96 noUiSlider 15.6.1
  • f899a47 Improve type for custom range value (#1218)
  • aef3b35 Update CHANGELOG.MD
  • 6b94fad Add new example on interacting with pips
  • ebb8fb0 Flag potential BC-break (#1214)
  • d13d19d Add a better example on using an array of values
  • f6de8a7 Add an example on number formatting to examples
  • a70cc83 Update lock-closed-issues.yml
  • 597e40f Create lock-closed-issues.yml
  • 89b1370 Documentation improvements
  • 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 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)

Bumps [nouislider](https://github.com/leongersen/noUiSlider) from 13.1.4 to 15.6.1.
- [Release notes](https://github.com/leongersen/noUiSlider/releases)
- [Changelog](https://github.com/leongersen/noUiSlider/blob/master/CHANGELOG.MD)
- [Commits](leongersen/noUiSlider@13.1.4...15.6.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants