Bump @ember/test-helpers from 1.7.3 to 2.9.3
Bumps @ember/test-helpers from 1.7.3 to 2.9.3.
Release notes
Sourced from @ember/test-helpers's releases.
Release 2.9.3
:bug: Bug Fix
- #1305 [backport] Avoid unnecessary dependencies on
@glimmertypes (@dfreeman)Committers: 1
- Dan Freeman (
@dfreeman)Release 2.9.2
:bug: Bug Fix
- #1302 [backport] Remove the index signature from
TestContext(@chriskrycho)
- Backporting #1301 Remove the index signature from
TestContext(@dfreeman)- #1303
TestContext.resumeTest()returnsvoid, notPromise<void>(@chriskrycho)Committers: 1
- Chris Krycho (
@chriskrycho)- Dan Freeman (
@dfreeman)Release 2.9.1
Note: these were all back-ported from
mastersince they could go out on 2.9. This will be the last 2.9 release unless there are critical bug fixes here!:bug: 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
:rocket: Enhancement
- #1269 Re-export hasEmberVersion (and its type) from
@ember/test-helpers(@gitKrystan)- #1278 perf: Remove excessive destroy call (
@runspired)- #1234 Introduce public TypeScript support (
@chriskrycho):bug: Bug Fix
- #1277 Actually publish .d.ts (
@gitKrystan)- #1270 Fix typesVersions path (
@gitKrystan)
... (truncated)
Changelog
Sourced from @ember/test-helpers's changelog.
v2.9.3 (2022-12-21)
:bug: Bug Fix
- #1305 [backport] Avoid unnecessary dependencies on
@glimmertypes (@dfreeman)Committers: 1
- Dan Freeman (
@dfreeman)v2.9.2 (2022-12-21)
:bug: Bug Fix
- #1302 [backport] Remove the index signature from
TestContext(@chriskrycho)
- Backporting #1301 Remove the index signature from
TestContext(@dfreeman)- #1303
TestContext.resumeTest()returnsvoid, notPromise<void>(@chriskrycho)Committers: 1
- Chris Krycho (
@chriskrycho)- Dan Freeman (
@dfreeman)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: 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)
:rocket: Enhancement
- #1269 Re-export hasEmberVersion (and its type) from
@ember/test-helpers(@gitKrystan)- #1278 perf: Remove excessive destroy call (
@runspired)- #1234 Introduce public TypeScript support (
@chriskrycho):bug: Bug Fix
- #1277 Actually publish .d.ts (
@gitKrystan)
... (truncated)
Commits
51804d7Release 2.9.3caef86eMerge pull request #1305 from dfreeman/render-any-object-v220c6cf9Avoid unnecessarily relying on Glimmer's internal component manager type421d2a0renderaccepts any object with a component managere3f1cb8Release 2.9.26675e10Merge pull request #1302 from emberjs/backport-fixa34c29bRemove the index signature fromTestContextb487c05Merge pull request #1303 from emberjs/fix-resumeTest1d22a8eTestContext.resumeTest()returnsvoid, notPromise\<void>6d57025Fix up CHANGELOG for 2.9.1- 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 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)