chore(deps): update dependency @astrojs/check to v0.9.9#340
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @astrojs/check to v0.9.9#340renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Deploying charlotte with
|
| 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 |
✅ Deploy Preview for chuwublog ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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 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
02fab7a to
4a0b110
Compare
07d75c4 to
d339f8c
Compare
d339f8c to
2310765
Compare
2310765 to
16b5d0d
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:
0.9.6→0.9.9Release Notes
withastro/astro (@astrojs/check)
v0.9.9Compare Source
Patch Changes
#16471
f56bb3fThanks @delucis! - Adds support for TypeScript v6 to peer dependencies rangeUpdated dependencies [
8c62159]:v0.9.8Compare Source
Patch Changes
#15892
a2f597dThanks @Princesseuh! - Fixes Astro not being able to find astro check sometimesUpdated dependencies [
7b4b254]:v0.9.7Compare Source
Patch Changes
#15187
bbb5811Thanks @matthewp! - Update to Astro 6 beta#15198
55107a1Thanks @HiDeoo! - Updates to Astro 6 betaUpdated dependencies [
bbb5811,df6d2d7]: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.