@ember/app-blueprint 6.10.0-alpha.1 → 6.10.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.release-plan.json +5 -9
- package/CHANGELOG.md +37 -0
- package/files/_js_eslint.config.mjs +1 -1
- package/files/_ts_eslint.config.mjs +1 -1
- package/files/package.json +2 -2
- package/package.json +1 -1
- package/tests/warpdrive.test.mjs +1 -1
package/.release-plan.json
CHANGED
|
@@ -1,22 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"solution": {
|
|
3
3
|
"@ember/app-blueprint": {
|
|
4
|
-
"impact": "
|
|
5
|
-
"oldVersion": "6.10.0-alpha.
|
|
6
|
-
"newVersion": "6.10.0-alpha.
|
|
4
|
+
"impact": "patch",
|
|
5
|
+
"oldVersion": "6.10.0-alpha.2",
|
|
6
|
+
"newVersion": "6.10.0-alpha.3",
|
|
7
7
|
"tagName": "alpha",
|
|
8
8
|
"constraints": [
|
|
9
|
-
{
|
|
10
|
-
"impact": "minor",
|
|
11
|
-
"reason": "Appears in changelog section :rocket: Enhancement"
|
|
12
|
-
},
|
|
13
9
|
{
|
|
14
10
|
"impact": "patch",
|
|
15
|
-
"reason": "Appears in changelog section :
|
|
11
|
+
"reason": "Appears in changelog section :bug: Bug Fix"
|
|
16
12
|
}
|
|
17
13
|
],
|
|
18
14
|
"pkgJSONPath": "./package.json"
|
|
19
15
|
}
|
|
20
16
|
},
|
|
21
|
-
"description": "## Release (2025-
|
|
17
|
+
"description": "## Release (2025-11-12)\n\n* @ember/app-blueprint 6.10.0-alpha.3 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#134](https://github.com/ember-cli/ember-app-blueprint/pull/134) Restore correct version of babel-plugin-ember-template-compilation ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
|
|
22
18
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## Release (2025-11-12)
|
|
4
|
+
|
|
5
|
+
* @ember/app-blueprint 6.10.0-alpha.3 (patch)
|
|
6
|
+
|
|
7
|
+
#### :bug: Bug Fix
|
|
8
|
+
* `@ember/app-blueprint`
|
|
9
|
+
* [#134](https://github.com/ember-cli/ember-app-blueprint/pull/134) Restore correct version of babel-plugin-ember-template-compilation ([@ef4](https://github.com/ef4))
|
|
10
|
+
|
|
11
|
+
#### Committers: 1
|
|
12
|
+
- Edward Faulkner ([@ef4](https://github.com/ef4))
|
|
13
|
+
|
|
14
|
+
## Release (2025-11-07)
|
|
15
|
+
|
|
16
|
+
* @ember/app-blueprint 6.10.0-alpha.2 (patch)
|
|
17
|
+
|
|
18
|
+
#### :bug: Bug Fix
|
|
19
|
+
* `@ember/app-blueprint`
|
|
20
|
+
* [#126](https://github.com/ember-cli/ember-app-blueprint/pull/126) [bugfix release] Add eslint parser option `project: true` ([@mkszepp](https://github.com/mkszepp))
|
|
21
|
+
* [#120](https://github.com/ember-cli/ember-app-blueprint/pull/120) [bugfix release] set node version in engines to >= 20 ([@aklkv](https://github.com/aklkv))
|
|
22
|
+
* [#116](https://github.com/ember-cli/ember-app-blueprint/pull/116) [bugfix release] update ember-cli version to latest stable ([@mansona](https://github.com/mansona))
|
|
23
|
+
|
|
24
|
+
#### :house: Internal
|
|
25
|
+
* `@ember/app-blueprint`
|
|
26
|
+
* [#130](https://github.com/ember-cli/ember-app-blueprint/pull/130) Merge beta into main ([@mansona](https://github.com/mansona))
|
|
27
|
+
* [#131](https://github.com/ember-cli/ember-app-blueprint/pull/131) fix warpdrive lint tests ([@mansona](https://github.com/mansona))
|
|
28
|
+
* [#129](https://github.com/ember-cli/ember-app-blueprint/pull/129) Prepare Beta Release v6.9.0-beta.2 ([@github-actions[bot]](https://github.com/apps/github-actions))
|
|
29
|
+
* [#122](https://github.com/ember-cli/ember-app-blueprint/pull/122) Merge release into beta ([@mansona](https://github.com/mansona))
|
|
30
|
+
* [#127](https://github.com/ember-cli/ember-app-blueprint/pull/127) Prepare Stable Release v6.8.3 ([@github-actions[bot]](https://github.com/apps/github-actions))
|
|
31
|
+
* [#121](https://github.com/ember-cli/ember-app-blueprint/pull/121) Prepare Stable Release v6.8.2 ([@github-actions[bot]](https://github.com/apps/github-actions))
|
|
32
|
+
* [#117](https://github.com/ember-cli/ember-app-blueprint/pull/117) Prepare Stable Release v6.8.1 ([@github-actions[bot]](https://github.com/apps/github-actions))
|
|
33
|
+
|
|
34
|
+
#### Committers: 4
|
|
35
|
+
- Alexey Kulakov ([@aklkv](https://github.com/aklkv))
|
|
36
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
37
|
+
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
|
|
38
|
+
- [@github-actions[bot]](https://github.com/apps/github-actions)
|
|
39
|
+
|
|
3
40
|
## Release (2025-10-31)
|
|
4
41
|
|
|
5
42
|
* @ember/app-blueprint 6.10.0-alpha.1 (minor)
|
|
@@ -21,7 +21,7 @@ import eslintConfigPrettier from 'eslint-config-prettier';
|
|
|
21
21
|
import qunit from 'eslint-plugin-qunit';
|
|
22
22
|
import n from 'eslint-plugin-n';
|
|
23
23
|
|
|
24
|
-
import babelParser from '@babel/eslint-parser';
|
|
24
|
+
import babelParser from '@babel/eslint-parser/experimental-worker';
|
|
25
25
|
|
|
26
26
|
const esmParserOptions = {
|
|
27
27
|
ecmaFeatures: { modules: true },
|
|
@@ -24,7 +24,7 @@ import eslintConfigPrettier from 'eslint-config-prettier';
|
|
|
24
24
|
import qunit from 'eslint-plugin-qunit';
|
|
25
25
|
import n from 'eslint-plugin-n';
|
|
26
26
|
|
|
27
|
-
import babelParser from '@babel/eslint-parser';
|
|
27
|
+
import babelParser from '@babel/eslint-parser/experimental-worker';
|
|
28
28
|
|
|
29
29
|
const parserOptions = {
|
|
30
30
|
esm: {
|
package/files/package.json
CHANGED
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@warp-drive/json-api": "5.8.0",
|
|
62
62
|
"@warp-drive/legacy": "5.8.0",
|
|
63
63
|
"@warp-drive/utilities": "5.8.0<% } %>",
|
|
64
|
-
"babel-plugin-ember-template-compilation": "^
|
|
64
|
+
"babel-plugin-ember-template-compilation": "^3.0.1",
|
|
65
65
|
"concurrently": "^9.2.1",
|
|
66
66
|
"decorator-transforms": "^2.3.0",
|
|
67
67
|
"ember-auto-import": "^2.11.1",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"vite": "^7.1.9"
|
|
97
97
|
},
|
|
98
98
|
"engines": {
|
|
99
|
-
"node": ">=
|
|
99
|
+
"node": ">= 20"
|
|
100
100
|
},
|
|
101
101
|
"ember": {
|
|
102
102
|
"edition": "octane"
|
package/package.json
CHANGED
package/tests/warpdrive.test.mjs
CHANGED
|
@@ -126,7 +126,7 @@ describe('linting & formatting', function () {
|
|
|
126
126
|
it('glint passes', async function () {
|
|
127
127
|
expect(
|
|
128
128
|
JSON.parse(app.files['package.json']).scripts['lint:types'],
|
|
129
|
-
).to.equal('
|
|
129
|
+
).to.equal('ember-tsc --noEmit');
|
|
130
130
|
|
|
131
131
|
let { exitCode, stdout } = await app.execa('pnpm', ['lint:types']);
|
|
132
132
|
|