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

chore(deps-dev): bump nouislider and @types/nouislider #3879

Merged
merged 3 commits into from
Oct 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps nouislider and @types/nouislider. These dependencies needed to be updated together.
Updates nouislider from 14.7.0 to 15.8.1

Release notes

Sourced from nouislider's releases.

15.8.1

  • Fixed: Typescript definitions for getTooltips and getOrigins (#1273);

15.8.0

  • Added: Allow connect option to get updated (#1272);
  • Added: invert-connects behaviour (#1262, #1272);

15.7.2

  • Added: getPositions to Typescript definitions (#1270);
  • Added: Allow null in set Typescript definitions (#1271);

15.7.1

  • Added: module field to package.json (#1247, #1248);

15.7.0

  • Added: disable and enable methods to disable slider or handles (#1158, #1227);

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

... (truncated)

Changelog

Sourced from nouislider's changelog.

15.8.1 (2024-06-21)

  • Fixed: Typescript definitions for getTooltips and getOrigins (#1273);

15.8.0 (2024-06-10)

  • Added: Allow connect option to get updated (#1272);
  • Added: invert-connects behaviour (#1262, #1272);

15.7.2 (2024-05-14)

  • Added: getPositions to Typescript definitions (#1270);
  • Added: Allow null in set Typescript definitions (#1271);

15.7.1 (2023-06-14)

  • Added: module field to package.json (#1247, #1248);

15.7.0 (2023-02-06)

  • Added: disable and enable methods to disable slider or handles (#1158, #1227);

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);

... (truncated)

Commits
  • b8a1b58 noUiSlider 15.8.1
  • d53446c Better example for center-fixed sliders
  • 44744a0 Merge pull request #1273 from Gudine/master
  • fc0c972 Converts getTooltips and getOrigins return types into arrays
  • 787ad0c noUiSlider 15.8.0
  • 077c436 Merge pull request #1272 from 5andr0/master
  • 3406bc1 Bypass full updateOptions, fix eslint, check for two handles
  • 4697c18 Inverted Connects for unconstrained behavior
  • ae93f93 Create RELEASE.md
  • 145dd0c Update nouislider.d.ts
  • Additional commits viewable in compare view

Updates @types/nouislider from 9.0.10 to 15.0.0

Commits

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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 23, 2024
@mhenkens mhenkens requested a review from SuperITMan September 24, 2024 10:08
@coveralls
Copy link

coveralls commented Sep 24, 2024

Coverage Status

coverage: 88.856% (-0.003%) from 88.859%
when pulling 538ee05 on dependabot/npm_and_yarn/multi-47861c5c75
into 687bf9f on master.

@mhenkens mhenkens force-pushed the dependabot/npm_and_yarn/multi-47861c5c75 branch 4 times, most recently from 069230a to 7c34ac0 Compare October 1, 2024 08:02
@mhenkens
Copy link
Contributor

mhenkens commented Oct 1, 2024

@SuperITMan could you review this pr ?

@mhenkens mhenkens force-pushed the dependabot/npm_and_yarn/multi-47861c5c75 branch 3 times, most recently from 730fdef to f5896f9 Compare October 9, 2024 08:20
Copy link
Member

@SuperITMan SuperITMan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small remarks +

Could adapt the following commit message.
Currently:

feat(stark-ui): adapt stark-slider component to work with the latest version of nouislider library

breaking change: StarkSliderConfig extends nouislider options therefore the start property is now
required
in next release the StarkSliderConfig interface may be removed

ts

ts

Could be

feat(stark-ui): adapt stark-slider component to work with the latest version of `nouislider` library

breaking change: `StarkSliderConfig` extends nouislider `Options` therefore the start property is now required. In the next major release, the `StarkSliderConfig` interface may be removed.

Bumps [nouislider](https://github.com/leongersen/noUiSlider) and [@types/nouislider](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nouislider). These dependencies needed to be updated together.

Updates `nouislider` from 14.7.0 to 15.8.1
- [Release notes](https://github.com/leongersen/noUiSlider/releases)
- [Changelog](https://github.com/leongersen/noUiSlider/blob/master/CHANGELOG.MD)
- [Commits](leongersen/noUiSlider@14.7.0...15.8.1)

Updates `@types/nouislider` from 9.0.10 to 15.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/nouislider)

---
updated-dependencies:
- dependency-name: nouislider
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: "@types/nouislider"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@mhenkens mhenkens force-pushed the dependabot/npm_and_yarn/multi-47861c5c75 branch from f5896f9 to 829fe90 Compare October 11, 2024 07:31
…version of `nouislider` library

breaking change: `StarkSliderConfig` extends nouislider `Options` therefore the start property is now required. In the next major release, the `StarkSliderConfig` interface may be removed.
@mhenkens mhenkens force-pushed the dependabot/npm_and_yarn/multi-47861c5c75 branch from 829fe90 to 538ee05 Compare October 11, 2024 08:00
Copy link

@mhenkens mhenkens merged commit 10c5f55 into master Oct 11, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-47861c5c75 branch October 11, 2024 08:56
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.

3 participants