podium-lib / dev-tool

Middleware that exposes a development API on Podium podlets for use in development tools
https://podium-lib.io/
MIT License
0 stars 0 forks source link

fix(deps): update dependency compare-versions to v6 - autoclosed #58

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
compare-versions ^3.4.0 -> ^6.0.0 age adoption passing confidence

Release Notes

omichelsen/compare-versions (compare-versions) ### [`v6.1.0`](https://togithub.com/omichelsen/compare-versions/blob/HEAD/CHANGELOG.md#610---2023-08-07) [Compare Source](https://togithub.com/omichelsen/compare-versions/compare/v6.0.0...v6.1.0) - Add new function `validateStrict` to validate according to strict semver rules. ### [`v6.0.0`](https://togithub.com/omichelsen/compare-versions/blob/HEAD/CHANGELOG.md#600---2022-12-15) [Compare Source](https://togithub.com/omichelsen/compare-versions/compare/v5.0.3...v6.0.0) - 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`](https://togithub.com/omichelsen/compare-versions/blob/HEAD/CHANGELOG.md#503---2022-12-13) [Compare Source](https://togithub.com/omichelsen/compare-versions/compare/v5.0.2...v5.0.3) - Fix npm build chache from 5.0.2. ### [`v5.0.2`](https://togithub.com/omichelsen/compare-versions/blob/HEAD/CHANGELOG.md#502---2022-12-13) [Compare Source](https://togithub.com/omichelsen/compare-versions/compare/v5.0.1...v5.0.2) - Fix `satisfies()` handling of 0.x versions. ### [`v5.0.1`](https://togithub.com/omichelsen/compare-versions/blob/HEAD/CHANGELOG.md#501---2022-08-26) [Compare Source](https://togithub.com/omichelsen/compare-versions/compare/v5.0.0...v5.0.1) - Include source file in npm bundle for source maps. ### [`v5.0.0`](https://togithub.com/omichelsen/compare-versions/blob/HEAD/CHANGELOG.md#500---2022-08-25) [Compare Source](https://togithub.com/omichelsen/compare-versions/compare/v4.1.4...v5.0.0) - 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`](https://togithub.com/omichelsen/compare-versions/blob/HEAD/CHANGELOG.md#414---2022-08-23) [Compare Source](https://togithub.com/omichelsen/compare-versions/compare/0ab38ccf5d889e157e4fbc71e257fc1d1ce63fdf...v4.1.4) - Fix `satisfies()` CJS export. ### [`v4.1.3`](https://togithub.com/omichelsen/compare-versions/blob/HEAD/CHANGELOG.md#413---2022-01-11) [Compare Source](https://togithub.com/omichelsen/compare-versions/compare/v4.1.2...0ab38ccf5d889e157e4fbc71e257fc1d1ce63fdf) - Export CJS style in ESM for cross compatibility. ### [`v4.1.2`](https://togithub.com/omichelsen/compare-versions/blob/HEAD/CHANGELOG.md#412---2021-12-09) [Compare Source](https://togithub.com/omichelsen/compare-versions/compare/v4.1.1...v4.1.2) - Do not allow leading comparators in `validate()`. ### [`v4.1.1`](https://togithub.com/omichelsen/compare-versions/blob/HEAD/CHANGELOG.md#411---2021-11-12) [Compare Source](https://togithub.com/omichelsen/compare-versions/compare/v4.1.0...v4.1.1) - Remove optional chaining operator. ### [`v4.1.0`](https://togithub.com/omichelsen/compare-versions/blob/HEAD/CHANGELOG.md#410---2021-11-12) [Compare Source](https://togithub.com/omichelsen/compare-versions/compare/v4.0.2...v4.1.0) - Add `satisfies()` function to test for range match. ### [`v4.0.2`](https://togithub.com/omichelsen/compare-versions/blob/HEAD/CHANGELOG.md#402---2021-11-12) [Compare Source](https://togithub.com/omichelsen/compare-versions/compare/v4.0.1...v4.0.2) - Fix wildcard comparisons. ### [`v4.0.1`](https://togithub.com/omichelsen/compare-versions/blob/HEAD/CHANGELOG.md#401---2021-11-01) [Compare Source](https://togithub.com/omichelsen/compare-versions/compare/v4.0.0...v4.0.1) - Remove `{ "type": "module" }` from package.json and set `{ "sideEffects": false }`. ### [`v4.0.0`](https://togithub.com/omichelsen/compare-versions/blob/HEAD/CHANGELOG.md#400---2021-10-30) [Compare Source](https://togithub.com/omichelsen/compare-versions/compare/v3.6.0...v4.0.0) - 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.



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