ember-command
ember-command copied to clipboard
Update dependency @glimmer/interfaces to ^0.92.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @glimmer/interfaces (source) | ^0.84.3 -> ^0.92.0 |
Release Notes
glimmerjs/glimmer-vm (@glimmer/interfaces)
v0.92.0
:rocket: Enhancement
-
@glimmer-workspace/integration-tests,@glimmer/compiler,@glimmer/interfaces,@glimmer/syntax-
#1585 Introduce
keywordsoption forprecompile(@chancancode)
-
#1585 Introduce
Committers: 1
- Godfrey Chan (@chancancode)
v0.91.2
:bug: Bug Fix
-
@glimmer/syntax- #1577 fix extra spaces in block params (@patricklx)
Committers: 1
- Patrick Pircher (@patricklx)
v0.91.1
:bug: Bug Fix
-
@glimmer/syntax- #1583 [BUGFIX] Ensure legacy path.parts matches existing semantics (@chancancode)
Committers: 1
- Godfrey Chan (@chancancode)
v0.91.0
:rocket: Enhancement
-
@glimmer/syntax- #1582 Prevent use of ...attributes in invalid places (@NullVoxPopuli)
Committers: 1
v0.90.1
:bug: Bug Fix
-
@glimmer/compiler,@glimmer/syntax- #1581 Remove index imports as they are not defined by package.json#exports (@NullVoxPopuli)
Committers: 1
v0.90.0
:boom: Breaking Change
-
@glimmer-workspace/integration-tests,@glimmer/runtime- #1580 Remove deprecation for setting hash properties (from years ago) (@NullVoxPopuli)
:rocket: Enhancement
-
@glimmer-workspace/integration-tests,@glimmer/runtime- #1580 Remove deprecation for setting hash properties (from years ago) (@NullVoxPopuli)
:bug: Bug Fix
-
@glimmer/compiler,@glimmer/debug,@glimmer/encoder,@glimmer/global-context,@glimmer/interfaces,@glimmer/local-debug-flags,@glimmer/manager,@glimmer/node,@glimmer/opcode-compiler,@glimmer/program,@glimmer/syntax,@glimmer/vm- #1579 Add missing licenses (@andreyfel)
Committers: 3
- Andrey Fel (@andreyfel)
- Godfrey Chan (@chancancode)
- @NullVoxPopuli
v0.89.0
:rocket: Enhancement
-
@glimmer-workspace/integration-tests,@glimmer/interfaces,@glimmer/node,@glimmer/runtime- #1560 add in element to debug render tree (@patricklx)
-
@glimmer-workspace/integration-tests,@glimmer-workspace,@glimmer/syntax- #1568 Cleanup v1 AST (@chancancode)
-
@glimmer/syntax- #1561 [CLEANUP] Remove unused ASTv1 nodes (@chancancode)
:bug: Bug Fix
-
@glimmer-workspace/integration-tests,@glimmer/runtime- #1565 Don't infinitely duplicate positional arguments when modifiers update (@NullVoxPopuli)
-
@glimmer/syntax- #1562 [BUGFIX] properly surface deprecation message (@chancancode)
:house: Internal
-
@glimmer/debug,@glimmer/runtime- #1573 Refactor on modifier implementation (@chancancode)
-
@glimmer-workspace/integration-tests,@glimmer/validator- #1556 Restore test harness on CI (@chancancode)
Committers: 3
- Godfrey Chan (@chancancode)
- Patrick Pircher (@patricklx)
- @NullVoxPopuli
v0.88.1
:bug: Bug Fix
-
@glimmer/interfaces- #1555 @glimmer/interfaces now uses extensions in its imports. (@NullVoxPopuli)
Committers: 1
v0.88.0
:rocket: Enhancement
-
@glimmer/syntax- #1552 add block param nodes (@patricklx)
- #1553 add element parts, startTag & endTag (@patricklx)
:bug: Bug Fix
-
@glimmer/destroyable- #1543 Fix @glimmer/destroyable dev exports (@NullVoxPopuli)
:house: Internal
- #1554 support run tests on windows (@patricklx)
- #1544 Upgrade esyes (@NullVoxPopuli)
Committers: 2
- Patrick Pircher (@patricklx)
- @NullVoxPopuli
v0.87.1
:rocket: Enhancement
-
@glimmer-workspace/integration-tests,@glimmer/runtime
Committers: 1
- Alex Kanunnikov (@lifeart)
v0.87.0
:rocket: Enhancement
-
@glimmer-workspace/integration-tests,@glimmer/debug,@glimmer/runtime,@glimmer/util,@glimmer/validator
:bug: Bug Fix
:house: Internal
Committers: 2
v0.86.0
:rocket: Enhancement
-
@glimmer/debug,@glimmer/runtime,@glimmer/util -
@glimmer/validator -
@glimmer/runtime
:bug: Bug Fix
-
@glimmer/runtime- #1440 Fix helper/modifier memory leak (@bendemboski)
-
@glimmer/debug,@glimmer/destroyable-
#1516 fix
exportsconfig for @glimmer/destroyable and @glimmer/debug (@NullVoxPopuli)
-
#1516 fix
:house: Internal
-
@glimmer-workspace/build- #1530 Upgrade to vite 5 (@NullVoxPopuli)
- #1495 make it run on windows (@patricklx)
- Other
- #1523 Restore a working linking setup (@chancancode)
- #1497 Create codemods and opcode generator (@NullVoxPopuli)
-
@glimmer-workspace/benchmark-env,@glimmer-workspace/build,@glimmer-workspace/integration-tests,@glimmer-workspace/test-utils,@glimmer/compiler,@glimmer/debug,@glimmer/destroyable,@glimmer/encoder,@glimmer/global-context,@glimmer/interfaces,@glimmer/local-debug-flags,@glimmer/manager,@glimmer/node,@glimmer/opcode-compiler,@glimmer/owner,@glimmer/program,@glimmer/reference,@glimmer/runtime,@glimmer/syntax,@glimmer/util,@glimmer/validator,@glimmer/vm-babel-plugins,@glimmer/vm,@glimmer/wire-format- #1506 Sort package.json files to reduce diff from the Error Recovery PR (@NullVoxPopuli)
-
@glimmer/reference- #1483 Use stricter type for createPrimitiveRef (@NullVoxPopuli)
Committers: 5
- Alex Kanunnikov (@lifeart)
- Ben Demboski (@bendemboski)
- Godfrey Chan (@chancancode)
- Patrick Pircher (@patricklx)
- @NullVoxPopuli
v0.85.13
:house: Internal
-
@glimmer-workspace/build,@glimmer/local-debug-flags- #1494 Compile away local debug for publish (@NullVoxPopuli)
-
@glimmer-workspace/integration-tests,@glimmer/interfaces,@glimmer/runtime,@glimmer/vm-babel-plugins- #1493 Revert "fix capture render tree fails when errors in args" (@NullVoxPopuli)
Committers: 1
v0.85.12
:bug: Bug Fix
-
@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/reference,@glimmer/runtime,@glimmer/syntax,@glimmer/util,@glimmer/validator,@glimmer/vm-babel-plugins,@glimmer/vm,@glimmer/wire-format- #1488 Add back package.json#module so the ember build can have fewer changes (@NullVoxPopuli)
-
@glimmer-workspace/integration-tests,@glimmer/interfaces,@glimmer/runtime,@glimmer/vm-babel-plugins- #1460 fix capture render tree fails when errors in args (@patricklx)
:house: Internal
-
@glimmer,@glimmer/dom-change-list- #1486 Remove @glimmer/dom-change-list as nothing depends on it (@NullVoxPopuli)
-
@glimmer/compiler,@glimmer/debug,@glimmer/destroyable,@glimmer/dom-change-list,@glimmer/encoder,@glimmer/global-context,@glimmer/interfaces,@glimmer/manager,@glimmer/node,@glimmer/opcode-compiler,@glimmer/owner,@glimmer/program,@glimmer/reference,@glimmer/runtime,@glimmer/syntax,@glimmer/util,@glimmer/validator,@glimmer/vm-babel-plugins,@glimmer/vm,@glimmer/wire-format- #1482 Setup the cache server (@NullVoxPopuli)
Committers: 2
- Patrick Pircher (@patricklx)
- @NullVoxPopuli
v0.85.11
:bug: Bug Fix
-
@glimmer/runtime- #1485 Remove dependency on @glimmer/low-level because it doesn't exist anymore (and is unused) (@NullVoxPopuli)
Committers: 1
v0.85.10
:bug: Bug Fix
-
@glimmer/reference- #1484 Unify reference factory function signatures (@NullVoxPopuli)
Committers: 1
v0.85.9
:bug: Bug Fix
-
@glimmer/reference-
#1481 MakePrimitiveRef generic so that UNDEFINED_REFERENCE can be Reference
rather than Reference (@NullVoxPopuli)
-
#1481 MakePrimitiveRef generic so that UNDEFINED_REFERENCE can be Reference
Committers: 1
v0.85.8
:house: Internal
-
@glimmer/vm- #1480 Re-add CJS exports to the VM package (@NullVoxPopuli)
Committers: 1
v0.85.7
:house: Internal
-
@glimmer-workspace/build,@glimmer/compiler,@glimmer/debug,@glimmer/destroyable,@glimmer/dom-change-list,@glimmer/encoder,@glimmer/global-context,@glimmer/interfaces,@glimmer/manager,@glimmer/node,@glimmer/opcode-compiler,@glimmer/owner,@glimmer/program,@glimmer/reference,@glimmer/runtime,@glimmer/syntax,@glimmer/util,@glimmer/validator,@glimmer/vm-babel-plugins,@glimmer/vm,@glimmer/wire-format- #1479 CJS needs to be enabled entirely, because ember-source requires it for now (@NullVoxPopuli)
Committers: 1
v0.85.6
:bug: Bug Fix
-
@glimmer-workspace/build,@glimmer/compiler,@glimmer/syntax- #1478 Add CJS back to glimmer/syntax,compiler (@NullVoxPopuli)
Committers: 1
v0.85.5
:bug: Bug Fix
-
@glimmer/global-context- #1476 @glimmer/global-context forgot to override main/types during publish (@NullVoxPopuli)
Committers: 1
v0.85.4
:bug: Bug Fix
-
@glimmer-workspace/eslint-plugin,@glimmer,@glimmer/compiler,@glimmer/debug,@glimmer/destroyable,@glimmer/dom-change-list,@glimmer/encoder,@glimmer/global-context,@glimmer/interfaces,@glimmer/manager,@glimmer/node,@glimmer/opcode-compiler,@glimmer/owner,@glimmer/program,@glimmer/reference,@glimmer/runtime,@glimmer/syntax,@glimmer/util,@glimmer/validator,@glimmer/vm-babel-plugins,@glimmer/vm,@glimmer/wire-format- #1470 Fix the package contents of each package, only publishing dist (@NullVoxPopuli)
-
@glimmer/syntax- #1467 visitorKeys is needed for prettier (@NullVoxPopuli)
- #1468 Use a Set for checking if an element is a void element, which is faster than object access (@NullVoxPopuli)
-
@glimmer/compiler,@glimmer/debug,@glimmer/destroyable,@glimmer/dom-change-list,@glimmer/encoder,@glimmer/global-context,@glimmer/interfaces,@glimmer/local-debug-flags,@glimmer/manager,@glimmer/node,@glimmer/opcode-compiler,@glimmer/owner,@glimmer/program,@glimmer/reference,@glimmer/runtime,@glimmer/syntax,@glimmer/util,@glimmer/validator,@glimmer/vm-babel-plugins,@glimmer/vm,@glimmer/wire-format- #1466 declare type=module (@NullVoxPopuli)
:house: Internal
-
@glimmer-workspace/build,@glimmer/compiler,@glimmer/debug,@glimmer/destroyable,@glimmer/dom-change-list,@glimmer/encoder,@glimmer/global-context,@glimmer/interfaces,@glimmer/manager,@glimmer/node,@glimmer/opcode-compiler,@glimmer/owner,@glimmer/program,@glimmer/reference,@glimmer/runtime,@glimmer/syntax,@glimmer/util,@glimmer/validator,@glimmer/vm-babel-plugins,@glimmer/vm,@glimmer/wire-format-
#1472 Fix the build. Split dev from prod. In dev, convert import.meta.env.DEV to DEBUG from
@glimmer/env(@NullVoxPopuli)
-
#1472 Fix the build. Split dev from prod. In dev, convert import.meta.env.DEV to DEBUG from
- Other
- #1475 dedupe lockfile (@NullVoxPopuli)
- #1471 Set default git config, add github config, per the rest of ember-family-of-projects-automation (@NullVoxPopuli)
-
@glimmer-workspace,@glimmer-workspace/benchmark-env,@glimmer-workspace/build,@glimmer-workspace/eslint-plugin,@glimmer-workspace/integration-tests,@glimmer-workspace/test-utils,@glimmer,@glimmer/compiler,@glimmer/debug,@glimmer/destroyable,@glimmer/dom-change-list,@glimmer/encoder,@glimmer/global-context,@glimmer/interfaces,@glimmer/local-debug-flags,@glimmer/manager,@glimmer/node,@glimmer/opcode-compiler,@glimmer/owner,@glimmer/program,@glimmer/reference,@glimmer/runtime,@glimmer/syntax,@glimmer/util,@glimmer/validator,@glimmer/vm-babel-plugins,@glimmer/vm,@glimmer/wire-format- #1474 Update lints ahead of #1462, so that #1462's diff is smaller (@NullVoxPopuli)
-
@glimmer/compiler,@glimmer/debug,@glimmer/destroyable,@glimmer/dom-change-list,@glimmer/encoder,@glimmer/global-context,@glimmer/interfaces,@glimmer/manager,@glimmer/node,@glimmer/opcode-compiler,@glimmer/owner,@glimmer/program,@glimmer/reference,@glimmer/runtime,@glimmer/syntax,@glimmer/util,@glimmer/validator,@glimmer/vm-babel-plugins,@glimmer/vm,@glimmer/wire-format- #1473 Add rollup to every package with a rollup config (@NullVoxPopuli)
Committers: 1
v0.85.3
:bug: Bug Fix
-
@glimmer-workspace/integration-tests,@glimmer/runtime- #1459 Revert "fix: capture render tree can fail if args cannot be obtained" (@patricklx)
:house: Internal
- #1452 rename local token in release workflow (@NullVoxPopuli)
Committers: 2
- Patrick Pircher (@patricklx)
- @NullVoxPopuli
v0.85.2
:house: Internal
- #1451 Allow publishing from tags / non-branches (@NullVoxPopuli)
Committers: 1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.