Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 6, 2025

This PR contains the following updates:

Package Change Age Confidence
@glint/core ^2.0.0-alpha.4 -> ^2.0.0-alpha.12 age confidence

Release Notes

typed-ember/glint (@​glint/core)

v2.0.0-alpha.12

🐛 Bug Fix
  • @glint/core
    • #​828 volar-service-typescript dep - replace NPM tag with version number (@​bartocc)
🏠 Internal
  • @glint/core, @glint/template, @glint/tsserver-plugin, @glint/type-test
Committers: 2

v2.0.0-alpha.11

🐛 Bug Fix
Committers: 1

v2.0.0-alpha.10

🐛 Bug Fix
Committers: 1

v2.0.0-alpha.9

🐛 Bug Fix
Committers: 1

v2.0.0-alpha.8

🐛 Bug Fix
Committers: 2

v2.0.0-alpha.7

🚀 Enhancement
  • @glint/core, @glint/tsserver-plugin
🐛 Bug Fix
  • @glint/core, @glint/tsserver-plugin
Committers: 1

v2.0.0-alpha.6

🐛 Bug Fix
📝 Documentation
Committers: 1

v2.0.0-alpha.5

💥 Breaking Change
  • @glint/core, @glint/tsserver-plugin, @glint/type-test
    • #​939 Absorb @glint/environment-ember-template-imports into @glint/core (@​machty)
  • @glint/core, @glint/type-test
Simplified 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):

    "@​glint/core": "2.0.0-alpha.5",
    "@​glint/template": "1.6.0-alpha.2",

(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-imports and @glint/environment-ember-loose packages:

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-imports environment, which provides typechecking for .gts/.gjs files (aka the Template Tag Format). Furthermore, the functionality previously provided by glint/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 your tsconfig.json files; going forward, you need only specify the @glint/core and @glint/template dependencies (see above) in your package.json file.

The only reason to continue specifying a "glint" configuration object in tsconfig.json is if you need to specify options that applied to the (now-absorbed / obsolete) @glint/environment-ember-template-imports environment, e.g. "additionalGlobals", in which case you would move that configuration to the top-level "namespace", e.g.

{
  "compilerOptions": { ... },
  "glint": {
    "additionalGlobals": ["t"]
  }
}

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies internal Inner workings labels Sep 6, 2025
@renovate renovate bot force-pushed the renovate/glint-core-2.x branch 6 times, most recently from 3e853b0 to b006236 Compare September 9, 2025 18:04
@renovate renovate bot changed the title Update dependency @glint/core to ^2.0.0-alpha.5 Update dependency @glint/core to ^2.0.0-alpha.6 Sep 9, 2025
@renovate renovate bot force-pushed the renovate/glint-core-2.x branch from b006236 to f664756 Compare September 15, 2025 21:36
@renovate renovate bot changed the title Update dependency @glint/core to ^2.0.0-alpha.6 Update dependency @glint/core to ^2.0.0-alpha.7 Sep 15, 2025
@renovate renovate bot force-pushed the renovate/glint-core-2.x branch 7 times, most recently from 342d40a to 7cdb81a Compare September 22, 2025 13:56
@renovate renovate bot force-pushed the renovate/glint-core-2.x branch from 7cdb81a to c8f3520 Compare September 26, 2025 05:11
@renovate renovate bot changed the title Update dependency @glint/core to ^2.0.0-alpha.7 Update dependency @glint/core to ^2.0.0-alpha.8 Sep 26, 2025
@renovate renovate bot force-pushed the renovate/glint-core-2.x branch from c8f3520 to d00489d Compare September 27, 2025 01:56
@renovate renovate bot changed the title Update dependency @glint/core to ^2.0.0-alpha.8 Update dependency @glint/core to ^2.0.0-alpha.9 Sep 27, 2025
@renovate renovate bot force-pushed the renovate/glint-core-2.x branch from d00489d to 9f162e9 Compare September 27, 2025 09:07
@renovate renovate bot changed the title Update dependency @glint/core to ^2.0.0-alpha.9 Update dependency @glint/core to ^2.0.0-alpha.10 Sep 27, 2025
@renovate renovate bot force-pushed the renovate/glint-core-2.x branch 5 times, most recently from 8d465f1 to 0eab013 Compare September 29, 2025 14:16
@renovate renovate bot force-pushed the renovate/glint-core-2.x branch 8 times, most recently from 35b8a04 to c13c838 Compare October 20, 2025 21:51
@renovate renovate bot force-pushed the renovate/glint-core-2.x branch 5 times, most recently from 24e3191 to b1a0828 Compare October 29, 2025 02:40
@renovate renovate bot force-pushed the renovate/glint-core-2.x branch 8 times, most recently from 2526629 to f207c72 Compare November 17, 2025 23:53
@renovate renovate bot force-pushed the renovate/glint-core-2.x branch 7 times, most recently from 51b4026 to d5638ca Compare November 22, 2025 18:16
@renovate renovate bot force-pushed the renovate/glint-core-2.x branch from d5638ca to ab4fbf5 Compare November 22, 2025 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant