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 semver from 7.3.5 to 7.5.2 in /ui #116

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2023

Bumps semver from 7.3.5 to 7.5.2.

Release notes

Sourced from semver's releases.

v7.5.2

7.5.2 (2023-06-15)

Bug Fixes

    - [58c791f](https://github.com/npm/node-semver/commit/58c791f40ba8cf4be35a5ca6644353ecd6249edc) [#566](https://redirect.github.com/npm/node-semver/pull/566) diff when detecting major change from prerelease ([#566](https://redirect.github.com/npm/node-semver/issues/566)) ([@lukekarrys](https://github.com/lukekarrys)) - [5c8efbc](https://github.com/npm/node-semver/commit/5c8efbcb3c6c125af10746d054faff13e8c33fbd) [#565](https://redirect.github.com/npm/node-semver/pull/565) preserve build in raw after inc ([#565](https://redirect.github.com/npm/node-semver/issues/565)) ([@lukekarrys](https://github.com/lukekarrys)) - [717534e](https://github.com/npm/node-semver/commit/717534ee353682f3bcf33e60a8af4292626d4441) [#564](https://redirect.github.com/npm/node-semver/pull/564) better handling of whitespace ([#564](https://redirect.github.com/npm/node-semver/issues/564)) ([@lukekarrys](https://github.com/lukekarrys))

v7.5.1

7.5.1 (2023-05-12)

Bug Fixes

v7.5.0

7.5.0 (2023-04-17)

Features

    - [503a4e5](https://github.com/npm/node-semver/commit/503a4e52fe2b1c6ed1400d33149f7733c8361eed) [#548](https://redirect.github.com/npm/node-semver/pull/548) allow identifierBase to be false ([#548](https://redirect.github.com/npm/node-semver/issues/548)) ([@lsvalina](https://github.com/lsvalina))

Bug Fixes

    - [e219bb4](https://github.com/npm/node-semver/commit/e219bb454036a0c23e34407591f921c8edb688e7) [#552](https://redirect.github.com/npm/node-semver/pull/552) throw on bad version with correct error message ([#552](https://redirect.github.com/npm/node-semver/issues/552)) ([@wraithgar](https://github.com/wraithgar)) - [fc2f3df](https://github.com/npm/node-semver/commit/fc2f3df0b5d25253b3580607e111a9a280d888ca) [#546](https://redirect.github.com/npm/node-semver/pull/546) incorrect results from diff sometimes with prerelease versions ([#546](https://redirect.github.com/npm/node-semver/issues/546)) ([@tjenkinson](https://github.com/tjenkinson)) - [2781767](https://github.com/npm/node-semver/commit/27817677794f592b592bf6181a80a4824ff762b2) [#547](https://redirect.github.com/npm/node-semver/pull/547) avoid re-instantiating SemVer during diff compare ([#547](https://redirect.github.com/npm/node-semver/issues/547)) ([@macno](https://github.com/macno))

v7.4.0

7.4.0 (2023-04-10)

Features

    - [113f513](https://github.com/npm/node-semver/commit/113f51312a1a6b6aa50d4f9486b4fde21782c1f5) [#532](https://redirect.github.com/npm/node-semver/pull/532) identifierBase parameter for .inc ([#532](https://redirect.github.com/npm/node-semver/issues/532)) ([@wraithgar](https://github.com/wraithgar), [@b-bly](https://github.com/b-bly)) - [48d8f8f](https://github.com/npm/node-semver/commit/48d8f8fa63bf6e35db70ff840b6da1a51596a5a8) [#530](https://redirect.github.com/npm/node-semver/pull/530) export new RELEASE_TYPES constant ([@hcharley](https://github.com/hcharley))

Bug Fixes

    - [940723d](https://github.com/npm/node-semver/commit/940723d22bca824993627c45ac30dd3d2854b8cd) [#538](https://redirect.github.com/npm/node-semver/pull/538) intersects with v0.0.0 and v0.0.0-0 ([#538](https://redirect.github.com/npm/node-semver/issues/538)) ([@wraithgar](https://github.com/wraithgar)) - [aa516b5](https://github.com/npm/node-semver/commit/aa516b50b32f5a144017d8fc1b9efe0540963c91) [#535](https://redirect.github.com/npm/node-semver/pull/535) faster parse options ([#535](https://redirect.github.com/npm/node-semver/issues/535)) ([@H4ad](https://github.com/H4ad)) - [61e6ea1](https://github.com/npm/node-semver/commit/61e6ea1e9b7af01baf19ab0c0a63c8e3ebfac97c) [#536](https://redirect.github.com/npm/node-semver/pull/536) faster cache key factory for range ([#536](https://redirect.github.com/npm/node-semver/issues/536)) ([@H4ad](https://github.com/H4ad)) - [f8b8b61](https://github.com/npm/node-semver/commit/f8b8b619e71746a47852a9d301f3087ab311444f) [#541](https://redirect.github.com/npm/node-semver/pull/541) optimistic parse ([#541](https://redirect.github.com/npm/node-semver/issues/541)) ([@H4ad](https://github.com/H4ad)) - [796cbe2](https://github.com/npm/node-semver/commit/796cbe29b06d102e1b16f3ed78eaba210ece951e) [#533](https://redirect.github.com/npm/node-semver/pull/533) semver.diff prerelease to release recognition ([#533](https://redirect.github.com/npm/node-semver/issues/533)) ([@wraithgar](https://github.com/wraithgar), [@dominique-blockchain](https://github.com/dominique-blockchain)) - [3f222b1](https://github.com/npm/node-semver/commit/3f222b144033525ca9f8a2ce5bc6e02f0401881f) [#537](https://redirect.github.com/npm/node-semver/pull/537) reuse comparators on subset ([#537](https://redirect.github.com/npm/node-semver/issues/537)) ([@H4ad](https://github.com/H4ad)) - [f66cc45](https://github.com/npm/node-semver/commit/f66cc45c6e82eebb4b5b51af73e7b8dcaeda7e21) [#539](https://redirect.github.com/npm/node-semver/pull/539) faster diff ([#539](https://redirect.github.com/npm/node-semver/issues/539)) ([@H4ad](https://github.com/H4ad))

Documentation

    - [c5d29df](https://github.com/npm/node-semver/commit/c5d29df6f75741fea27fffe3b88c9c3b28e3ca73) [#530](https://redirect.github.com/npm/node-semver/pull/530) Add "Constants" section to README ([@hcharley](https://github.com/hcharley))

... (truncated)

Changelog

Sourced from semver's changelog.

7.5.2 (2023-06-15)

Bug Fixes

    - [58c791f](https://github.com/npm/node-semver/commit/58c791f40ba8cf4be35a5ca6644353ecd6249edc) [#566](https://redirect.github.com/npm/node-semver/pull/566) diff when detecting major change from prerelease ([#566](https://redirect.github.com/npm/node-semver/issues/566)) ([@lukekarrys](https://github.com/lukekarrys)) - [5c8efbc](https://github.com/npm/node-semver/commit/5c8efbcb3c6c125af10746d054faff13e8c33fbd) [#565](https://redirect.github.com/npm/node-semver/pull/565) preserve build in raw after inc ([#565](https://redirect.github.com/npm/node-semver/issues/565)) ([@lukekarrys](https://github.com/lukekarrys)) - [717534e](https://github.com/npm/node-semver/commit/717534ee353682f3bcf33e60a8af4292626d4441) [#564](https://redirect.github.com/npm/node-semver/pull/564) better handling of whitespace ([#564](https://redirect.github.com/npm/node-semver/issues/564)) ([@lukekarrys](https://github.com/lukekarrys))

7.5.1 (2023-05-12)

Bug Fixes

7.5.0 (2023-04-17)

Features

    - [503a4e5](https://github.com/npm/node-semver/commit/503a4e52fe2b1c6ed1400d33149f7733c8361eed) [#548](https://redirect.github.com/npm/node-semver/pull/548) allow identifierBase to be false ([#548](https://redirect.github.com/npm/node-semver/issues/548)) ([@lsvalina](https://github.com/lsvalina))

Bug Fixes

    - [e219bb4](https://github.com/npm/node-semver/commit/e219bb454036a0c23e34407591f921c8edb688e7) [#552](https://redirect.github.com/npm/node-semver/pull/552) throw on bad version with correct error message ([#552](https://redirect.github.com/npm/node-semver/issues/552)) ([@wraithgar](https://github.com/wraithgar)) - [fc2f3df](https://github.com/npm/node-semver/commit/fc2f3df0b5d25253b3580607e111a9a280d888ca) [#546](https://redirect.github.com/npm/node-semver/pull/546) incorrect results from diff sometimes with prerelease versions ([#546](https://redirect.github.com/npm/node-semver/issues/546)) ([@tjenkinson](https://github.com/tjenkinson)) - [2781767](https://github.com/npm/node-semver/commit/27817677794f592b592bf6181a80a4824ff762b2) [#547](https://redirect.github.com/npm/node-semver/pull/547) avoid re-instantiating SemVer during diff compare ([#547](https://redirect.github.com/npm/node-semver/issues/547)) ([@macno](https://github.com/macno))

7.4.0 (2023-04-10)

Features

    - [113f513](https://github.com/npm/node-semver/commit/113f51312a1a6b6aa50d4f9486b4fde21782c1f5) [#532](https://redirect.github.com/npm/node-semver/pull/532) identifierBase parameter for .inc ([#532](https://redirect.github.com/npm/node-semver/issues/532)) ([@wraithgar](https://github.com/wraithgar), [@b-bly](https://github.com/b-bly)) - [48d8f8f](https://github.com/npm/node-semver/commit/48d8f8fa63bf6e35db70ff840b6da1a51596a5a8) [#530](https://redirect.github.com/npm/node-semver/pull/530) export new RELEASE_TYPES constant ([@hcharley](https://github.com/hcharley))

Bug Fixes

    - [940723d](https://github.com/npm/node-semver/commit/940723d22bca824993627c45ac30dd3d2854b8cd) [#538](https://redirect.github.com/npm/node-semver/pull/538) intersects with v0.0.0 and v0.0.0-0 ([#538](https://redirect.github.com/npm/node-semver/issues/538)) ([@wraithgar](https://github.com/wraithgar)) - [aa516b5](https://github.com/npm/node-semver/commit/aa516b50b32f5a144017d8fc1b9efe0540963c91) [#535](https://redirect.github.com/npm/node-semver/pull/535) faster parse options ([#535](https://redirect.github.com/npm/node-semver/issues/535)) ([@H4ad](https://github.com/H4ad)) - [61e6ea1](https://github.com/npm/node-semver/commit/61e6ea1e9b7af01baf19ab0c0a63c8e3ebfac97c) [#536](https://redirect.github.com/npm/node-semver/pull/536) faster cache key factory for range ([#536](https://redirect.github.com/npm/node-semver/issues/536)) ([@H4ad](https://github.com/H4ad)) - [f8b8b61](https://github.com/npm/node-semver/commit/f8b8b619e71746a47852a9d301f3087ab311444f) [#541](https://redirect.github.com/npm/node-semver/pull/541) optimistic parse ([#541](https://redirect.github.com/npm/node-semver/issues/541)) ([@H4ad](https://github.com/H4ad)) - [796cbe2](https://github.com/npm/node-semver/commit/796cbe29b06d102e1b16f3ed78eaba210ece951e) [#533](https://redirect.github.com/npm/node-semver/pull/533) semver.diff prerelease to release recognition ([#533](https://redirect.github.com/npm/node-semver/issues/533)) ([@wraithgar](https://github.com/wraithgar), [@dominique-blockchain](https://github.com/dominique-blockchain)) - [3f222b1](https://github.com/npm/node-semver/commit/3f222b144033525ca9f8a2ce5bc6e02f0401881f) [#537](https://redirect.github.com/npm/node-semver/pull/537) reuse comparators on subset ([#537](https://redirect.github.com/npm/node-semver/issues/537)) ([@H4ad](https://github.com/H4ad)) - [f66cc45](https://github.com/npm/node-semver/commit/f66cc45c6e82eebb4b5b51af73e7b8dcaeda7e21) [#539](https://redirect.github.com/npm/node-semver/pull/539) faster diff ([#539](https://redirect.github.com/npm/node-semver/issues/539)) ([@H4ad](https://github.com/H4ad))

Documentation

    - [c5d29df](https://github.com/npm/node-semver/commit/c5d29df6f75741fea27fffe3b88c9c3b28e3ca73) [#530](https://redirect.github.com/npm/node-semver/pull/530) Add "Constants" section to README ([@hcharley](https://github.com/hcharley))

7.3.8 (2022-10-04)

Bug Fixes

... (truncated)

Commits
  • e7b78de chore: release 7.5.2
  • 58c791f fix: diff when detecting major change from prerelease (#566)
  • 5c8efbc fix: preserve build in raw after inc (#565)
  • 717534e fix: better handling of whitespace (#564)
  • - [2f738e9](https://github.com/npm/node-semver/commit/2f738e9a70d9b9468b7b69e9ed3e12418725c650) chore: bump `@npmcli/template-oss` from 4.14.1 to 4.15.1 ([#558](https://redirect.github.com/npm/node-semver/issues/558))
  • aa016a6 chore: release 7.5.1
  • d30d25a fix: show type on invalid semver error (#559)
  • - [09c69e2](https://github.com/npm/node-semver/commit/09c69e23cdf6c69c51f83635482fff89ab2574e3) chore: bump `@npmcli/template-oss` from 4.13.0 to 4.14.1 ([#555](https://redirect.github.com/npm/node-semver/issues/555))
  • 5b02ad7 chore: release 7.5.0
  • e219bb4 fix: throw on bad version with correct error message (#552)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by npm-cli-ops, a new releaser for semver since your current version.


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

TRANS_BY_GPT3

Bumps [semver](https://github.com/npm/node-semver) from 7.3.5 to 7.5.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.3.5...v7.5.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
...

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 Jul 25, 2023
@winlinvip winlinvip force-pushed the main branch 22 times, most recently from feec750 to 2527d5e Compare July 30, 2023 10:38
@winlinvip winlinvip added the TransByAI Translated by AI/GPT. label Jul 31, 2023
@winlinvip winlinvip force-pushed the main branch 4 times, most recently from dad8b72 to 05e1738 Compare July 31, 2023 10:19
@winlinvip winlinvip force-pushed the main branch 27 times, most recently from e644ad8 to c5e4ebf Compare August 9, 2023 08:19
@winlinvip winlinvip closed this Aug 10, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 10, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui/semver-7.5.2 branch August 10, 2023 00:11
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 TransByAI Translated by AI/GPT.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant