chore(deps): update dependency @astrojs/ts-plugin to v1.10.9#343
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @astrojs/ts-plugin to v1.10.9#343renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Deploying charlotte with
|
| Latest commit: |
5754367
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://08cfce7c.charlotte-e3z.pages.dev |
| Branch Preview URL: | https://renovate-astrojs-ts-plugin-1.charlotte-e3z.pages.dev |
There was a problem hiding this comment.
No issues found across 1 file
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Architecture diagram
sequenceDiagram
participant IDE as IDE (VS Code / LSP)
participant TSS as TypeScript Server
participant Plugin as @astrojs/ts-plugin (v1.10.7)
participant Compiler as @astrojs/compiler
participant Y2TS as CHANGED: @astrojs/yaml2ts (v0.2.3)
Note over IDE, Y2TS: Type Checking & IntelliSense Flow
IDE->>TSS: Request Hover/Diagnostics (.astro or .yaml)
TSS->>Plugin: Delegate for Astro-specific syntax
alt File is .astro
Plugin->>Compiler: Parse Astro SFC
Compiler-->>Plugin: Return Template/Script Map
else File is .yaml (Content Collections)
Plugin->>Y2TS: CHANGED: Convert YAML to TS definitions
Y2TS-->>Plugin: Return inferred types
end
Plugin->>Plugin: Map Astro/YAML offsets to TS offsets
Plugin-->>TSS: Return Virtual TS code/mapping
TSS-->>IDE: Display Types, Errors, and Autocomplete
✅ Deploy Preview for chuwublog ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
b2ec0bb to
45aefab
Compare
45aefab to
bb4a9d8
Compare
cf1bbf6 to
178b931
Compare
178b931 to
5754367
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
1.10.6→1.10.9Release Notes
withastro/astro (@astrojs/ts-plugin)
v1.10.9Compare Source
Patch Changes
#16661
03b8f7fThanks @ocavue! - Updatestypescriptto v6. No changes are needed from users.Updated dependencies [
03b8f7f]:v1.10.8Patch Changes
04fdbb2Thanks @delucis! - Drops support for versions of VS Code below 1.101.0 [May 2025]v1.10.7Patch Changes
#15820
e20474bThanks @Princesseuh! - Fixes broken publishUpdated dependencies [
e20474b]:Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.