Skip to content

Bump ember-template-lint from 1.13.0 to 1.13.2 #2146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 24, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps ember-template-lint from 1.13.0 to 1.13.2.

Release notes

Sourced from ember-template-lint's releases.

v1.13.2

🐛 Bug Fix

  • #1087 Fix crash from missing content attribute in no-invalid-meta rule (@bmish)

📝 Documentation

Committers: 1

Release 1.13.1

🐛 Bug Fix

  • #1071 Update no-invalid-interactive to allow change event with <form> elements (@lifeart)

📝 Documentation

  • #1076 Normalize handlebars comments to {{!-- syntax (@locks)
  • #1068 no-curly-component-invocation: Document default config (@dcyriller)

Committers: 3

Changelog

Sourced from ember-template-lint's changelog.

v1.13.2 (2020-01-18)

🐛 Bug Fix

  • #1087 Fix crash from missing content attribute in no-invalid-meta rule (@bmish)

📝 Documentation

Committers: 1

v1.13.1 (2020-01-15)

🐛 Bug Fix

  • #1071 Update no-invalid-interactive to allow change event with <form> elements (@lifeart)

📝 Documentation

  • #1076 Normalize handlebars comments to {{!-- syntax (@locks)
  • #1068 no-curly-component-invocation: Document default config (@dcyriller)

Committers: 3

Commits
  • 9d2bed2 Release 1.13.2
  • eddaaa9 Merge pull request #1087 from bmish/no-invalid-meta-fix-crashes
  • 5ad3da6 fix: fix crashes in no-invalid-meta rule
  • 0d7b0a7 Merge pull request #1084 from bmish/update-github-url-links
  • f5309f6 docs: update some links to current github url
  • 73c112e Merge pull request #1083 from ember-template-lint/bmish-docs-presets-table
  • 5a4b2ed Add presets list to README
  • ccd0c39 Merge pull request #1081 from bmish/docs-fix-typos-spelling
  • d49b458 docs: fix various spelling typos
  • 8c24aaf Release 1.13.1
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by bmishkin, a new releaser for ember-template-lint since your current version.


Dependabot compatibility score

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 commands and options

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)

@rust-highfive
Copy link

r? @carols10cents

(rust_highfive has picked a reviewer for you, use r? to override)

@jtgeibel
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented Jan 24, 2020

📌 Commit a7c9f05 has been approved by jtgeibel

@bors
Copy link
Contributor

bors commented Jan 24, 2020

⌛ Testing commit a7c9f05 with merge 3c176a7...

bors added a commit that referenced this pull request Jan 24, 2020
…e-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>
@bors
Copy link
Contributor

bors commented Jan 24, 2020

☀️ Test successful - checks-travis
Approved by: jtgeibel
Pushing 3c176a7 to master...

@bors bors merged commit a7c9f05 into master Jan 24, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ember-template-lint-1.13.2 branch January 24, 2020 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants