Skip to content

Commit da7f426

Browse files
committed
Auto merge of #2021 - rust-lang:dependabot/npm_and_yarn/ember-cli-app-version-3.2.0, r=Turbo87
Bump ember-cli-app-version from 3.1.3 to 3.2.0 Bumps [ember-cli-app-version](https://github.com/embersherpa/ember-cli-app-version) from 3.1.3 to 3.2.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ember-cli/ember-cli-app-version/commit/04425cef4b74ac8825e2e610aeaecd126fc2a1a3"><code>04425ce</code></a> release v3.2.0 🎉</li> <li><a href="https://github.com/ember-cli/ember-cli-app-version/commit/7125b68a2cb7ddabdc261aed0cefddb1b714fc70"><code>7125b68</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/embersherpa/ember-cli-app-version/issues/60">#60</a> from Techn1x/improved-regex</li> <li><a href="https://github.com/ember-cli/ember-cli-app-version/commit/261716a6b8076515704661993882f43216fe0ec0"><code>261716a</code></a> Update for rebase</li> <li><a href="https://github.com/ember-cli/ember-cli-app-version/commit/d399745a01aa2d2e73d13370a7d90014d6a40ae2"><code>d399745</code></a> Fallback to standard versionOnly when no extended tag, even if showExtended=true</li> <li><a href="https://github.com/ember-cli/ember-cli-app-version/commit/a8d7a01ac97b4ad8bc8c906ccc2610fd2c1967eb"><code>a8d7a01</code></a> Fix for readonly hash args</li> <li><a href="https://github.com/ember-cli/ember-cli-app-version/commit/36088836aeb9dbc1f3e089d1e67fe157ea3ec09a"><code>3608883</code></a> Remove useless assertions</li> <li><a href="https://github.com/ember-cli/ember-cli-app-version/commit/41bdcb82d0f1d13a924e6d3fcd349bf5b2b1a9d3"><code>41bdcb8</code></a> More test fixes</li> <li><a href="https://github.com/ember-cli/ember-cli-app-version/commit/55162068e09c00816b3b22a2a41035d56669d9c1"><code>5516206</code></a> Improved tests..</li> <li><a href="https://github.com/ember-cli/ember-cli-app-version/commit/df762ada6daf39d6688310871aa6535404d4c126"><code>df762ad</code></a> Improved regex, added new flags to helper</li> <li><a href="https://github.com/ember-cli/ember-cli-app-version/commit/d144d7749565e33bf267b82858eec9542d53e034"><code>d144d77</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/embersherpa/ember-cli-app-version/issues/59">#59</a> from thoov/update-readme</li> <li>Additional commits viewable in <a href="https://github.com/embersherpa/ember-cli-app-version/compare/v3.1.3...v3.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ember-cli-app-version&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.2.0)](https://dependabot.com/compatibility-score.html?dependency-name=ember-cli-app-version&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.2.0) 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 b8a31ad + f4218de commit da7f426

File tree

2 files changed

+6
-239
lines changed

2 files changed

+6
-239
lines changed

package-lock.json

Lines changed: 5 additions & 238 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
@@ -35,7 +35,7 @@
3535
"ember-a11y-testing": "^2.0.0",
3636
"ember-auto-import": "^1.5.3",
3737
"ember-cli": "~3.15.0",
38-
"ember-cli-app-version": "^3.1.3",
38+
"ember-cli-app-version": "^3.2.0",
3939
"ember-cli-babel": "^7.13.2",
4040
"ember-cli-clipboard": "^0.13.0",
4141
"ember-cli-code-coverage": "^1.0.0-beta.8",

0 commit comments

Comments
 (0)