Bump the astro group in /app with 3 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(11 months ago)
(11 months ago)
dependencies javascript
poad
Bumps the astro group in /app with 3 updates: @astrojs/node, astro and typescript.
Updates @astrojs/node from 9.3.0 to 9.3.2
Release notes
Sourced from @astrojs/node's releases.
@astrojs/node@9.3.2Patch Changes
@astrojs/node@9.3.1Patch Changes
- #14148
e4d74baThanks@ColoredCarrot! - fix(node): emit set-cookie header from middlewares for not-found routes (#14136)
Changelog
Sourced from @astrojs/node's changelog.
9.3.2
Patch Changes
9.3.1
Patch Changes
- #14148
e4d74baThanks@ColoredCarrot! - fix(node): emit set-cookie header from middlewares for not-found routes (#14136)
Commits
Updates astro from 5.12.3 to 5.12.7
Release notes
Sourced from astro's releases.
astro@5.12.7
Patch Changes
#14169
f4e8889Thanks@ascorbic! - Skips trailing slash handling for paths that start with/..#14170
34e6b3aThanks@ematipico! - Fixes an issue where static redirects couldn't correctly generate a redirect when the destination is a prerendered route, and theoutputis set to"server".#14169
f4e8889Thanks@ascorbic! - Fixes a bug that prevented images from being displayed in dev when using the Netlify adapter withtrailingSlashset toalwaysUpdated dependencies [
f4e8889]:astro@5.12.6
Patch Changes
#14153
29e9283Thanks@jp-knj! - Fixes a regression introduced by a recent optimisation of how SVG images are emitted during the build.#14156
592f08dThanks@TheOtterlord! - Fix the client router not submitting forms if the active URL contained a hash#14160
d2e25c6Thanks@ascorbic! - Fixes a bug that meant some remote image URLs could cause invalid filenames to be used for processed images#14167
62bd071Thanks@ascorbic! - Fixes a bug that prevented destroyed sessions from being deleted from storage unless the session had been loadedastro@5.12.5
Patch Changes
#14059
19f53ebThanks@benosmac! - Fixes a bug in i18n implementation, where Astro didn't emit the correct pages whenfallbackis enabled, and a locale uses a catch-all route, e.g.src/pages/es/[...catchAll].astro#14155
31822c3Thanks@ascorbic! - Fixes a bug that caused an error "serverEntrypointModule[_start] is not a function" in some adaptersastro@5.12.4
Patch Changes
#14031
e9206c1Thanks@jp-knj! - Optimized the build pipeline for SVG images. Now, Astro doesn't reprocess images that have already been processed.#14132
976879aThanks@ematipico! - Fixes a bug where the propertyAstro.routePattern/context.routePatternwasn't updated when using a rewrite via middleware.#14131
aafc4d7Thanks@florian-lefebvre! - Fixes a case where an error occurring in a middleware would show the dev overlay instead of the custom500.astropage#14127
2309adaThanks@florian-lefebvre! - Upgrades zod#14134
186c201Thanks@ascorbic! - Throws a more helpful error in dev if trying to use a server island without an adapter#14129
3572d85Thanks@ematipico! - Fixes a bug where the CSP headers was incorrectly added to a page when using an adapter.
Changelog
Sourced from astro's changelog.
5.12.7
Patch Changes
#14169
f4e8889Thanks@ascorbic! - Skips trailing slash handling for paths that start with/..#14170
34e6b3aThanks@ematipico! - Fixes an issue where static redirects couldn't correctly generate a redirect when the destination is a prerendered route, and theoutputis set to"server".#14169
f4e8889Thanks@ascorbic! - Fixes a bug that prevented images from being displayed in dev when using the Netlify adapter withtrailingSlashset toalwaysUpdated dependencies [
f4e8889]:5.12.6
Patch Changes
#14153
29e9283Thanks@jp-knj! - Fixes a regression introduced by a recent optimisation of how SVG images are emitted during the build.#14156
592f08dThanks@TheOtterlord! - Fix the client router not submitting forms if the active URL contained a hash#14160
d2e25c6Thanks@ascorbic! - Fixes a bug that meant some remote image URLs could cause invalid filenames to be used for processed images#14167
62bd071Thanks@ascorbic! - Fixes a bug that prevented destroyed sessions from being deleted from storage unless the session had been loaded5.12.5
Patch Changes
#14059
19f53ebThanks@benosmac! - Fixes a bug in i18n implementation, where Astro didn't emit the correct pages whenfallbackis enabled, and a locale uses a catch-all route, e.g.src/pages/es/[...catchAll].astro#14155
31822c3Thanks@ascorbic! - Fixes a bug that caused an error "serverEntrypointModule[_start] is not a function" in some adapters5.12.4
Patch Changes
#14031
e9206c1Thanks@jp-knj! - Optimized the build pipeline for SVG images. Now, Astro doesn't reprocess images that have already been processed.#14132
976879aThanks@ematipico! - Fixes a bug where the propertyAstro.routePattern/context.routePatternwasn't updated when using a rewrite via middleware.#14131
aafc4d7Thanks@florian-lefebvre! - Fixes a case where an error occurring in a middleware would show the dev overlay instead of the custom500.astropage#14127
2309adaThanks@florian-lefebvre! - Upgrades zod#14134
186c201Thanks@ascorbic! - Throws a more helpful error in dev if trying to use a server island without an adapter#14129
3572d85Thanks@ematipico! - Fixes a bug where the CSP headers was incorrectly added to a page when using an adapter.
Commits
5eaf524[ci] release (#14171)f76eeaa[ci] formatf4e8889fix: skip trailing slash redirection for more internal paths (#14169)34e6b3afix(routing): static redirect with prerendered route (#14170)bb9e945[ci] release (#14163)62bd071fix: try to get session id from cookie when destroying an unloaded session (#...67e2f60[ci] format592f08dFix form submission with client router if a hash exists in the current URL (#...29e9283fix(astro): fix a regression that breaks builds when the same SVG is imported...cf3b5ed[ci] format- Additional commits viewable in compare view
Updates typescript from 5.8.3 to 5.9.2
Release notes
Sourced from typescript's releases.
TypeScript 5.9
Release notes pending.
- fixed issues query for Typescript 5.9.0 (Beta).
- fixed issues query for Typescript 5.9.1 (RC).
- [[No specific changes for TypeScript 5.9.2 (Stable)]]
Downloads are available on:
TypeScript 5.9 RC
For release notes, check out the release announcement
Downloads are available on:
TypeScript 5.9 Beta
For release notes, check out the release announcement.
Downloads are available on:
Commits
be86783Give more specific errors forverbatimModuleSyntax(#62113)22ef577LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...d5a414cDon't usenoErrorTruncationwhen printing types withmaximumLengthset (#...f14b5c8Remove unused and confusing dom.iterable.d.ts file (#62037)2778e84Restore AbortSignal.abort (#62086)65cb4bdLEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...9e20e03Clear out checker-level stacks on pop (#62016)87740bcFix for Issue 61081 (#61221)833a8d4Fix Symbol completion priority and cursor positioning (#61945)0018c9fLEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...- 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 4418849 |
| UUID: | 2712491177 |
| Node ID: | PR_kwDOKYjiec6hrVSp |
| Host: | GitHub |
| Repository: | poad/astro-lambda-ssr-example |