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

Update dependency compare-versions to v6 #459

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
compare-versions 3.6.0 -> 6.1.0 age adoption passing confidence

Release Notes

omichelsen/compare-versions (compare-versions)

v6.1.0

Compare Source

  • Add new function validateStrict to validate according to strict semver rules.

v6.0.0

Compare Source

  • BREAKING CHANGE: satisfies() now supports npm comparator sets. This should not be a breaking change but it will assign meaning to spaces in the range which previously were ignored.

v5.0.3

Compare Source

  • Fix npm build chache from 5.0.2.

v5.0.2

Compare Source

  • Fix satisfies() handling of 0.x versions.

v5.0.1

Compare Source

  • Include source file in npm bundle for source maps.

v5.0.0

Compare Source

  • BREAKING CHANGE: main export is now named.
  • Rewrite in TypeScript. Ensure single source of truth for all outputs.
  • Support ESM and CJS (through UMD).
  • Dropped Bower support.

v4.1.4

Compare Source

  • Fix satisfies() CJS export.

v4.1.3

Compare Source

  • Export CJS style in ESM for cross compatibility.

v4.1.2

Compare Source

  • Do not allow leading comparators in validate().

v4.1.1

Compare Source

  • Remove optional chaining operator.

v4.1.0

Compare Source

  • Add satisfies() function to test for range match.

v4.0.2

Compare Source

  • Fix wildcard comparisons.

v4.0.1

Compare Source

  • Remove { "type": "module" } from package.json and set { "sideEffects": false }.

v4.0.0

Compare Source

  • Add new ESM version in addition to the original CJS version.
  • Refactor ESM version to improve performance and reduce lines of code.
  • No breaking API changes but releasing as a major version bump to signal the new ESM code will be used by compatible bundlers like webpack and parcel.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file npm labels Sep 9, 2023
@sonarcloud
Copy link

sonarcloud bot commented Sep 9, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Sep 9, 2023

Codecov Report

Merging #459 (f13b3c0) into master (7345057) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #459   +/-   ##
=======================================
  Coverage   60.21%   60.21%           
=======================================
  Files          46       46           
  Lines         945      945           
  Branches      189      189           
=======================================
  Hits          569      569           
  Misses        341      341           
  Partials       35       35           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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 npm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants