Conversation
* feat: expose Sharp encoder config options for image generation * simplify types * Update .changeset/calm-coats-approve.md Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com> * docs: add @default undefined to encoder option JSDoc blocks * Update packages/astro/src/types/public/config.ts Co-authored-by: Armand Philippot <git@armand.philippot.eu> * Update packages/astro/src/types/public/config.ts Co-authored-by: Armand Philippot <git@armand.philippot.eu> * Update packages/astro/src/types/public/config.ts Co-authored-by: Armand Philippot <git@armand.philippot.eu> * Update packages/astro/src/types/public/config.ts Co-authored-by: Armand Philippot <git@armand.philippot.eu> --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@matthewphillips.info> Co-authored-by: Armand Philippot <git@armand.philippot.eu>
* feat(markdown/remark): Smartypants config * feat(astro): Smartypants config * test: add e2e Smartypants config tests * docs: add changesets * docs: update public Astro config types docs this file is used to autogenerate the configuration reference documentation * fix: unused import * feat: change docs version * feat: set since version in config to 6.1.0 * fix: adapt default type definition * refactor: use retext-smartypants options * fix: remove export of Smartypants type from astro core * fix: reexport Smartypants type but lintignore it * Update packages/astro/src/types/public/config.ts Co-authored-by: Armand Philippot <git@armand.philippot.eu> --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> Co-authored-by: Armand Philippot <git@armand.philippot.eu>
Guard the buildStart hook in vite-plugin-scripts to skip this.emitFile() when Vite is running in serve mode. emitFile() is a Rollup build-time API that Vite stubs out during dev, producing a spurious warning: [WARN] [vite] [plugin:astro:scripts] context method emitFile() is not supported in serve mode. The fix captures the Vite command via the config hook and returns early from buildStart when command === 'serve'. Fixes #16026 Fixes #15975
…re adapter (#16062) * Warn on Vite 8 in dev, add vite override when adding Cloudflare adapter * add changeset * Fix type error: warnIfVite8 root param accepts URL | string
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )