Skip to content

Commit b4bb121

Browse files
authored
fix(deps): Update dependency semver to v7.3.8 (#76)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [semver](https://togithub.com/npm/node-semver) | dependencies | patch | [`7.3.7` -> `7.3.8`](https://renovatebot.com/diffs/npm/semver/7.3.7/7.3.8) | | [@types/semver](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/semver) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | devDependencies | patch | [`7.3.12` -> `7.3.13`](https://renovatebot.com/diffs/npm/@types%2fsemver/7.3.12/7.3.13) | --- ### Release Notes <details> <summary>npm/node-semver</summary> ### [`v7.3.8`](https://togithub.com/npm/node-semver/blob/HEAD/CHANGELOG.md#&#8203;738-httpsgithubcomnpmnode-semvercomparev737v738-2022-10-04) [Compare Source](https://togithub.com/npm/node-semver/compare/v7.3.7...v7.3.8) ##### Bug Fixes - [`d8ef32c`](https://togithub.com/npm/node-semver/commit/d8ef32cee7a7e34310838f32451c9bcf52956b64) [#&#8203;383](https://togithub.com/npm/node-semver/pull/383) add support for node.js esm auto exports ([#&#8203;383](https://togithub.com/npm/node-semver/issues/383)) ([@&#8203;MylesBorins](https://togithub.com/MylesBorins)) ##### Documentation - [`7209b14`](https://togithub.com/npm/node-semver/commit/7209b14ccd7ca35b9a1077a0b67d9ce884fe6d00) [#&#8203;477](https://togithub.com/npm/node-semver/pull/477) update range.js comments to clarify the caret ranges examples ([#&#8203;477](https://togithub.com/npm/node-semver/issues/477)) ([@&#8203;amitse](https://togithub.com/amitse)) ##### [7.3.7](https://togithub.com/npm/node-semver/compare/v7.3.6...v7.3.7) (2022-04-11) ##### Bug Fixes - allow node >=10 ([85b269a](https://togithub.com/npm/node-semver/commit/85b269a90806713d2a41e8e990b0ea6bc274b171)) - **bin:** get correct value from arg separated by equals ([#&#8203;449](https://togithub.com/npm/node-semver/issues/449)) ([4ceca76](https://togithub.com/npm/node-semver/commit/4ceca76729c577166395f19172854cbbcce3cec1)), closes [#&#8203;431](https://togithub.com/npm/node-semver/issues/431) - ensure SemVer instance passed to inc are not modified ([#&#8203;427](https://togithub.com/npm/node-semver/issues/427)) ([f070dde](https://togithub.com/npm/node-semver/commit/f070dde0cc22894ac254e281cb36a79ab790272d)) - inc prerelease with numeric preid ([#&#8203;380](https://togithub.com/npm/node-semver/issues/380)) ([802e161](https://togithub.com/npm/node-semver/commit/802e16174fe2a704dba16e97891ce36dc4f2ad76)) ##### Dependencies - revert to lru-cache@6 ([22ae54d](https://togithub.com/npm/node-semver/commit/22ae54d66c2dec8200947066dbb9c33bb729b8a8)) ##### [7.3.6](https://togithub.com/npm/node-semver/compare/v7.3.5...v7.3.6) (2022-04-05) ##### Bug Fixes - [https://github.com/npm/node-semver/issues/329](https://togithub.com/npm/node-semver/issues/329) ([cb1ca1d](https://togithub.com/npm/node-semver/commit/cb1ca1d5480a6c07c12ac31ba5f2071ed530c4ed)) - properly escape dots in `GTE0` regexes ([#&#8203;432](https://togithub.com/npm/node-semver/issues/432)) ([11494f1](https://togithub.com/npm/node-semver/commit/11494f1446a907c8fa5d9cfbc9fab04d553311f5)) - replace deprecated String.prototype.substr() ([#&#8203;445](https://togithub.com/npm/node-semver/issues/445)) ([e2d55e7](https://togithub.com/npm/node-semver/commit/e2d55e79f0d288ea88c0e0ba6620fe5636a4a552)) - replace regex used to split ranges ([#&#8203;434](https://togithub.com/npm/node-semver/issues/434)) ([9ab7b71](https://togithub.com/npm/node-semver/commit/9ab7b717dd7848c639b8ce3366d2241d430cdad2)) ##### Documentation - clarify \* range behavior ([cb1ca1d](https://togithub.com/npm/node-semver/commit/cb1ca1d5480a6c07c12ac31ba5f2071ed530c4ed)) ##### Dependencies - [email protected] ([#&#8203;442](https://togithub.com/npm/node-semver/issues/442)) ([9a3064c](https://togithub.com/npm/node-semver/commit/9a3064c242cdce3c1c39cae37a83d93ead363b37)) - [email protected] ([#&#8203;439](https://togithub.com/npm/node-semver/issues/439)) ([60cbb3f](https://togithub.com/npm/node-semver/commit/60cbb3fd4a4d32979f3aa0a2aa4e185753106545)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMzYuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIzNi4wIn0=-->
1 parent 259c174 commit b4bb121

File tree

2 files changed

+42
-16
lines changed

2 files changed

+42
-16
lines changed

package-lock.json

Lines changed: 40 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"chalk": "5.0.1",
2929
"execa": "6.1.0",
3030
"ora": "6.1.2",
31-
"semver": "7.3.7"
31+
"semver": "7.3.8"
3232
},
3333
"engines": {
3434
"node": ">=16.0.0"
@@ -38,7 +38,7 @@
3838
"@commitlint/config-conventional": "17.1.0",
3939
"@types/node": "17.0.33",
4040
"@types/pg": "8.6.5",
41-
"@types/semver": "7.3.12",
41+
"@types/semver": "7.3.13",
4242
"@typescript-eslint/eslint-plugin": "5.38.1",
4343
"@typescript-eslint/parser": "5.38.1",
4444
"@vercel/ncc": "0.34.0",

0 commit comments

Comments
 (0)