Skip to content

Commit d2971d0

Browse files
patricklxgithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent d436dc4 commit d2971d0

File tree

1 file changed

+87
-0
lines changed

1 file changed

+87
-0
lines changed

release-plan-stderr.txt

+87
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
Warning: unknown package "@glimmer-workspace/integration-tests"
2+
Warning: unknown package "@glimmer-workspace/krausest"
3+
Warning: unknown package "@glimmer-workspace/bin"
4+
Warning: unknown package "@glimmer/local-debug-flags"
5+
Warning: unknown package "@glimmer-workspace/integration-tests"
6+
Warning: unknown package "@glimmer-workspace/bin"
7+
Warning: unknown package "@glimmer-workspace/bin"
8+
Warning: unknown package "@glimmer-workspace/build-support"
9+
Warning: unknown package "@glimmer/local-debug-babel-plugin"
10+
Warning: unknown package "@glimmer/local-debug-flags"
11+
Warning: unknown package "@glimmer-workspace/integration-tests"
12+
Warning: unknown package "@glimmer-workspace/eslint-plugin"
13+
Warning: unknown package "@glimmer-workspace/bin"
14+
Warning: unknown package "@glimmer-workspace/krausest"
15+
Warning: unknown package "@glimmer-workspace/benchmark-env"
16+
Warning: unknown package "@glimmer-workspace/integration-tests"
17+
Warning: unknown package "@glimmer-workspace/test-utils"
18+
Warning: unknown package "@glimmer-workspace/build-support"
19+
Warning: unknown package "@glimmer/local-debug-flags"
20+
Warning: unknown package "@glimmer-workspace/eslint-plugin"
21+
Warning: unknown package "@types/puppeteer-chromium-resolver"
22+
Warning: unknown package "@types/js-reporters"
23+
# Unlabeled Changes
24+
25+
* `@glimmer-workspace/integration-tests`, `@glimmer/compiler`, `@glimmer/interfaces`, `@glimmer/opcode-compiler`, `@glimmer/syntax`, `@glimmer/wire-format`
26+
* [#1557](https://github.com/glimmerjs/glimmer-vm/pull/1557) [ENHANCEMENT+CLEANUP] Better compile time errors for strict mode ([@chancancode](https://github.com/chancancode))
27+
* `@glimmer-workspace/benchmark-env`, `@glimmer-workspace/integration-tests`, `@glimmer/interfaces`, `@glimmer/manager`, `@glimmer/runtime`
28+
* [#1559](https://github.com/glimmerjs/glimmer-vm/pull/1559) add modifiers to debug render tree ([@patricklx](https://github.com/patricklx))
29+
* `@glimmer-workspace/integration-tests`, `@glimmer/compiler`, `@glimmer/interfaces`, `@glimmer/opcode-compiler`
30+
* [#1574](https://github.com/glimmerjs/glimmer-vm/pull/1574) [CLEANUP] Drop support for `{{#with}}` keyword ([@chancancode](https://github.com/chancancode))
31+
* `@glimmer-workspace/integration-tests`, `@glimmer/interfaces`, `@glimmer/runtime`
32+
* [#1492](https://github.com/glimmerjs/glimmer-vm/pull/1492) improve arguments error detection for inspector ([@patricklx](https://github.com/patricklx))
33+
* `@glimmer-workspace/krausest`, `@glimmer-workspace/bin`
34+
* [#1533](https://github.com/glimmerjs/glimmer-vm/pull/1533) Improve benchmark - adding more VM cases ([@lifeart](https://github.com/lifeart))
35+
* [#1532](https://github.com/glimmerjs/glimmer-vm/pull/1532) Attempt to get perf testing work ([@lifeart](https://github.com/lifeart))
36+
* `@glimmer-workspace/benchmark-env`, `@glimmer-workspace/integration-tests`, `@glimmer/compiler`, `@glimmer/debug`, `@glimmer/destroyable`, `@glimmer/encoder`, `@glimmer/global-context`, `@glimmer/interfaces`, `@glimmer/manager`, `@glimmer/node`, `@glimmer/opcode-compiler`, `@glimmer/owner`, `@glimmer/program`, `@glimmer/runtime`, `@glimmer/syntax`, `@glimmer/util`, `@glimmer/vm`, `@glimmer/wire-format`
37+
* [#1525](https://github.com/glimmerjs/glimmer-vm/pull/1525) Finish renaming master branch to main ([@chancancode](https://github.com/chancancode))
38+
* Other
39+
* [#1524](https://github.com/glimmerjs/glimmer-vm/pull/1524) Revert some VSCode settings ([@chancancode](https://github.com/chancancode))
40+
* [#1503](https://github.com/glimmerjs/glimmer-vm/pull/1503) Upgrade babel ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
41+
* [#1457](https://github.com/glimmerjs/glimmer-vm/pull/1457) Add --force to pnpm publish to account for already published packages ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
42+
* [#1455](https://github.com/glimmerjs/glimmer-vm/pull/1455) Match env var from https://github.com/actions/setup-node/blob/main/sr… ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
43+
* [#1454](https://github.com/glimmerjs/glimmer-vm/pull/1454) debug npm access ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
44+
* [#1453](https://github.com/glimmerjs/glimmer-vm/pull/1453) Setup dispatch / manual re-running of release workflow ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
45+
* [#1448](https://github.com/glimmerjs/glimmer-vm/pull/1448) Setup release it ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
46+
* [#1365](https://github.com/glimmerjs/glimmer-vm/pull/1365) Define INUR in a comment ([@courajs](https://github.com/courajs))
47+
* [#1307](https://github.com/glimmerjs/glimmer-vm/pull/1307) Remove TODO in ci.yml ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
48+
* [#1239](https://github.com/glimmerjs/glimmer-vm/pull/1239) Fix changelog for version 0.71.2 ([@pzuraq](https://github.com/pzuraq))
49+
* `@glimmer/runtime`
50+
* [#1512](https://github.com/glimmerjs/glimmer-vm/pull/1512) [perf | size] simplify array iterations ([@lifeart](https://github.com/lifeart))
51+
* `@glimmer-workspace/krausest`, `@glimmer-workspace/eslint-plugin`, `@glimmer-workspace/integration-tests`, `@glimmer/compiler`, `@glimmer/debug`, `@glimmer/interfaces`, `@glimmer/manager`, `@glimmer/opcode-compiler`, `@glimmer/reference`, `@glimmer/runtime`, `@glimmer/syntax`, `@glimmer/util`
52+
* [#1505](https://github.com/glimmerjs/glimmer-vm/pull/1505) Upgrade lint dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
53+
* `@glimmer-workspace/krausest`, `@glimmer-workspace/bin`, `@glimmer-workspace/build-support`, `@glimmer-workspace/eslint-plugin`, `@glimmer-workspace/integration-tests`, `@glimmer/compiler`, `@glimmer/node`, `@glimmer/runtime`, `@glimmer/syntax`, `@glimmer/util`
54+
* [#1504](https://github.com/glimmerjs/glimmer-vm/pull/1504) Upgrade @types/* ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
55+
* `@glimmer-workspace/krausest`, `@glimmer-workspace/build-support`, `@glimmer/vm-babel-plugins`
56+
* [#1502](https://github.com/glimmerjs/glimmer-vm/pull/1502) Lint and config changes extraction part two ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
57+
* `@glimmer-workspace/krausest`, `@glimmer-workspace/bin`, `@glimmer-workspace/benchmark-env`, `@glimmer-workspace/build-support`, `@glimmer-workspace/eslint-plugin`, `@glimmer-workspace/integration-tests`, `@glimmer/compiler`, `@glimmer/debug`, `@glimmer/destroyable`, `@glimmer/interfaces`, `@glimmer/local-debug-flags`, `@glimmer/manager`, `@glimmer/node`, `@glimmer/opcode-compiler`, `@glimmer/program`, `@glimmer/reference`, `@glimmer/runtime`, `@glimmer/syntax`, `@glimmer/util`, `@glimmer/validator`, `@glimmer/vm-babel-plugins`
58+
* [#1500](https://github.com/glimmerjs/glimmer-vm/pull/1500) Extract formatting / lint changes from the Error Recovery PR, and add prettier to ci / local tooling ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
59+
* `@glimmer-workspace/build-support`
60+
* [#1477](https://github.com/glimmerjs/glimmer-vm/pull/1477) Use terser for the production bundle ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
61+
* `@glimmer-workspace/integration-tests`, `@glimmer/node`, `@glimmer/runtime`, `@glimmer/syntax`, `@glimmer/util`
62+
* [#1456](https://github.com/glimmerjs/glimmer-vm/pull/1456) Can we use the real @types/qunit? ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
63+
* `@glimmer-workspace/integration-tests`, `@glimmer/runtime`
64+
* [#1447](https://github.com/glimmerjs/glimmer-vm/pull/1447) fix: capture render tree can fail if args cannot be obtained ([@patricklx](https://github.com/patricklx))
65+
* `@glimmer/manager`
66+
* [#1370](https://github.com/glimmerjs/glimmer-vm/pull/1370) Refactor the way manager is returned so that we don't need exclamation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
67+
* [#1364](https://github.com/glimmerjs/glimmer-vm/pull/1364) Correct grammar in immutable args error ([@jamescdavis](https://github.com/jamescdavis))
68+
* `@glimmer/util`
69+
* [#1366](https://github.com/glimmerjs/glimmer-vm/pull/1366) drop support for IE11 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
70+
* [#1193](https://github.com/glimmerjs/glimmer-vm/pull/1193) [BUGFIX] Use custom symbol whenever native is not present ([@pzuraq](https://github.com/pzuraq))
71+
* `@glimmer/local-debug-flags`, `@glimmer/reference`
72+
* [#1353](https://github.com/glimmerjs/glimmer-vm/pull/1353) Update package.json to include the repository ([@v-jiepeng](https://github.com/v-jiepeng))
73+
* `@glimmer/compiler`
74+
* [#1354](https://github.com/glimmerjs/glimmer-vm/pull/1354) Followup for loose-mode lexical scope ([@ef4](https://github.com/ef4))
75+
* `@glimmer/interfaces`, `@glimmer/manager`
76+
* [#1334](https://github.com/glimmerjs/glimmer-vm/pull/1334) cleanup 3.13 logic from Modifier Manager ([@nlfurniss](https://github.com/nlfurniss))
77+
* `@glimmer/validator`
78+
* [#1291](https://github.com/glimmerjs/glimmer-vm/pull/1291) Add repository metadata to glimmer validator package ([@milindalvares](https://github.com/milindalvares))
79+
* `@glimmer/compiler`, `@glimmer/syntax`
80+
* [#1203](https://github.com/glimmerjs/glimmer-vm/pull/1203) Update syntax errors to not be a custom subclass ([@pzuraq](https://github.com/pzuraq))
81+
* `@glimmer/compiler`, `@glimmer/debug`, `@glimmer/encoder`, `@glimmer/global-context`, `@glimmer/interfaces`, `@glimmer/local-debug-flags`, `@glimmer/node`, `@glimmer/opcode-compiler`, `@glimmer/program`, `@glimmer/reference`, `@glimmer/runtime`, `@glimmer/syntax`, `@glimmer/util`, `@glimmer/validator`, `@glimmer/vm`, `@glimmer/wire-format`
82+
* [#1194](https://github.com/glimmerjs/glimmer-vm/pull/1194) Upstream Release 0.63.5 ([@pzuraq](https://github.com/pzuraq))
83+
* `@glimmer/opcode-compiler`
84+
* [#1163](https://github.com/glimmerjs/glimmer-vm/pull/1163) [BUGFIX] args lost when passed to {{component}} ([@rreckonerr](https://github.com/rreckonerr))
85+
86+
87+
*Cannot plan release until the above changes are labeled*.

0 commit comments

Comments
 (0)