|
2 | 2 | "solution": { |
3 | 3 | "@embroider/addon-dev": { |
4 | 4 | "impact": "minor", |
5 | | - "oldVersion": "8.1.2", |
6 | | - "newVersion": "8.2.0", |
| 5 | + "oldVersion": "8.2.0", |
| 6 | + "newVersion": "8.3.0", |
7 | 7 | "tagName": "latest", |
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": "./packages/addon-dev/package.json" |
|
24 | 28 | }, |
25 | 29 | "@embroider/compat": { |
26 | 30 | "impact": "patch", |
27 | | - "oldVersion": "4.1.11", |
28 | | - "newVersion": "4.1.12", |
| 31 | + "oldVersion": "4.1.12", |
| 32 | + "newVersion": "4.1.13", |
29 | 33 | "tagName": "latest", |
30 | 34 | "constraints": [ |
| 35 | + { |
| 36 | + "impact": "patch", |
| 37 | + "reason": "Appears in changelog section :bug: Bug Fix" |
| 38 | + }, |
31 | 39 | { |
32 | 40 | "impact": "patch", |
33 | 41 | "reason": "Has dependency `workspace:*` on @embroider/macros" |
|
40 | 48 | }, |
41 | 49 | "@embroider/core": { |
42 | 50 | "impact": "patch", |
43 | | - "oldVersion": "4.4.1", |
44 | | - "newVersion": "4.4.2", |
| 51 | + "oldVersion": "4.4.2", |
| 52 | + "newVersion": "4.4.3", |
45 | 53 | "tagName": "latest", |
46 | 54 | "constraints": [ |
47 | | - { |
48 | | - "impact": "patch", |
49 | | - "reason": "Has dependency `workspace:*` on @embroider/shared-internals" |
50 | | - }, |
51 | 55 | { |
52 | 56 | "impact": "patch", |
53 | 57 | "reason": "Has dependency `workspace:*` on @embroider/macros" |
|
63 | 67 | }, |
64 | 68 | "@embroider/macros": { |
65 | 69 | "impact": "patch", |
66 | | - "oldVersion": "1.19.5", |
67 | | - "newVersion": "1.19.6", |
| 70 | + "oldVersion": "1.19.6", |
| 71 | + "newVersion": "1.19.7", |
68 | 72 | "tagName": "latest", |
69 | 73 | "constraints": [ |
70 | 74 | { |
71 | 75 | "impact": "patch", |
72 | | - "reason": "Has dependency `workspace:*` on @embroider/shared-internals" |
| 76 | + "reason": "Appears in changelog section :bug: Bug Fix" |
73 | 77 | } |
74 | 78 | ], |
75 | 79 | "pkgJSONPath": "./packages/macros/package.json" |
|
81 | 85 | "oldVersion": "3.0.6" |
82 | 86 | }, |
83 | 87 | "@embroider/shared-internals": { |
| 88 | + "oldVersion": "3.0.2" |
| 89 | + }, |
| 90 | + "@embroider/template-tag-codemod": { |
84 | 91 | "impact": "patch", |
85 | | - "oldVersion": "3.0.1", |
86 | | - "newVersion": "3.0.2", |
| 92 | + "oldVersion": "1.3.4", |
| 93 | + "newVersion": "1.3.5", |
87 | 94 | "tagName": "latest", |
88 | 95 | "constraints": [ |
89 | 96 | { |
90 | 97 | "impact": "patch", |
91 | 98 | "reason": "Appears in changelog section :bug: Bug Fix" |
92 | 99 | } |
93 | 100 | ], |
94 | | - "pkgJSONPath": "./packages/shared-internals/package.json" |
95 | | - }, |
96 | | - "@embroider/template-tag-codemod": { |
97 | | - "oldVersion": "1.3.4" |
| 101 | + "pkgJSONPath": "./packages/template-tag-codemod/package.json" |
98 | 102 | }, |
99 | 103 | "@embroider/vite": { |
100 | | - "impact": "minor", |
101 | | - "oldVersion": "1.4.4", |
102 | | - "newVersion": "1.5.0", |
| 104 | + "impact": "patch", |
| 105 | + "oldVersion": "1.5.0", |
| 106 | + "newVersion": "1.5.1", |
103 | 107 | "tagName": "latest", |
104 | 108 | "constraints": [ |
105 | 109 | { |
106 | | - "impact": "minor", |
107 | | - "reason": "Appears in changelog section :rocket: Enhancement" |
| 110 | + "impact": "patch", |
| 111 | + "reason": "Appears in changelog section :bug: Bug Fix" |
108 | 112 | }, |
109 | 113 | { |
110 | 114 | "impact": "patch", |
|
114 | 118 | "pkgJSONPath": "./packages/vite/package.json" |
115 | 119 | } |
116 | 120 | }, |
117 | | - "description": "## Release (2025-12-23)\n\n* @embroider/addon-dev 8.2.0 (minor)\n* @embroider/compat 4.1.12 (patch)\n* @embroider/core 4.4.2 (patch)\n* @embroider/macros 1.19.6 (patch)\n* @embroider/shared-internals 3.0.2 (patch)\n* @embroider/vite 1.5.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/addon-dev`, `@embroider/vite`\n * [#2650](https://github.com/embroider-build/embroider/pull/2650) Update content-tag to 4.1.0 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `@embroider/shared-internals`\n * [#2648](https://github.com/embroider-build/embroider/pull/2648) Fix dependency-aware macros in dummy apps ([@ef4](https://github.com/ef4))\n\n#### Committers: 2\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" |
| 121 | + "description": "## Release (2026-02-04)\n\n* @embroider/addon-dev 8.3.0 (minor)\n* @embroider/compat 4.1.13 (patch)\n* @embroider/core 4.4.3 (patch)\n* @embroider/macros 1.19.7 (patch)\n* @embroider/template-tag-codemod 1.3.5 (patch)\n* @embroider/vite 1.5.1 (patch)\n\n#### :rocket: Enhancement\n* `@embroider/addon-dev`\n * [#2651](https://github.com/embroider-build/embroider/pull/2651) Update addon-dev to support glint 1 and glint 2 and choose between them based on your available dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `@embroider/compat`, `@embroider/template-tag-codemod`\n * [#2656](https://github.com/embroider-build/embroider/pull/2656) Upgrade broccoli to ^4.0.0 and align Node requirements to >= 20.19.* ([@Copilot](https://github.com/apps/copilot-swe-agent))\n* `@embroider/vite`\n * [#2664](https://github.com/embroider-build/embroider/pull/2664) Narrow gjsFilter to not include files that happen to have .gjs in their file name ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@embroider/macros`\n * [#2665](https://github.com/embroider-build/embroider/pull/2665) widen the ember-cli-babel dependency range for macros ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* Other\n * [#2666](https://github.com/embroider-build/embroider/pull/2666) upgrade release-plan ([@mansona](https://github.com/mansona))\n * [#2653](https://github.com/embroider-build/embroider/pull/2653) Fix CI - content-tag whitespace ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@embroider/addon-dev`\n * [#2652](https://github.com/embroider-build/embroider/pull/2652) Switch addon-dev to vitest ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" |
118 | 122 | } |
0 commit comments