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

Prepare Release #1485

Merged
merged 1 commit into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 5 additions & 13 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,17 @@
{
"solution": {
"@ember/test-helpers": {
"impact": "major",
"oldVersion": "3.3.1",
"newVersion": "4.0.0",
"impact": "patch",
"oldVersion": "4.0.0",
"newVersion": "4.0.1",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./addon/package.json"
}
},
"description": "## Release (2024-08-20)\n\n@ember/test-helpers 4.0.0 (major)\n\n#### :boom: Breaking Change\n* Other\n * [#1474](https://github.com/emberjs/ember-test-helpers/pull/1474) Drop support for TS < 5 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@ember/test-helpers`\n * [#1472](https://github.com/emberjs/ember-test-helpers/pull/1472) Remove require usage, dropping support for automatic ember-data/setup-container inclusion ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :rocket: Enhancement\n* `@ember/test-helpers`, `test-app`\n * [#1471](https://github.com/emberjs/ember-test-helpers/pull/1471) V2 Addon Conversion ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@ember/test-helpers`\n * [#1472](https://github.com/emberjs/ember-test-helpers/pull/1472) Remove require usage, dropping support for automatic ember-data/setup-container inclusion ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `@ember/test-helpers`, `test-app`, `type-tests`\n * [#1476](https://github.com/emberjs/ember-test-helpers/pull/1476) Don't use a shared lockfile ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@ember/test-helpers`\n * [#1477](https://github.com/emberjs/ember-test-helpers/pull/1477) Add Docs-Generation to CI -- will error if docs get out of sync and provides actionable information towards resolution. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#1475](https://github.com/emberjs/ember-test-helpers/pull/1475) Use strict .npmrc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1470](https://github.com/emberjs/ember-test-helpers/pull/1470) Re-enable try scenarios against 5.10, 5.11-beta and 5.12-canary ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `test-app`\n * [#1473](https://github.com/emberjs/ember-test-helpers/pull/1473) Get tests passing w/ Chrome's new selectionchange event behavior ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@ember/test-helpers`, `test-app`\n * [#1468](https://github.com/emberjs/ember-test-helpers/pull/1468) Move tests to new test-app ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@ember/test-helpers`, `type-tests`\n * [#1467](https://github.com/emberjs/ember-test-helpers/pull/1467) Fix import type via upgrading @tsconfig/ember ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-08-22)\n\n@ember/test-helpers 4.0.1 (patch)\n\n#### :bug: Bug Fix\n* `@ember/test-helpers`, `test-app`\n * [#1482](https://github.com/emberjs/ember-test-helpers/pull/1482) Resolve Error: @ember/test-helpers is trying to import from @ember/-internals but that is not one of its explicit dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* [#1483](https://github.com/emberjs/ember-test-helpers/pull/1483) Update README.md to reflect TS support ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `test-app`\n * [#1484](https://github.com/emberjs/ember-test-helpers/pull/1484) Update tests to be compatible with Ember v6 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## Release (2024-08-22)

@ember/test-helpers 4.0.1 (patch)

#### :bug: Bug Fix
* `@ember/test-helpers`, `test-app`
* [#1482](https://github.com/emberjs/ember-test-helpers/pull/1482) Resolve Error: @ember/test-helpers is trying to import from @ember/-internals but that is not one of its explicit dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :memo: Documentation
* [#1483](https://github.com/emberjs/ember-test-helpers/pull/1483) Update README.md to reflect TS support ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* `test-app`
* [#1484](https://github.com/emberjs/ember-test-helpers/pull/1484) Update tests to be compatible with Ember v6 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2024-08-20)

@ember/test-helpers 4.0.0 (major)
Expand Down
7 changes: 5 additions & 2 deletions addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ember/test-helpers",
"version": "4.0.0",
"version": "4.0.1",
"description": "Helpers for testing Ember.js applications",
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -98,6 +98,9 @@
"type": "addon",
"main": "addon-main.cjs",
"app-js": {},
"externals": ["@glimmer/manager", "@ember/-internals"]
"externals": [
"@glimmer/manager",
"@ember/-internals"
]
}
}