chore(deps): update dependency @astrojs/compiler to v3#8023
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update dependency @astrojs/compiler to v3#8023renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
|
Contributor
💻 Website PreviewThe latest changes are available as preview in: https://pr-8023.graphql-tools.pages.dev |
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:
2.13.1→3.0.0Release Notes
withastro/compiler (@astrojs/compiler)
v3.0.0Compare Source
Major Changes
c05e16e: Removes the first argument of$$result.createAstro()$$result.createAstro()does not accept anAstroGlobalPartialas the first argument anymore:c05e16e: RemovesrenderScriptfromTransformOptions. It is now the default and only behaviorc05e16e: RemovesexperimentalScriptOrderfromTransformOptions. It is now the default and only behaviorPatch Changes
811e90f: Fixes an issue whereserver:deferwas treated like a transition directive, causing ViewTransitions CSS to be included even when notransition:*directives were used.755f046: Fixes a CSS scoping regression where selectors using the nesting selector (&) with pseudo-classes or pseudo-elements (e.g.&:last-of-type,&::before) inside:global()contexts would incorrectly receive a duplicate scope attribute.f89451a: Fixed an issue where explicit<html>and<head>tags were removed from output when a JSX comment appeared between DOCTYPE and the<html>tag.8275bdd: Fixes a bug where trailing whitespaces were preserved before<style>tags after transformation, in certain cases. Now trailing whitespaces are correctly removed.56ef0ca: Fixes TSX output to transform top-level returns into throws in order to avoid downstream TypeScript parsing issuese329d20: Fix slot attribute stripped inside expression02de370: fixed a bug where the Astro compiler incorrectly handled the 'as' property name in Props interfaces.This allows Astro components to use 'as' as a prop name (common pattern for polymorphic components) without breaking TypeScript type inference. The Props type is now correctly preserved when destructuring objects with an 'as'
property.
615eb21: Fix CSS nesting so nested selectors without an ampersand are parsed and scoped correctly.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.