|
1 | 1 | { |
2 | 2 | "solution": { |
3 | 3 | "ember-repl": { |
4 | | - "impact": "major", |
5 | | - "oldVersion": "6.0.0", |
6 | | - "newVersion": "7.0.0", |
| 4 | + "impact": "patch", |
| 5 | + "oldVersion": "7.0.0", |
| 6 | + "newVersion": "7.0.1", |
7 | 7 | "tagName": "latest", |
8 | 8 | "constraints": [ |
9 | | - { |
10 | | - "impact": "major", |
11 | | - "reason": "Appears in changelog section :boom: Breaking Change" |
12 | | - }, |
13 | | - { |
14 | | - "impact": "patch", |
15 | | - "reason": "Has dependency `workspace:*` on repl-sdk" |
16 | | - }, |
17 | | - { |
18 | | - "impact": "minor", |
19 | | - "reason": "Appears in changelog section :rocket: Enhancement" |
20 | | - }, |
21 | 9 | { |
22 | 10 | "impact": "patch", |
23 | 11 | "reason": "Appears in changelog section :bug: Bug Fix" |
24 | | - }, |
25 | | - { |
26 | | - "impact": "patch", |
27 | | - "reason": "Appears in changelog section :memo: Documentation" |
28 | | - }, |
29 | | - { |
30 | | - "impact": "patch", |
31 | | - "reason": "Appears in changelog section :house: Internal" |
32 | 12 | } |
33 | 13 | ], |
34 | 14 | "pkgJSONPath": "./packages/ember-repl/package.json" |
35 | 15 | }, |
36 | 16 | "limber-ui": { |
37 | | - "impact": "major", |
38 | | - "oldVersion": "3.0.0", |
39 | | - "newVersion": "4.0.0", |
| 17 | + "impact": "patch", |
| 18 | + "oldVersion": "4.0.0", |
| 19 | + "newVersion": "4.0.1", |
40 | 20 | "tagName": "latest", |
41 | 21 | "constraints": [ |
42 | 22 | { |
43 | | - "impact": "major", |
44 | | - "reason": "Appears in changelog section :boom: Breaking Change" |
45 | | - }, |
46 | | - { |
47 | | - "impact": "minor", |
48 | | - "reason": "Appears in changelog section :rocket: Enhancement" |
| 23 | + "impact": "patch", |
| 24 | + "reason": "Appears in changelog section :bug: Bug Fix" |
49 | 25 | } |
50 | 26 | ], |
51 | 27 | "pkgJSONPath": "./packages/limber-ui/package.json" |
52 | 28 | }, |
53 | 29 | "repl-sdk": { |
54 | | - "impact": "major", |
55 | | - "oldVersion": "0.0.0", |
56 | | - "newVersion": "1.0.0", |
57 | | - "tagName": "latest", |
58 | | - "constraints": [ |
59 | | - { |
60 | | - "impact": "major", |
61 | | - "reason": "Appears in changelog section :boom: Breaking Change" |
62 | | - }, |
63 | | - { |
64 | | - "impact": "patch", |
65 | | - "reason": "Has dependency `workspace:*` on codemirror-lang-glimdown" |
66 | | - }, |
67 | | - { |
68 | | - "impact": "patch", |
69 | | - "reason": "Has dependency `workspace:*` on codemirror-lang-glimmer-js" |
70 | | - }, |
71 | | - { |
72 | | - "impact": "patch", |
73 | | - "reason": "Has dependency `workspace:*` on codemirror-lang-glimmer" |
74 | | - }, |
75 | | - { |
76 | | - "impact": "minor", |
77 | | - "reason": "Appears in changelog section :rocket: Enhancement" |
78 | | - }, |
79 | | - { |
80 | | - "impact": "patch", |
81 | | - "reason": "Appears in changelog section :bug: Bug Fix" |
82 | | - }, |
83 | | - { |
84 | | - "impact": "patch", |
85 | | - "reason": "Appears in changelog section :memo: Documentation" |
86 | | - }, |
87 | | - { |
88 | | - "impact": "patch", |
89 | | - "reason": "Appears in changelog section :house: Internal" |
90 | | - } |
91 | | - ], |
92 | | - "pkgJSONPath": "./packages/repl-sdk/package.json" |
| 30 | + "oldVersion": "1.0.0" |
93 | 31 | }, |
94 | 32 | "codemirror-lang-glimdown": { |
95 | | - "impact": "major", |
96 | | - "oldVersion": "1.0.0", |
97 | | - "newVersion": "2.0.0", |
98 | | - "tagName": "latest", |
99 | | - "constraints": [ |
100 | | - { |
101 | | - "impact": "major", |
102 | | - "reason": "Appears in changelog section :boom: Breaking Change" |
103 | | - }, |
104 | | - { |
105 | | - "impact": "patch", |
106 | | - "reason": "Has dependency `workspace:*` on codemirror-lang-glimmer-js" |
107 | | - }, |
108 | | - { |
109 | | - "impact": "patch", |
110 | | - "reason": "Has dependency `workspace:*` on codemirror-lang-glimmer" |
111 | | - }, |
112 | | - { |
113 | | - "impact": "minor", |
114 | | - "reason": "Appears in changelog section :rocket: Enhancement" |
115 | | - }, |
116 | | - { |
117 | | - "impact": "patch", |
118 | | - "reason": "Appears in changelog section :bug: Bug Fix" |
119 | | - }, |
120 | | - { |
121 | | - "impact": "patch", |
122 | | - "reason": "Appears in changelog section :memo: Documentation" |
123 | | - }, |
124 | | - { |
125 | | - "impact": "patch", |
126 | | - "reason": "Appears in changelog section :house: Internal" |
127 | | - } |
128 | | - ], |
129 | | - "pkgJSONPath": "./packages/syntax/glimdown/codemirror/package.json" |
| 33 | + "oldVersion": "2.0.0" |
130 | 34 | }, |
131 | 35 | "@glimdown/lezer": { |
132 | | - "impact": "major", |
133 | | - "oldVersion": "1.0.0", |
134 | | - "newVersion": "2.0.0", |
135 | | - "tagName": "latest", |
136 | | - "constraints": [ |
137 | | - { |
138 | | - "impact": "major", |
139 | | - "reason": "Appears in changelog section :boom: Breaking Change" |
140 | | - }, |
141 | | - { |
142 | | - "impact": "minor", |
143 | | - "reason": "Appears in changelog section :rocket: Enhancement" |
144 | | - }, |
145 | | - { |
146 | | - "impact": "patch", |
147 | | - "reason": "Appears in changelog section :bug: Bug Fix" |
148 | | - }, |
149 | | - { |
150 | | - "impact": "patch", |
151 | | - "reason": "Appears in changelog section :memo: Documentation" |
152 | | - }, |
153 | | - { |
154 | | - "impact": "patch", |
155 | | - "reason": "Appears in changelog section :house: Internal" |
156 | | - } |
157 | | - ], |
158 | | - "pkgJSONPath": "./packages/syntax/glimdown/lezer/package.json" |
| 36 | + "oldVersion": "2.0.0" |
159 | 37 | }, |
160 | 38 | "codemirror-lang-glimmer-js": { |
161 | | - "impact": "major", |
162 | | - "oldVersion": "1.0.0", |
163 | | - "newVersion": "2.0.0", |
164 | | - "tagName": "latest", |
165 | | - "constraints": [ |
166 | | - { |
167 | | - "impact": "major", |
168 | | - "reason": "Appears in changelog section :boom: Breaking Change" |
169 | | - }, |
170 | | - { |
171 | | - "impact": "patch", |
172 | | - "reason": "Has dependency `workspace:*` on codemirror-lang-glimmer" |
173 | | - }, |
174 | | - { |
175 | | - "impact": "minor", |
176 | | - "reason": "Appears in changelog section :rocket: Enhancement" |
177 | | - }, |
178 | | - { |
179 | | - "impact": "patch", |
180 | | - "reason": "Appears in changelog section :bug: Bug Fix" |
181 | | - }, |
182 | | - { |
183 | | - "impact": "patch", |
184 | | - "reason": "Appears in changelog section :memo: Documentation" |
185 | | - }, |
186 | | - { |
187 | | - "impact": "patch", |
188 | | - "reason": "Appears in changelog section :house: Internal" |
189 | | - } |
190 | | - ], |
191 | | - "pkgJSONPath": "./packages/syntax/glimmer-js/codemirror/package.json" |
| 39 | + "oldVersion": "2.0.0" |
192 | 40 | }, |
193 | 41 | "@glimdown/lezer-glimmer-expression": { |
194 | | - "impact": "major", |
195 | | - "oldVersion": "1.0.0", |
196 | | - "newVersion": "2.0.0", |
197 | | - "tagName": "latest", |
198 | | - "constraints": [ |
199 | | - { |
200 | | - "impact": "major", |
201 | | - "reason": "Appears in changelog section :boom: Breaking Change" |
202 | | - }, |
203 | | - { |
204 | | - "impact": "minor", |
205 | | - "reason": "Appears in changelog section :rocket: Enhancement" |
206 | | - }, |
207 | | - { |
208 | | - "impact": "patch", |
209 | | - "reason": "Appears in changelog section :bug: Bug Fix" |
210 | | - }, |
211 | | - { |
212 | | - "impact": "patch", |
213 | | - "reason": "Appears in changelog section :memo: Documentation" |
214 | | - }, |
215 | | - { |
216 | | - "impact": "patch", |
217 | | - "reason": "Appears in changelog section :house: Internal" |
218 | | - } |
219 | | - ], |
220 | | - "pkgJSONPath": "./packages/syntax/glimmer-s-expression/lezer/package.json" |
| 42 | + "oldVersion": "2.0.0" |
221 | 43 | }, |
222 | 44 | "codemirror-lang-glimmer-ts": { |
223 | | - "impact": "major", |
224 | | - "oldVersion": "1.0.0", |
225 | | - "newVersion": "2.0.0", |
226 | | - "tagName": "latest", |
227 | | - "constraints": [ |
228 | | - { |
229 | | - "impact": "patch", |
230 | | - "reason": "Has dependency `workspace:*` on codemirror-lang-glimmer" |
231 | | - }, |
232 | | - { |
233 | | - "impact": "major", |
234 | | - "reason": "Appears in changelog section :boom: Breaking Change" |
235 | | - }, |
236 | | - { |
237 | | - "impact": "minor", |
238 | | - "reason": "Appears in changelog section :rocket: Enhancement" |
239 | | - }, |
240 | | - { |
241 | | - "impact": "patch", |
242 | | - "reason": "Appears in changelog section :bug: Bug Fix" |
243 | | - }, |
244 | | - { |
245 | | - "impact": "patch", |
246 | | - "reason": "Appears in changelog section :memo: Documentation" |
247 | | - }, |
248 | | - { |
249 | | - "impact": "patch", |
250 | | - "reason": "Appears in changelog section :house: Internal" |
251 | | - } |
252 | | - ], |
253 | | - "pkgJSONPath": "./packages/syntax/glimmer-ts/codemirror/package.json" |
| 45 | + "oldVersion": "2.0.0" |
254 | 46 | }, |
255 | 47 | "codemirror-lang-glimmer": { |
256 | | - "impact": "major", |
257 | | - "oldVersion": "1.0.0", |
258 | | - "newVersion": "2.0.0", |
259 | | - "tagName": "latest", |
260 | | - "constraints": [ |
261 | | - { |
262 | | - "impact": "patch", |
263 | | - "reason": "Has dependency `workspace:*` on @glimdown/lezer-glimmer-expression" |
264 | | - }, |
265 | | - { |
266 | | - "impact": "patch", |
267 | | - "reason": "Has dependency `workspace:*` on lezer-glimmer" |
268 | | - }, |
269 | | - { |
270 | | - "impact": "major", |
271 | | - "reason": "Appears in changelog section :boom: Breaking Change" |
272 | | - }, |
273 | | - { |
274 | | - "impact": "minor", |
275 | | - "reason": "Appears in changelog section :rocket: Enhancement" |
276 | | - }, |
277 | | - { |
278 | | - "impact": "patch", |
279 | | - "reason": "Appears in changelog section :bug: Bug Fix" |
280 | | - }, |
281 | | - { |
282 | | - "impact": "patch", |
283 | | - "reason": "Appears in changelog section :memo: Documentation" |
284 | | - }, |
285 | | - { |
286 | | - "impact": "patch", |
287 | | - "reason": "Appears in changelog section :house: Internal" |
288 | | - } |
289 | | - ], |
290 | | - "pkgJSONPath": "./packages/syntax/glimmer/codemirror/package.json" |
| 48 | + "oldVersion": "2.0.0" |
291 | 49 | }, |
292 | 50 | "lezer-glimmer": { |
293 | | - "impact": "major", |
294 | | - "oldVersion": "1.0.0", |
295 | | - "newVersion": "2.0.0", |
296 | | - "tagName": "latest", |
297 | | - "constraints": [ |
298 | | - { |
299 | | - "impact": "patch", |
300 | | - "reason": "Has dependency `workspace:*` on @glimdown/lezer-glimmer-expression" |
301 | | - }, |
302 | | - { |
303 | | - "impact": "major", |
304 | | - "reason": "Appears in changelog section :boom: Breaking Change" |
305 | | - }, |
306 | | - { |
307 | | - "impact": "minor", |
308 | | - "reason": "Appears in changelog section :rocket: Enhancement" |
309 | | - }, |
310 | | - { |
311 | | - "impact": "patch", |
312 | | - "reason": "Appears in changelog section :bug: Bug Fix" |
313 | | - }, |
314 | | - { |
315 | | - "impact": "patch", |
316 | | - "reason": "Appears in changelog section :memo: Documentation" |
317 | | - }, |
318 | | - { |
319 | | - "impact": "patch", |
320 | | - "reason": "Appears in changelog section :house: Internal" |
321 | | - } |
322 | | - ], |
323 | | - "pkgJSONPath": "./packages/syntax/glimmer/lezer/package.json" |
| 51 | + "oldVersion": "2.0.0" |
324 | 52 | } |
325 | 53 | }, |
326 | | - "description": "## Release (2025-09-28)\n\n* ember-repl 7.0.0 (major)\n* limber-ui 4.0.0 (major)\n* repl-sdk 1.0.0 (major)\n* codemirror-lang-glimdown 2.0.0 (major)\n* @glimdown/lezer 2.0.0 (major)\n* codemirror-lang-glimmer-js 2.0.0 (major)\n* @glimdown/lezer-glimmer-expression 2.0.0 (major)\n* codemirror-lang-glimmer-ts 2.0.0 (major)\n* codemirror-lang-glimmer 2.0.0 (major)\n* lezer-glimmer 2.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-repl`, `limber-ui`\n * [#1962](https://github.com/NullVoxPopuli/limber/pull/1962) Docs + <REPL> enhancements ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-repl`, `repl-sdk`, `codemirror-lang-glimdown`, `@glimdown/lezer`, `codemirror-lang-glimmer-js`, `@glimdown/lezer-glimmer-expression`, `codemirror-lang-glimmer-ts`, `codemirror-lang-glimmer`, `lezer-glimmer`\n * [#1925](https://github.com/NullVoxPopuli/limber/pull/1925) new repl infra (enabling importing from CDN (no v1 addons)) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :rocket: Enhancement\n* `ember-repl`, `limber-ui`\n * [#1962](https://github.com/NullVoxPopuli/limber/pull/1962) Docs + <REPL> enhancements ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-repl`\n * [#1975](https://github.com/NullVoxPopuli/limber/pull/1975) Add collections ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1914](https://github.com/NullVoxPopuli/limber/pull/1914) Upgrade template-compilation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `repl-sdk`\n * [#1950](https://github.com/NullVoxPopuli/limber/pull/1950) Add Vanilla JS ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-repl`, `repl-sdk`, `codemirror-lang-glimdown`, `codemirror-lang-glimmer-js`\n * [#1947](https://github.com/NullVoxPopuli/limber/pull/1947) Better editor bundling, adding codemirror to repl-sdk so others can boot up the same editor ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-repl`, `repl-sdk`, `codemirror-lang-glimdown`, `@glimdown/lezer`, `codemirror-lang-glimmer-js`, `@glimdown/lezer-glimmer-expression`, `codemirror-lang-glimmer-ts`, `codemirror-lang-glimmer`, `lezer-glimmer`\n * [#1925](https://github.com/NullVoxPopuli/limber/pull/1925) new repl infra (enabling importing from CDN (no v1 addons)) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#1917](https://github.com/NullVoxPopuli/limber/pull/1917) Fix doc swapping and loading ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `repl-sdk`\n * [#1965](https://github.com/NullVoxPopuli/limber/pull/1965) Try to fix Svelte ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-repl`, `repl-sdk`, `codemirror-lang-glimdown`, `@glimdown/lezer`, `codemirror-lang-glimmer-js`, `@glimdown/lezer-glimmer-expression`, `codemirror-lang-glimmer-ts`, `codemirror-lang-glimmer`, `lezer-glimmer`\n * [#1958](https://github.com/NullVoxPopuli/limber/pull/1958) Closes [#1955](https://github.com/NullVoxPopuli/limber/issues/1955) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#1957](https://github.com/NullVoxPopuli/limber/pull/1957) Closes [#1956](https://github.com/NullVoxPopuli/limber/issues/1956) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1904](https://github.com/NullVoxPopuli/limber/pull/1904) Tutorial navigation selected state ([@tcjr](https://github.com/tcjr))\n* `ember-repl`, `repl-sdk`\n * [#1943](https://github.com/NullVoxPopuli/limber/pull/1943) Get tests passing + minor dependency fixes ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* Other\n * [#1982](https://github.com/NullVoxPopuli/limber/pull/1982) docs(contributor): contributors readme action update ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#1936](https://github.com/NullVoxPopuli/limber/pull/1936) Update prose.md ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1929](https://github.com/NullVoxPopuli/limber/pull/1929) Remove unused option block ([@mrloop](https://github.com/mrloop))\n * [#1928](https://github.com/NullVoxPopuli/limber/pull/1928) Rename swapi.dev to swapi.tech ([@mrloop](https://github.com/mrloop))\n * [#1918](https://github.com/NullVoxPopuli/limber/pull/1918) Bring back helpers/state import ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1904](https://github.com/NullVoxPopuli/limber/pull/1904) Tutorial navigation selected state ([@tcjr](https://github.com/tcjr))\n* `ember-repl`\n * [#1976](https://github.com/NullVoxPopuli/limber/pull/1976) Add comment about warp-drive ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1930](https://github.com/NullVoxPopuli/limber/pull/1930) Update keepLatest README example ([@mrloop](https://github.com/mrloop))\n * [#1922](https://github.com/NullVoxPopuli/limber/pull/1922) Try to use RFC #931 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `repl-sdk`\n * [#1973](https://github.com/NullVoxPopuli/limber/pull/1973) Enable the editor param and allow it to specify the initial vertical or horizontal split ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-repl`, `repl-sdk`, `codemirror-lang-glimdown`, `@glimdown/lezer`, `codemirror-lang-glimmer-js`, `@glimdown/lezer-glimmer-expression`, `codemirror-lang-glimmer-ts`, `codemirror-lang-glimmer`, `lezer-glimmer`\n * [#1925](https://github.com/NullVoxPopuli/limber/pull/1925) new repl infra (enabling importing from CDN (no v1 addons)) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-repl`, `repl-sdk`, `codemirror-lang-glimdown`, `@glimdown/lezer`, `codemirror-lang-glimmer-js`, `@glimdown/lezer-glimmer-expression`, `codemirror-lang-glimmer-ts`, `codemirror-lang-glimmer`, `lezer-glimmer`\n * [#1974](https://github.com/NullVoxPopuli/limber/pull/1974) Move from nested apps to renderComponent ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-repl`\n * [#1970](https://github.com/NullVoxPopuli/limber/pull/1970) Add URL to imports in compiler service ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1954](https://github.com/NullVoxPopuli/limber/pull/1954) Update core libraries ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#1961](https://github.com/NullVoxPopuli/limber/pull/1961) Remove ember-cli ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1952](https://github.com/NullVoxPopuli/limber/pull/1952) Add vite bundle analyzer ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1906](https://github.com/NullVoxPopuli/limber/pull/1906) Upgrade ember-primitives, use KeyCombo component ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1905](https://github.com/NullVoxPopuli/limber/pull/1905) Improve share dialog ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1902](https://github.com/NullVoxPopuli/limber/pull/1902) Update ember-primitives ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-repl`, `repl-sdk`, `codemirror-lang-glimdown`, `codemirror-lang-glimmer-js`, `codemirror-lang-glimmer-ts`, `codemirror-lang-glimmer`\n * [#1953](https://github.com/NullVoxPopuli/limber/pull/1953) Update deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-repl`, `repl-sdk`\n * [#1943](https://github.com/NullVoxPopuli/limber/pull/1943) Get tests passing + minor dependency fixes ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-repl`, `codemirror-lang-glimdown`, `@glimdown/lezer`, `codemirror-lang-glimmer-js`, `@glimdown/lezer-glimmer-expression`, `codemirror-lang-glimmer-ts`, `codemirror-lang-glimmer`, `lezer-glimmer`\n * [#1921](https://github.com/NullVoxPopuli/limber/pull/1921) Convert ember-repl test-app to vite. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 4\n- Ewan McDougall ([@mrloop](https://github.com/mrloop))\n- Tom Carter ([@tcjr](https://github.com/tcjr))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n" |
| 54 | + "description": "## Release (2025-10-16)\n\n* ember-repl 7.0.1 (patch)\n* limber-ui 4.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-repl`, `limber-ui`\n * [#1986](https://github.com/NullVoxPopuli/limber/pull/1986) Fix issue where `@format` was accidentally required for the `<REPL>` component ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" |
327 | 55 | } |
0 commit comments