build(deps): bump astro from 6.3.3 to 6.3.4 in the astro group
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(about 1 month ago)
(about 1 month ago)
(about 1 month ago)
dependencies javascript
Bumps the astro group with 1 update: astro.
Updates astro from 6.3.3 to 6.3.4
Release notes
Sourced from astro's releases.
astro@6.3.4
Patch Changes
#16723
0f10bfeThanks@matthewp! - AddsfetchFileoption toexperimental.advancedRoutingto customize or disable the entrypoint fileexport default defineConfig({ experimental: { advancedRouting: { fetchFile: 'fetch.ts', }, }, });#16723
0f10bfeThanks@matthewp! - Fixes Honocache()middleware to follow the standard wrapper pattern#16723
0f10bfeThanks@matthewp! - AddsApp.Providersinterface for typing custom context providers onAstroandctxdeclare namespace App { interface Providers { oauth: import('./lib/oauth').OAuthSession; } }#16723
0f10bfeThanks@matthewp! - AddsFetchState.responseproperty, set automatically afterpages()ormiddleware()completesconst response = await middleware(state, (s) => pages(s)); console.log(state.response === response); // true#16723
0f10bfeThanks@matthewp! - AddsFetchabletype export for typing the advanced routing entrypointimport type { Fetchable } from 'astro';export default { async fetch(request) { return new Response('ok'); }, } satisfies Fetchable;
#16572
4a5a077Thanks@DORI2001! - Suppresses[WARN] Vite warning: unused imports from "@astrojs/internal-helpers/remote"during prerender builds. The package is now bundled alongsideastroin the prerender environment, matching how it is handled in the SSR environment.#16756
b6ee23dThanks@astrobot-houston! - Fixes styles from Markdoc/MDX custom components not being extracted to<head>in the dev server when using the Cloudflare adapter withprerenderEnvironment: 'node'and rendering content through a wrapper component.
... (truncated)
Changelog
Sourced from astro's changelog.
6.3.4
Patch Changes
#16723
0f10bfeThanks@matthewp! - AddsfetchFileoption toexperimental.advancedRoutingto customize or disable the entrypoint fileexport default defineConfig({ experimental: { advancedRouting: { fetchFile: 'fetch.ts', }, }, });#16723
0f10bfeThanks@matthewp! - Fixes Honocache()middleware to follow the standard wrapper pattern#16723
0f10bfeThanks@matthewp! - AddsApp.Providersinterface for typing custom context providers onAstroandctxdeclare namespace App { interface Providers { oauth: import('./lib/oauth').OAuthSession; } }#16723
0f10bfeThanks@matthewp! - AddsFetchState.responseproperty, set automatically afterpages()ormiddleware()completesconst response = await middleware(state, (s) => pages(s)); console.log(state.response === response); // true#16723
0f10bfeThanks@matthewp! - AddsFetchabletype export for typing the advanced routing entrypointimport type { Fetchable } from 'astro';export default { async fetch(request) { return new Response('ok'); }, } satisfies Fetchable;
#16572
4a5a077Thanks@DORI2001! - Suppresses[WARN] Vite warning: unused imports from "@astrojs/internal-helpers/remote"during prerender builds. The package is now bundled alongsideastroin the prerender environment, matching how it is handled in the SSR environment.#16756
b6ee23dThanks@astrobot-houston! - Fixes styles from Markdoc/MDX custom components not being extracted to<head>in the dev server when using the Cloudflare adapter withprerenderEnvironment: 'node'and rendering content through a wrapper component.
... (truncated)
Commits
45b7fa9[ci] release (#16742)67a1016[ci] format0f10bfefeat: advanced routing types and config gaps (#16723)904d19aFix actions and server islands in dev mode with prerendered catch-all routes ...03b8f7fchore: update typescript to v6 (#16661)b6ee23dfix(dev): return correct SSR environment from module loader for prerender rou...fca1c32fix(live-collections): add missing utility type ExtractDataType (#16614)3f5fc25fix: throw image generation errors (#16731)a8ad2b1[ci] format3261c0cExtract Vite build config assembly into testable function (#16741)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
astro
npm
6.3.3 → 6.3.4
Patch
the astro group
Technical Details
| ID: | 15847379 |
| UUID: | 4471176013 |
| Node ID: | PR_kwDOPk9RQ87cwOhH |
| Host: | GitHub |
| Repository: | SysAdminDoc/sysadmindoc.github.io |