Skip to content

Commit 3c176a7

Browse files
committed
Auto merge of #2146 - rust-lang:dependabot/npm_and_yarn/ember-template-lint-1.13.2, r=jtgeibel
Bump ember-template-lint from 1.13.0 to 1.13.2 Bumps [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) from 1.13.0 to 1.13.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ember-template-lint/ember-template-lint/releases">ember-template-lint's releases</a>.</em></p> <blockquote> <h2>v1.13.2</h2> <h4>:bug: Bug Fix</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1087">#1087</a> Fix crash from missing <code>content</code> attribute in <code>no-invalid-meta</code> rule (<a href="https://github.com/bmish">@bmish</a>)</li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1083">#1083</a> Add presets list to README (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1081">#1081</a> Fix some spelling mistakes (<a href="https://github.com/bmish">@bmish</a>)</li> </ul> <h4>Committers: 1</h4> <ul> <li>Bryan Mishkin (<a href="https://github.com/bmish">@bmish</a>)</li> </ul> <h2>Release 1.13.1</h2> <h4>:bug: Bug Fix</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1071">#1071</a> Update <code>no-invalid-interactive</code> to allow <code>change</code> event with <code>&lt;form&gt;</code> elements (<a href="https://github.com/lifeart">@lifeart</a>)</li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1076">#1076</a> Normalize handlebars comments to {{!-- syntax (<a href="https://github.com/locks">@locks</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1068">#1068</a> no-curly-component-invocation: Document default config (<a href="https://github.com/dcyriller">@dcyriller</a>)</li> </ul> <h4>Committers: 3</h4> <ul> <li>Alex Kanunnikov (<a href="https://github.com/lifeart">@lifeart</a>)</li> <li>Cyrille David (<a href="https://github.com/dcyriller">@dcyriller</a>)</li> <li>Ricardo Mendes (<a href="https://github.com/locks">@locks</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md">ember-template-lint's changelog</a>.</em></p> <blockquote> <h2>v1.13.2 (2020-01-18)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1087">#1087</a> Fix crash from missing <code>content</code> attribute in <code>no-invalid-meta</code> rule (<a href="https://github.com/bmish">@bmish</a>)</li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1083">#1083</a> Add presets list to README (<a href="https://github.com/bmish">@bmish</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1081">#1081</a> Fix some spelling mistakes (<a href="https://github.com/bmish">@bmish</a>)</li> </ul> <h4>Committers: 1</h4> <ul> <li>Bryan Mishkin (<a href="https://github.com/bmish">@bmish</a>)</li> </ul> <h2>v1.13.1 (2020-01-15)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1071">#1071</a> Update <code>no-invalid-interactive</code> to allow <code>change</code> event with <code>&lt;form&gt;</code> elements (<a href="https://github.com/lifeart">@lifeart</a>)</li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1076">#1076</a> Normalize handlebars comments to {{!-- syntax (<a href="https://github.com/locks">@locks</a>)</li> <li><a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/pull/1068">#1068</a> no-curly-component-invocation: Document default config (<a href="https://github.com/dcyriller">@dcyriller</a>)</li> </ul> <h4>Committers: 3</h4> <ul> <li>Alex Kanunnikov (<a href="https://github.com/lifeart">@lifeart</a>)</li> <li>Cyrille David (<a href="https://github.com/dcyriller">@dcyriller</a>)</li> <li>Ricardo Mendes (<a href="https://github.com/locks">@locks</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/9d2bed2ced51eb9e7a7411c0d89343cf2d9daf6c"><code>9d2bed2</code></a> Release 1.13.2</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/eddaaa93b9686bf66856681352afdedfc3a52e2a"><code>eddaaa9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/issues/1087">#1087</a> from bmish/no-invalid-meta-fix-crashes</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/5ad3da6a04303c623983714a352b7cd4fc248896"><code>5ad3da6</code></a> fix: fix crashes in <code>no-invalid-meta</code> rule</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/0d7b0a7bd12947b28bf5b16341bf351568b89e6f"><code>0d7b0a7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/issues/1084">#1084</a> from bmish/update-github-url-links</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/f5309f6902323f3597412eb2d9089599d20f9ff9"><code>f5309f6</code></a> docs: update some links to current github url</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/73c112e3fb7fb4d7adca9ee96a7b225c989fdd5a"><code>73c112e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/issues/1083">#1083</a> from ember-template-lint/bmish-docs-presets-table</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/5a4b2edd26b2da3fb4fe29281d2c3152e24765b3"><code>5a4b2ed</code></a> Add presets list to README</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/ccd0c39798d98e71db7d812ee89c2f3162dc19c6"><code>ccd0c39</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-template-lint/ember-template-lint/issues/1081">#1081</a> from bmish/docs-fix-typos-spelling</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/d49b4584e0fd0111dfa1ba619523668ae8f70c44"><code>d49b458</code></a> docs: fix various spelling typos</li> <li><a href="https://github.com/ember-template-lint/ember-template-lint/commit/8c24aaf8c57a7863d3bcd859a57bb681dfabb4bd"><code>8c24aaf</code></a> Release 1.13.1</li> <li>Additional commits viewable in <a href="https://github.com/ember-template-lint/ember-template-lint/compare/v1.13.0...v1.13.2">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~bmishkin">bmishkin</a>, a new releaser for ember-template-lint since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ember-template-lint&package-manager=npm_and_yarn&previous-version=1.13.0&new-version=1.13.2)](https://dependabot.com/compatibility-score.html?dependency-name=ember-template-lint&package-manager=npm_and_yarn&previous-version=1.13.0&new-version=1.13.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 8b15368 + a7c9f05 commit 3c176a7

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
@@ -71,7 +71,7 @@
7171
"ember-promise-helpers": "^1.0.9",
7272
"ember-resolver": "^7.0.0",
7373
"ember-router-scroll": "^1.3.3",
74-
"ember-template-lint": "^1.13.0",
74+
"ember-template-lint": "^1.13.2",
7575
"ember-source": "~3.15.0",
7676
"ember-svg-jar": "^2.2.3",
7777
"ember-test-selectors": "^3.0.0",

0 commit comments

Comments
 (0)