Skip to content

build(deps): bump semver from 5.7.1 to 5.7.2 - #127

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/semver-5.7.2
Open

build(deps): bump semver from 5.7.1 to 5.7.2#127
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/semver-5.7.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 14, 2023

Copy link
Copy Markdown
Contributor

Bumps semver from 5.7.1 to 5.7.2.

Release notes

Sourced from semver's releases.

v5.7.2

5.7.2 (2023-07-10)

Bug Fixes

Changelog

Sourced from semver's changelog.

5.7.2 (2023-07-10)

Bug Fixes

5.7

  • Add minVersion method

5.6

  • Move boolean loose param to an options object, with backwards-compatibility protection.
  • Add ability to opt out of special prerelease version handling with the includePrerelease option flag.

5.5

  • Add version coercion capabilities

5.4

  • Add intersection checking

5.3

  • Add minSatisfying method

5.2

  • Add prerelease(v) that returns prerelease components

5.1

  • Add Backus-Naur for ranges
  • Remove excessively cute inspection methods

5.0

  • Remove AMD/Browserified build artifacts
  • Fix ltr and gtr when using the * range
  • Fix for range * with a prerelease identifier
Commits
Maintainer changes

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


Dependabot compatibility score

You can trigger a rebase of this PR 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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 14, 2023
petermuessig added a commit that referenced this pull request Jul 1, 2026
* chore(deps-dev): bump globals from 17.6.0 to 17.7.0

Rolls up the pending Dependabot updates for the direct dependency
'globals' (#173). Two other Dependabot npm PRs in this batch (#127
semver 5.7.1->5.7.2 and #128 word-wrap 1.2.3->1.2.4) target versions
already satisfied by the current lockfile (semver 7.8.5, word-wrap
1.2.5), so no change is needed for those — they will close as stale
once this branch merges.

* chore(deps-dev): bump commitlint to 21.1.0

Bumps @commitlint/cli (#175) and @commitlint/config-conventional (#179)
from 20.2.0 to 21.1.0. lint-staged 17 (#166) requires Node >=22.22.1
which is not satisfied by all Node 22 minors we still want to support,
so it lands together with the Node 22 floor bump instead.

* ci: bump pinned action SHAs

Rolls up four Dependabot workflow updates:

- actions/checkout v4 -> v7.0.0 (#156)
- actions/setup-node v4 -> v6.4.0 (#155)
- changesets/action v1.8.0 -> v1.9.0 (#180)
- softprops/action-gh-release v2 -> v3.0.1 (#167)

Only the pinned SHAs and their trailing tag comments change; the
workflow input surface we rely on (fetch-depth, node-version,
registry-url, tag_name, generate_release_notes) is unchanged across
these majors.

* feat!: require Node.js 22.13 or higher

The minimum supported Node.js version is now >=22.13 (previously >=20.19).
Node 20 has moved out of Active LTS and the UI5 ecosystem is standardising
on Node 22 as the common floor. The precise 22.13 threshold matches the
range already required by our transitive dependencies (yeoman-generator,
glob, and others) and lets us drop the fs.cpSync ESLint exception, since
that API is fully stable from Node 22.3.

Also in this commit:

- CI matrix bumped to [22, 24, 26] (drops Node 20, adds Node 26).
- lint-staged bumped to 17.0.8 (#166) — v17 requires Node >=22.22.1, which
  is only sensible under the new floor.
- eslint.config.js: drop the fs.cpSync ignore in
  n/no-unsupported-features/node-builtins.
- README.md and CONTRIBUTING.md updated to document the new floor.

BREAKING CHANGE: The minimum supported Node.js version is now 22.13.

* chore: adopt GH action name
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants