Conversation
🦋 Changeset detectedLatest commit: 10f57e6 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Just FYI, |
Ah thanks for the heads up. Do you think that means we should restore the v5-only peer dependency for the Svelte integration in that case? |
|
Keeping |
|
OK — I’ll send a PR removing the Svelte change then! |
|
Done in #16472 |
|
I'm a bit confused. Astro itself doesn't support TS6. |
Astro works perfectly with TS6! Some of its dependencies haven't yet updated their |
|
Oh great, good to know. Do you happen to also know if work on supporting TS7 has started? Astro 7 beta maybe? Thanks |
|
I don't see any issues running my Astro project with TS7 beta (AKA |
|
But Astro will be using TS6 internally though? |
Yes. You would likely need to have both TS6 and TS7 installed in your node_modules until at least TS v7.1 is released.
|
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@astrojs/check](https://github.com/withastro/astro/tree/main/packages/language-tools/astro-check) ([source](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/astro-check)) | [`0.9.8` → `0.9.9`](https://renovatebot.com/diffs/npm/@astrojs%2fcheck/0.9.8/0.9.9) |  |  | | [astro](https://astro.build) ([source](https://github.com/withastro/astro/tree/HEAD/packages/astro)) | [`6.1.9` → `6.1.10`](https://renovatebot.com/diffs/npm/astro/6.1.9/6.1.10) |  |  | --- ### Release Notes <details> <summary>withastro/astro (@​astrojs/check)</summary> ### [`v0.9.9`](https://github.com/withastro/astro/blob/HEAD/packages/language-tools/astro-check/CHANGELOG.md#099) [Compare Source](https://github.com/withastro/astro/compare/@astrojs/check@0.9.8...@astrojs/check@0.9.9) ##### Patch Changes - [#​16471](withastro/astro#16471) [`f56bb3f`](withastro/astro@f56bb3f) Thanks [@​delucis](https://github.com/delucis)! - Adds support for TypeScript v6 to peer dependencies range - Updated dependencies \[[`8c62159`](withastro/astro@8c62159)]: - [@​astrojs/language-server](https://github.com/astrojs/language-server)@​2.16.7 </details> <details> <summary>withastro/astro (astro)</summary> ### [`v6.1.10`](https://github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#6110) [Compare Source](https://github.com/withastro/astro/compare/astro@6.1.9...astro@6.1.10) ##### Patch Changes - [#​16479](withastro/astro#16479) [`1058428`](withastro/astro@1058428) Thanks [@​matthewp](https://github.com/matthewp)! - Fixes a spurious `[WARN] [content] Content config not loaded` warning during `astro dev` for projects that don't use content collections - [#​16457](withastro/astro#16457) [`3d82220`](withastro/astro@3d82220) Thanks [@​matthewp](https://github.com/matthewp)! - Hardens server island encryption to prevent encrypted data from one island component being replayed against a different one - [#​16481](withastro/astro#16481) [`152700e`](withastro/astro@152700e) Thanks [@​matthewp](https://github.com/matthewp)! - Fixes a spurious 404 request for a dev toolbar sourcemap during `astro dev` caused by the browser mis-resolving a relative `sourceMappingURL` from the `/@​id/` URL prefix - [#​16480](withastro/astro#16480) [`1bcb43b`](withastro/astro@1bcb43b) Thanks [@​matthewp](https://github.com/matthewp)! - Fixes an unnecessary full page reload on first navigation during dev </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDEuNiIsInVwZGF0ZWRJblZlciI6IjQzLjE0MS42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Changes
@astrojs/checkand@astrojs/svelteuse TypeScript as a peer dependencyTesting
Existing tests should pass
Docs
n/a