Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2026

Bumps compare-versions from 3.6.0 to 6.1.1.

Changelog

Sourced from compare-versions's changelog.

6.1.1 - 2024-07-13

  • Fix ESM module browser support by appending .js extension to imports.

6.1.0 - 2023-08-07

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

6.0.0 - 2022-12-15

  • 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.

5.0.3 - 2022-12-13

  • Fix npm build chache from 5.0.2.

5.0.2 - 2022-12-13

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

5.0.1 - 2022-08-26

  • Include source file in npm bundle for source maps.

5.0.0 - 2022-08-25

  • 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.

4.1.4 - 2022-08-23

  • Fix satisfies() CJS export.

4.1.3 - 2022-01-11

  • Export CJS style in ESM for cross compatibility.

4.1.2 - 2021-12-09

  • Do not allow leading comparators in validate().

4.1.1 - 2021-11-12

  • Remove optional chaining operator.

4.1.0 - 2021-11-12

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

4.0.2 - 2021-11-12

  • Fix wildcard comparisons.

4.0.1 - 2021-11-01

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

4.0.0 - 2021-10-30

  • 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.
Commits

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

Bumps [compare-versions](https://github.com/omichelsen/compare-versions) from 3.6.0 to 6.1.1.
- [Changelog](https://github.com/omichelsen/compare-versions/blob/main/CHANGELOG.md)
- [Commits](omichelsen/compare-versions@v3.6.0...v6.1.1)

---
updated-dependencies:
- dependency-name: compare-versions
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 11, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 11, 2026
@chagong
Copy link
Contributor

chagong commented Feb 12, 2026

@copilot fix the build error after bump up 'compare-version' package verion.

Copy link
Contributor

Copilot AI commented Feb 12, 2026

@chagong I've opened a new pull request, #1567, to work on those changes. Once the pull request is ready, I'll request review from you.

* Initial plan

* Initial plan for fixing compare-versions build error

Co-authored-by: chagong <831821+chagong@users.noreply.github.com>

* Fix compare-versions import for v6.x compatibility

Co-authored-by: chagong <831821+chagong@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: chagong <831821+chagong@users.noreply.github.com>
@wenytang-ms wenytang-ms merged commit 7df7d3c into main Feb 12, 2026
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/compare-versions-6.1.1 branch February 12, 2026 01:54
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