felix-berlin / astro-matomo

Matomo integration for Astro
GNU General Public License v3.0
11 stars 2 forks source link

chore(deps): update dependency astro to v2.1.5 #7

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.0.15 -> 2.1.5 age adoption passing confidence

Release Notes

withastro/astro ### [`v2.1.5`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#​215) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.1.4...astro@2.1.5) ##### Patch Changes - [#​6604](https://togithub.com/withastro/astro/pull/6604) [`7f7a8504b`](https://togithub.com/withastro/astro/commit/7f7a8504b5c2df4c99d3025931860c0d50992510) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Fix using optimized images in Markdown not working - [#​6617](https://togithub.com/withastro/astro/pull/6617) [`38e6ec21e`](https://togithub.com/withastro/astro/commit/38e6ec21e266ad8765d8ca2293034123b34e839a) Thanks [@​MoustaphaDev](https://togithub.com/MoustaphaDev)! - Fix tsconfig alias regression - [#​6588](https://togithub.com/withastro/astro/pull/6588) [`f42f47dc6`](https://togithub.com/withastro/astro/commit/f42f47dc6a91cdb6534dab0ecbf9e8e85f00ba40) Thanks [@​bholmesdev](https://togithub.com/bholmesdev)! - Allow access to content collection entry information (including parsed frontmatter and the entry slug) from your Markdoc using the `$entry` variable: ### [`v2.1.4`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#​214) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.1.3...astro@2.1.4) ##### Patch Changes - [#​6547](https://togithub.com/withastro/astro/pull/6547) [`04dddd783`](https://togithub.com/withastro/astro/commit/04dddd783da3235aa9ed523d2856adf86b792b5f) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Fix images having the wrong width and height when using the new astro:assets features if both dimensions were provided - [#​6566](https://togithub.com/withastro/astro/pull/6566) [`ea9b3dd72`](https://togithub.com/withastro/astro/commit/ea9b3dd72b98b3f5a542ca24a275f673faa6c7c5) Thanks [@​bluwy](https://togithub.com/bluwy)! - Support tsconfig aliases in styles - [#​6472](https://togithub.com/withastro/astro/pull/6472) [`bf024cb34`](https://togithub.com/withastro/astro/commit/bf024cb3429c5929d98378108230bc946a376b17) Thanks [@​wulinsheng123](https://togithub.com/wulinsheng123)! - don't finish the action of the copy before removing all files. - [#​6556](https://togithub.com/withastro/astro/pull/6556) [`22955b895`](https://togithub.com/withastro/astro/commit/22955b895ce4343e282355db64b3a5c1415f3944) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Fix Invalid Input error when trying to use a custom Image Service - [#​6568](https://togithub.com/withastro/astro/pull/6568) [`f413446a8`](https://togithub.com/withastro/astro/commit/f413446a859e497395b3612e44d1540cc6b9dad7) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Fix image() type to be compatible with ImageMetadata - [#​6559](https://togithub.com/withastro/astro/pull/6559) [`90e5f87d0`](https://togithub.com/withastro/astro/commit/90e5f87d03215a833bb6ac91f9548670a25ce659) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Vendor `image-size` to fix CJS-related issues - [#​6576](https://togithub.com/withastro/astro/pull/6576) [`388190102`](https://togithub.com/withastro/astro/commit/3881901028cbb586f5a4de1b4953e2d6730458ab) Thanks [@​bluwy](https://togithub.com/bluwy)! - Simplify internal resolver in dev - [#​6536](https://togithub.com/withastro/astro/pull/6536) [`035c0c4df`](https://togithub.com/withastro/astro/commit/035c0c4df2a623bcc2f2a1cb9e490df35fa29adc) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Fix Image component and `getImage` not handling images from public correctly - [#​6601](https://togithub.com/withastro/astro/pull/6601) [`f112c12b1`](https://togithub.com/withastro/astro/commit/f112c12b15dfbb278d66699f54809674dd1bded0) Thanks [@​bluwy](https://togithub.com/bluwy)! - Fix plugin apply args when filtering - [#​6586](https://togithub.com/withastro/astro/pull/6586) [`689884251`](https://togithub.com/withastro/astro/commit/68988425119255382f94c983796574050006f003) Thanks [@​solelychloe](https://togithub.com/solelychloe)! - fix: Add missing --watch flag for astro check when running astro check --help - [#​6572](https://togithub.com/withastro/astro/pull/6572) [`fa132e35c`](https://togithub.com/withastro/astro/commit/fa132e35c23f2cfe368fd0a7239584a2bc5c4f12) Thanks [@​MoustaphaDev](https://togithub.com/MoustaphaDev)! - Properly handle empty markdown files in content collections - [#​6555](https://togithub.com/withastro/astro/pull/6555) [`f5fddafc2`](https://togithub.com/withastro/astro/commit/f5fddafc248bb1ef57b7349bfecc25539ae2b5ea) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Add a `validateOptions` hook to the Image Service API in order to set default options and validate the passed options - [#​6605](https://togithub.com/withastro/astro/pull/6605) [`283734525`](https://togithub.com/withastro/astro/commit/28373452503bc6ca88221ffd39a5590e015e4d71) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Update tsconfig.json templates to ignore TypeScript 5.0 deprecations for the moment - [#​6583](https://togithub.com/withastro/astro/pull/6583) [`66858f1f2`](https://togithub.com/withastro/astro/commit/66858f1f238a0edf6ded2b0f693bc738785d5aa3) Thanks [@​francoromanol](https://togithub.com/francoromanol)! - Fix overflow title in error message - [#​6558](https://togithub.com/withastro/astro/pull/6558) [`6c465e958`](https://togithub.com/withastro/astro/commit/6c465e958e088ff55e5b895e67c64c0dfd4277a6) Thanks [@​bluwy](https://togithub.com/bluwy)! - Fix prerendered 404 page handling in SSR - Updated dependencies \[[`90e5f87d0`](https://togithub.com/withastro/astro/commit/90e5f87d03215a833bb6ac91f9548670a25ce659), [`f5fddafc2`](https://togithub.com/withastro/astro/commit/f5fddafc248bb1ef57b7349bfecc25539ae2b5ea)]: - [@​astrojs/markdown-remark](https://togithub.com/astrojs/markdown-remark)[@​2](https://togithub.com/2).1.1 ### [`v2.1.3`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#​213) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.1.2...astro@2.1.3) ##### Patch Changes - [#​6530](https://togithub.com/withastro/astro/pull/6530) [`acf78c5e2`](https://togithub.com/withastro/astro/commit/acf78c5e271ec3d4f589782078e2a2044cc1c391) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Fix various inaccuracies with types related to the new Assets features: - getConfiguredImageService wasn't present on the astro:assets types. - ImageMetadata wasn't exported - Fixed wrong module declaration for `avif`, `heic` and `heif` files. - Add missing module declaration for SVGs imports - [#​6527](https://togithub.com/withastro/astro/pull/6527) [`04e624d06`](https://togithub.com/withastro/astro/commit/04e624d062c6ce385f6293afba26f3942c2290c6) Thanks [@​bluwy](https://togithub.com/bluwy)! - Treeshake exported client components that are not imported - [#​6533](https://togithub.com/withastro/astro/pull/6533) [`cc90d7219`](https://togithub.com/withastro/astro/commit/cc90d72197e1139195e9545105b9a1d339f38e1b) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Added a warning when trying to use `experimental.assets` with a not compatible adapter - [#​6483](https://togithub.com/withastro/astro/pull/6483) [`a9a6ae298`](https://togithub.com/withastro/astro/commit/a9a6ae29812339ea00f3b9afd3de09bd9d3733a9) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Fix images defined in content collections schemas not working - [#​6537](https://togithub.com/withastro/astro/pull/6537) [`6a7cf0712`](https://togithub.com/withastro/astro/commit/6a7cf0712da23e2c095f4bc4f2512e618bceb38e) Thanks [@​matthewp](https://togithub.com/matthewp)! - Prevent astro:content from depending on Node builtins - [#​6488](https://togithub.com/withastro/astro/pull/6488) [`bfd67ea74`](https://togithub.com/withastro/astro/commit/bfd67ea749dbc6ffa7c9a671fcc48bea6c04a075) Thanks [@​matthewp](https://togithub.com/matthewp)! - Remove use of createRequire breaking non-Node hosts. - [#​6503](https://togithub.com/withastro/astro/pull/6503) [`f6eddffa0`](https://togithub.com/withastro/astro/commit/f6eddffa0414d54767e9f9e1ee5a936b8a20146b) Thanks [@​bholmesdev](https://togithub.com/bholmesdev)! - Add caching to `getCollection()` queries for faster SSG production builds - [#​6508](https://togithub.com/withastro/astro/pull/6508) [`c63874090`](https://togithub.com/withastro/astro/commit/c6387409062f1d7c2afc93319748ad57086837c5) Thanks [@​bholmesdev](https://togithub.com/bholmesdev)! - Improve content collection error formatting: - Bold the collection and entry that failed - Consistently list the frontmatter key at the start of every error - Rich errors for union types - [#​6485](https://togithub.com/withastro/astro/pull/6485) [`d637d1ea5`](https://togithub.com/withastro/astro/commit/d637d1ea5b347b9c724adc895c9006c696ac8fc8) Thanks [@​bluwy](https://togithub.com/bluwy)! - Fix `@astrojs/prism` edgecase with strict package managers - [#​6532](https://togithub.com/withastro/astro/pull/6532) [`637f9bc72`](https://togithub.com/withastro/astro/commit/637f9bc728ea7d56fc82a862d761385f0dcd9528) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Fix `env.d.ts` changing types wrongly on every restart when `experimental.assets` is enabled - [#​6460](https://togithub.com/withastro/astro/pull/6460) [`77a046e88`](https://togithub.com/withastro/astro/commit/77a046e886c370b737208574b6934f5a1cf2b177) Thanks [@​bluwy](https://togithub.com/bluwy)! - Add default `.npmrc` file when adding the Lit integration through `astro add lit` and using `pnpm`. ### [`v2.1.2`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#​212) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.1.1...astro@2.1.2) ##### Patch Changes - [#​6466](https://togithub.com/withastro/astro/pull/6466) [`ec0455352`](https://togithub.com/withastro/astro/commit/ec0455352568ab3ea3c5ec1625f582aa54d15bb7) Thanks [@​matthewp](https://togithub.com/matthewp)! - In dev, load assets relative to the root ### [`v2.1.1`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#​211) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.1.0...astro@2.1.1) ##### Patch Changes - [#​6454](https://togithub.com/withastro/astro/pull/6454) [`05fc7ae54`](https://togithub.com/withastro/astro/commit/05fc7ae54c19442730971ea22d38f5dbc88050e5) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Add support for ESM importing SVGs when using `astro:assets` - [#​6455](https://togithub.com/withastro/astro/pull/6455) [`cf0198316`](https://togithub.com/withastro/astro/commit/cf0198316db91a5df6750401ea3cbd7ce5330836) Thanks [@​delucis](https://togithub.com/delucis)! - Document `image.service` configuration option - [#​6459](https://togithub.com/withastro/astro/pull/6459) [`964d55246`](https://togithub.com/withastro/astro/commit/964d55246b73410b1e09b5716914f709a97cb387) Thanks [@​bluwy](https://togithub.com/bluwy)! - Prevent HTML-escape of raw strings in ` Githubissues.
  • Githubissues is a development platform for aggregating issues.