Skip to content

chore(deps): update dependency @astrojs/check to v0.9.9#340

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

chore(deps): update dependency @astrojs/check to v0.9.9#340
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/astrojs-check-0.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/check (source) 0.9.60.9.9 age adoption passing confidence

Release Notes

withastro/astro (@​astrojs/check)

v0.9.9

Compare Source

Patch Changes

v0.9.8

Compare Source

Patch Changes

v0.9.7

Compare Source

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: 16b5d0d
Status: ✅  Deploy successful!
Preview URL: https://2cdfed48.charlotte-e3z.pages.dev
Branch Preview URL: https://renovate-astrojs-check-0-x-l.charlotte-e3z.pages.dev

View logs

@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 10, 2026

Deploy Preview for chuwublog ready!

Name Link
🔨 Latest commit 16b5d0d
🔍 Latest deploy log https://app.netlify.com/projects/chuwublog/deploys/6a02fcdaabb65500086958f5
😎 Deploy Preview https://deploy-preview-340--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: 78
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.

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 User as Developer / CI Environment
    participant CLI as CHANGED: @astrojs/check v0.9.7
    participant LS as NEW: @astrojs/language-server v2.16.1
    participant Project as Local Files (.astro, tsconfig)
    participant TS as TypeScript Engine

    Note over User, Project: Dev-time Type Checking Flow

    User->>CLI: Run "astro-check"
    CLI->>Project: Load project configuration
    Project-->>CLI: astro.config.mjs & tsconfig.json
    
    CLI->>LS: Initialize Language Server instance
    LS->>Project: Scan source directory
    Project-->>LS: Retrieve .astro and .ts files
    
    loop For each file
        LS->>TS: Request type diagnostics
        TS-->>LS: Return errors/warnings
    end
    
    LS-->>CLI: Aggregate diagnostic report
    CLI->>User: Output results to stdout/stderr
    
    alt Errors found
        CLI-->>User: Exit Code 1
    else No errors
        CLI-->>User: Exit Code 0
    end
Loading

@renovate renovate Bot changed the title chore(deps): update dependency @astrojs/check to v0.9.7 chore(deps): update dependency @astrojs/check to v0.9.8 Mar 16, 2026
@renovate renovate Bot force-pushed the renovate/astrojs-check-0.x-lockfile branch from 02fab7a to 4a0b110 Compare March 16, 2026 16:58
@renovate renovate Bot force-pushed the renovate/astrojs-check-0.x-lockfile branch 2 times, most recently from 07d75c4 to d339f8c Compare April 8, 2026 18:11
@renovate renovate Bot changed the title chore(deps): update dependency @astrojs/check to v0.9.8 chore(deps): update dependency @astrojs/check to v0.9.9 Apr 28, 2026
@renovate renovate Bot force-pushed the renovate/astrojs-check-0.x-lockfile branch from d339f8c to 2310765 Compare April 28, 2026 14:51
@renovate renovate Bot force-pushed the renovate/astrojs-check-0.x-lockfile branch from 2310765 to 16b5d0d Compare May 12, 2026 10:11
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