Skip to content

Commit

Permalink
Bump astro from 4.15.12 to 4.16.3
Browse files Browse the repository at this point in the history
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.15.12 to 4.16.3.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@4.16.3/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 4a2be20 commit 154aa4c
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 76 deletions.
79 changes: 28 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@astrojs/react": "^1.2.0",
"@astrojs/tailwind": "^1.0.1",
"@playwright/test": "^1.48.0",
"astro": "^4.15.12",
"astro": "^4.16.3",
"playwright": "^1.47.1"
}
}
67 changes: 43 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,29 +197,29 @@
resolved "https://registry.yarnpkg.com/@astrojs/internal-helpers/-/internal-helpers-0.4.1.tgz#ceb5de49346dbdbfb6cba1b683c07fef7df56e1c"
integrity sha512-bMf9jFihO8YP940uD70SI/RDzIhUHJAolWVcO1v5PUivxGKvfLZTLTVVxEYzGYyPsA3ivdLNqMnL5VgmQySa+g==

"@astrojs/markdown-remark@5.2.0":
version "5.2.0"
resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-5.2.0.tgz#15955e22b74256ed0f1c2b6e98ebcc277b1abe19"
integrity sha512-vWGM24KZXz11jR3JO+oqYU3T2qpuOi4uGivJ9SQLCAI01+vEkHC60YJMRvHPc+hwd60F7euNs1PeOEixIIiNQw==
"@astrojs/markdown-remark@5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-5.3.0.tgz#fd1f8874f2bd1e2c33a7447d069fc75005b677f2"
integrity sha512-r0Ikqr0e6ozPb5bvhup1qdWnSPUvQu6tub4ZLYaKyG50BXZ0ej6FhGz3GpChKpH7kglRFPObJd/bDyf2VM9pkg==
dependencies:
"@astrojs/prism" "3.1.0"
github-slugger "^2.0.0"
hast-util-from-html "^2.0.1"
hast-util-from-html "^2.0.3"
hast-util-to-text "^4.0.2"
import-meta-resolve "^4.1.0"
mdast-util-definitions "^6.0.0"
rehype-raw "^7.0.0"
rehype-stringify "^10.0.0"
rehype-stringify "^10.0.1"
remark-gfm "^4.0.0"
remark-parse "^11.0.0"
remark-rehype "^11.1.0"
remark-rehype "^11.1.1"
remark-smartypants "^3.0.2"
shiki "^1.10.3"
shiki "^1.22.0"
unified "^11.0.5"
unist-util-remove-position "^5.0.0"
unist-util-visit "^5.0.0"
unist-util-visit-parents "^6.0.1"
vfile "^6.0.2"
vfile "^6.0.3"

"@astrojs/preact@^3.5.3":
version "3.5.3"
Expand Down Expand Up @@ -1731,14 +1731,14 @@ array-iterate@^2.0.0:
resolved "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz"
integrity sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==

astro@^4.15.12:
version "4.15.12"
resolved "https://registry.yarnpkg.com/astro/-/astro-4.15.12.tgz#2757efd36b913294368c8e05e45db2fe8e0d6537"
integrity sha512-PojmALAzwafLUD//hqKD4/+1Fj03Aa2VQY/rztCg6DUMgHLpo3TFV3ob1++kay91z/MdNWR+IGITcXhxAXhiTg==
astro@^4.16.3:
version "4.16.3"
resolved "https://registry.yarnpkg.com/astro/-/astro-4.16.3.tgz#66dfd9130770d4098d2bf8c88488861542554bf0"
integrity sha512-0IrnbCUprAyfeZ8Au/d/d0ssrYGMAZOZ1K3fX7GxI0OwUhkA9bSex0+ywiyVNiVZE5uRlTKRSkvLNKYQWdtHqw==
dependencies:
"@astrojs/compiler" "^2.10.3"
"@astrojs/internal-helpers" "0.4.1"
"@astrojs/markdown-remark" "5.2.0"
"@astrojs/markdown-remark" "5.3.0"
"@astrojs/telemetry" "3.1.0"
"@babel/core" "^7.25.7"
"@babel/plugin-transform-react-jsx" "^7.25.7"
Expand Down Expand Up @@ -1766,7 +1766,6 @@ astro@^4.15.12:
esbuild "^0.21.5"
estree-walker "^3.0.3"
fast-glob "^3.3.2"
fastq "^1.17.1"
flattie "^1.1.1"
github-slugger "^2.0.0"
gray-matter "^4.0.3"
Expand All @@ -1787,7 +1786,6 @@ astro@^4.15.12:
rehype "^13.0.2"
semver "^7.6.3"
shiki "^1.22.0"
string-width "^7.2.0"
tinyexec "^0.3.0"
tsconfck "^3.1.3"
unist-util-visit "^5.0.0"
Expand Down Expand Up @@ -2395,7 +2393,7 @@ fast-glob@^3.3.0, fast-glob@^3.3.2:
merge2 "^1.3.0"
micromatch "^4.0.4"

