cloudnativedaysjp / website

Website for CloudNative Days a.k.a Dreamkast-Archives
1 stars 0 forks source link

Update all minor, or patch dependencies on npm #120

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
@astrojs/image (source) 0.16.6 -> 0.16.9 age adoption passing confidence
@astrojs/mdx (source) 0.19.0 -> 0.19.5 age adoption passing confidence
@astrojs/partytown (source) 1.2.0 -> 1.2.3 age adoption passing confidence
@astrojs/react (source) 2.1.1 -> 2.2.1 age adoption passing confidence
@astrojs/rss (source) 2.3.2 -> 2.4.3 age adoption passing confidence
@astrojs/tailwind (source) 3.1.1 -> 3.1.3 age adoption passing confidence
@notionhq/client (source) 2.2.3 -> 2.2.5 age adoption passing confidence
@nrwl/nx-cloud 16.0.0 -> 16.0.5 age adoption passing confidence
@types/node-fetch (source) 2.6.3 -> 2.6.4 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.57.1 -> 5.59.8 age adoption passing confidence
@typescript-eslint/parser 5.57.1 -> 5.59.8 age adoption passing confidence
astro (source) 2.3.0 -> 2.5.6 age adoption passing confidence
astro-compress 1.1.35 -> 1.1.46 age adoption passing confidence
eslint (source) 8.37.0 -> 8.41.0 age adoption passing confidence
eslint-plugin-astro (source) ^0.21.1 -> ^0.27.0 age adoption passing confidence
katex (source) 0.16.4 -> 0.16.7 age adoption passing confidence
mermaid 10.1.0 -> 10.2.1 age adoption passing confidence
metascraper (source) 5.34.2 -> 5.34.7 age adoption passing confidence
metascraper-description (source) 5.34.2 -> 5.34.7 age adoption passing confidence
metascraper-image (source) 5.34.2 -> 5.34.7 age adoption passing confidence
metascraper-title (source) 5.34.2 -> 5.34.7 age adoption passing confidence
nx (source) 15.5.3 -> 15.9.4 age adoption passing confidence
prettier (source) 2.8.7 -> 2.8.8 age adoption passing confidence
prettier-plugin-astro ^0.8.0 -> ^0.10.0 age adoption passing confidence
tailwindcss (source) 3.3.1 -> 3.3.2 age adoption passing confidence

Release Notes

