Closed renovate[bot] closed 1 year ago
Name | Link |
---|---|
Latest commit | efc2be2ebdab67676dd1cd14ba3252aaa3dc48c3 |
Latest deploy log | https://app.netlify.com/sites/capgo/deploys/650a49dfa256db0008fb6c17 |
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
New dependencies detected. Learn more about Socket for GitHub βοΈ
Packages | Version | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|---|
astro | 3.1.1 | eval, network, environment | +3 |
14.3 MB | fredkschott |
This PR contains the following updates:
^2.10.5
->^3.0.0
Release Notes
withastro/astro (astro)
### [`v3.0.8`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#308) [Compare Source](https://togithub.com/withastro/astro/compare/astro@3.0.7...astro@3.0.8) ##### Patch Changes - [#8388](https://togithub.com/withastro/astro/pull/8388) [`362491b8d`](https://togithub.com/withastro/astro/commit/362491b8da33317c9a1116fbd5a648184b9b3c7f) Thanks [@natemoo-re](https://togithub.com/natemoo-re)! - Properly handle `BEFORE_HYDRATION_SCRIPT` generation, fixing MIME type error on hydration. - [#8370](https://togithub.com/withastro/astro/pull/8370) [`06e7256b5`](https://togithub.com/withastro/astro/commit/06e7256b58682064cf7410f72658ce44507f639e) Thanks [@itsmatteomanf](https://togithub.com/itsmatteomanf)! - Removed extra curly brace. ### [`v3.0.7`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#307) [Compare Source](https://togithub.com/withastro/astro/compare/astro@3.0.6...astro@3.0.7) ##### Patch Changes - [#8366](https://togithub.com/withastro/astro/pull/8366) [`c5633434f`](https://togithub.com/withastro/astro/commit/c5633434f02cc477ee8da380e22efaccfa55d459) Thanks [@natemoo-re](https://togithub.com/natemoo-re)! - Update `chunkFileNames` to avoid emitting invalid characters - [#8367](https://togithub.com/withastro/astro/pull/8367) [`405ad9501`](https://togithub.com/withastro/astro/commit/405ad950173dadddc519cf1c2e7f2523bf5326a8) Thanks [@Princesseuh](https://togithub.com/Princesseuh)! - Fix `tsc` complaining about imports of `.astro` files in specific cases - [#8357](https://togithub.com/withastro/astro/pull/8357) [`6b1e79814`](https://togithub.com/withastro/astro/commit/6b1e7981469d30aa4c3658487abed6ffea94797f) Thanks [@itsmatteomanf](https://togithub.com/itsmatteomanf)! - Added counter to show progress for assets image generation. Fixed small unit of measurement error. - Updated dependencies \[[`0ce0720c7`](https://togithub.com/withastro/astro/commit/0ce0720c7f2c7ba21dddfea0b75d1e9b39c6a274)]: - [@astrojs/telemetry](https://togithub.com/astrojs/telemetry)[@3](https://togithub.com/3).0.1 ### [`v3.0.6`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#306) [Compare Source](https://togithub.com/withastro/astro/compare/astro@3.0.5...astro@3.0.6) ##### Patch Changes - [#8276](https://togithub.com/withastro/astro/pull/8276) [`d3a6f9f83`](https://togithub.com/withastro/astro/commit/d3a6f9f836e35932a950e40ba69eff63d7db7eed) Thanks [@FredKSchott](https://togithub.com/FredKSchott)! - Sanitize route params for leading and trailing slashes - [#8339](https://togithub.com/withastro/astro/pull/8339) [`f21599671`](https://togithub.com/withastro/astro/commit/f21599671a90c3327307eb6d2f4d5c02e9137207) Thanks [@martrapp](https://togithub.com/martrapp)! - Respect the download attribute in links when using view transitions ### [`v3.0.5`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#305) [Compare Source](https://togithub.com/withastro/astro/compare/astro@3.0.4...astro@3.0.5) ##### Patch Changes - [#8327](https://togithub.com/withastro/astro/pull/8327) [`5f3a44aee`](https://togithub.com/withastro/astro/commit/5f3a44aeeff3c5f31a8063b6005abb90343a817e) Thanks [@natemoo-re](https://togithub.com/natemoo-re)! - Improve `astro info` command formatting, allow users to copy info automatically - [#8320](https://togithub.com/withastro/astro/pull/8320) [`b21038c19`](https://togithub.com/withastro/astro/commit/b21038c193fd30351235a1b241a4a0aaf4e692f2) Thanks [@ematipico](https://togithub.com/ematipico)! - Exclude redirects from split entry points - [#8331](https://togithub.com/withastro/astro/pull/8331) [`7a894eec3`](https://togithub.com/withastro/astro/commit/7a894eec3e6d2670632ca8cdb592cf5649a22d3e) Thanks [@matthewp](https://togithub.com/matthewp)! - Prevent View Transition fallback from waiting on looping animations - [#8231](https://togithub.com/withastro/astro/pull/8231) [`af41b03d0`](https://togithub.com/withastro/astro/commit/af41b03d05f8a561990de42ccc93663343da2c0d) Thanks [@justinbeaty](https://togithub.com/justinbeaty)! - Fixes scroll behavior when using View Transitions by enabling `manual` scroll restoration ### [`v3.0.4`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#304) [Compare Source](https://togithub.com/withastro/astro/compare/astro@3.0.3...astro@3.0.4) ##### Patch Changes - [#8324](https://togithub.com/withastro/astro/pull/8324) [`0752cf368`](https://togithub.com/withastro/astro/commit/0752cf3688eaac535ceda1ebcd22ccaf20b2171f) Thanks [@matthewp](https://togithub.com/matthewp)! - Prevent React hook call warnings when used with MDX When React and MDX are used in the same project, if the MDX integration is added before React, previously you'd get a warning about hook calls. This makes it so that the MDX integration's JSX renderer is last in order. ### [`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 mistakeConfiguration
π Schedule: Branch creation - "before 4am on Monday" (UTC), 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.