mirror of
https://github.com/truecharts/charts.git
synced 2026-07-18 16:31:22 -03:00
2048ad00a6869d1e68fb59ebe09a960a0626ea2a
14 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
928ac0d4fe |
fix(website): update astro 4.16.1 → 4.16.6 by renovate (#27979)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astro](https://astro.build) ([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro)) | dependencies | patch | [`4.16.1` -> `4.16.6`](https://renovatebot.com/diffs/npm/astro/4.16.1/4.16.6) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>withastro/astro (astro)</summary> ### [`v4.16.6`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4166) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@4.16.5...astro@4.16.6) ##### Patch Changes - [#​11823](https://redirect.github.com/withastro/astro/pull/11823) [`a3d30a6`]( |
||
|
|
5e14cb1e46 |
fix(website): update astro 4.15.4 → 4.16.1 [security] (#27893)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astro](https://astro.build) ([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro)) | dependencies | minor | [`4.15.4` -> `4.16.1`](https://renovatebot.com/diffs/npm/astro/4.15.4/4.16.1) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. ### GitHub Vulnerability Alerts #### [CVE-2024-47885](https://redirect.github.com/withastro/astro/security/advisories/GHSA-m85w-3h95-hcf9) ### Summary A DOM Clobbering gadget has been discoverd in Astro's client-side router. It can lead to cross-site scripting (XSS) in websites enables Astro's client-side routing and has *stored* attacker-controlled scriptless HTML elements (i.e., `iframe` tags with unsanitized `name` attributes) on the destination pages. ### Details #### Backgrounds DOM Clobbering is a type of code-reuse attack where the attacker first embeds a piece of non-script, seemingly benign HTML markups in the webpage (e.g. through a post or comment) and leverages the gadgets (pieces of js code) living in the existing javascript code to transform it into executable code. More for information about DOM Clobbering, here are some references: [1] https://scnps.co/papers/sp23_domclob.pdf [2] https://research.securitum.com/xss-in-amp4email-dom-clobbering/ #### Gadgets found in Astro We identified a DOM Clobbering gadget in Astro's client-side routing module, specifically in the `<ViewTransitions />` component. When integrated, this component introduces the following vulnerable code, which is executed during page transitions (e.g., clicking an `<a>` link): |
||
|
|
d6f9d01f8b |
fix(website): update @astrojs/starlight 0.27.1 → 0.28.3 by renovate (#27911)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@astrojs/starlight](https://starlight.astro.build) ([source](https://redirect.github.com/withastro/starlight/tree/HEAD/packages/starlight)) | dependencies | minor | [`0.27.1` -> `0.28.3`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.27.1/0.28.3) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>withastro/starlight (@​astrojs/starlight)</summary> ### [`v0.28.3`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0283) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.28.2...@astrojs/starlight@0.28.3) ##### Patch Changes - [#​2408](https://redirect.github.com/withastro/starlight/pull/2408) [`0b4823d`]( |
||
|
|
e56ac14c44 |
fix(website): update starlight-links-validator 0.11.0 → 0.12.3 by renovate (#27913)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [starlight-links-validator](https://redirect.github.com/HiDeoo/starlight-links-validator) | dependencies | minor | [`0.11.0` -> `0.12.3`](https://renovatebot.com/diffs/npm/starlight-links-validator/0.11.0/0.12.3) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>HiDeoo/starlight-links-validator (starlight-links-validator)</summary> ### [`v0.12.3`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.12.3) [Compare Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.2...v0.12.3) ##### 🐞 Bug Fixes - Fixes validation issues with links containing query strings - by [@​HiDeoo](https://redirect.github.com/HiDeoo) [<samp>(47b38)</samp>](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/47b384d) ##### [View changes on GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.2...v0.12.3) ### [`v0.12.2`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.12.2) [Compare Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.1...v0.12.2) ##### 🐞 Bug Fixes - Fixes validation issue with the Astro `base` option and a custom slug - by [@​HiDeoo](https://redirect.github.com/HiDeoo) [<samp>(fe3d2)</samp>](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/fe3d254) ##### [View changes on GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.1...v0.12.2) ### [`v0.12.1`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.12.1) [Compare Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.0...v0.12.1) ##### 🐞 Bug Fixes - Fixes a potential type-checking issue in user projects - by [@​HiDeoo](https://redirect.github.com/HiDeoo) [<samp>(09012)</samp>](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/090122e) ##### [View changes on GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.0...v0.12.1) ### [`v0.12.0`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.12.0) [Compare Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.11.0...v0.12.0) ##### 🚀 Features - Adds a new `errorOnInvalidHashes` option defaulting to `true` to disable [hash](https://developer.mozilla.org/en-US/docs/Web/API/URL/hash) validation - by [@​HiDeoo](https://redirect.github.com/HiDeoo) [<samp>(32a92)</samp>](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/32a92f8) The default validation behavior remains unchanged. ##### [View changes on GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.11.0...v0.12.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
cdfbefee21 |
fix(website): update starlight-blog 0.12.0 → 0.14.0 by renovate (#27912)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [starlight-blog](https://redirect.github.com/HiDeoo/starlight-blog) | dependencies | minor | [`0.12.0` -> `0.14.0`](https://renovatebot.com/diffs/npm/starlight-blog/0.12.0/0.14.0) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>HiDeoo/starlight-blog (starlight-blog)</summary> ### [`v0.14.0`](https://redirect.github.com/HiDeoo/starlight-blog/releases/tag/v0.14.0) [Compare Source](https://redirect.github.com/HiDeoo/starlight-blog/compare/v0.13.0...v0.14.0) ##### 🚨 Breaking Changes - Bumps minimum required Starlight version to 0.28.3 - by [@​HiDeoo](https://redirect.github.com/HiDeoo) [<samp>(ec996)</samp>](https://redirect.github.com/HiDeoo/starlight-blog/commit/ec996d1) ##### 🚀 Features - Adds support for multilingual blogs with routing and fallback content - by [@​HiDeoo](https://redirect.github.com/HiDeoo) [<samp>(d2d7f)</samp>](https://redirect.github.com/HiDeoo/starlight-blog/commit/d2d7f3b) - Adds support for translating the blog title - by [@​HiDeoo](https://redirect.github.com/HiDeoo) [<samp>(59462)</samp>](https://redirect.github.com/HiDeoo/starlight-blog/commit/59462eb) - Adds support for Starlight UI translations API - by [@​HiDeoo](https://redirect.github.com/HiDeoo) [<samp>(a9150)</samp>](https://redirect.github.com/HiDeoo/starlight-blog/commit/a91502e) - Adds French UI translations - by [@​HiDeoo](https://redirect.github.com/HiDeoo) [<samp>(fa4c3)</samp>](https://redirect.github.com/HiDeoo/starlight-blog/commit/fa4c3a5) ##### [View changes on GitHub](https://redirect.github.com/HiDeoo/starlight-blog/compare/v0.13.0...v0.14.0) ### [`v0.13.0`](https://redirect.github.com/HiDeoo/starlight-blog/releases/tag/v0.13.0) [Compare Source](https://redirect.github.com/HiDeoo/starlight-blog/compare/v0.12.0...v0.13.0) ##### 🚀 Features - Adds author pages listing all posts by author - by [@​HiDeoo](https://redirect.github.com/HiDeoo) [<samp>(b7bab)</samp>](https://redirect.github.com/HiDeoo/starlight-blog/commit/b7babfe) - Lists authors in the sidebar if there are multiple authors - by [@​HiDeoo](https://redirect.github.com/HiDeoo) [<samp>(c22d7)</samp>](https://redirect.github.com/HiDeoo/starlight-blog/commit/c22d7b0) ##### [View changes on GitHub](https://redirect.github.com/HiDeoo/starlight-blog/compare/v0.12.0...v0.13.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
d88fb54d1d |
fix(website): update @astrojs/sitemap 3.1.6 → 3.2.1 by renovate (#27910)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@astrojs/sitemap](https://docs.astro.build/en/guides/integrations-guide/sitemap/) ([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap)) | dependencies | minor | [`3.1.6` -> `3.2.1`](https://renovatebot.com/diffs/npm/@astrojs%2fsitemap/3.1.6/3.2.1) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>withastro/astro (@​astrojs/sitemap)</summary> ### [`v3.2.1`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/integrations/sitemap/CHANGELOG.md#321) [Compare Source](https://redirect.github.com/withastro/astro/compare/@astrojs/sitemap@3.2.0...@astrojs/sitemap@3.2.1) ##### Patch Changes - [#​12156](https://redirect.github.com/withastro/astro/pull/12156) [`07754f5`]( |
||
|
|
693f4039bf | fix(website): update astro-better-image-service 2.0.29 → 2.0.37 by renovate (#27905) | ||
|
|
1cba7c37c4 |
fix(website): update typescript 5.6.2 → 5.6.3 by renovate (#27908)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | dependencies | patch | [`5.6.2` -> `5.6.3`](https://renovatebot.com/diffs/npm/typescript/5.6.2/5.6.3) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>microsoft/TypeScript (typescript)</summary> ### [`v5.6.3`](https://redirect.github.com/microsoft/TypeScript/releases/tag/v5.6.3): TypeScript 5.6.3 [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.6.2...v5.6.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.6.0 (Beta)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.6.1 (RC)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.6.2 (Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.2%22+is%3Aclosed+). - [fixed issues query for Typescript 5.6.3 (Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.3%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
67125351b8 |
fix(website): update @playform/compress 0.1.1 → 0.1.4 by renovate (#27904)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@playform/compress](https://redirect.github.com/PlayForm/Compress) | dependencies | patch | [`0.1.1` -> `0.1.4`](https://renovatebot.com/diffs/npm/@playform%2fcompress/0.1.1/0.1.4) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>PlayForm/Compress (@​playform/compress)</summary> ### [`v0.1.4`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#014) [Compare Source]( |
||
|
|
04504459f6 |
fix(website): update tailwindcss 3.4.10 → 3.4.14 by renovate (#27907)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tailwindcss](https://tailwindcss.com) ([source](https://redirect.github.com/tailwindlabs/tailwindcss)) | dependencies | patch | [`3.4.10` -> `3.4.14`](https://renovatebot.com/diffs/npm/tailwindcss/3.4.10/3.4.14) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>tailwindlabs/tailwindcss (tailwindcss)</summary> ### [`v3.4.14`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.14) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.13...v3.4.14) ##### Fixed - Don't set `display: none` on elements that use `hidden="until-found"` ([#​14625](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14625)) ### [`v3.4.13`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.13) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.12...v3.4.13) ##### Fixed - Improve source glob verification performance ([#​14481](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14481)) ### [`v3.4.12`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.12) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.11...v3.4.12) ##### Fixed - Ensure using `@apply` with utilities that use `@defaults` works with rules defined in the base layer when using `optimizeUniversalDefaults` ([#​14427](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14427)) ### [`v3.4.11`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.11) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.10...v3.4.11) ##### Fixed - Allow `anchor-size(…)` in arbitrary values ([#​14393](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14393)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
e7383b5eae |
fix(website): update astro-integration-lottie 0.3.0 → 0.3.1 by renovate (#27906)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astro-integration-lottie](https://redirect.github.com/giuseppelt/astro-lottie) | dependencies | patch | [`0.3.0` -> `0.3.1`](https://renovatebot.com/diffs/npm/astro-integration-lottie/0.3.0/0.3.1) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>giuseppelt/astro-lottie (astro-integration-lottie)</summary> ### [`v0.3.1`](https://redirect.github.com/giuseppelt/astro-lottie/blob/HEAD/CHANGELOG.md#031-Patch-release) [Compare Source](https://redirect.github.com/giuseppelt/astro-lottie/compare/v0.3.0...v0.3.1) feat: allow to add css class names to the component ([#​13](https://redirect.github.com/giuseppelt/astro-lottie/issues/13)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
e252a230d5 |
fix(website): update @astrojs/tailwind 5.1.0 → 5.1.2 by renovate (#27903)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@astrojs/tailwind](https://docs.astro.build/en/guides/integrations-guide/tailwind/) ([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind)) | dependencies | patch | [`5.1.0` -> `5.1.2`](https://renovatebot.com/diffs/npm/@astrojs%2ftailwind/5.1.0/5.1.2) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>withastro/astro (@​astrojs/tailwind)</summary> ### [`v5.1.2`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/integrations/tailwind/CHANGELOG.md#512) [Compare Source](https://redirect.github.com/withastro/astro/compare/@astrojs/tailwind@5.1.1...@astrojs/tailwind@5.1.2) ##### Patch Changes - [#​12161](https://redirect.github.com/withastro/astro/pull/12161) [`8e500f2`]( |
||
|
|
6cf3508ca1 |
fix(website): update @astrojs/check 0.9.3 → 0.9.4 by renovate (#27902)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@astrojs/check](https://redirect.github.com/withastro/language-tools/tree/main/packages/astro-check) ([source](https://redirect.github.com/withastro/language-tools/tree/HEAD/packages/astro-check)) | dependencies | patch | [`0.9.3` -> `0.9.4`](https://renovatebot.com/diffs/npm/@astrojs%2fcheck/0.9.3/0.9.4) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>withastro/language-tools (@​astrojs/check)</summary> ### [`v0.9.4`](https://redirect.github.com/withastro/language-tools/blob/HEAD/packages/astro-check/CHANGELOG.md#094) [Compare Source](https://redirect.github.com/withastro/language-tools/compare/@astrojs/check@0.9.3...@astrojs/check@0.9.4) ##### Patch Changes - [`6e62aaa`](https://redirect.github.com/withastro/language-tools/commit/6e62aaa): Upgrades chokidar to v4 - [`5a44072`](https://redirect.github.com/withastro/language-tools/commit/5a44072): Fixes formatting not working by default in certain circumstances - Updated dependencies \[[`5a44072`](https://redirect.github.com/withastro/language-tools/commit/5a44072)] - Updated dependencies \[[`3a836de`](https://redirect.github.com/withastro/language-tools/commit/3a836de)] - [@​astrojs/language-server](https://redirect.github.com/astrojs/language-server)[@​2](https://redirect.github.com/2).15.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
800b35c58e | Add Website to monorepo and adapt CI |