Skip to content

Update dependency astro to v5.13.2 #1937

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@types/eslint__js": "^8.42.3",
"@types/node": "22.17.2",
"@types/ramda": "0.31.0",
"astro": "5.13.0",
"astro": "5.13.2",
"dotenv": "17.2.1",
"eslint": "^9.12.0",
"eslint-config-prettier": "10.1.8",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ __metadata:
languageName: node
linkType: hard

"@astrojs/internal-helpers@npm:0.7.1":
version: 0.7.1
resolution: "@astrojs/internal-helpers@npm:0.7.1"
checksum: 10c0/f14fa470d16b04d968f3d63826b158ed981befdb899d296f62e1d3d2b5d3ab164bfa60ceea97c072beb39ff5c7df5e054234d1a3af9a0f42df10780d50655f95
"@astrojs/internal-helpers@npm:0.7.2":
version: 0.7.2
resolution: "@astrojs/internal-helpers@npm:0.7.2"
checksum: 10c0/c80f7d28f7b241b64f6542df68767b62e33d5637c4b23e8b7edcc9c6e3d5d3169b572e7da4d8eb5536939c34f8be0225923c8be6c52290551d74ca7c1dcbc4cc
languageName: node
linkType: hard

Expand Down Expand Up @@ -115,11 +115,11 @@ __metadata:
languageName: node
linkType: hard

"@astrojs/markdown-remark@npm:6.3.5":
version: 6.3.5
resolution: "@astrojs/markdown-remark@npm:6.3.5"
"@astrojs/markdown-remark@npm:6.3.6":
version: 6.3.6
resolution: "@astrojs/markdown-remark@npm:6.3.6"
dependencies:
"@astrojs/internal-helpers": "npm:0.7.1"
"@astrojs/internal-helpers": "npm:0.7.2"
"@astrojs/prism": "npm:3.3.0"
github-slugger: "npm:^2.0.0"
hast-util-from-html: "npm:^2.0.3"
Expand All @@ -140,7 +140,7 @@ __metadata:
unist-util-visit: "npm:^5.0.0"
unist-util-visit-parents: "npm:^6.0.1"
vfile: "npm:^6.0.3"
checksum: 10c0/ab559b3d13068ad0aeacf04cdfe8c76544dd3d5a857252406c20c541bb9288e5351f146cf4884b471101b52492947b8559525f8b9502b607714cd191b83325cf
checksum: 10c0/9a55458aa15f778e1522abd574b048b084652269963d47e9ace8fa2e1b63d026efc1468d48f2936dae3cee387b56be3eba3abf388f162adb9e9b08ce1d9b1ddd
languageName: node
linkType: hard

Expand Down Expand Up @@ -1084,7 +1084,7 @@ __metadata:
"@types/eslint__js": "npm:^8.42.3"
"@types/node": "npm:22.17.2"
"@types/ramda": "npm:0.31.0"
astro: "npm:5.13.0"
astro: "npm:5.13.2"
bignumber.js: "npm:9.3.1"
dotenv: "npm:17.2.1"
eslint: "npm:^9.12.0"
Expand Down Expand Up @@ -4591,13 +4591,13 @@ __metadata:
languageName: node
linkType: hard

"astro@npm:5.13.0":
version: 5.13.0
resolution: "astro@npm:5.13.0"
"astro@npm:5.13.2":
version: 5.13.2
resolution: "astro@npm:5.13.2"
dependencies:
"@astrojs/compiler": "npm:^2.12.2"
"@astrojs/internal-helpers": "npm:0.7.1"
"@astrojs/markdown-remark": "npm:6.3.5"
"@astrojs/internal-helpers": "npm:0.7.2"
"@astrojs/markdown-remark": "npm:6.3.6"
"@astrojs/telemetry": "npm:3.3.0"
"@capsizecss/unpack": "npm:^2.4.0"
"@oslojs/encoding": "npm:^1.1.0"
Expand Down Expand Up @@ -4663,7 +4663,7 @@ __metadata:
optional: true
bin:
astro: astro.js
checksum: 10c0/431736e9e6209d34325aca15ab79a33dbb20092fb075b23f9c259893f0996f954409ac0349921002338798830a84ade659534f77c7484f198e299a1a700a1a1b
checksum: 10c0/b5b8df9e55bd4e6d564c69e4cac51fd101968480c5fb24447c6a16c3183c780f17f87271b3ff721963d08d0133b22b0c61b8dded8d5117b24f2a1adae89780c0
languageName: node
linkType: hard

Expand Down
Loading