@ember/app-blueprint 7.2.0-alpha.1 → 7.2.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.
@@ -30,7 +30,7 @@ jobs:
30
30
 
31
31
  steps:
32
32
  - uses: actions/checkout@v6
33
- - uses: pnpm/action-setup@v4
33
+ - uses: pnpm/action-setup@v5
34
34
  - uses: actions/setup-node@v6
35
35
  with:
36
36
  node-version: 24
@@ -2,17 +2,21 @@
2
2
  "solution": {
3
3
  "@ember/app-blueprint": {
4
4
  "impact": "minor",
5
- "oldVersion": "7.2.0-alpha.0",
6
- "newVersion": "7.2.0-alpha.1",
5
+ "oldVersion": "7.2.0-alpha.1",
6
+ "newVersion": "7.2.0-alpha.2",
7
7
  "tagName": "alpha",
8
8
  "constraints": [
9
9
  {
10
10
  "impact": "minor",
11
11
  "reason": "Appears in changelog section :rocket: Enhancement"
12
+ },
13
+ {
14
+ "impact": "patch",
15
+ "reason": "Appears in changelog section :house: Internal"
12
16
  }
13
17
  ],
14
18
  "pkgJSONPath": "./package.json"
15
19
  }
16
20
  },
17
- "description": "## Release (2026-05-21)\n\n* @ember/app-blueprint 7.2.0-alpha.1 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#288](https://github.com/ember-cli/ember-app-blueprint/pull/288) Prepare 7.2 Alpha ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
21
+ "description": "## Release (2026-06-30)\n\n* @ember/app-blueprint 7.2.0-alpha.2 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#147](https://github.com/ember-cli/ember-app-blueprint/pull/147) Apply `typescript-eslint`'s recommended config to gts files ([@bendemboski](https://github.com/bendemboski))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#291](https://github.com/ember-cli/ember-app-blueprint/pull/291) update release-plan ([@mansona](https://github.com/mansona))\n * [#281](https://github.com/ember-cli/ember-app-blueprint/pull/281) Update RELEASE.md ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Ben Demboski ([@bendemboski](https://github.com/bendemboski))\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
18
22
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## Release (2026-06-30)
4
+
5
+ * @ember/app-blueprint 7.2.0-alpha.2 (minor)
6
+
7
+ #### :rocket: Enhancement
8
+ * `@ember/app-blueprint`
9
+ * [#147](https://github.com/ember-cli/ember-app-blueprint/pull/147) Apply `typescript-eslint`'s recommended config to gts files ([@bendemboski](https://github.com/bendemboski))
10
+
11
+ #### :house: Internal
12
+ * `@ember/app-blueprint`
13
+ * [#291](https://github.com/ember-cli/ember-app-blueprint/pull/291) update release-plan ([@mansona](https://github.com/mansona))
14
+ * [#281](https://github.com/ember-cli/ember-app-blueprint/pull/281) Update RELEASE.md ([@mansona](https://github.com/mansona))
15
+
16
+ #### Committers: 2
17
+ - Ben Demboski ([@bendemboski](https://github.com/bendemboski))
18
+ - Chris Manson ([@mansona](https://github.com/mansona))
19
+
3
20
  ## Release (2026-05-21)
4
21
 
5
22
  * @ember/app-blueprint 7.2.0-alpha.1 (minor)
package/RELEASE.md CHANGED
@@ -46,21 +46,24 @@ You can use [this saved search](https://github.com/ember-cli/ember-app-blueprint
46
46
  - **make sure to not update the CHANGELOG.md file** so as not to include the beta or alpha changelogs in the next release
47
47
  - make sure to not update the version in the package.json during this step, this will be release-plan's job
48
48
  - make sure to not add the `release-plan` config section to the package.json during this step. We are releasing a real release so we don't want to configure release-plan to do a pre-release.
49
+ - commit this merge
49
50
  - Update blueprint dependencies to latest
50
51
 
51
52
  ```
52
- pnpm dlx update-blueprint-deps --filter 'ember-source' --tag latest files/package.json
53
+ pnpm dlx update-blueprint-deps --filter 'ember-source' --tag latest package.json files/package.json
53
54
  pnpm dlx update-blueprint-deps --filter '.*' package.json files/package.json
54
55
  ```
55
56
 
56
57
  - commit this update `git commit -am "update blueprint dependencies to latest"`
57
- - push and open a PR targeting `release` with a PR title like `Update all dependencies for 6.4 release`
58
- - mark this PR as an `enhancement` if it is a minor release
58
+ - push and open a PR targeting `release` with a PR title like `Promote Beta and update all dependencies for 6.4 release`
59
+ - mark this PR as an `enhancement` if it is a minor release, or `breaking` if it is a major release
59
60
  - check that everything is ok (i.e. that CI has run correctly and that you have the changes you expect)
60
61
  - merge branch
61
62
  - check that the `Prepare Release` PR has been correctly opened by `release-plan`
63
+ - review the included PRs in the changelog and add `ignore` to things that shouldn't be there
64
+ - after adding any `ignore` labels, wait for the `Prepare Release` PR to be updated
62
65
  - Merge the `Prepare Release` branch when you are ready to release
63
- - Check the `Release Stable` GitHub action to make sure the release succeeded
66
+ - Check the `Publish` GitHub action to make sure the release succeeded
64
67
 
65
68
  ### Release ember-cli and update that dependency
66
69
 
@@ -108,9 +111,10 @@ You can use [this saved search](https://github.com/ember-cli/ember-app-blueprint
108
111
  pnpm dlx update-blueprint-deps --filter '.*' package.json files/package.json
109
112
  ```
110
113
 
114
+ - run `pnpm install` to install any updated packages
111
115
  - commit this update `git commit -am "update blueprint dependencies to beta"`
112
116
  - push and open a PR targeting `beta` with a PR title like `Prepare 6.5-beta`
113
- - mark this PR as an `enchancement` if the next beta is a minor release
117
+ - mark this PR as an `enchancement`
114
118
  - check that everything is ok i.e. CI passes
115
119
  - merge the `merge-release` branch into `beta` in GitHub
116
120
  - check that the `Prepare Beta Release` PR has been correctly opened by `release-plan`
@@ -141,7 +145,7 @@ You can use [this saved search](https://github.com/ember-cli/ember-app-blueprint
141
145
 
142
146
  - commit this update `git commit -am "update blueprint dependencies to alpha"`
143
147
  - push and open a PR targeting `main` with a PR title like `Prepare 6.6-alpha`
144
- - mark this PR as an `enchancement` if the next alpha is a minor release
148
+ - mark this PR as an `enchancement`
145
149
  - check that everything is ok i.e. CI passes
146
150
  - merge the `merge-beta` branch into `main` in GitHub
147
151
  - check that the `Prepare Alpha Release` PR has been correctly opened by `release-plan`
@@ -183,3 +187,6 @@ If you want to change the content of the Changelog then you should update the PR
183
187
  ## Patch Releases
184
188
 
185
189
  Now that we're using release-plan for all releases, patch releases have become super easy! Every time you merge a PR to any branch that is being released with `release-plan` a new `Prepare Release` PR will be created. When you merge this `Prepare Release` branch it will automatically release the new Patch version.
190
+
191
+ > [!NOTE]
192
+ > If you merge a patch into any branch other than main, you **must** merge all branches forward i.e. release -> beta -> main so that the change gets applied to all branches correctly. For example: if you update a dependency on the `release` branch, you should then create a branch from `beta` and merge `release` into that branch and open a PR with this change to target `beta`. The same should happen from `beta` to `main`.
@@ -83,7 +83,15 @@ export default defineConfig([
83
83
  ...globals.browser,
84
84
  },
85
85
  },
86
- extends: [...ts.configs.recommendedTypeChecked, ember.configs.gts],
86
+ extends: [
87
+ ...ts.configs.recommendedTypeChecked,
88
+ // https://github.com/ember-cli/ember-addon-blueprint/issues/119
89
+ {
90
+ ...ts.configs.eslintRecommended,
91
+ files: undefined,
92
+ },
93
+ ember.configs.gts,
94
+ ],
87
95
  },
88
96
  {
89
97
  ...qunit.configs.recommended,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember/app-blueprint",
3
- "version": "7.2.0-alpha.1",
3
+ "version": "7.2.0-alpha.2",
4
4
  "description": "Blueprint for next generation of Ember apps",
5
5
  "keywords": [
6
6
  "ember-blueprint"
@@ -12,14 +12,6 @@
12
12
  "license": "MIT",
13
13
  "author": "",
14
14
  "main": "index.js",
15
- "release-plan": {
16
- "semverIncrementAs": {
17
- "minor": "prerelease",
18
- "patch": "prerelease"
19
- },
20
- "semverIncrementTag": "alpha",
21
- "publishTag": "alpha"
22
- },
23
15
  "dependencies": {
24
16
  "ejs": "^3.1.10",
25
17
  "ember-cli-string-utils": "^1.1.0",
@@ -39,19 +31,27 @@
39
31
  "jsonc-parser": "^3.3.1",
40
32
  "prettier": "^3.8.3",
41
33
  "prettier-plugin-ember-template-tag": "^2.1.6",
42
- "release-plan": "^0.17.4",
34
+ "release-plan": "^0.18.0",
43
35
  "strip-ansi": "^7.2.0",
44
36
  "tmp-promise": "^3.0.3",
45
37
  "vitest": "^4.1.6",
46
38
  "vitest-matrix": "^0.2.0"
47
39
  },
40
+ "release-plan": {
41
+ "semverIncrementAs": {
42
+ "minor": "prerelease",
43
+ "patch": "prerelease"
44
+ },
45
+ "semverIncrementTag": "alpha",
46
+ "publishTag": "alpha"
47
+ },
48
48
  "scripts": {
49
+ "format": "prettier . --write",
49
50
  "lint": "concurrently 'pnpm:lint:*(!fix)'",
50
- "lint:fix": "pnpm lint:eslint && pnpm format",
51
51
  "lint:eslint": "eslint .",
52
+ "lint:fix": "pnpm lint:eslint && pnpm format",
52
53
  "lint:prettier": "prettier . --check",
53
- "format": "prettier . --write",
54
- "test": "vitest",
55
- "new:app": "pnpm dlx ember-cli@latest new my-app --blueprint ."
54
+ "new:app": "pnpm dlx ember-cli@latest new my-app --blueprint .",
55
+ "test": "vitest"
56
56
  }
57
57
  }
@@ -0,0 +1,15 @@
1
+ /**
2
+ * This file is used to ensure that `eslint.config.mjs` is properly configured
3
+ * to apply `typescript-eslint`'s recommended rules to `.gts` files. It ensures
4
+ * that:
5
+ *
6
+ * - `no-undef` is disabled (otherwise the undefined symbol would cause a
7
+ * linting error)
8
+ * - `@typescript-eslint/no-unsafe-return` is enabled (otherwise the
9
+ * `eslint-disable-next-line` comment would cause a linting error)
10
+ */
11
+ export default function () {
12
+ // @ts-expect-error testing lint
13
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-return
14
+ return notDefined;
15
+ }
@@ -0,0 +1,15 @@
1
+ /**
2
+ * This file is used to ensure that `eslint.config.mjs` is properly configured
3
+ * to apply `typescript-eslint`'s recommended rules to `.ts` files. It ensures
4
+ * that:
5
+ *
6
+ * - `no-undef` is disabled (otherwise the undefined symbol would cause a
7
+ * linting error)
8
+ * - `@typescript-eslint/no-unsafe-return` is enabled (otherwise the
9
+ * `eslint-disable-next-line` comment would cause a linting error)
10
+ */
11
+ export default function () {
12
+ // @ts-expect-error testing lint
13
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-return
14
+ return notDefined;
15
+ }
@@ -1,6 +1,7 @@
1
1
  import { beforeAll, describe, it, expect } from 'vitest';
2
2
 
3
3
  import { generateApp } from './helpers.mjs';
4
+ import fixturify from 'fixturify';
4
5
 
5
6
  describe('linting & formatting', function () {
6
7
  describe('JavaScript', function () {
@@ -39,6 +40,11 @@ describe('linting & formatting', function () {
39
40
  flags: ['--typescript', '--pnpm'],
40
41
  skipNpm: false,
41
42
  });
43
+
44
+ fixturify.writeSync(
45
+ app.dir,
46
+ fixturify.readSync('./tests/fixtures/lint-ts'),
47
+ );
42
48
  });
43
49
 
44
50
  it('yields output without errors', async function (context) {