chore(deps): bump @astrojs/node from 8.3.4 to 9.4.1 in /dev-packages/e2e-tests/test-applications/astro-4
Type: Pull Request
State: Closed
Association: Contributor
Comments: 2
(12 months ago)
(12 months ago)
(12 months ago)
dependencies javascript
Bumps @astrojs/node from 8.3.4 to 9.4.1.
Release notes
Sourced from @astrojs/node's releases.
@astrojs/node@9.4.1Patch Changes
5fc3c59Thanks@ematipico! - Fixes a routing bug in standalone mode withtrailingSlashset to"always".
@astrojs/node@9.4.0Minor Changes
#14188
e3422aaThanks@ascorbic! - Adds support for specifying a host to load prerendered error pagesBy default, if a user defines a custom error page that is prerendered, Astro will load it from the same host as the one that the request is made to. This change allows users to specify a different host for loading prerendered error pages. This can be useful in scenarios such as where the server is running behind a reverse proxy or when prerendered pages are hosted on a different domain.
To use this feature, set the
experimentalErrorPageHostadapter option in your Astro configuration to the desired host URL. For example, if your server is running on localhost and served via a proxy, you can ensure the prerendered error pages are fetched via the localhost URL:import { defineConfig } from 'astro/config'; import node from '@astrojs/node'; export default defineConfig({ adapter: node({ // If your server is running on localhost and served via a proxy, set the host like this to ensure prerendered error pages are fetched via the localhost URL experimentalErrorPageHost: 'http://localhost:4321', }), });For more information on enabling and using this experimental feature, see the
@astrojs/nodeadapter docs.
@astrojs/node@9.3.3Patch Changes
@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)
@astrojs/node@9.3.0Minor Changes
#14012
a125a14Thanks@florian-lefebvre! - Adds a new experimental configuration optionexperimentalDisableStreamingto allow you to opt out of Astro's default HTML streaming for pages rendered on demand.HTML streaming helps with performance and generally provides a better visitor experience. In most cases, disabling streaming is not recommended.
... (truncated)
Changelog
Sourced from @astrojs/node's changelog.
9.4.1
Patch Changes
5fc3c59Thanks@ematipico! - Fixes a routing bug in standalone mode withtrailingSlashset to"always".9.4.0
Minor Changes
#14188
e3422aaThanks@ascorbic! - Adds support for specifying a host to load prerendered error pagesBy default, if a user defines a custom error page that is prerendered, Astro will load it from the same host as the one that the request is made to. This change allows users to specify a different host for loading prerendered error pages. This can be useful in scenarios such as where the server is running behind a reverse proxy or when prerendered pages are hosted on a different domain.
To use this feature, set the
experimentalErrorPageHostadapter option in your Astro configuration to the desired host URL. For example, if your server is running on localhost and served via a proxy, you can ensure the prerendered error pages are fetched via the localhost URL:import { defineConfig } from 'astro/config'; import node from '@astrojs/node'; export default defineConfig({ adapter: node({ // If your server is running on localhost and served via a proxy, set the host like this to ensure prerendered error pages are fetched via the localhost URL experimentalErrorPageHost: 'http://localhost:4321', }), });For more information on enabling and using this experimental feature, see the
@astrojs/nodeadapter docs.9.3.3
Patch Changes
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)9.3.0
... (truncated)
Commits
- See full diff 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Pull Request Statistics
1
1
+1
-1
Package Dependencies
@astrojs/node
npm
8.3.4 → 9.4.1
Major
/dev-packages/e2e-tests/test-applications/astro-4
Technical Details
| ID: | 5813079 |
| UUID: | 2749214789 |
| Node ID: | PR_kwDOADLKPM6j3bBF |
| Host: | GitHub |
| Repository: | getsentry/sentry-javascript |
| Mergeable: | Yes |
| Merge State: | Unstable |