Skip to content

Comments

Bump @glint/tsserver-plugin from 2.0.0-alpha.3 to 2.0.0-alpha.6#424

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/glint/tsserver-plugin-2.0.0-alpha.6
Closed

Bump @glint/tsserver-plugin from 2.0.0-alpha.3 to 2.0.0-alpha.6#424
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/glint/tsserver-plugin-2.0.0-alpha.6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 10, 2025

Bumps @glint/tsserver-plugin from 2.0.0-alpha.3 to 2.0.0-alpha.6.

Release notes

Sourced from @​glint/tsserver-plugin's releases.

v2.0.0-alpha.6-@​glint/core

Release (2025-09-09)

  • @​glint/core 2.0.0-alpha.6 (patch)
  • @​glint/tsserver-plugin 2.0.0-alpha.6 (patch)

🐛 Bug Fix

  • @glint/core

📝 Documentation

Committers: 1

v2.0.0-alpha.5-@​glint/core

Release (2025-09-02)

  • @​glint/core 2.0.0-alpha.5 (major)
  • @​glint/tsserver-plugin 2.0.0-alpha.5 (major)
  • @​glint/type-test 2.0.0-alpha.4 (major)
  • VSCode extension 1.4.17 (pre-release)

💥 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
    • #933 Remove ember-loose environment + handlebars support (@​machty)
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.

v2.0.0-alpha.4-@​glint/core

Release (2025-08-13)

  • @​glint/core 2.0.0-alpha.4 (minor)
  • @​glint/tsserver-plugin 2.0.0-alpha.4 (minor)

... (truncated)

Changelog

Sourced from @​glint/tsserver-plugin's changelog.

Changelog

Release (2025-09-09)

  • @​glint/core 2.0.0-alpha.6 (patch)
  • @​glint/tsserver-plugin 2.0.0-alpha.6 (patch)

🐛 Bug Fix

  • @glint/core

📝 Documentation

Committers: 1

Release (2025-09-02)

  • @​glint/core 2.0.0-alpha.5 (major)
  • @​glint/tsserver-plugin 2.0.0-alpha.5 (major)
  • @​glint/type-test 2.0.0-alpha.4 (major)
  • VSCode extension 1.4.17 (pre-release)

💥 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
    • #933 Remove ember-loose environment + handlebars support (@​machty)
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.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@glint/tsserver-plugin](https://github.com/typed-ember/glint) from 2.0.0-alpha.3 to 2.0.0-alpha.6.
- [Release notes](https://github.com/typed-ember/glint/releases)
- [Changelog](https://github.com/typed-ember/glint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/typed-ember/glint/commits)

---
updated-dependencies:
- dependency-name: "@glint/tsserver-plugin"
  dependency-version: 2.0.0-alpha.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 10, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2025

Superseded by #428.

@dependabot dependabot bot closed this Sep 16, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/glint/tsserver-plugin-2.0.0-alpha.6 branch September 16, 2025 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants