chore(deps-dev): bump astro from 3.5.0 to 5.18.1
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(2 months ago)
(2 months ago)
dependencies javascript
Bumps astro from 3.5.0 to 5.18.1.
Changelog
Sourced from astro's changelog.
3.6.4
Patch Changes
#9226
8f8a40e93Thanks@outofambit! - Fix i18n fallback routing with routing strategy of always-prefix#9179
3f28336d9Thanks@lilnasy! - Fixes an issue where the presence of a slot in a page led to an error.#9219
067a65f5bThanks@natemoo-re! - Fix edge case where<style>updates inside of.astrofiles would occasionally fail to update without reloading the page.#9236
27d3e86e4Thanks@ematipico! - The configurationi18n.routingStrategyhas been replaced with an object calledrouting.export default defineConfig({ experimental: { i18n: { - routingStrategy: "prefix-always", + routing: { + prefixDefaultLocale: true, + } } } })export default defineConfig({ experimental: { i18n: { - routingStrategy: "prefix-other-locales", + routing: { + prefixDefaultLocale: false, + } } } })3.6.3
Patch Changes
- #9193
0dc99c9a2Thanks@florian-lefebvre! - Prevents the Code component from crashing if the lang isn't supported by falling back toplaintext.3.6.2
Patch Changes
- #9189
d90714fc3Thanks@SpencerWhitehead7! - Fixes an issue where links with the same pathname as the current page, but different search params, were not prefetched.
... (truncated)
Commits
434d9cc[ci] release (#15829)c2cd371fix(helpers): Backport remote patterns segments fix (#15828)011f061[ci] release (#15597)efae11cfix: X-Forwarded-Proto rejected when allowedDomains includes protocol… (#15594)751ccf0Update actionBodySizeLimit changeset and make minor (#15600)b7dd447make actionBodySizeLimit configurable (#15589)e0f1a2b[ci] release (#15571)522f880Limit action request body size (#15564)436962achore: Upgrade Vite and esbuild (#15554)e01e98bRespect remote image allowlists (#15569)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for astro since your current version.
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.
Package Dependencies
Technical Details
| ID: | 14839002 |
| UUID: | 4147317833 |
| Node ID: | PR_kwDOADLKPM7N29vU |
| Host: | GitHub |
| Repository: | getsentry/sentry-javascript |