build(deps): bump astro from 6.3.6 to 6.3.8#203
Merged
Conversation
Greptile SummaryRoutine automated dependency bump of
Confidence Score: 5/5Safe to merge — this is a patch-only bump with no breaking changes, only bug fixes. Both changed files are consistent with each other: package.json updates the version constraint and package-lock.json resolves it to the matching tarball with a valid integrity hash. The two patch releases contain only bug fixes (no API changes), and the lockfile shows no other dependency was touched. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[dependabot PR] --> B[packages/web/package.json\nastro ^6.3.6 → ^6.3.8]
B --> C[package-lock.json\nresolved: astro-6.3.8.tgz\nintegrity hash updated]
C --> D[astro 6.3.7 fixes\n- Node adapter Buffer body handling\n- vite.build client options\n- MDX custom element renderer\n- % in dynamic route URLs\n- astro:i18n client script import]
C --> E[astro 6.3.8 fixes\n- Vercel skew protection 404s\n- Dynamic→static redirect errors\n- Scoped styles in MDX named slots\n- Svelte CSS in prod builds\n- SSR route-cache false-positive warning]
Reviews (5): Last reviewed commit: "build(deps): bump astro from 6.3.6 to 6...." | Re-trigger Greptile |
289455b to
e3bed94
Compare
e3bed94 to
ea8d93d
Compare
ea8d93d to
81d4559
Compare
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.3.6 to 6.3.8. - [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@6.3.8/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.3.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
81d4559 to
4803a3a
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.
Bumps astro from 6.3.6 to 6.3.8.
Release notes
Sourced from astro's releases.
Changelog
Sourced from astro's changelog.
Commits
1e49163[ci] release (#16832)2f3bbf1refactor: move integration tests to unit tests (#16866)4591fb0[ci] format334ce13fix(core): includemodin SSR route-cache entry to silence false-positive w...3df6a45Fix missing CSS for conditionally rendered Svelte components (#16823)221bb4bfix(core): cache resolved actions in base pipeline (#16859)4f5a9a8chore: remove fixtures and move slot tests to unit (#16773)b22af11fix(docs): update InvalidRedirectDestination error message (#16840)e542226[ci] formatb7d1758fix(render): propagate styles through Fragment named slots (#16181) (#16702)