withastro/astro (@​astrojs/image) ### [`v0.16.9`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/image/CHANGELOG.md#​0169) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/image@0.16.8...@astrojs/image@0.16.9) ##### Patch Changes - [#​6991](https://togithub.com/withastro/astro/pull/6991) [`719002ca5`](https://togithub.com/withastro/astro/commit/719002ca5b128744fb4316d4a52c5dcd46a42759) Thanks [@​MoustaphaDev](https://togithub.com/MoustaphaDev)! - Enable experimental support for hybrid SSR with pre-rendering enabled by default **astro.config.mjs** ```js import { defineConfig } from 'astro/config'; export defaultdefineConfig({ output: 'hybrid', experimental: { hybridOutput: true, }, }) ``` Then add `export const prerender = false` to any page or endpoint you want to opt-out of pre-rendering. **src/pages/contact.astro** ### [`v0.16.8`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/image/CHANGELOG.md#​0168) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/image@0.16.7...@astrojs/image@0.16.8) ##### Patch Changes - [#​7059](https://togithub.com/withastro/astro/pull/7059) [`ebb40f5cb`](https://togithub.com/withastro/astro/commit/ebb40f5cb093e9be5f856a98bf5ffd65a814218b) Thanks [@​jasikpark](https://togithub.com/jasikpark)! - Add `fetchpriority` to allowed `Picture` attributes in `@astrojs/image` - Updated dependencies \[[`c87d42e76`](https://togithub.com/withastro/astro/commit/c87d42e766d02db5352671cbf074dd637bdb23e0), [`4f1073a6a`](https://togithub.com/withastro/astro/commit/4f1073a6a4f3e5a4fc9df96a2ae59f2e929703fe)]: - astro@2.4.5 ### [`v0.16.7`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/image/CHANGELOG.md#​0167) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/image@0.16.6...@astrojs/image@0.16.7) ##### Patch Changes - [#​6969](https://togithub.com/withastro/astro/pull/6969) [`77270cc2c`](https://togithub.com/withastro/astro/commit/77270cc2cd06c942d7abf1d882e36d9163edafa5) Thanks [@​bluwy](https://togithub.com/bluwy)! - Avoid removing leading slash for `build.assetsPrefix` value in the build output - [#​6952](https://togithub.com/withastro/astro/pull/6952) [`e5bd084c0`](https://togithub.com/withastro/astro/commit/e5bd084c01e4f60a157969b50c05ce002f7b63d2) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Update allowed Sharp versions to support 0.32.0 - Updated dependencies \[[`a8a319aef`](https://togithub.com/withastro/astro/commit/a8a319aef744a64647ee16c7d558d74de6864c6c), [`a695e44ae`](https://togithub.com/withastro/astro/commit/a695e44aed6e2f5d32cb950d4237be6e5657ba98), [`367e61776`](https://togithub.com/withastro/astro/commit/367e61776196a17d61c28daa4dfbabb6244e040c), [`77270cc2c`](https://togithub.com/withastro/astro/commit/77270cc2cd06c942d7abf1d882e36d9163edafa5), [`895fa07d8`](https://togithub.com/withastro/astro/commit/895fa07d8b4b8359984e048daca5437e40f44390), [`72c6bf01f`](https://togithub.com/withastro/astro/commit/72c6bf01fe49b331ca8ad9206a7506b15caf5b8d), [`e5bd084c0`](https://togithub.com/withastro/astro/commit/e5bd084c01e4f60a157969b50c05ce002f7b63d2)]: - astro@2.3.4
withastro/astro (@​astrojs/mdx) ### [`v0.19.5`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/mdx/CHANGELOG.md#​0195) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/mdx@0.19.4...@astrojs/mdx@0.19.5) ##### Patch Changes - [#​7151](https://togithub.com/withastro/astro/pull/7151) [`ea16570b1`](https://togithub.com/withastro/astro/commit/ea16570b1e0929678170c10b06c011dc668d7013) Thanks [@​bluwy](https://togithub.com/bluwy)! - Add `optimize` option for faster builds and rendering - [#​7192](https://togithub.com/withastro/astro/pull/7192) [`7851f9258`](https://togithub.com/withastro/astro/commit/7851f9258fae2f54795470253df9ce4bcd5f9cb0) Thanks [@​ematipico](https://togithub.com/ematipico)! - Detect `mdx` files using their full extension - [#​7191](https://togithub.com/withastro/astro/pull/7191) [`27c6e0182`](https://togithub.com/withastro/astro/commit/27c6e01826a6da525f1f811d97784accd1ebbd96) Thanks [@​bluwy](https://togithub.com/bluwy)! - Remove `@mdx-js/rollup` dependency ### [`v0.19.4`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/mdx/CHANGELOG.md#​0194) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/mdx@0.19.3...@astrojs/mdx@0.19.4) ##### Patch Changes - [#​7178](https://togithub.com/withastro/astro/pull/7178) [`57e65d247`](https://togithub.com/withastro/astro/commit/57e65d247f67de61bcc3a585c2254feb61ed2e74) Thanks [@​bholmesdev](https://togithub.com/bholmesdev)! - Fix: revert Markdoc asset bleed changes. Production build issues were discovered that deserve a different fix. ### [`v0.19.3`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/mdx/CHANGELOG.md#​0193) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/mdx@0.19.2...@astrojs/mdx@0.19.3) ##### Patch Changes - [#​6758](https://togithub.com/withastro/astro/pull/6758) [`f558a9e20`](https://togithub.com/withastro/astro/commit/f558a9e2056fc8f2e2d5814e74f199e398159fc4) Thanks [@​bholmesdev](https://togithub.com/bholmesdev)! - Improve style and script handling across content collection files. This addresses style bleed present in `@astrojs/markdoc` v0.1.0 ### [`v0.19.2`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/mdx/CHANGELOG.md#​0192) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/mdx@0.19.1...@astrojs/mdx@0.19.2) ##### Patch Changes - [#​7104](https://togithub.com/withastro/astro/pull/7104) [`826e02890`](https://togithub.com/withastro/astro/commit/826e0289005f645b902375b98d5549c6a95ccafa) Thanks [@​bluwy](https://togithub.com/bluwy)! - Specify `"files"` field to only publish necessary files - Updated dependencies \[[`826e02890`](https://togithub.com/withastro/astro/commit/826e0289005f645b902375b98d5549c6a95ccafa)]: - [@​astrojs/markdown-remark](https://togithub.com/astrojs/markdown-remark)[@​2](https://togithub.com/2).2.1 - [@​astrojs/prism](https://togithub.com/astrojs/prism)[@​2](https://togithub.com/2).1.2 ### [`v0.19.1`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/mdx/CHANGELOG.md#​0191) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/mdx@0.19.0...@astrojs/mdx@0.19.1) ##### Patch Changes - [#​6932](https://togithub.com/withastro/astro/pull/6932) [`49514e4ce`](https://togithub.com/withastro/astro/commit/49514e4ce40fedb39bf7decd2c296258efbdafc7) Thanks [@​bluwy](https://togithub.com/bluwy)! - Upgrade shiki to v0.14.1. This updates the shiki theme colors and adds the theme name to the `pre` tag, e.g. `
`.

-   Updated dependencies \[[`49514e4ce`](https://togithub.com/withastro/astro/commit/49514e4ce40fedb39bf7decd2c296258efbdafc7)]:
    -   [@​astrojs/markdown-remark](https://togithub.com/astrojs/markdown-remark)[@​2](https://togithub.com/2).2.0

withastro/astro (@​astrojs/partytown) ### [`v1.2.3`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/partytown/CHANGELOG.md#​123) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/partytown@1.2.2...@astrojs/partytown@1.2.3) ##### Patch Changes - [#​7175](https://togithub.com/withastro/astro/pull/7175) [`59d8c50b8`](https://togithub.com/withastro/astro/commit/59d8c50b8426cd6825abc07405041779b7999022) Thanks [@​AkashRajpurohit](https://togithub.com/AkashRajpurohit)! - fix typescript type for partytown options ### [`v1.2.2`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/partytown/CHANGELOG.md#​122) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/partytown@1.2.1...@astrojs/partytown@1.2.2) ##### Patch Changes - [#​7104](https://togithub.com/withastro/astro/pull/7104) [`826e02890`](https://togithub.com/withastro/astro/commit/826e0289005f645b902375b98d5549c6a95ccafa) Thanks [@​bluwy](https://togithub.com/bluwy)! - Specify `"files"` field to only publish necessary files ### [`v1.2.1`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/partytown/CHANGELOG.md#​121) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/partytown@1.2.0...@astrojs/partytown@1.2.1) ##### Patch Changes - [#​7001](https://togithub.com/withastro/astro/pull/7001) [`ad5c75447`](https://togithub.com/withastro/astro/commit/ad5c75447af9cfbdcb1f288c5c17229fbd3d6dd2) Thanks [@​Waxer59](https://togithub.com/Waxer59)! - Fixed a code example that was wrongly closed
withastro/astro (@​astrojs/react) ### [`v2.2.1`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/react/CHANGELOG.md#​221) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/react@2.2.0...@astrojs/react@2.2.1) ##### Patch Changes - [#​7196](https://togithub.com/withastro/astro/pull/7196) [`1c77779dd`](https://togithub.com/withastro/astro/commit/1c77779dd66a6db77c81ed235da076a6118decde) Thanks [@​bluwy](https://togithub.com/bluwy)! - Fix `astro-static-slot` hydration mismatch error ### [`v2.2.0`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/react/CHANGELOG.md#​220) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/react@2.1.3...@astrojs/react@2.2.0) ##### Minor Changes - [#​7093](https://togithub.com/withastro/astro/pull/7093) [`3d525efc9`](https://togithub.com/withastro/astro/commit/3d525efc95cfb2deb5d9e04856d02965d66901c9) Thanks [@​matthewp](https://togithub.com/matthewp)! - Prevent removal of nested slots within islands This change introduces a new flag that renderers can add called `supportsAstroStaticSlot`. What this does is let Astro know that the render is sending `` as placeholder values for static (non-hydrated) slots which Astro will then remove. This change is completely backwards compatible, but fixes bugs caused by combining ssr-only and client-side framework components like so: ```astro
Nested
``` ##### Patch Changes - [#​7104](https://togithub.com/withastro/astro/pull/7104) [`826e02890`](https://togithub.com/withastro/astro/commit/826e0289005f645b902375b98d5549c6a95ccafa) Thanks [@​bluwy](https://togithub.com/bluwy)! - Specify `"files"` field to only publish necessary files ### [`v2.1.3`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/react/CHANGELOG.md#​213) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/react@2.1.2...@astrojs/react@2.1.3) ##### Patch Changes - [#​6976](https://togithub.com/withastro/astro/pull/6976) [`ca329bbca`](https://togithub.com/withastro/astro/commit/ca329bbcae7a6075af4f428f6f64466e9d152c8f) Thanks [@​SudoCat](https://togithub.com/SudoCat)! - Prevent ID collisions in React.useId ### [`v2.1.2`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/react/CHANGELOG.md#​212) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/react@2.1.1...@astrojs/react@2.1.2) ##### Patch Changes - [#​6933](https://togithub.com/withastro/astro/pull/6933) [`649d70934`](https://togithub.com/withastro/astro/commit/649d70934e709bb1aa6e5e7583b12fa1703377cb) Thanks [@​matthewp](https://togithub.com/matthewp)! - Automatically configure redoc
withastro/astro (@​astrojs/rss) ### [`v2.4.3`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro-rss/CHANGELOG.md#​243) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/rss@2.4.2...@astrojs/rss@2.4.3) ##### Patch Changes - [#​7153](https://togithub.com/withastro/astro/pull/7153) [`e17ed0727`](https://togithub.com/withastro/astro/commit/e17ed0727ef1acb512c77723a1b641326de8ca84) Thanks [@​AkashRajpurohit](https://togithub.com/AkashRajpurohit)! - exposes RSSFeedItem type ### [`v2.4.2`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro-rss/CHANGELOG.md#​242) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/rss@2.4.1...@astrojs/rss@2.4.2) ##### Patch Changes - [#​7066](https://togithub.com/withastro/astro/pull/7066) [`a37e67b52`](https://togithub.com/withastro/astro/commit/a37e67b520dc35dbf40313c77490a97446de2f74) Thanks [@​TheOtterlord](https://togithub.com/TheOtterlord)! - Fix pubDate schema tranformation - [#​7104](https://togithub.com/withastro/astro/pull/7104) [`826e02890`](https://togithub.com/withastro/astro/commit/826e0289005f645b902375b98d5549c6a95ccafa) Thanks [@​bluwy](https://togithub.com/bluwy)! - Specify `"files"` field to only publish necessary files ### [`v2.4.1`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro-rss/CHANGELOG.md#​241) ##### Patch Changes - [#​6970](https://togithub.com/withastro/astro/pull/6970) [`b5482cee2`](https://togithub.com/withastro/astro/commit/b5482cee2387149ff397447e546130ba3dea58db) Thanks [@​bholmesdev](https://togithub.com/bholmesdev)! - Fix: remove accidental stripping of trailing `/1/` on canonical URLs ### [`v2.4.0`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro-rss/CHANGELOG.md#​240) ##### Minor Changes - [#​6707](https://togithub.com/withastro/astro/pull/6707) [`4ea716e56`](https://togithub.com/withastro/astro/commit/4ea716e5692d23361e9301330ce52733b3d05b01) Thanks [@​philnash](https://togithub.com/philnash)! - Added extra elements to the RSS items, including categories and enclosure
withastro/astro (@​astrojs/tailwind) ### [`v3.1.3`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/tailwind/CHANGELOG.md#​313) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/tailwind@3.1.2...@astrojs/tailwind@3.1.3) ##### Patch Changes - [#​7104](https://togithub.com/withastro/astro/pull/7104) [`826e02890`](https://togithub.com/withastro/astro/commit/826e0289005f645b902375b98d5549c6a95ccafa) Thanks [@​bluwy](https://togithub.com/bluwy)! - Specify `"files"` field to only publish necessary files - Updated dependencies \[[`4516d7b22`](https://togithub.com/withastro/astro/commit/4516d7b22c5979cde4537f196b53ae2826ba9561), [`e186ecc5e`](https://togithub.com/withastro/astro/commit/e186ecc5e292de8c6a2c441a2d588512c0813068), [`c6d7ebefd`](https://togithub.com/withastro/astro/commit/c6d7ebefdd554a9ef29cfeb426ac55cab80d6473), [`914c439bc`](https://togithub.com/withastro/astro/commit/914c439bccee9fec002c6d92beaa501c398e62ac), [`e9fc2c221`](https://togithub.com/withastro/astro/commit/e9fc2c2213036d47cd30a47a6cdad5633481a0f8), [`075eee08f`](https://togithub.com/withastro/astro/commit/075eee08f2e2b0baea008b97f3523f2cb937ee44), [`719002ca5`](https://togithub.com/withastro/astro/commit/719002ca5b128744fb4316d4a52c5dcd46a42759), [`fc52681ba`](https://togithub.com/withastro/astro/commit/fc52681ba2f8fe8bcd92eeedf3c6a52fd86a390e), [`fb84622af`](https://togithub.com/withastro/astro/commit/fb84622af04f795de8d17f24192de105f70fe910), [`cada10a46`](https://togithub.com/withastro/astro/commit/cada10a466f81f8edb0aa664f9cffdb6b5b8f307), [`cd410c5eb`](https://togithub.com/withastro/astro/commit/cd410c5eb71f825259279c27c4c39d0ad282c3f0), [`73ec6f6c1`](https://togithub.com/withastro/astro/commit/73ec6f6c16cadb71dafe9f664f0debde072c3173), [`410428672`](https://togithub.com/withastro/astro/commit/410428672ed97bba7ca0b3352c1a7ee564921462), [`763ff2d1e`](https://togithub.com/withastro/astro/commit/763ff2d1e44f54b899d7c65386f1b4b877c95737), [`c1669c001`](https://togithub.com/withastro/astro/commit/c1669c0011eecfe65a459d727848c18c189a54ca), [`3d525efc9`](https://togithub.com/withastro/astro/commit/3d525efc95cfb2deb5d9e04856d02965d66901c9)]: - astro@2.5.0 ### [`v3.1.2`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/tailwind/CHANGELOG.md#​312) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/tailwind@3.1.1...@astrojs/tailwind@3.1.2) ##### Patch Changes - [#​6930](https://togithub.com/withastro/astro/pull/6930) [`2dca81bf2`](https://togithub.com/withastro/astro/commit/2dca81bf2174cd5c27cb63cb0ae081ea2a1ac771) Thanks [@​bluwy](https://togithub.com/bluwy)! - Update dependencies - Updated dependencies \[[`a98df9374`](https://togithub.com/withastro/astro/commit/a98df9374dec65c678fa47319cb1481b1af123e2), [`50975f2ea`](https://togithub.com/withastro/astro/commit/50975f2ea3a59f9e023cc631a9372c0c7986eec9), [`ebae1eaf8`](https://togithub.com/withastro/astro/commit/ebae1eaf87f49399036033c673b513338f7d9c42), [`dc062f669`](https://togithub.com/withastro/astro/commit/dc062f6695ce577dc569781fc0678c903012c336)]: - astro@2.3.3
makenotion/notion-sdk-js ### [`v2.2.5`](https://togithub.com/makenotion/notion-sdk-js/releases/tag/v2.2.5): 2.2.5 [Compare Source](https://togithub.com/makenotion/notion-sdk-js/compare/v2.2.4...v2.2.5) - Fix bug for in `filter_properties` query parameter to correctly URI encode property IDs when passed via the JS SDK - Add `peruvian_sol` to acceptable NumberFormat options ### [`v2.2.4`](https://togithub.com/makenotion/notion-sdk-js/releases/tag/v2.2.4): 2.2.4 [Compare Source](https://togithub.com/makenotion/notion-sdk-js/compare/v2.2.3...v2.2.4) Add support for creating template mentions. Also some minor changes to support filtering by status property in queryDatabase, and some emoji changes.
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v5.59.8`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5598-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5597v5598-2023-05-29) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.7...v5.59.8) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ### [`v5.59.7`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5597-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5596v5597-2023-05-22) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ### [`v5.59.6`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5596-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5595v5596-2023-05-15) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ### [`v5.59.5`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5595-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5594v5595-2023-05-08) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.2...v5.59.5) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ### [`v5.59.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5592-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5591v5592-2023-05-01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.1...v5.59.2) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ### [`v5.59.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5591-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5590v5591-2023-04-24) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.0...v5.59.1) ##### Bug Fixes - **eslint-plugin:** \[prefer-regexp-exec] skip malformed regexes ([#​6935](https://togithub.com/typescript-eslint/typescript-eslint/issues/6935)) ([05ed60e](https://togithub.com/typescript-eslint/typescript-eslint/commit/05ed60e25f1de9d1bb83d56c81a349130960bec8)) - **eslint-plugin:** \[unified-signatures] no parameters function ([#​6940](https://togithub.com/typescript-eslint/typescript-eslint/issues/6940)) ([2970861](https://togithub.com/typescript-eslint/typescript-eslint/commit/297086154acc568a0ae8eb41c8977b7a7ba4e0ed)) ### [`v5.59.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5590-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5580v5590-2023-04-17) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.58.0...v5.59.0) ##### Bug Fixes - **eslint-plugin:** \[no-unnecessary-condition] allow nullish coalescing for naked type parameter ([#​6910](https://togithub.com/typescript-eslint/typescript-eslint/issues/6910)) ([3e5f858](https://togithub.com/typescript-eslint/typescript-eslint/commit/3e5f8583f1e4fe045c2fe2143d6f280b7381f96b)) ##### Features - **eslint-plugin:** \[ban-types] add NonNullable suggestion and allow custom suggestions ([#​6876](https://togithub.com/typescript-eslint/typescript-eslint/issues/6876)) ([ff65235](https://togithub.com/typescript-eslint/typescript-eslint/commit/ff65235246bb6214fb64f0e0317373ca99f8bcbe)) ### [`v5.58.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5580-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5571v5580-2023-04-10) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.57.1...v5.58.0) ##### Bug Fixes - **eslint-plugin:** \[unified-signatures] allow overloads with different named and different number of parameters ([#​6877](https://togithub.com/typescript-eslint/typescript-eslint/issues/6877)) ([939d665](https://togithub.com/typescript-eslint/typescript-eslint/commit/939d6656ebcb94fab048a08d719b3e77362ab5b4)) ##### Features - **eslint-plugin:** \[no-unsafe-enum-comparison] add rule ([#​6107](https://togithub.com/typescript-eslint/typescript-eslint/issues/6107)) ([915f9c2](https://togithub.com/typescript-eslint/typescript-eslint/commit/915f9c2dc8934eef491a672786ec9f016f3658ba)) #### [5.57.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.57.0...v5.57.1) (2023-04-03) ##### Bug Fixes - **eslint-plugin:** \[strict-boolean-expressions] support mixed enums in allowNullableEnum option ([#​6740](https://togithub.com/typescript-eslint/typescript-eslint/issues/6740)) ([49be8a8](https://togithub.com/typescript-eslint/typescript-eslint/commit/49be8a814c82f3784308ef5a6e90478eb56e55c1))
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v5.59.8`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5598-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5597v5598-2023-05-29) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.7...v5.59.8) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.59.7`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5597-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5596v5597-2023-05-22) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.59.6`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5596-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5595v5596-2023-05-15) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.59.5`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5595-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5594v5595-2023-05-08) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.2...v5.59.5) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.59.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5592-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5591v5592-2023-05-01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.1...v5.59.2) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.59.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5591-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5590v5591-2023-04-24) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.0...v5.59.1) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.59.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5590-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5580v5590-2023-04-17) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.58.0...v5.59.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.58.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5580-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5571v5580-2023-04-10) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.57.1...v5.58.0) ##### Bug Fixes - update getLib for new TypeScript targets ES2021, ES2022 ([#​6782](https://togithub.com/typescript-eslint/typescript-eslint/issues/6782)) ([1c04664](https://togithub.com/typescript-eslint/typescript-eslint/commit/1c0466414300f338c6c4111f8d1eac0c3e6a8983)) #### [5.57.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.57.0...v5.57.1) (2023-04-03) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
withastro/astro (astro) ### [`v2.5.6`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#​256) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.5.5...astro@2.5.6) ##### Patch Changes - [#​7193](https://togithub.com/withastro/astro/pull/7193) [`8b041bf57`](https://togithub.com/withastro/astro/commit/8b041bf57c76830c4070330270521e05d8e58474) Thanks [@​ematipico](https://togithub.com/ematipico)! - Refactor how pages are emitted during the internal bundling. Now each page is emitted as a separate entry point. - [#​7218](https://togithub.com/withastro/astro/pull/7218) [`6c7df28ab`](https://togithub.com/withastro/astro/commit/6c7df28ab34b756b8426443bf6976e24d4611a62) Thanks [@​bluwy](https://togithub.com/bluwy)! - Fix CSS deduping and missing chunks - [#​7235](https://togithub.com/withastro/astro/pull/7235) [`ee2aca80a`](https://togithub.com/withastro/astro/commit/ee2aca80a71afe843af943b11966fcf77f556cfb) Thanks [@​MoustaphaDev](https://togithub.com/MoustaphaDev)! - Prioritize dynamic prerendered routes over dynamic server routes - [#​7192](https://togithub.com/withastro/astro/pull/7192) [`7851f9258`](https://togithub.com/withastro/astro/commit/7851f9258fae2f54795470253df9ce4bcd5f9cb0) Thanks [@​ematipico](https://togithub.com/ematipico)! - Detect `mdx` files using their full extension - [#​7244](https://togithub.com/withastro/astro/pull/7244) [`bef3a75db`](https://togithub.com/withastro/astro/commit/bef3a75dbc48d584daff9f7f3d5a8937b0356170) Thanks [@​bholmesdev](https://togithub.com/bholmesdev)! - Remove the auto-generated `$entry` variable for Markdoc entries. To access frontmatter as a variable, you can pass `entry.data` as a prop where you render your content: ### [`v2.5.5`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#​255) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.5.4...astro@2.5.5) ##### Patch Changes - [#​6832](https://togithub.com/withastro/astro/pull/6832) [`904131aec`](https://togithub.com/withastro/astro/commit/904131aec3bacb2824ad60457a45772eba27b5ab) Thanks [@​wulinsheng123](https://togithub.com/wulinsheng123)! - fix a bug when Fragment is as a slot - [#​7178](https://togithub.com/withastro/astro/pull/7178) [`57e65d247`](https://togithub.com/withastro/astro/commit/57e65d247f67de61bcc3a585c2254feb61ed2e74) Thanks [@​bholmesdev](https://togithub.com/bholmesdev)! - Fix: revert Markdoc asset bleed changes. Production build issues were discovered that deserve a different fix. ### [`v2.5.4`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#​254) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.5.3...astro@2.5.4) ##### Patch Changes - [#​7125](https://togithub.com/withastro/astro/pull/7125) [`4ce8bf7c6`](https://togithub.com/withastro/astro/commit/4ce8bf7c62d2b19ff7bd3dd0fbad88fcac10feaa) Thanks [@​bluwy](https://togithub.com/bluwy)! - Make vite-plugin-content-virtual-mod run `getEntrySlug` 10 at a time to prevent `EMFILE: too many open files` error - [#​7166](https://togithub.com/withastro/astro/pull/7166) [`626dd41d0`](https://togithub.com/withastro/astro/commit/626dd41d0a80155f59962e3a1b70d8dfd2719d25) Thanks [@​ematipico](https://togithub.com/ematipico)! - Move generation of renderers code into their own file - [#​7174](https://togithub.com/withastro/astro/pull/7174) [`92d1f017e`](https://togithub.com/withastro/astro/commit/92d1f017e5c0a921973e028b90c7975e74dce433) Thanks [@​ematipico](https://togithub.com/ematipico)! - Remove restriction around serialisable data for `Astro.locals` - [#​7172](https://togithub.com/withastro/astro/pull/7172) [`2ca94269e`](https://togithub.com/withastro/astro/commit/2ca94269ed0b5046033c47985ef50b7e7a637caf) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Add types for `import.meta.env.ASSETS_PREFIX` and `import.meta.env.SITE` - [#​7134](https://togithub.com/withastro/astro/pull/7134) [`5b6a0312a`](https://togithub.com/withastro/astro/commit/5b6a0312a822565404a6334576677fc574cfcd56) Thanks [@​alexvuka1](https://togithub.com/alexvuka1)! - value of var can be undefined when using `define:vars` - [#​7171](https://togithub.com/withastro/astro/pull/7171) [`79ba74832`](https://togithub.com/withastro/astro/commit/79ba74832fc46e6946c8235c33e9acfbb3a4139b) Thanks [@​bluwy](https://togithub.com/bluwy)! - Prevent Vite watching on Astro config load ### [`v2.5.3`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#​253) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.5.2...astro@2.5.3) ##### Patch Changes - [#​6758](https://togithub.com/withastro/astro/pull/6758) [`f558a9e20`](https://togithub.com/withastro/astro/commit/f558a9e2056fc8f2e2d5814e74f199e398159fc4) Thanks [@​bholmesdev](https://togithub.com/bholmesdev)! - Improve style and script handling across content collection files. This addresses style bleed present in `@astrojs/markdoc` v0.1.0 - [#​7143](https://togithub.com/withastro/astro/pull/7143) [`b41963b77`](https://togithub.com/withastro/astro/commit/b41963b775149b802eea9e12c5fe266bb9a02944) Thanks [@​johannesspohr](https://togithub.com/johannesspohr)! - Render 404 page content when a `Response` with status 404 is returned from a page ### [`v2.5.2`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#​252) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.5.1...astro@2.5.2) ##### Patch Changes - [#​7144](https://togithub.com/withastro/astro/pull/7144) [`ba0636240`](https://togithub.com/withastro/astro/commit/ba0636240996f9f082d122a8414240196881cb96) Thanks [@​lilnasy](https://togithub.com/lilnasy)! - Fixed an issue where scripts that weren't safe to inline were inlined. - [#​7150](https://togithub.com/withastro/astro/pull/7150) [`8f418d13c`](https://togithub.com/withastro/astro/commit/8f418d13c5d5c9c40f05020205f24380b718654b) Thanks [@​MoustaphaDev](https://togithub.com/MoustaphaDev)! - fix no matched path when using `getStaticPaths` without `prerender` export. ### [`v2.5.1`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#​251) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.5.0...astro@2.5.1) ##### Patch Changes - [#​7128](https://togithub.com/withastro/astro/pull/7128) [`72f686a68`](https://togithub.com/withastro/astro/commit/72f686a68930de52f9a274c13c98acad59925b31) Thanks [@​johannesspohr](https://togithub.com/johannesspohr)! - Fix routes created by `injectRoute` for SSR - [#​7132](https://togithub.com/withastro/astro/pull/7132) [`319a0a7a0`](https://togithub.com/withastro/astro/commit/319a0a7a0a6a950387c942b467746d590bb32fda) Thanks [@​ematipico](https://togithub.com/ematipico)! - Emit middleware as an entrypoint during build - [#​7036](https://togithub.com/withastro/astro/pull/7036) [`852d59a8d`](https://togithub.com/withastro/astro/commit/852d59a8d68e124f10852609e0f1619d5838ac76) Thanks [@​ematipico](https://togithub.com/ematipico)! - Emit pages as dynamic import chunks during the build - [#​7126](https://togithub.com/withastro/astro/pull/7126) [`530fb9ebe`](https://togithub.com/withastro/astro/commit/530fb9ebee77646921ec29d45d9b66484bdfb521) Thanks [@​bluwy](https://togithub.com/bluwy)! - Add route information when warning of `getStaticPaths()` ignored - [#​7118](https://togithub.com/withastro/astro/pull/7118) [`3257dd289`](https://togithub.com/withastro/astro/commit/3257dd28901c785a6a661211b98c5ef2cb3b9aa4) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Fix unnecessary warning showing on start when a collection folder was empty. The warning was also enhanced to add more information about possible causes. ### [`v2.5.0`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#​250) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.4.5...astro@2.5.0) ##### Minor Changes - [#​7071](https://togithub.com/withastro/astro/pull/7071) [`e186ecc5e`](https://togithub.com/withastro/astro/commit/e186ecc5e292de8c6a2c441a2d588512c0813068) Thanks [@​johannesspohr](https://togithub.com/johannesspohr)! - Render sibling components in parallel - [#​6850](https://togithub.com/withastro/astro/pull/6850) [`c6d7ebefd`](https://togithub.com/withastro/astro/commit/c6d7ebefdd554a9ef29cfeb426ac55cab80d6473) Thanks [@​bholmesdev](https://togithub.com/bholmesdev)! - Content collections now support data formats including JSON and YAML. You can also create relationships, or references, between collections to pull information from one collection entry into another. Learn more on our [updated Content Collections docs](https://docs.astro.build/en/guides/content-collections/). - [#​6991](https://togithub.com/withastro/astro/pull/6991) [`719002ca5`](https://togithub.com/withastro/astro/commit/719002ca5b128744fb4316d4a52c5dcd46a42759) Thanks [@​MoustaphaDev](https://togithub.com/MoustaphaDev)! - Enable experimental support for hybrid SSR with pre-rendering enabled by default **astro.config.mjs** ```js import { defineConfig } from 'astro/config'; export defaultdefineConfig({ output: 'hybrid', experimental: { hybridOutput: true, }, }) ``` Then add `export const prerender = false` to any page or endpoint you want to opt-out of pre-rendering. **src/pages/contact.astro** ### [`v2.4.5`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#​245) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.4.4...astro@2.4.5) ##### Patch Changes - [#​7000](https://togithub.com/withastro/astro/pull/7000) [`c87d42e76`](https://togithub.com/withastro/astro/commit/c87d42e766d02db5352671cbf074dd637bdb23e0) Thanks [@​craigjennings11](https://togithub.com/craigjennings11)! - Remove 'paths' requirement for tsconfig path aliasing - [#​7055](https://togithub.com/withastro/astro/pull/7055) [`4f1073a6a`](https://togithub.com/withastro/astro/commit/4f1073a6a4f3e5a4fc9df96a2ae59f2e929703fe) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Fix astro:assets interfering with SSR query params ending with image extensions ### [`v2.4.4`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#​244) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.4.3...astro@2.4.4) ##### Patch Changes - [#​7047](https://togithub.com/withastro/astro/pull/7047) [`48395c815`](https://togithub.com/withastro/astro/commit/48395c81522f7527126699c4f185f7b4488a4b9a) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Fix `/_image` endpoint not being prefixed with the `base` path in build SSR - [#​6916](https:

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

aws-amplify-us-east-1[bot] commented 1 year ago

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-120.d1fbfmeuaycsih.amplifyapp.com