fastq@^1.17.1, fastq@^1.6.0:
fastq@^1.6.0:
version "1.17.1"
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.17.1.tgz#2a523f07a4e7b1e81a42b91b8bf2254107753b47"
integrity sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==
Expand Down Expand Up @@ -2549,7 +2547,7 @@ hasown@^2.0.0:
dependencies:
function-bind "^1.1.2"

hast-util-from-html@^2.0.0, hast-util-from-html@^2.0.1:
hast-util-from-html@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/hast-util-from-html/-/hast-util-from-html-2.0.1.tgz#9cd38ee81bf40b2607368b92a04b0905fa987488"
integrity sha512-RXQBLMl9kjKVNkJTIO6bZyb2n+cUH8LFaSSzo82jiLT6Tfc+Pt7VQCS+/h3YwG4jaNE2TA2sdJisGWR+aJrp0g==
Expand All @@ -2561,6 +2559,18 @@ hast-util-from-html@^2.0.0, hast-util-from-html@^2.0.1:
vfile "^6.0.0"
vfile-message "^4.0.0"

hast-util-from-html@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz#485c74785358beb80c4ba6346299311ac4c49c82"
integrity sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==
dependencies:
"@types/hast" "^3.0.0"
devlop "^1.1.0"
hast-util-from-parse5 "^8.0.0"
parse5 "^7.0.0"
vfile "^6.0.0"
vfile-message "^4.0.0"

hast-util-from-parse5@^8.0.0:
version "8.0.1"
resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-8.0.1.tgz#654a5676a41211e14ee80d1b1758c399a0327651"
Expand Down Expand Up @@ -3928,6 +3938,15 @@ rehype-stringify@^10.0.0:
hast-util-to-html "^9.0.0"
unified "^11.0.0"

rehype-stringify@^10.0.1:
version "10.0.1"
resolved "https://registry.yarnpkg.com/rehype-stringify/-/rehype-stringify-10.0.1.tgz#2ec1ebc56c6aba07905d3b4470bdf0f684f30b75"
integrity sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==
dependencies:
"@types/hast" "^3.0.0"
hast-util-to-html "^9.0.0"
unified "^11.0.0"

rehype@^13.0.2:
version "13.0.2"
resolved "https://registry.yarnpkg.com/rehype/-/rehype-13.0.2.tgz#ab0b3ac26573d7b265a0099feffad450e4cf1952"
Expand Down Expand Up @@ -3960,10 +3979,10 @@ remark-parse@^11.0.0:
micromark-util-types "^2.0.0"
unified "^11.0.0"

remark-rehype@^11.1.0:
version "11.1.0"
resolved "https://registry.yarnpkg.com/remark-rehype/-/remark-rehype-11.1.0.tgz#d5f264f42bcbd4d300f030975609d01a1697ccdc"
integrity sha512-z3tJrAs2kIs1AqIIy6pzHmAHlF1hWQ+OdY4/hv+Wxe35EhyLKcajL33iUEn3ScxtFox9nUvRufR/Zre8Q08H/g==
remark-rehype@^11.1.1:
version "11.1.1"
resolved "https://registry.yarnpkg.com/remark-rehype/-/remark-rehype-11.1.1.tgz#f864dd2947889a11997c0a2667cd6b38f685bca7"
integrity sha512-g/osARvjkBXb6Wo0XvAeXQohVta8i84ACbenPpoSsxTOQH/Ae0/RGP4WZgnMH5pMLpsj4FG7OHmcIcXxpza8eQ==
dependencies:
"@types/hast" "^3.0.0"
"@types/mdast" "^4.0.0"
Expand Down Expand Up @@ -4166,7 +4185,7 @@ shebang-regex@^3.0.0:
resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz"
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==

shiki@^1.10.3, shiki@^1.22.0:
shiki@^1.22.0:
version "1.22.0"
resolved "https://registry.yarnpkg.com/shiki/-/shiki-1.22.0.tgz#45d1dfff0e03a598af70e2ec8592f14ef07827b4"
integrity sha512-/t5LlhNs+UOKQCYBtl5ZsH/Vclz73GIqT2yQsCBygr8L/ppTdmpL4w3kPLoZJbMKVWtoG77Ue1feOjZfDxvMkw==
Expand Down Expand Up @@ -4587,7 +4606,7 @@ vfile-message@^4.0.0:
"@types/unist" "^3.0.0"
unist-util-stringify-position "^4.0.0"

vfile@^6.0.0, vfile@^6.0.2, vfile@^6.0.3:
vfile@^6.0.0, vfile@^6.0.3:
version "6.0.3"
resolved "https://registry.yarnpkg.com/vfile/-/vfile-6.0.3.tgz#3652ab1c496531852bf55a6bac57af981ebc38ab"
integrity sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==
Expand Down

0 comments on commit 154aa4c

Please sign in to comment.