Update dependency @glint/core to ^2.0.0-alpha.12 #191
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.0.0-alpha.4->^2.0.0-alpha.12Release Notes
typed-ember/glint (@glint/core)
v2.0.0-alpha.12🐛 Bug Fix
@glint/core🏠 Internal
@glint/core,@glint/template,@glint/tsserver-plugin,@glint/type-testCommitters: 2
v2.0.0-alpha.11🐛 Bug Fix
@glint/coreCommitters: 1
v2.0.0-alpha.10🐛 Bug Fix
@glint/coreCommitters: 1
v2.0.0-alpha.9🐛 Bug Fix
@glint/coreCommitters: 1
v2.0.0-alpha.8🐛 Bug Fix
@glint/core@glint/core/typesfor integration declarations (@machty)@glint/templateCommitters: 2
v2.0.0-alpha.7🚀 Enhancement
@glint/core,@glint/tsserver-plugin🐛 Bug Fix
@glint/core,@glint/tsserver-pluginCommitters: 1
v2.0.0-alpha.6🐛 Bug Fix
@glint/core📝 Documentation
Committers: 1
v2.0.0-alpha.5💥 Breaking Change
@glint/core,@glint/tsserver-plugin,@glint/type-test@glint/environment-ember-template-importsinto@glint/core(@machty)@glint/core,@glint/type-testSimplified Dependencies
As of this release, you only need two dependencies in your Ember apps (the versions provided are up-to-date at the time of writing but please check the latest versions on NPM):
(You will want to use the pre-release VSCode extension v1.4.17 in conjunction with these dependencies!)
Notably absent are the
@glint/environment-ember-template-importsand@glint/environment-ember-loosepackages:There is no longer any concept of "environments" in Glint v2, which going forward will only support features previously covered/provided by the
@glint/environment-ember-template-importsenvironment, which provides typechecking for.gts/.gjsfiles (aka the Template Tag Format). Furthermore, the functionality previously provided byglint/environment-ember-loose(namely support for type-checking classic Ember components consisting of a .ts/.js file with .hbs template) has been entirely removed. If type-checking support for .hbs files is still a requirement, you may want to consider continuing to use an older version of Glint.Simplified Configuration
It is now no longer a requirement to specify a
"glint": { ... }configuration in yourtsconfig.jsonfiles; going forward, you need only specify the@glint/coreand@glint/templatedependencies (see above) in your package.json file.The only reason to continue specifying a
"glint"configuration object intsconfig.jsonis if you need to specify options that applied to the (now-absorbed / obsolete)@glint/environment-ember-template-importsenvironment, e.g."additionalGlobals", in which case you would move that configuration to the top-level "namespace", e.g.For the time being, Glint V2 will continue to support the old style of configuration to ease the transition to Glint V2, but app maintainers are encouraged to upgrade to the above style (or in many cases just completely remove the
"glint"config entirely) as soon as possible.🏠 Internal
Committers: 1
Configuration
📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.