Bump @astrojs/vercel from 9.0.1 to 10.0.2 in /with-astro by dependabot[bot] · Pull Request #223 · polarsource/examples
Bumps @astrojs/vercel from 9.0.1 to 10.0.2.
Release notes
Sourced from @astrojs/vercel's releases.
@astrojs/vercel@10.0.2Patch Changes
- #15959
335a204Thanks@matthewp! - Fix Vercel serverless path override handling so override values are only applied when the trusted middleware secret is present.
@astrojs/vercel@10.0.1Patch Changes
- #15934
6f8f0bcThanks@ematipico! - Updates the AstropeerDependencies#astroto be6.0.0.
@astrojs/vercel@10.0.0Major Changes
- #15413
736216bThanks@florian-lefebvre! - Removes the deprecated@astrojs/vercel/serverlessand@astrojs/vercel/staticexports. Use the@astrojs/vercelexport insteadMinor Changes
#15258
d339a18Thanks@ematipico! - Stabilizes the adapter featureexperimentalStatiHeaders. If you were using this feature in any of the supported adapters, you'll need to change the name of the flag:export default defineConfig({ adapter: netlify({ - experimentalStaticHeaders: true + staticHeaders: true }) })#15413
736216bThanks@florian-lefebvre! - Updates the implementation to use the new Adapter API#15495
5b99e90Thanks@leekeh! - Adds newmiddlewareModeadapter feature and deprecatesedgeMiddlewareoptionThe
edgeMiddlewareoption is now deprecated and will be removed in a future release, so users should transition to using the newmiddlewareModefeature as soon as possible.export default defineConfig({ adapter: vercel({ - edgeMiddleware: true + middlewareMode: 'edge' }) })#14946
95c40f7Thanks@ematipico! - Removes theexperimental.cspflag and replaces it with a new configuration optionsecurity.csp- (v6 upgrade guidance)Patch Changes
#15781
2de969dThanks@ematipico! - Adds a newclientAddressoption to thecreateContext()functionProviding this value gives adapter and middleware authors explicit control over the client IP address. When not provided, accessing
clientAddressthrows an error consistent with other contexts where it is not set by the adapter.
... (truncated)
Changelog
Sourced from @astrojs/vercel's changelog.
10.0.2
Patch Changes
- #15959
335a204Thanks@matthewp! - Fix Vercel serverless path override handling so override values are only applied when the trusted middleware secret is present.10.0.1
Patch Changes
- #15934
6f8f0bcThanks@ematipico! - Updates the AstropeerDependencies#astroto be6.0.0.10.0.0
Major Changes
- #15413
736216bThanks@florian-lefebvre! - Removes the deprecated@astrojs/vercel/serverlessand@astrojs/vercel/staticexports. Use the@astrojs/vercelexport insteadMinor Changes
#15258
d339a18Thanks@ematipico! - Stabilizes the adapter featureexperimentalStatiHeaders. If you were using this feature in any of the supported adapters, you'll need to change the name of the flag:export default defineConfig({ adapter: netlify({ - experimentalStaticHeaders: true + staticHeaders: true }) })#15413
736216bThanks@florian-lefebvre! - Updates the implementation to use the new Adapter API#15495
5b99e90Thanks@leekeh! - Adds newmiddlewareModeadapter feature and deprecatesedgeMiddlewareoptionThe
edgeMiddlewareoption is now deprecated and will be removed in a future release, so users should transition to using the newmiddlewareModefeature as soon as possible.export default defineConfig({ adapter: vercel({ - edgeMiddleware: true + middlewareMode: 'edge' }) })#14946
95c40f7Thanks@ematipico! - Removes theexperimental.cspflag and replaces it with a new configuration optionsecurity.csp- (v6 upgrade guidance)Patch Changes
... (truncated)
Commits
878791f[ci] release (#15985)335a204Require trusted secret for path overrides (#15959)09ecdd7[ci] release (#15889)6f8f0bcfix: update peer dependency range (#15934)48e5c4d[ci] release (#15808)2ce9e74chore: update docs links (#15732)25560db[ci] release (beta) (#15773)2de969dfix: provide client ip address to edge middlewares (#15781)4ebc1e3fix: calculate the correct value for clientAddress (#15778)6414732Spelling (#15601)- 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 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.