@ember/app-blueprint 6.11.0-alpha.1 → 6.11.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.
@@ -1,15 +1,11 @@
1
1
  {
2
2
  "solution": {
3
3
  "@ember/app-blueprint": {
4
- "impact": "minor",
5
- "oldVersion": "6.11.0-alpha.0",
6
- "newVersion": "6.11.0-alpha.1",
4
+ "impact": "patch",
5
+ "oldVersion": "6.11.0-alpha.1",
6
+ "newVersion": "6.11.0-alpha.2",
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
11
  "reason": "Appears in changelog section :bug: Bug Fix"
@@ -22,5 +18,5 @@
22
18
  "pkgJSONPath": "./package.json"
23
19
  }
24
20
  },
25
- "description": "## Release (2026-01-06)\n\n* @ember/app-blueprint 6.11.0-alpha.1 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#173](https://github.com/ember-cli/ember-app-blueprint/pull/173) Prepare 6.11-alpha ([@mansona](https://github.com/mansona))\n * [#152](https://github.com/ember-cli/ember-app-blueprint/pull/152) Update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#161](https://github.com/ember-cli/ember-app-blueprint/pull/161) Bump ember-cli to 6.9 in the 6.9 release ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#154](https://github.com/ember-cli/ember-app-blueprint/pull/154) [bugfix beta] remove project: true from eslint config in TS projects ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#170](https://github.com/ember-cli/ember-app-blueprint/pull/170) Prepare Beta Release v6.10.0-beta.1 ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#169](https://github.com/ember-cli/ember-app-blueprint/pull/169) Prepare 6.10-beta ([@mansona](https://github.com/mansona))\n\n#### Committers: 3\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
21
+ "description": "## Release (2026-01-12)\n\n* @ember/app-blueprint 6.11.0-alpha.2 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#176](https://github.com/ember-cli/ember-app-blueprint/pull/176) [bugfix beta] fix warp-drive dependencies to use a tilde `~` ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#178](https://github.com/ember-cli/ember-app-blueprint/pull/178) Merge beta into main ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
26
22
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## Release (2026-01-12)
4
+
5
+ * @ember/app-blueprint 6.11.0-alpha.2 (patch)
6
+
7
+ #### :bug: Bug Fix
8
+ * `@ember/app-blueprint`
9
+ * [#176](https://github.com/ember-cli/ember-app-blueprint/pull/176) [bugfix beta] fix warp-drive dependencies to use a tilde `~` ([@mansona](https://github.com/mansona))
10
+
11
+ #### :house: Internal
12
+ * `@ember/app-blueprint`
13
+ * [#178](https://github.com/ember-cli/ember-app-blueprint/pull/178) Merge beta into main ([@mansona](https://github.com/mansona))
14
+
15
+ #### Committers: 1
16
+ - Chris Manson ([@mansona](https://github.com/mansona))
17
+
3
18
  ## Release (2026-01-06)
4
19
 
5
20
  * @ember/app-blueprint 6.11.0-alpha.1 (minor)
@@ -56,11 +56,11 @@
56
56
  "@rollup/plugin-babel": "^6.1.0<% if (typescript) { %>",
57
57
  "@types/qunit": "^2.19.13",
58
58
  "@types/rsvp": "^4.0.9<% } %><% if (warpDrive) { %>",
59
- "@warp-drive/core": "5.8.0",
60
- "@warp-drive/ember": "5.8.0",
61
- "@warp-drive/json-api": "5.8.0",
62
- "@warp-drive/legacy": "5.8.0",
63
- "@warp-drive/utilities": "5.8.0<% } %>",
59
+ "@warp-drive/core": "~5.8.0",
60
+ "@warp-drive/ember": "~5.8.0",
61
+ "@warp-drive/json-api": "~5.8.0",
62
+ "@warp-drive/legacy": "~5.8.0",
63
+ "@warp-drive/utilities": "~5.8.0<% } %>",
64
64
  "babel-plugin-ember-template-compilation": "^3.0.1",
65
65
  "concurrently": "^9.2.1",
66
66
  "decorator-transforms": "^2.3.1",
@@ -80,7 +80,7 @@
80
80
  "eslint-plugin-ember": "^12.7.5",
81
81
  "eslint-plugin-n": "^17.23.1",
82
82
  "eslint-plugin-qunit": "^8.2.5<% if (warpDrive) { %>",
83
- "eslint-plugin-warp-drive": "5.8.0<% } %>",
83
+ "eslint-plugin-warp-drive": "^5.8.0<% } %>",
84
84
  "globals": "^16.5.0",
85
85
  "prettier": "^3.7.4",
86
86
  "prettier-plugin-ember-template-tag": "^2.1.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember/app-blueprint",
3
- "version": "6.11.0-alpha.1",
3
+ "version": "6.11.0-alpha.2",
4
4
  "description": "Blueprint for next generation of Ember apps",
5
5
  "keywords": [
6
6
  "ember-blueprint"