Skip to content

chore(deps): update dependency @astrojs/ts-plugin to v1.10.9#343

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/astrojs-ts-plugin-1.x-lockfile
Open

chore(deps): update dependency @astrojs/ts-plugin to v1.10.9#343
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/astrojs-ts-plugin-1.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 10, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/ts-plugin (source) 1.10.61.10.9 age adoption passing confidence

Release Notes

withastro/astro (@​astrojs/ts-plugin)

v1.10.9

Compare Source

Patch Changes

v1.10.8

Patch Changes

v1.10.7

Patch Changes

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.

🔕 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.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Mar 10, 2026

Deploying charlotte with  Cloudflare Pages  Cloudflare Pages

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

View logs

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Loading

@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 10, 2026

Deploy Preview for chuwublog ready!

Name Link
🔨 Latest commit 5754367
🔍 Latest deploy log https://app.netlify.com/projects/chuwublog/deploys/6a0b7edfe5a03e0008a308d8
😎 Deploy Preview https://deploy-preview-343--chuwublog.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 79
Accessibility: 97
Best Practices: 100
SEO: 99
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate Bot force-pushed the renovate/astrojs-ts-plugin-1.x-lockfile branch from b2ec0bb to 45aefab Compare April 1, 2026 20:13
@renovate renovate Bot force-pushed the renovate/astrojs-ts-plugin-1.x-lockfile branch from 45aefab to bb4a9d8 Compare May 12, 2026 10:12
@renovate renovate Bot changed the title chore(deps): update dependency @astrojs/ts-plugin to v1.10.7 chore(deps): update dependency @astrojs/ts-plugin to v1.10.8 May 13, 2026
@renovate renovate Bot force-pushed the renovate/astrojs-ts-plugin-1.x-lockfile branch 2 times, most recently from cf1bbf6 to 178b931 Compare May 18, 2026 12:47
@renovate renovate Bot force-pushed the renovate/astrojs-ts-plugin-1.x-lockfile branch from 178b931 to 5754367 Compare May 18, 2026 21:04
@renovate renovate Bot changed the title chore(deps): update dependency @astrojs/ts-plugin to v1.10.8 chore(deps): update dependency @astrojs/ts-plugin to v1.10.9 May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants