-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #470 from emberjs/release-preview
Prepare Release
- Loading branch information
Showing
3 changed files
with
95 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"solution": { | ||
"@ember/test-waiters": { | ||
"impact": "major", | ||
"oldVersion": "3.0.2", | ||
"newVersion": "4.0.0", | ||
"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 :bug: Bug Fix" | ||
}, | ||
{ | ||
"impact": "patch", | ||
"reason": "Appears in changelog section :house: Internal" | ||
} | ||
], | ||
"pkgJSONPath": "./addon/package.json" | ||
} | ||
}, | ||
"description": "## Release (2024-12-05)\n\n@ember/test-waiters 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `@ember/test-waiters`, `base-tests`, `ember-fetch-v8`\n * [#476](https://github.com/emberjs/ember-test-waiters/pull/476) Convert to V2 Addon, drop support for ember-source < v4 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#463](https://github.com/emberjs/ember-test-waiters/pull/463) move tests to base-tests app, drop support for 3.8, 3.12, 0.x embroider, and ember-classic ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@ember/test-waiters`\n * [#500](https://github.com/emberjs/ember-test-waiters/pull/500) Drop support for ember-concurrency@v2 (ember-concurrency is on @v4 now anyway) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#477](https://github.com/emberjs/ember-test-waiters/pull/477) Drop support legacy waiter system ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#475](https://github.com/emberjs/ember-test-waiters/pull/475) Drop support for the 'global' global. Every supported environment has `globalThis` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#454](https://github.com/emberjs/ember-test-waiters/pull/454) Remove dual-package emit ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#453](https://github.com/emberjs/ember-test-waiters/pull/453) Require ember-auto-import@v2 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#455](https://github.com/emberjs/ember-test-waiters/pull/455) Upgrade CI / re-roll lockfile ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :rocket: Enhancement\n* `@ember/test-waiters`, `base-tests`, `ember-fetch-v8`\n * [#476](https://github.com/emberjs/ember-test-waiters/pull/476) Convert to V2 Addon, drop support for ember-source < v4 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@ember/test-waiters`, `base-tests`\n * [#508](https://github.com/emberjs/ember-test-waiters/pull/508) Remove @glimmer/env in favor of @embroider/macros ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@ember/test-waiters`\n * [#474](https://github.com/emberjs/ember-test-waiters/pull/474) Drop support for Typescript < 4.9 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#459](https://github.com/emberjs/ember-test-waiters/pull/459) Improve waitFor() types ([@bendemboski](https://github.com/bendemboski))\n* `base-tests`\n * [#466](https://github.com/emberjs/ember-test-waiters/pull/466) Add support for 3.28, 4.12, 5.4 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `@ember/test-waiters`\n * [#467](https://github.com/emberjs/ember-test-waiters/pull/467) Update to `ember-cli-babel` v8 ([@bertdeblock](https://github.com/bertdeblock))\n\n#### :house: Internal\n* Other\n * [#510](https://github.com/emberjs/ember-test-waiters/pull/510) Move LICENSE and README to repo root ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#505](https://github.com/emberjs/ember-test-waiters/pull/505) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#503](https://github.com/emberjs/ember-test-waiters/pull/503) Upgrade pnpm (v9) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#472](https://github.com/emberjs/ember-test-waiters/pull/472) Remove extraneous test-app (for ember-concurrency@v3) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#469](https://github.com/emberjs/ember-test-waiters/pull/469) Enable manual CI running ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#456](https://github.com/emberjs/ember-test-waiters/pull/456) Remove IE11 from targets as the browser is not supported anymore ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `base-tests`\n * [#509](https://github.com/emberjs/ember-test-waiters/pull/509) Expand try-matrix to expected current support (keeping 3.16+) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@ember/test-waiters`, `base-tests`, `ember-fetch-v8`\n * [#507](https://github.com/emberjs/ember-test-waiters/pull/507) Update build dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#506](https://github.com/emberjs/ember-test-waiters/pull/506) Update lint dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#483](https://github.com/emberjs/ember-test-waiters/pull/483) Setup formatting enforcement ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#482](https://github.com/emberjs/ember-test-waiters/pull/482) Setup local volta configs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#473](https://github.com/emberjs/ember-test-waiters/pull/473) Drop support for TS < v5 -- Setup CI for type-checking all test apps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#464](https://github.com/emberjs/ember-test-waiters/pull/464) Move ember-concurrency-specific-tests to the ember-concurrency@v2 test-app ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `base-tests`, `ember-fetch-v8`\n * [#504](https://github.com/emberjs/ember-test-waiters/pull/504) Remove stylelint ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#478](https://github.com/emberjs/ember-test-waiters/pull/478) Remove ember-data from dev-dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#479](https://github.com/emberjs/ember-test-waiters/pull/479) Test against embroider ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#460](https://github.com/emberjs/ember-test-waiters/pull/460) Add 4 empty test apps (all boilerplate) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-fetch-v8`\n * [#471](https://github.com/emberjs/ember-test-waiters/pull/471) Add test to prove ember-fetch@8 works with the current test-waiter system/integration ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@ember/test-waiters`\n * [#468](https://github.com/emberjs/ember-test-waiters/pull/468) Setup release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#452](https://github.com/emberjs/ember-test-waiters/pull/452) v2 Addon prep: move everything in to a single package monorepo ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Ben Demboski ([@bendemboski](https://github.com/bendemboski))\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters