Skip to content

Commit 0a26fc4

Browse files
committed
Auto merge of #2419 - rust-lang:dependabot/npm_and_yarn/semver-7.2.2, r=Turbo87
Bump semver from 7.1.3 to 7.2.2 Bumps [semver](https://github.com/npm/node-semver) from 7.1.3 to 7.2.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/npm/node-semver/blob/master/CHANGELOG.md">semver's changelog</a>.</em></p> <blockquote> <h2>7.2.2</h2> <ul> <li>Fix bug where <code>2.0.0-pre</code> would be included in <code>^1.0.0</code> if <code>includePrerelease</code> was set to true.</li> </ul> <h2>7.2.0</h2> <ul> <li>Add <code>simplifyRange</code> method to attempt to generate a more human-readable range expression that is equivalent to a supplied range, for a given set of versions.</li> </ul> <h2>7.1.2</h2> <ul> <li>Remove fancy lazy-loading logic, as it was causing problems for webpack users.</li> </ul> <h2>7.1.0</h2> <ul> <li>Add <code>require('semver/preload')</code> to load the entire module without using lazy getter methods.</li> </ul> <h2>7.0.0</h2> <ul> <li>Refactor module into separate files for better tree-shaking</li> <li>Drop support for very old node versions, use const/let, <code>=&gt;</code> functions, and classes.</li> </ul> <h2>6.3.0</h2> <ul> <li>Expose the token enum on the exports</li> </ul> <h2>6.2.0</h2> <ul> <li>Coerce numbers to strings when passed to semver.coerce()</li> <li>Add <code>rtl</code> option to coerce from right to left</li> </ul> <h2>6.1.3</h2> <ul> <li>Handle X-ranges properly in includePrerelease mode</li> </ul> <h2>6.1.2</h2> <ul> <li>Do not throw when testing invalid version strings</li> </ul> <h2>6.1.1</h2> <ul> <li>Add options support for semver.coerce()</li> <li>Handle undefined version passed to Range.test</li> </ul> <h2>6.1.0</h2> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/npm/node-semver/commit/5d0dcdac5daeef368b73b9b67d1aa6f554315e2b"><code>5d0dcda</code></a> 7.2.2</li> <li><a href="https://github.com/npm/node-semver/commit/044c54cc7c10cacc2c87a7e0fd57c0166c6c6c62"><code>044c54c</code></a> fix: 2.0.0-rc1 should never be included in ^1.0.0</li> <li><a href="https://github.com/npm/node-semver/commit/77c95e3dcfafad310c03285586c1ee883007717d"><code>77c95e3</code></a> update changelog</li> <li><a href="https://github.com/npm/node-semver/commit/dfe658fd611ccbf6703b1c9315f9ad8cb29db1bb"><code>dfe658f</code></a> 7.2.1</li> <li><a href="https://github.com/npm/node-semver/commit/6eab8c2e7d24dfb59c9c20e5f176ba9cd1bcf8bd"><code>6eab8c2</code></a> do not include vim swap files in package</li> <li><a href="https://github.com/npm/node-semver/commit/c6581a8b6bf6dac430a30eb6be60ed0e06c22f74"><code>c6581a8</code></a> 7.2.0</li> <li><a href="https://github.com/npm/node-semver/commit/2b5ad50b09d408d27682581c4d2ec1d580e7e681"><code>2b5ad50</code></a> Add method for simplifying ranges</li> <li>See full diff in <a href="https://github.com/npm/node-semver/compare/v7.1.3...v7.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=semver&package-manager=npm_and_yarn&previous-version=7.1.3&new-version=7.2.2)](https://dependabot.com/compatibility-score/?dependency-name=semver&package-manager=npm_and_yarn&previous-version=7.1.3&new-version=7.2.2) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
2 parents 5339d1e + ea0eb20 commit 0a26fc4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"qunit-console-grouper": "^0.2.0",
106106
"qunit-dom": "^1.1.0",
107107
"sass": "^1.26.3",
108-
"semver": "^7.1.3",
108+
"semver": "^7.2.2",
109109
"timekeeper": "^2.2.0"
110110
},
111111
"engines": {

0 commit comments

Comments
 (0)