forked from emberjs/ember.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade VM
@glimmer/*
packages from 0.84.3 to 0.85.13 (emberjs#20561)
* Bump vm packages Upgrade VM @glimmer/* packages Also, @glimmer/vm needed to be added to the root package.json so non-declared dependencies (such as @ember/-internals) may be provided access to @glimmer/vm Upgrade glimmer-vm again * Address removal of Option from '@glimmer/interfaces' by internalizing the type to @ember/-internals/utility-types * Remove import of WeakSet polyfill as it's shipped everywhere now, and glimmer doesn't provide the polyfill anymore * ComponentDefinition's capabilities property is now of type CapabilityMask, instead of InternalComponentCapability * @glimmer/validator's setTrackingTransactionEnv is now only accessible via the 'debug' export * Cast away some Reference<unknown> types to Reference<more specific> and note that GlimmerVM needs further changes * CurriedType is now in @glimmer/vm, because it's a value, not just a type/interface * lint:fix * Update usage of glimmer/babel-vm-plugins * programCompilationContext needs a third parameter * Use correct CurriedType value * 'fix' type of a ref in outlet * Force rollup v4 so we have real errors that we can understand as humans. This revealed that we don't need @babel/plugin-transform-block-scoping * We re-implement babel features for private fields, since glimmer-vm now ships them untranspiled * Internal type checking now passes. the debug render tree args now requires an 'errors' object so that errors can be reported back to the user if something goes wrong * Add disable_local_debug to qunit, as we have a bug we need to fix, but it was likely pre-existing Add disable_local_debug to bin/run-tests * Address incorrect type for stateFor * Update comment to be correct and note an optimization * Fix the type of the refs for closureAction Changing AnyFn to Function in places up until the runloop public API * Rename Option to Nullable to align with glimmer-vm terminology * lockfile maintenance * Revert "Internal type checking now passes. the debug render tree args now requires an 'errors' object so that errors can be reported back to the user if something goes wrong" This reverts commit 0092ad7. * Push Reference<unknown> into makeClosureAction * Revert "Add disable_local_debug to qunit, as we have a bug we need to fix, but it was likely pre-existing" This reverts commit 1856b8c. * Apply suggestions from code review Co-authored-by: Godfrey Chan <[email protected]> * lint:fix * Update packages/@ember/-internals/glimmer/lib/helpers/action.ts --------- Co-authored-by: Godfrey Chan <[email protected]>
- Loading branch information
1 parent
f5572ac
commit 32c669e
Showing
56 changed files
with
587 additions
and
438 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# super strict mode | ||
auto-install-peers=false | ||
resolve-peers-from-workspace-root=false | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.