|
1 | 1 | { |
2 | 2 | "solution": { |
3 | 3 | "@embroider/addon-dev": { |
4 | | - "oldVersion": "8.1.2" |
| 4 | + "impact": "minor", |
| 5 | + "oldVersion": "8.1.2", |
| 6 | + "newVersion": "8.2.0", |
| 7 | + "tagName": "latest", |
| 8 | + "constraints": [ |
| 9 | + { |
| 10 | + "impact": "minor", |
| 11 | + "reason": "Appears in changelog section :rocket: Enhancement" |
| 12 | + } |
| 13 | + ], |
| 14 | + "pkgJSONPath": "./packages/addon-dev/package.json" |
5 | 15 | }, |
6 | 16 | "@embroider/addon-shim": { |
7 | 17 | "oldVersion": "1.10.2" |
|
13 | 23 | "oldVersion": "1.1.0" |
14 | 24 | }, |
15 | 25 | "@embroider/compat": { |
16 | | - "oldVersion": "4.1.11" |
| 26 | + "impact": "patch", |
| 27 | + "oldVersion": "4.1.11", |
| 28 | + "newVersion": "4.1.12", |
| 29 | + "tagName": "latest", |
| 30 | + "constraints": [ |
| 31 | + { |
| 32 | + "impact": "patch", |
| 33 | + "reason": "Has dependency `workspace:*` on @embroider/macros" |
| 34 | + } |
| 35 | + ], |
| 36 | + "pkgJSONPath": "./packages/compat/package.json" |
17 | 37 | }, |
18 | 38 | "@embroider/config-meta-loader": { |
19 | 39 | "oldVersion": "1.0.0" |
20 | 40 | }, |
21 | 41 | "@embroider/core": { |
22 | 42 | "impact": "patch", |
23 | | - "oldVersion": "4.4.0", |
24 | | - "newVersion": "4.4.1", |
| 43 | + "oldVersion": "4.4.1", |
| 44 | + "newVersion": "4.4.2", |
25 | 45 | "tagName": "latest", |
26 | 46 | "constraints": [ |
27 | 47 | { |
28 | 48 | "impact": "patch", |
29 | | - "reason": "Appears in changelog section :bug: Bug Fix" |
| 49 | + "reason": "Has dependency `workspace:*` on @embroider/shared-internals" |
| 50 | + }, |
| 51 | + { |
| 52 | + "impact": "patch", |
| 53 | + "reason": "Has dependency `workspace:*` on @embroider/macros" |
30 | 54 | } |
31 | 55 | ], |
32 | 56 | "pkgJSONPath": "./packages/core/package.json" |
|
38 | 62 | "oldVersion": "0.1.3" |
39 | 63 | }, |
40 | 64 | "@embroider/macros": { |
41 | | - "oldVersion": "1.19.5" |
| 65 | + "impact": "patch", |
| 66 | + "oldVersion": "1.19.5", |
| 67 | + "newVersion": "1.19.6", |
| 68 | + "tagName": "latest", |
| 69 | + "constraints": [ |
| 70 | + { |
| 71 | + "impact": "patch", |
| 72 | + "reason": "Has dependency `workspace:*` on @embroider/shared-internals" |
| 73 | + } |
| 74 | + ], |
| 75 | + "pkgJSONPath": "./packages/macros/package.json" |
42 | 76 | }, |
43 | 77 | "@embroider/reverse-exports": { |
44 | 78 | "oldVersion": "0.2.0" |
|
47 | 81 | "oldVersion": "3.0.6" |
48 | 82 | }, |
49 | 83 | "@embroider/shared-internals": { |
50 | | - "oldVersion": "3.0.1" |
| 84 | + "impact": "patch", |
| 85 | + "oldVersion": "3.0.1", |
| 86 | + "newVersion": "3.0.2", |
| 87 | + "tagName": "latest", |
| 88 | + "constraints": [ |
| 89 | + { |
| 90 | + "impact": "patch", |
| 91 | + "reason": "Appears in changelog section :bug: Bug Fix" |
| 92 | + } |
| 93 | + ], |
| 94 | + "pkgJSONPath": "./packages/shared-internals/package.json" |
51 | 95 | }, |
52 | 96 | "@embroider/template-tag-codemod": { |
53 | 97 | "oldVersion": "1.3.4" |
54 | 98 | }, |
55 | 99 | "@embroider/vite": { |
56 | | - "oldVersion": "1.4.4" |
| 100 | + "impact": "minor", |
| 101 | + "oldVersion": "1.4.4", |
| 102 | + "newVersion": "1.5.0", |
| 103 | + "tagName": "latest", |
| 104 | + "constraints": [ |
| 105 | + { |
| 106 | + "impact": "minor", |
| 107 | + "reason": "Appears in changelog section :rocket: Enhancement" |
| 108 | + }, |
| 109 | + { |
| 110 | + "impact": "patch", |
| 111 | + "reason": "Has dependency `workspace:*` on @embroider/macros" |
| 112 | + } |
| 113 | + ], |
| 114 | + "pkgJSONPath": "./packages/vite/package.json" |
57 | 115 | } |
58 | 116 | }, |
59 | | - "description": "## Release (2025-12-09)\n\n* @embroider/core 4.4.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/core`\n * [#2639](https://github.com/embroider-build/embroider/pull/2639) Fix `getAppFiles` filters to prevent app.ts from ending up in compatModules ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n\n#### Committers: 1\n- Marine Dunstetter ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n" |
| 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" |
60 | 118 | } |
0 commit comments