Skip to content
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

chore(deps-dev): bump @ember/test-helpers from 2.8.1 to 2.9.4 #199

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2023

Bumps @ember/test-helpers from 2.8.1 to 2.9.4.

Release notes

Sourced from @​ember/test-helpers's releases.

Release 2.9.4

🐛 Bug Fix

Committers: 1

Release 2.9.3

🐛 Bug Fix

Committers: 1

Release 2.9.2

🐛 Bug Fix

Committers: 1

Release 2.9.1

Note: these were all back-ported from master since they could go out on 2.9. This will be the last 2.9 release unless there are critical bug fixes here!

🐛 Bug Fix

  • Let ESLint have its way about docstring location (a8fac83)
  • DOC: API: add render helper examples (f476a20)
  • Tweak TS style for indexing multiple types (for getElement) (f01ad9f)
  • Use export type for RenderingTestContext (2dc5077)
  • Tweak TS style for indexing multiple types (3214483)
  • Address PR feedback (5e87a54)
  • DOC: API: add DOM query helper examples (83b7f5f)
  • Export type for Target (335019d)
  • Upgrade expect-type and fix issues the new version reveals (bae5e33)
  • Correctly handle special char keyCodes with Shift (d537923)
  • Add tab type test (64f40d5)
  • Generate documentation (939f29f)
  • Ensure types reflect optional-ness of tab options (95285cc)
  • Fix typesVersions config again (53fa899)
  • Clean up public-types after pack (b9dcbca)

Release 2.9.0

... (truncated)

Changelog

Sourced from @​ember/test-helpers's changelog.

v2.9.4 (2023-06-15)

🐛 Bug Fix

Committers: 1

v2.9.3 (2022-12-21)

🐛 Bug Fix

Committers: 1

v2.9.2 (2022-12-21)

🐛 Bug Fix

Committers: 1

v2.9.1 (2022-12-16)

Note: these were all back-ported from master since they could go out on 2.9. This will be the last 2.9 release unless there are critical bug fixes here!

🐛 Bug Fix

  • Let ESLint have its way about docstring location (a8fac83)
  • DOC: API: add render helper examples (f476a20)
  • Tweak TS style for indexing multiple types (for getElement) (f01ad9f)
  • Use export type for RenderingTestContext (2dc5077)
  • Tweak TS style for indexing multiple types (3214483)
  • Address PR feedback (5e87a54)
  • DOC: API: add DOM query helper examples (83b7f5f)
  • Export type for Target (335019d)
  • Upgrade expect-type and fix issues the new version reveals (bae5e33)
  • Correctly handle special char keyCodes with Shift (d537923)
  • Add tab type test (64f40d5)
  • Generate documentation (939f29f)
  • Ensure types reflect optional-ness of tab options (95285cc)
  • Fix typesVersions config again (53fa899)
  • Clean up public-types after pack (b9dcbca)

v2.9.0 (2022-12-14)

... (truncated)

Commits
  • 54ffab8 Release 2.9.4
  • e0d3778 Merge pull request #1418 from emberjs/backport-setProperties-fix
  • 98b1bf2 bugfix: handle null and undefined in setProperties
  • 51804d7 Release 2.9.3
  • caef86e Merge pull request #1305 from dfreeman/render-any-object-v2
  • 20c6cf9 Avoid unnecessarily relying on Glimmer's internal component manager type
  • 421d2a0 render accepts any object with a component manager
  • e3f1cb8 Release 2.9.2
  • 6675e10 Merge pull request #1302 from emberjs/backport-fix
  • a34c29b Remove the index signature from TestContext
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by chriskrycho, a new releaser for @​ember/test-helpers 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [@ember/test-helpers](https://github.com/emberjs/ember-test-helpers) from 2.8.1 to 2.9.4.
- [Release notes](https://github.com/emberjs/ember-test-helpers/releases)
- [Changelog](https://github.com/emberjs/ember-test-helpers/blob/v2.9.4/CHANGELOG.md)
- [Commits](emberjs/ember-test-helpers@v2.8.1...v2.9.4)

---
updated-dependencies:
- dependency-name: "@ember/test-helpers"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 4, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 14, 2023

Looks like @ember/test-helpers is no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Oct 14, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ember/test-helpers-2.9.4 branch October 14, 2023 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants