Skip to content

Commit

Permalink
build(deps): update dependency semver to v7.6.0 (#27255)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: secustor <sebastian@poxhofer.at>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
  • Loading branch information
4 people committed Mar 19, 2024
1 parent 7d0d593 commit b881173
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 32 deletions.
4 changes: 3 additions & 1 deletion lib/modules/versioning/conan/range.ts
Expand Up @@ -44,7 +44,9 @@ export function getPatch(version: string): null | number {

if (typeof cleanerVersion === 'string') {
const newVersion = semver.valid(
semver.coerce(cleanedVersion, options),
semver.coerce(cleanedVersion, {
loose: false,
}),
options,
);
return Number(newVersion?.split('.')[2]);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -235,7 +235,7 @@
"remark": "13.0.0",
"remark-github": "10.1.0",
"safe-stable-stringify": "2.4.3",
"semver": "7.5.4",
"semver": "7.6.0",
"semver-stable": "3.0.0",
"semver-utils": "1.1.4",
"shlex": "2.1.2",
Expand Down
60 changes: 30 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b881173

Please sign in to comment.