Skip to content

Bump ember-test-selectors from 0.3.8 to 3.0.0 #2005

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
Dec 19, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps ember-test-selectors from 0.3.8 to 3.0.0.

Release notes

Sourced from ember-test-selectors's releases.

v3.0.0

💥 Breaking Change

The main breaking changes in this major release are dropping support for older Ember.js, Ember CLI and Node.js versions. The v3.x series will have the following minimum requirements:

  • Ember.js 2.16 or above
  • Ember CLI 2.14 or above
  • Node.js 8 or above

🚀 Enhancement

🐛 Bug Fix

  • #359 Revert "Use setupPreprocessorRegistry() hook to register HTMLBars AST plugin" (@​Turbo87)

📝 Documentation

🏠 Internal

Committers: 3

v3.0.0-beta.2

🚀 Enhancement

🐛 Bug Fix

  • #359 Revert "Use setupPreprocessorRegistry() hook to register HTMLBars AST plugin" (@​Turbo87)

Committers: 2

... (truncated)
Changelog

Sourced from ember-test-selectors's changelog.

v3.0.0 (2019-11-22)

💥 Breaking Change

The main breaking changes in this major release are dropping support for older Ember.js, Ember CLI and Node.js versions. The v3.x series will have the following minimum requirements:

  • Ember.js 2.16 or above
  • Ember CLI 2.14 or above
  • Node.js 8 or above

🚀 Enhancement

🐛 Bug Fix

  • #359 Revert "Use setupPreprocessorRegistry() hook to register HTMLBars AST plugin" (@​Turbo87)

📝 Documentation

🏠 Internal

Committers: 3

v2.1.0 (2019-03-15)

🚀 Enhancement

🐛 Bug Fix

... (truncated)
Commits
  • 494e96f v3.0.0
  • d2e3743 Merge pull request #443 from simplabs/github-actions
  • fab870e Remove TravisCI config file
  • d51a600 Use GitHub Actions for npm publish
  • 9f78d56 Use GitHub Actions for CI
  • 51014f8 Merge pull request #441 from Turbo87/docs
  • 9bb2e15 README: Clarify @glimmer/component situation
  • 1c9fdaa README: Simplify and modernize "Usage in Components" section
  • c19b042 README: Use ES6 classes and angle brackets
  • 9f74e95 README: Add "Usage in Ember addons" section
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by turbo87, a new releaser for ember-test-selectors 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)

@Turbo87
Copy link
Member

Turbo87 commented Dec 19, 2019

@bors r+

@bors
Copy link
Contributor

bors commented Dec 19, 2019

📌 Commit ecaf1f1 has been approved by Turbo87

@bors
Copy link
Contributor

bors commented Dec 19, 2019

⌛ Testing commit ecaf1f1 with merge a325269...

bors added a commit that referenced this pull request Dec 19, 2019
…lectors-3.0.0, r=Turbo87

Bump ember-test-selectors from 0.3.8 to 3.0.0

