jlarmstrongiv / astro-i18n-aut

The i18n integration for Astro 🧑‍🚀
https://www.npmjs.com/package/astro-i18n-aut
MIT License
125 stars 12 forks source link

renovate: update dependency astro to v3 #20

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
astro (source) ^2.9.6 -> ^2.9.6 \|\| ^3.0.0 age adoption passing confidence

Release Notes

withastro/astro (astro) ### [`v3.0.3`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#303) [Compare Source](https://togithub.com/withastro/astro/compare/astro@3.0.2...astro@3.0.3) ##### Patch Changes - [#​8300](https://togithub.com/withastro/astro/pull/8300) [`d4a6ab733`](https://togithub.com/withastro/astro/commit/d4a6ab7339043042fd62dffd30ba078edae55f86) Thanks [@​ematipico](https://togithub.com/ematipico)! - Correctly retrive middleware when using it in SSR enviroments. ### [`v3.0.2`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#302) [Compare Source](https://togithub.com/withastro/astro/compare/astro@3.0.1...astro@3.0.2) ##### Patch Changes - [#​8293](https://togithub.com/withastro/astro/pull/8293) [`d9bd7cf5c`](https://togithub.com/withastro/astro/commit/d9bd7cf5ce4086d9dd59e372ca25d4c4cfdb05f6) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Fix `tsc` errors inside `astro/components/index.ts` ### [`v3.0.1`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#301) [Compare Source](https://togithub.com/withastro/astro/compare/astro@3.0.0...astro@3.0.1) ##### Patch Changes - [#​8290](https://togithub.com/withastro/astro/pull/8290) [`ef37f9e29`](https://togithub.com/withastro/astro/commit/ef37f9e290d0e61403261b2a2195f127dc031654) Thanks [@​matthewp](https://togithub.com/matthewp)! - Remove "experimental" text from the image config options, for docs and editor etc. text displayed. - [#​8290](https://togithub.com/withastro/astro/pull/8290) [`ef37f9e29`](https://togithub.com/withastro/astro/commit/ef37f9e290d0e61403261b2a2195f127dc031654) Thanks [@​matthewp](https://togithub.com/matthewp)! - Prevent astro check cache issues `astro check` hits cache issues in 3.0 causing it never to work on the first try. - [#​8283](https://togithub.com/withastro/astro/pull/8283) [`c32f52a62`](https://togithub.com/withastro/astro/commit/c32f52a6246a0f929238f7d47bfc870899729fb4) Thanks [@​ematipico](https://togithub.com/ematipico)! - Add useful warning when deprecated options are still used. ### [`v3.0.0`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#300) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.15...astro@3.0.0) ##### Major Changes - [#​8188](https://togithub.com/withastro/astro/pull/8188) [`d0679a666`](https://togithub.com/withastro/astro/commit/d0679a666f37da0fca396d42b9b32bbb25d29312) Thanks [@​ematipico](https://togithub.com/ematipico)! - Remove support for Node 16. The lowest supported version by Astro and all integrations is now v18.14.1. As a reminder, Node 16 will be deprecated on the 11th September 2023. - [#​8188](https://togithub.com/withastro/astro/pull/8188) [`364d861bd`](https://togithub.com/withastro/astro/commit/364d861bd527b8511968e2837728148f090bedef) Thanks [@​ematipico](https://togithub.com/ematipico)! - Removed automatic flattening of `getStaticPaths` result. `.flatMap` and `.flat` should now be used to ensure that you're returning a flat array. - [#​8113](https://togithub.com/withastro/astro/pull/8113) [`2484dc408`](https://togithub.com/withastro/astro/commit/2484dc4080e5cd84b9a53648a1de426d7c907be2) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - This import alias is no longer included by default with astro:assets. If you were using this alias with experimental assets, you must convert them to relative file paths, or create your own [import aliases](https://docs.astro.build/en/guides/aliases/). ### [`v2.10.15`](https://togithub.com/withastro/astro/releases/tag/astro%402.10.15) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.14...astro@2.10.15) ##### Patch Changes - [#​8268](https://togithub.com/withastro/astro/pull/8268) [`3b0d805bd`](https://togithub.com/withastro/astro/commit/3b0d805bdabcbc75f26b1d29890b689b40fab220) Thanks [@​matthewp](https://togithub.com/matthewp)! - Prevent ViewTransition script from being added by mistake ### [`v2.10.14`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#21014) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.13...astro@2.10.14) ##### Patch Changes - [#​8206](https://togithub.com/withastro/astro/pull/8206) [`52606a390`](https://togithub.com/withastro/astro/commit/52606a3909f9de5ced9b9ba3ba25832f73a8689e) Thanks [@​martrapp](https://togithub.com/martrapp)! - fix: View Transition: swap attributes of document's root element ### [`v2.10.13`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#21013) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.12...astro@2.10.13) ##### Patch Changes - [#​8152](https://togithub.com/withastro/astro/pull/8152) [`582132328`](https://togithub.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57) Thanks [@​andremralves](https://togithub.com/andremralves)! - Displays a new config error if `outDir` is placed within `publicDir`. - [#​8166](https://togithub.com/withastro/astro/pull/8166) [`fddd4dc71`](https://togithub.com/withastro/astro/commit/fddd4dc71af321bd6b4d01bb4b1b955284846e60) Thanks [@​martrapp](https://togithub.com/martrapp)! - ViewTransitions: Fixes in the client-side router - [#​8182](https://togithub.com/withastro/astro/pull/8182) [`cfc465dde`](https://togithub.com/withastro/astro/commit/cfc465ddebcc58d20f29ecffaa857a77525435a9) Thanks [@​martrapp](https://togithub.com/martrapp)! - View Transitions: self link (`href=""`) does not trigger page reload - [#​8171](https://togithub.com/withastro/astro/pull/8171) [`95120efbe`](https://togithub.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Fix missing type for `imageConfig` export from `astro:assets` - [#​8187](https://togithub.com/withastro/astro/pull/8187) [`273335cb0`](https://togithub.com/withastro/astro/commit/273335cb01615c3c06d46c02464f4496a81f8d0b) Thanks [@​bluwy](https://togithub.com/bluwy)! - Fix Astro components parent-child render order - [#​8184](https://togithub.com/withastro/astro/pull/8184) [`9142178b1`](https://togithub.com/withastro/astro/commit/9142178b113443749b87c1d259859b42a3d7a9c4) Thanks [@​martrapp](https://togithub.com/martrapp)! - Fix: The scrolling behavior of ViewTransitions is now more similar to the expected browser behavior - [#​8163](https://togithub.com/withastro/astro/pull/8163) [`179796405`](https://togithub.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a) Thanks [@​delucis](https://togithub.com/delucis)! - Make typing of `defineCollection` more permissive to support advanced union and intersection types ### [`v2.10.12`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#21012) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.11...astro@2.10.12) ##### Patch Changes - [#​8144](https://togithub.com/withastro/astro/pull/8144) [`04caa99c4`](https://togithub.com/withastro/astro/commit/04caa99c48ce604ca3b90302ff0df8dcdbeee650) Thanks [@​lilnasy](https://togithub.com/lilnasy)! - Fixed an issue where data entries' id included backslashes instead of forward slashes on Windows. ### [`v2.10.11`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#21011) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.10...astro@2.10.11) ##### Patch Changes - [#​8136](https://togithub.com/withastro/astro/pull/8136) [`97c8760d7`](https://togithub.com/withastro/astro/commit/97c8760d78ffd172149f7776442725861576fba7) Thanks [@​andremralves](https://togithub.com/andremralves)! - Fix 404 response leading to an infinite loop when there is no 404 page. ### [`v2.10.10`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#21010) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.9...astro@2.10.10) ##### Patch Changes - [#​8127](https://togithub.com/withastro/astro/pull/8127) [`b12c8471f`](https://togithub.com/withastro/astro/commit/b12c8471f413c0291de4a9c444bfe3079a192034) Thanks [@​natemoo-re](https://togithub.com/natemoo-re)! - Do not throw Error when users pass an object with a "type" property - [#​8092](https://togithub.com/withastro/astro/pull/8092) [`7177f7579`](https://togithub.com/withastro/astro/commit/7177f7579b6e866f0fd895b3fd079d8ba330b1a9) Thanks [@​natemoo-re](https://togithub.com/natemoo-re)! - Ensure dotfiles are cleaned during static builds - [#​8122](https://togithub.com/withastro/astro/pull/8122) [`fa6b68a77`](https://togithub.com/withastro/astro/commit/fa6b68a776c5b3cc8167fc042b7d305234ebcff9) Thanks [@​natemoo-re](https://togithub.com/natemoo-re)! - Improve fidelity of time stats when running `astro build` - [#​8070](https://togithub.com/withastro/astro/pull/8070) [`097a8e4e9`](https://togithub.com/withastro/astro/commit/097a8e4e916c7df18eafdaa6c8d6ce2991c17ab6) Thanks [@​lilnasy](https://togithub.com/lilnasy)! - Fix a handful of edge cases with prerendered 404/500 pages - [#​8123](https://togithub.com/withastro/astro/pull/8123) [`1f6497c33`](https://togithub.com/withastro/astro/commit/1f6497c3341231ee76fc4538cfe7624cf4721d56) Thanks [@​natemoo-re](https://togithub.com/natemoo-re)! - Open to configured `base` when `astro dev --open` runs - [#​8105](https://togithub.com/withastro/astro/pull/8105) [`0e0fa605d`](https://togithub.com/withastro/astro/commit/0e0fa605d109cc91e08a1ae1cc560ea240fe631b) Thanks [@​martrapp](https://togithub.com/martrapp)! - ViewTransition: bug fix for lost scroll position in browser history - [#​8116](https://togithub.com/withastro/astro/pull/8116) [`b290f0a99`](https://togithub.com/withastro/astro/commit/b290f0a99778a9b9c1045f3cd06b6aee934d7c03) Thanks [@​martrapp](https://togithub.com/martrapp)! - On back navigation only animate view transitions that were animated going forward. - [#​7778](https://togithub.com/withastro/astro/pull/7778) [`d6b494376`](https://togithub.com/withastro/astro/commit/d6b4943764989c0e89df2d6875cd19691566dfb3) Thanks [@​y-nk](https://togithub.com/y-nk)! - Added support for optimizing remote images from authorized sources when using `astro:assets`. This comes with two new parameters to specify which domains (`image.domains`) and host patterns (`image.remotePatterns`) are authorized for remote images. For example, the following configuration will only allow remote images from `astro.build` to be optimized: ```ts // astro.config.mjs export default defineConfig({ image: { domains: ['astro.build'], }, }); ``` The following configuration will only allow remote images from HTTPS hosts: ```ts // astro.config.mjs export default defineConfig({ image: { remotePatterns: [{ protocol: 'https' }], }, }); ``` - [#​8109](https://togithub.com/withastro/astro/pull/8109) [`da6e3da1c`](https://togithub.com/withastro/astro/commit/da6e3da1ce00bed625fc568cfe4693713448e93f) Thanks [@​martrapp](https://togithub.com/martrapp)! - fix: reinsert attribute to specify direction of ViewTransition (forward / back) ### [`v2.10.9`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#2109) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.8...astro@2.10.9) ##### Patch Changes - [#​8091](https://togithub.com/withastro/astro/pull/8091) [`56e7c5177`](https://togithub.com/withastro/astro/commit/56e7c5177bd61b404978dc9b82e2d34d76a4b2f9) Thanks [@​martrapp](https://togithub.com/martrapp)! - Handle `

Configuration

📅 Schedule: Branch creation - "after 8am,before 10am" in timezone America/New_York, 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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.