|
1 | 1 | { |
2 | 2 | "solution": { |
3 | 3 | "@embroider/addon-dev": { |
4 | | - "impact": "minor", |
5 | | - "oldVersion": "8.2.0", |
6 | | - "newVersion": "8.3.0", |
7 | | - "tagName": "latest", |
8 | | - "constraints": [ |
9 | | - { |
10 | | - "impact": "minor", |
11 | | - "reason": "Appears in changelog section :rocket: Enhancement" |
12 | | - }, |
13 | | - { |
14 | | - "impact": "patch", |
15 | | - "reason": "Appears in changelog section :house: Internal" |
16 | | - } |
17 | | - ], |
18 | | - "pkgJSONPath": "./packages/addon-dev/package.json" |
| 4 | + "oldVersion": "8.3.0" |
19 | 5 | }, |
20 | 6 | "@embroider/addon-shim": { |
21 | 7 | "oldVersion": "1.10.2" |
|
27 | 13 | "oldVersion": "1.1.0" |
28 | 14 | }, |
29 | 15 | "@embroider/compat": { |
30 | | - "impact": "patch", |
31 | | - "oldVersion": "4.1.12", |
32 | | - "newVersion": "4.1.13", |
33 | | - "tagName": "latest", |
34 | | - "constraints": [ |
35 | | - { |
36 | | - "impact": "patch", |
37 | | - "reason": "Appears in changelog section :bug: Bug Fix" |
38 | | - }, |
39 | | - { |
40 | | - "impact": "patch", |
41 | | - "reason": "Has dependency `workspace:*` on @embroider/macros" |
42 | | - } |
43 | | - ], |
44 | | - "pkgJSONPath": "./packages/compat/package.json" |
| 16 | + "oldVersion": "4.1.13" |
45 | 17 | }, |
46 | 18 | "@embroider/config-meta-loader": { |
47 | 19 | "oldVersion": "1.0.0" |
48 | 20 | }, |
49 | 21 | "@embroider/core": { |
50 | | - "impact": "patch", |
51 | | - "oldVersion": "4.4.2", |
52 | | - "newVersion": "4.4.3", |
53 | | - "tagName": "latest", |
54 | | - "constraints": [ |
55 | | - { |
56 | | - "impact": "patch", |
57 | | - "reason": "Has dependency `workspace:*` on @embroider/macros" |
58 | | - } |
59 | | - ], |
60 | | - "pkgJSONPath": "./packages/core/package.json" |
| 22 | + "oldVersion": "4.4.3" |
61 | 23 | }, |
62 | 24 | "@embroider/hbs-loader": { |
63 | 25 | "oldVersion": "4.0.0" |
|
66 | 28 | "oldVersion": "0.1.3" |
67 | 29 | }, |
68 | 30 | "@embroider/macros": { |
69 | | - "impact": "patch", |
70 | | - "oldVersion": "1.19.6", |
71 | | - "newVersion": "1.19.7", |
72 | | - "tagName": "latest", |
73 | | - "constraints": [ |
74 | | - { |
75 | | - "impact": "patch", |
76 | | - "reason": "Appears in changelog section :bug: Bug Fix" |
77 | | - } |
78 | | - ], |
79 | | - "pkgJSONPath": "./packages/macros/package.json" |
| 31 | + "oldVersion": "1.19.7" |
80 | 32 | }, |
81 | 33 | "@embroider/reverse-exports": { |
82 | 34 | "oldVersion": "0.2.0" |
|
88 | 40 | "oldVersion": "3.0.2" |
89 | 41 | }, |
90 | 42 | "@embroider/template-tag-codemod": { |
91 | | - "impact": "patch", |
92 | | - "oldVersion": "1.3.4", |
93 | | - "newVersion": "1.3.5", |
94 | | - "tagName": "latest", |
95 | | - "constraints": [ |
96 | | - { |
97 | | - "impact": "patch", |
98 | | - "reason": "Appears in changelog section :bug: Bug Fix" |
99 | | - } |
100 | | - ], |
101 | | - "pkgJSONPath": "./packages/template-tag-codemod/package.json" |
| 43 | + "oldVersion": "1.3.5" |
102 | 44 | }, |
103 | 45 | "@embroider/vite": { |
104 | 46 | "impact": "patch", |
105 | | - "oldVersion": "1.5.0", |
106 | | - "newVersion": "1.5.1", |
| 47 | + "oldVersion": "1.5.1", |
| 48 | + "newVersion": "1.5.2", |
107 | 49 | "tagName": "latest", |
108 | 50 | "constraints": [ |
109 | 51 | { |
110 | 52 | "impact": "patch", |
111 | 53 | "reason": "Appears in changelog section :bug: Bug Fix" |
112 | | - }, |
113 | | - { |
114 | | - "impact": "patch", |
115 | | - "reason": "Has dependency `workspace:*` on @embroider/macros" |
116 | 54 | } |
117 | 55 | ], |
118 | 56 | "pkgJSONPath": "./packages/vite/package.json" |
119 | 57 | } |
120 | 58 | }, |
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" |
| 59 | + "description": "## Release (2026-02-07)\n\n* @embroider/vite 1.5.2 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/vite`\n * [#2667](https://github.com/embroider-build/embroider/pull/2667) Fix the hbs filter ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" |
122 | 60 | } |
0 commit comments