Bumps [ember-test-selectors](https://github.com/simplabs/ember-test-selectors) from 0.3.8 to 3.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/simplabs/ember-test-selectors/releases">ember-test-selectors's releases</a>.</em></p>
<blockquote>
<h2>v3.0.0</h2>
<h4>:boom: Breaking Change</h4>
<p>The main breaking changes in this major release are dropping support for older
Ember.js, Ember CLI and Node.js versions. The v3.x series will have the
following minimum requirements:</p>
<ul>
<li>Ember.js 2.16 or above</li>
<li>Ember CLI 2.14 or above</li>
<li>Node.js 8 or above</li>
</ul>
<ul>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/341">#341</a> Adjust Ember.js support range to 2.16+ (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/338">#338</a> Use <code>setupPreprocessorRegistry()</code> hook to register HTMLBars AST plugin (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/337">#337</a> Drop support for Node.js 4 and 6 (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
</ul>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/322">#322</a> ensure custom tree is still memoized (<a href="https://github.com/stefanpenner">@​stefanpenner</a>)</li>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/339">#339</a> Enable parallel file processing for <code>ember-cli-babel</code> (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
</ul>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/359">#359</a> Revert &quot;Use <code>setupPreprocessorRegistry()</code> hook to register HTMLBars AST plugin&quot; (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
</ul>
<h4>:memo: Documentation</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/441">#441</a> Simplify and modernize README file (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/342">#342</a> README: Add Node.js compatibility information (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/443">#443</a> Replace TravisCI with GitHub Actions (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/438">#438</a> Update <code>ember-cli-babel</code> to v7.12.0 (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/437">#437</a> Add dependabot config file (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/436">#436</a> Update locked dependencies (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/435">#435</a> Remove <code>ember-cli-eslint</code> dependency (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/434">#434</a> Use new QUnit testing APIs (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/432">#432</a> Replace <code>ember-cli-qunit</code> with <code>ember-qunit</code> (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/340">#340</a> Adjust <code>.npmignore</code> blacklist (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
</ul>
<h4>Committers: 3</h4>
<ul>
<li>Stefan Penner (<a href="https://github.com/stefanpenner">@​stefanpenner</a>)</li>
<li>Tobias Bieniek (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
<li>Yoran Brondsema (<a href="https://github.com/YoranBrondsema">@​YoranBrondsema</a>)</li>
</ul>
<h2>v3.0.0-beta.2</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/322">#322</a> ensure custom tree is still memoized (<a href="https://github.com/stefanpenner">@​stefanpenner</a>)</li>
</ul>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/359">#359</a> Revert &quot;Use <code>setupPreprocessorRegistry()</code> hook to register HTMLBars AST plugin&quot; (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
</ul>
<h4>Committers: 2</h4>
<ul>
<li>Stefan Penner (<a href="https://github.com/stefanpenner">@​stefanpenner</a>)</li>
</ul>
</tr></table> ... (truncated)
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/simplabs/ember-test-selectors/blob/master/CHANGELOG.md">ember-test-selectors's changelog</a>.</em></p>
<blockquote>
<h2>v3.0.0 (2019-11-22)</h2>
<h4>:boom: Breaking Change</h4>
<p>The main breaking changes in this major release are dropping support for older
Ember.js, Ember CLI and Node.js versions. The v3.x series will have the
following minimum requirements:</p>
<ul>
<li>Ember.js 2.16 or above</li>
<li>Ember CLI 2.14 or above</li>
<li>Node.js 8 or above</li>
</ul>
<ul>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/341">#341</a> Adjust Ember.js support range to 2.16+ (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/338">#338</a> Use <code>setupPreprocessorRegistry()</code> hook to register HTMLBars AST plugin (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/337">#337</a> Drop support for Node.js 4 and 6 (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
</ul>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/322">#322</a> ensure custom tree is still memoized (<a href="https://github.com/stefanpenner">@​stefanpenner</a>)</li>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/339">#339</a> Enable parallel file processing for <code>ember-cli-babel</code> (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
</ul>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/359">#359</a> Revert &quot;Use <code>setupPreprocessorRegistry()</code> hook to register HTMLBars AST plugin&quot; (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
</ul>
<h4>:memo: Documentation</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/441">#441</a> Simplify and modernize README file (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/342">#342</a> README: Add Node.js compatibility information (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/443">#443</a> Replace TravisCI with GitHub Actions (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/438">#438</a> Update <code>ember-cli-babel</code> to v7.12.0 (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/437">#437</a> Add dependabot config file (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/436">#436</a> Update locked dependencies (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/435">#435</a> Remove <code>ember-cli-eslint</code> dependency (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/434">#434</a> Use new QUnit testing APIs (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/432">#432</a> Replace <code>ember-cli-qunit</code> with <code>ember-qunit</code> (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/340">#340</a> Adjust <code>.npmignore</code> blacklist (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
</ul>
<h4>Committers: 3</h4>
<ul>
<li>Stefan Penner (<a href="https://github.com/stefanpenner">@​stefanpenner</a>)</li>
<li>Tobias Bieniek (<a href="https://github.com/Turbo87">@​Turbo87</a>)</li>
<li>Yoran Brondsema (<a href="https://github.com/YoranBrondsema">@​YoranBrondsema</a>)</li>
</ul>
<h2>v2.1.0 (2019-03-15)</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/323">#323</a> Handle components with empty tag name (<a href="https://github.com/ssutar">@​ssutar</a>)</li>
</ul>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/pull/292">#292</a> Only strip attribute <em>starting</em> with <code>data-test-</code> (<a href="https://github.com/bendemboski">@​bendemboski</a>)</li>
</ul>
</tr></table> ... (truncated)
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/simplabs/ember-test-selectors/commit/494e96f2aaef2417a6b71113a7d8f357835f4d22"><code>494e96f</code></a> v3.0.0</li>
<li><a href="https://github.com/simplabs/ember-test-selectors/commit/d2e3743d0504589820e141cf1acb9c3e9ba82eb8"><code>d2e3743</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/issues/443">#443</a> from simplabs/github-actions</li>
<li><a href="https://github.com/simplabs/ember-test-selectors/commit/fab870e3e951f2317a7470a14fa960fdbaeec464"><code>fab870e</code></a> Remove TravisCI config file</li>
<li><a href="https://github.com/simplabs/ember-test-selectors/commit/d51a6008aca165349c027edd9b43414f6b28ce47"><code>d51a600</code></a> Use GitHub Actions for <code>npm publish</code></li>
<li><a href="https://github.com/simplabs/ember-test-selectors/commit/9f78d562eca65e251a8fc92c1e226f8c289c67f5"><code>9f78d56</code></a> Use GitHub Actions for CI</li>
<li><a href="https://github.com/simplabs/ember-test-selectors/commit/51014f80ce64310dbbb9a6bd30eabdf13fd03c71"><code>51014f8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/simplabs/ember-test-selectors/issues/441">#441</a> from Turbo87/docs</li>
<li><a href="https://github.com/simplabs/ember-test-selectors/commit/9bb2e15c41bcffb2399c93a8646d012c7876cbcb"><code>9bb2e15</code></a> README: Clarify <code>@glimmer/component</code> situation</li>
<li><a href="https://github.com/simplabs/ember-test-selectors/commit/1c9fdaac06a1034fe0264edbdaba3b993989d704"><code>1c9fdaa</code></a> README: Simplify and modernize &quot;Usage in Components&quot; section</li>
<li><a href="https://github.com/simplabs/ember-test-selectors/commit/c19b042543b030d7136377bb2ab5633c290c41cf"><code>c19b042</code></a> README: Use ES6 classes and angle brackets</li>
<li><a href="https://github.com/simplabs/ember-test-selectors/commit/9f74e95e4f0f21db7f41517bc43b9edf1b6d5e74"><code>9f74e95</code></a> README: Add &quot;Usage in Ember addons&quot; section</li>
<li>Additional commits viewable in <a href="https://github.com/simplabs/ember-test-selectors/compare/v0.3.8...v3.0.0">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/~turbo87">turbo87</a>, a new releaser for ember-test-selectors since your current version.</p>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ember-test-selectors&package-manager=npm_and_yarn&previous-version=0.3.8&new-version=3.0.0)](https://dependabot.com/compatibility-score.html?dependency-name=ember-test-selectors&package-manager=npm_and_yarn&previous-version=0.3.8&new-version=3.0.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)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<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 Dec 19, 2019

☀️ Test successful - checks-travis
Approved by: Turbo87
Pushing a325269 to master...

@bors bors merged commit ecaf1f1 into master Dec 19, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ember-test-selectors-3.0.0 branch December 19, 2019 23:11
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