feat: support tracking Astro files - #1009
Draft
sushichan044 wants to merge 7 commits into
Draft
Conversation
|
sushichan044
force-pushed
the
feat-support-processing-astro-files
branch
from
October 28, 2025 05:35
4a49403 to
ebb649f
Compare
Contributor
Author
|
TODO: refine test case and push |
|
Contributor
Author
|
TODO: handle ReDoS |
sverweij
force-pushed
the
main
branch
5 times, most recently
from
March 2, 2026 19:04
556ba8c to
9df765d
Compare
sverweij
force-pushed
the
main
branch
2 times, most recently
from
March 26, 2026 19:29
0496c7d to
e401673
Compare
sverweij
force-pushed
the
main
branch
3 times, most recently
from
May 15, 2026 19:43
aa4ffac to
d4dad0e
Compare
Contributor
Author
|
Sorry, the behavior of the Astro Go Compiler was difficult, and I had stopped working on the PR. Depending on the API of the new Rust compiler, it might be possible to support it simply without the hacks that were necessary for the Go compiler, so I will give it a try. |
Up'em just updated these outdated dependencies in package.json: @swc/core 1.15.40 -> 1.15.41 devDependencies (policy: latest) @types/node 25.9.1 -> 25.9.3 devDependencies (policy: latest) @typescript-eslint/eslint-plugin 8.60.0 -> 8.61.0 devDependencies (policy: latest) @typescript-eslint/parser 8.60.0 -> 8.61.0 devDependencies (policy: latest) @vue/compiler-sfc 3.5.35 -> 3.5.38 devDependencies (policy: latest) acorn 8.16.0 -> 8.17.0 dependencies (policy: latest) clean-pkg-json 1.4.2 -> 2.0.0 devDependencies (policy: latest) enhanced-resolve 5.22.1 -> 5.24.0 dependencies (policy: latest) esbuild 0.28.0 -> 0.28.1 devDependencies (policy: latest) eslint-plugin-security 4.0.0 -> 4.0.1 devDependencies (policy: latest) lint-staged 17.0.5 -> 17.0.7 devDependencies (policy: latest) npm-run-all2 9.0.1 -> 9.0.2 devDependencies (policy: latest) prettier 3.8.3 -> 3.8.4 devDependencies (policy: latest) semver 7.8.1 -> 7.8.4 dependencies (policy: latest) svelte 5.55.10 -> 5.56.3 devDependencies (policy: latest) Up'em found these packages were outdated, but did not update them because of policies: @eslint/js 9.39.4 devDependencies (policy: wanted) eslint 9.39.4 devDependencies (policy: wanted) eslint-plugin-budapestian 6.0.0 devDependencies (policy: wanted) eslint-plugin-mocha 10.5.0 devDependencies (policy: wanted) eslint-plugin-n 17.24.0 devDependencies (policy: wanted) eslint-plugin-unicorn 56.0.1 devDependencies (policy: wanted) symlink-dir 7.1.0 devDependencies (policy: wanted) Also closes a security alert because of the package lock refresh
sushichan044
force-pushed
the
feat-support-processing-astro-files
branch
from
June 22, 2026 07:09
7296a1d to
54917b1
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.





Caution
Still WIP. not tested yet
Description
closes #1007
Motivation and Context
How Has This Been Tested?
Screenshots
Types of changes
Checklist
📖
⚖️