Bump the astro group in /app with 2 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 1
(about 1 year ago)
(about 1 year ago)
(about 1 year ago)
by github-actions[bot]
dependencies javascript
poad
Bumps the astro group in /app with 2 updates: @astrojs/node and astro.
Updates @astrojs/node from 9.2.1 to 9.2.2
Release notes
Sourced from @astrojs/node's releases.
@astrojs/node@9.2.2Patch Changes
- #13507
660e83fThanks@TheOtterlord! - Handle errors where a module is not found when loading the server entrypoint
Changelog
Sourced from @astrojs/node's changelog.
9.2.2
Patch Changes
- #13507
660e83fThanks@TheOtterlord! - Handle errors where a module is not found when loading the server entrypoint
Commits
Updates astro from 5.7.10 to 5.7.14
Release notes
Sourced from astro's releases.
astro@5.7.14
Patch Changes
#13773
3aa5337Thanks@sijad! - Ignores lightningcss unsupported pseudo-class warning.#13833
5a6d2aeThanks@ascorbic! - Fixes an issue where session modules would fail to resolve in Node.js < 20.6#13383
f7f712cThanks@Haberkamp! - Stop toolbar settings from overflowing#13794
85b19d8Thanks@alexcarpenter! - Exclude pre tags froma11y-no-noninteractive-tabindexaudit check.#13373
50ef568Thanks@jpwienekus! - Fixes a bug where highlights and tooltips render over the audit list window.#13769
e9fc456Thanks@romanstetsyk! - Expand ActionError codes to include all IANA-registered HTTP error codes.#13668
866285aThanks@sapphi-red! - Replaces internal CSS chunking behavior for Astro components' scoped styles to use Vite'scssScopeTofeature. The feature is a port of Astro's implementation so this should not change the behavior.astro@5.7.13
Patch Changes
#13761
a2e8463Thanks@jp-knj! - Adds new content collections errors#13788
7d0b7acThanks@florian-lefebvre! - Fixes a case where an error would not be thrown when using the<Font />component from the experimental fonts API without adding fonts in the Astro config#13784
d7a1889Thanks@florian-lefebvre! - Fixes the experimental fonts API to correctly takeconfig.base,config.build.assetsandconfig.build.assetsPrefixinto account#13777
a56b8eaThanks@L4Ph! - Fixed an issue where looping GIF animation would stop when converted to WebP#13566
0489d8fThanks@TheOtterlord! - Fix build errors being ignored when build.concurrency > 1astro@5.7.12
Patch Changes
#13752
a079c21Thanks@florian-lefebvre! - Improves handling of font URLs not ending with a file extension when using the experimental fonts API#13750
7d3127dThanks@martrapp! - Allows the ClientRouter to open new tabs or windows when submitting forms by clicking while holding the Cmd, Ctrl, or Shift key.#13765
d874fe0Thanks@florian-lefebvre! - Fixes a case where font sources with relative protocol URLs would fail when using the experimental fonts API#13640
5e582e7Thanks@florian-lefebvre! - Allows inferringweightandstylewhen using the local provider of the experimental fonts APIIf you want Astro to infer those properties directly from your local font files, leave them undefined:
{ // No weight specified: infer style: 'normal'; // Do not infer }
... (truncated)
Changelog
Sourced from astro's changelog.
5.7.14
Patch Changes
#13773
3aa5337Thanks@sijad! - Ignores lightningcss unsupported pseudo-class warning.#13833
5a6d2aeThanks@ascorbic! - Fixes an issue where session modules would fail to resolve in Node.js < 20.6#13383
f7f712cThanks@Haberkamp! - Stop toolbar settings from overflowing#13794
85b19d8Thanks@alexcarpenter! - Exclude pre tags froma11y-no-noninteractive-tabindexaudit check.#13373
50ef568Thanks@jpwienekus! - Fixes a bug where highlights and tooltips render over the audit list window.#13769
e9fc456Thanks@romanstetsyk! - Expand ActionError codes to include all IANA-registered HTTP error codes.#13668
866285aThanks@sapphi-red! - Replaces internal CSS chunking behavior for Astro components' scoped styles to use Vite'scssScopeTofeature. The feature is a port of Astro's implementation so this should not change the behavior.5.7.13
Patch Changes
#13761
a2e8463Thanks@jp-knj! - Adds new content collections errors#13788
7d0b7acThanks@florian-lefebvre! - Fixes a case where an error would not be thrown when using the<Font />component from the experimental fonts API without adding fonts in the Astro config#13784
d7a1889Thanks@florian-lefebvre! - Fixes the experimental fonts API to correctly takeconfig.base,config.build.assetsandconfig.build.assetsPrefixinto account#13777
a56b8eaThanks@L4Ph! - Fixed an issue where looping GIF animation would stop when converted to WebP#13566
0489d8fThanks@TheOtterlord! - Fix build errors being ignored when build.concurrency > 15.7.12
Patch Changes
#13752
a079c21Thanks@florian-lefebvre! - Improves handling of font URLs not ending with a file extension when using the experimental fonts API#13750
7d3127dThanks@martrapp! - Allows the ClientRouter to open new tabs or windows when submitting forms by clicking while holding the Cmd, Ctrl, or Shift key.#13765
d874fe0Thanks@florian-lefebvre! - Fixes a case where font sources with relative protocol URLs would fail when using the experimental fonts API#13640
5e582e7Thanks@florian-lefebvre! - Allows inferringweightandstylewhen using the local provider of the experimental fonts APIIf you want Astro to infer those properties directly from your local font files, leave them undefined:
{ // No weight specified: infer style: 'normal'; // Do not infer
... (truncated)
Commits
425f8d0[ci] release (#13804)dfd4ace[ci] format5a6d2aefix: ponyfill import.meta.resolve (#13833)e9fc456Expand ActionError codes to include IANA HTTP error codes (#13769)f7f712cfix(astro): stop toolbar settings from overflowing (#13383)c5860b5[ci] format50ef568fix: audit list window covered by tooltip and highlight (#13373)85b19d8fix(a11y): Remove pre tags from a11y-no-noninteractive-tabindex flag (#13794)3aa5337ignore lightningcss global pseudo-class warning (#13773)866285aReplace internal cssScopeTo implementation to vite.cssScopeTo (#13668)- 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
1
1
+2
-2
Package Dependencies
Technical Details
| ID: | 572825 |
| UUID: | 2536598657 |
| Node ID: | PR_kwDOKYjiec6XMWyB |
| Host: | GitHub |
| Repository: | poad/astro-lambda-ssr-example |
| Merge State: | Unknown |