@ember/app-blueprint 6.12.0-beta.1 → 7.0.0-alpha.2
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.
|
@@ -33,10 +33,9 @@ jobs:
|
|
|
33
33
|
- uses: pnpm/action-setup@v4
|
|
34
34
|
- uses: actions/setup-node@v6
|
|
35
35
|
with:
|
|
36
|
-
node-version:
|
|
36
|
+
node-version: 24
|
|
37
37
|
registry-url: 'https://registry.npmjs.org'
|
|
38
38
|
cache: pnpm
|
|
39
|
-
- run: npm install -g npm@latest # ensure that the globally installed npm is new enough to support OIDC
|
|
40
39
|
- run: pnpm install --frozen-lockfile
|
|
41
40
|
- name: Publish to NPM
|
|
42
41
|
# pass --github-prerelease when we are only branch other than release
|
package/.release-plan.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"solution": {
|
|
3
3
|
"@ember/app-blueprint": {
|
|
4
4
|
"impact": "minor",
|
|
5
|
-
"oldVersion": "
|
|
6
|
-
"newVersion": "
|
|
7
|
-
"tagName": "
|
|
5
|
+
"oldVersion": "7.0.0-alpha.1",
|
|
6
|
+
"newVersion": "7.0.0-alpha.2",
|
|
7
|
+
"tagName": "alpha",
|
|
8
8
|
"constraints": [
|
|
9
9
|
{
|
|
10
10
|
"impact": "minor",
|
|
@@ -14,10 +14,6 @@
|
|
|
14
14
|
"impact": "patch",
|
|
15
15
|
"reason": "Appears in changelog section :bug: Bug Fix"
|
|
16
16
|
},
|
|
17
|
-
{
|
|
18
|
-
"impact": "patch",
|
|
19
|
-
"reason": "Appears in changelog section :memo: Documentation"
|
|
20
|
-
},
|
|
21
17
|
{
|
|
22
18
|
"impact": "patch",
|
|
23
19
|
"reason": "Appears in changelog section :house: Internal"
|
|
@@ -26,5 +22,5 @@
|
|
|
26
22
|
"pkgJSONPath": "./package.json"
|
|
27
23
|
}
|
|
28
24
|
},
|
|
29
|
-
"description": "## Release (2026-04-
|
|
25
|
+
"description": "## Release (2026-04-17)\n\n* @ember/app-blueprint 7.0.0-alpha.2 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#242](https://github.com/ember-cli/ember-app-blueprint/pull/242) Prepare 7.0-alpha ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#231](https://github.com/ember-cli/ember-app-blueprint/pull/231) update ember-cli dependency to latest ([@mansona](https://github.com/mansona))\n * [#226](https://github.com/ember-cli/ember-app-blueprint/pull/226) fix decorator-transforms runtime path in babel.config.mjs ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#249](https://github.com/ember-cli/ember-app-blueprint/pull/249) fix publish ([@mansona](https://github.com/mansona))\n * [#234](https://github.com/ember-cli/ember-app-blueprint/pull/234) Prepare Alpha Release v7.0.0-alpha.1 ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#228](https://github.com/ember-cli/ember-app-blueprint/pull/228) Enable patch publish ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions))\n"
|
|
30
26
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,48 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## Release (2026-04-17)
|
|
4
|
+
|
|
5
|
+
* @ember/app-blueprint 7.0.0-alpha.2 (minor)
|
|
6
|
+
|
|
7
|
+
#### :rocket: Enhancement
|
|
8
|
+
* `@ember/app-blueprint`
|
|
9
|
+
* [#242](https://github.com/ember-cli/ember-app-blueprint/pull/242) Prepare 7.0-alpha ([@mansona](https://github.com/mansona))
|
|
10
|
+
|
|
11
|
+
#### :bug: Bug Fix
|
|
12
|
+
* `@ember/app-blueprint`
|
|
13
|
+
* [#231](https://github.com/ember-cli/ember-app-blueprint/pull/231) update ember-cli dependency to latest ([@mansona](https://github.com/mansona))
|
|
14
|
+
* [#226](https://github.com/ember-cli/ember-app-blueprint/pull/226) fix decorator-transforms runtime path in babel.config.mjs ([@mansona](https://github.com/mansona))
|
|
15
|
+
|
|
16
|
+
#### :house: Internal
|
|
17
|
+
* `@ember/app-blueprint`
|
|
18
|
+
* [#249](https://github.com/ember-cli/ember-app-blueprint/pull/249) fix publish ([@mansona](https://github.com/mansona))
|
|
19
|
+
* [#234](https://github.com/ember-cli/ember-app-blueprint/pull/234) Prepare Alpha Release v7.0.0-alpha.1 ([@github-actions[bot]](https://github.com/apps/github-actions))
|
|
20
|
+
* [#228](https://github.com/ember-cli/ember-app-blueprint/pull/228) Enable patch publish ([@mansona](https://github.com/mansona))
|
|
21
|
+
|
|
22
|
+
#### Committers: 2
|
|
23
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
24
|
+
- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions))
|
|
25
|
+
|
|
26
|
+
## Release (2026-04-17)
|
|
27
|
+
|
|
28
|
+
* @ember/app-blueprint 7.0.0-alpha.1 (minor)
|
|
29
|
+
|
|
30
|
+
#### :rocket: Enhancement
|
|
31
|
+
* `@ember/app-blueprint`
|
|
32
|
+
* [#242](https://github.com/ember-cli/ember-app-blueprint/pull/242) Prepare 7.0-alpha ([@mansona](https://github.com/mansona))
|
|
33
|
+
|
|
34
|
+
#### :bug: Bug Fix
|
|
35
|
+
* `@ember/app-blueprint`
|
|
36
|
+
* [#231](https://github.com/ember-cli/ember-app-blueprint/pull/231) update ember-cli dependency to latest ([@mansona](https://github.com/mansona))
|
|
37
|
+
* [#226](https://github.com/ember-cli/ember-app-blueprint/pull/226) fix decorator-transforms runtime path in babel.config.mjs ([@mansona](https://github.com/mansona))
|
|
38
|
+
|
|
39
|
+
#### :house: Internal
|
|
40
|
+
* `@ember/app-blueprint`
|
|
41
|
+
* [#228](https://github.com/ember-cli/ember-app-blueprint/pull/228) Enable patch publish ([@mansona](https://github.com/mansona))
|
|
42
|
+
|
|
43
|
+
#### Committers: 1
|
|
44
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
45
|
+
|
|
3
46
|
## Release (2026-04-02)
|
|
4
47
|
|
|
5
48
|
* @ember/app-blueprint 6.12.0-beta.1 (minor)
|
package/files/package.json
CHANGED
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"ember-page-title": "^9.0.3",
|
|
73
73
|
"ember-qunit": "^9.0.4",
|
|
74
74
|
"ember-resolver": "^13.1.1",
|
|
75
|
-
"ember-source": "~
|
|
75
|
+
"ember-source": "~7.0.0-beta.1",
|
|
76
76
|
"ember-template-lint": "^7.9.3<% if (welcome) { %>",
|
|
77
77
|
"ember-welcome-page": "^8.0.5<% } %>",
|
|
78
78
|
"eslint": "^9.39.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember/app-blueprint",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0-alpha.2",
|
|
4
4
|
"description": "Blueprint for next generation of Ember apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-blueprint"
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"minor": "prerelease",
|
|
18
18
|
"patch": "prerelease"
|
|
19
19
|
},
|
|
20
|
-
"semverIncrementTag": "
|
|
21
|
-
"publishTag": "
|
|
20
|
+
"semverIncrementTag": "alpha",
|
|
21
|
+
"publishTag": "alpha"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"chalk": "^4.1.2",
|
|
@@ -20,7 +20,7 @@ function testemProxy(targetURL) {
|
|
|
20
20
|
res && res.status && res.status(500).json(err);
|
|
21
21
|
});
|
|
22
22
|
|
|
23
|
-
app.all('*', (req, res, next) => {
|
|
23
|
+
app.all('*name', (req, res, next) => {
|
|
24
24
|
let url = req.url;
|
|
25
25
|
if (url === '/testem.js' || url.startsWith('/testem/')) {
|
|
26
26
|
return next();
|