Update dependency astro to v4.5.12 #82

Merged
jahanson merged 1 commit from renovate/astro-4.x-lockfile into main 2024-03-28 14:02:42 -05:00
Collaborator

This PR contains the following updates:

Package Type Update Change
astro (source) dependencies patch 4.5.9 -> 4.5.12

Release Notes

withastro/astro (astro)

v4.5.12

Compare Source

Patch Changes

v4.5.11

Compare Source

Patch Changes

v4.5.10

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astro](https://astro.build) ([source](https://github.com/withastro/astro/tree/HEAD/packages/astro)) | dependencies | patch | [`4.5.9` -> `4.5.12`](https://renovatebot.com/diffs/npm/astro/4.5.9/4.5.12) | --- ### Release Notes <details> <summary>withastro/astro (astro)</summary> ### [`v4.5.12`](https://github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4512) [Compare Source](https://github.com/withastro/astro/compare/astro@4.5.11...astro@4.5.12) ##### Patch Changes - [#&#8203;10596](https://github.com/withastro/astro/pull/10596) [`20463a6c1e1271d8dc3cb0ab3419ee5c72abd218`](https://github.com/withastro/astro/commit/20463a6c1e1271d8dc3cb0ab3419ee5c72abd218) Thanks [@&#8203;Princesseuh](https://github.com/Princesseuh)! - Add `removeBase` function - Updated dependencies \[[`20463a6c1e1271d8dc3cb0ab3419ee5c72abd218`](https://github.com/withastro/astro/commit/20463a6c1e1271d8dc3cb0ab3419ee5c72abd218)]: - [@&#8203;astrojs/internal-helpers](https://github.com/astrojs/internal-helpers)[@&#8203;0](https://github.com/0).4.0 ### [`v4.5.11`](https://github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4511) [Compare Source](https://github.com/withastro/astro/compare/astro@4.5.10...astro@4.5.11) ##### Patch Changes - [#&#8203;10567](https://github.com/withastro/astro/pull/10567) [`fbdc10f90f7baa5c49f2f53e3e4ce8f453814c01`](https://github.com/withastro/astro/commit/fbdc10f90f7baa5c49f2f53e3e4ce8f453814c01) Thanks [@&#8203;Princesseuh](https://github.com/Princesseuh)! - Fixes `astro:assets` not working when using complex config with `vite.build.rollupOptions.output.assetFileNames` - [#&#8203;10593](https://github.com/withastro/astro/pull/10593) [`61e283e5a0d95b6ef5d3c4c985d6ee78f74bbd8e`](https://github.com/withastro/astro/commit/61e283e5a0d95b6ef5d3c4c985d6ee78f74bbd8e) Thanks [@&#8203;Princesseuh](https://github.com/Princesseuh)! - Fixes Polymorphic type helper causing TypeScript errors in certain cases after the previous update - [#&#8203;10543](https://github.com/withastro/astro/pull/10543) [`0fd36bdb383297b32cc523b57d2442132da41595`](https://github.com/withastro/astro/commit/0fd36bdb383297b32cc523b57d2442132da41595) Thanks [@&#8203;matthewp](https://github.com/matthewp)! - Fixes inline stylesheets with content collections cache - [#&#8203;10582](https://github.com/withastro/astro/pull/10582) [`a05953538fcf524786385830b99c0c5a015173e8`](https://github.com/withastro/astro/commit/a05953538fcf524786385830b99c0c5a015173e8) Thanks [@&#8203;lilnasy](https://github.com/lilnasy)! - Fixes an issue where the dev server got stuck in a loop while routing responses with a 404 status code to the 404 route. ### [`v4.5.10`](https://github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4510) [Compare Source](https://github.com/withastro/astro/compare/astro@4.5.9...astro@4.5.10) ##### Patch Changes - [#&#8203;10549](https://github.com/withastro/astro/pull/10549) [`54c2f9707f5d038630143f769e3075c698474654`](https://github.com/withastro/astro/commit/54c2f9707f5d038630143f769e3075c698474654) Thanks [@&#8203;admirsaheta](https://github.com/admirsaheta)! - Updates the `HTMLAttributes` type exported from `astro` to allow data attributes - [#&#8203;10562](https://github.com/withastro/astro/pull/10562) [`348c1ca1323d0516c2dcf8e963343cd12cb5407f`](https://github.com/withastro/astro/commit/348c1ca1323d0516c2dcf8e963343cd12cb5407f) Thanks [@&#8203;apetta](https://github.com/apetta)! - Fixes minor type issues inside the built-in components of Astro - [#&#8203;10550](https://github.com/withastro/astro/pull/10550) [`34fa8e131b85531e6629390307108ffc4adb7ed1`](https://github.com/withastro/astro/commit/34fa8e131b85531e6629390307108ffc4adb7ed1) Thanks [@&#8203;Skn0tt](https://github.com/Skn0tt)! - Fixes bug where server builds would include unneeded assets in SSR Function, potentially leading to upload errors on Vercel, Netlify because of size limits - Updated dependencies \[[`c585528f446ccca3d4c643f4af5d550b93c18902`](https://github.com/withastro/astro/commit/c585528f446ccca3d4c643f4af5d550b93c18902)]: - [@&#8203;astrojs/markdown-remark](https://github.com/astrojs/markdown-remark)[@&#8203;4](https://github.com/4).3.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNTIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI1Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
smeagol-help added 1 commit 2024-03-26 17:01:54 -05:00
smeagol-help force-pushed renovate/astro-4.x-lockfile from 8e44e0f2a7 to 775036225c 2024-03-28 13:02:13 -05:00 Compare
smeagol-help changed title from Update dependency astro to v4.5.10 to Update dependency astro to v4.5.11 2024-03-28 13:02:32 -05:00
smeagol-help force-pushed renovate/astro-4.x-lockfile from 775036225c to 96bb222ff0 2024-03-28 14:01:49 -05:00 Compare
smeagol-help changed title from Update dependency astro to v4.5.11 to Update dependency astro to v4.5.12 2024-03-28 14:02:09 -05:00
jahanson merged commit 25bf5d6865 into main 2024-03-28 14:02:42 -05:00
jahanson deleted branch renovate/astro-4.x-lockfile 2024-03-28 14:02:42 -05:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: jahanson/joehanson-dev#82
No description provided.