truecharts / website

Other
6 stars 81 forks source link

fix(deps): update npm #791

Closed truecharts-admin closed 2 months ago

truecharts-admin commented 2 months ago

This PR contains the following updates:

Package Type Update Change
@astrojs/check (source) dependencies minor 0.8.3 -> 0.9.2
@astrojs/starlight (source) dependencies patch 0.25.3 -> 0.25.4
@playform/compress dependencies patch 0.1.0 -> 0.1.1
astro (source) dependencies minor 4.12.2 -> 4.13.2
astro-better-image-service dependencies patch 2.0.11 -> 2.0.14
starlight-links-validator dependencies minor 0.9.1 -> 0.10.1
tailwindcss (source) dependencies patch 3.4.7 -> 3.4.8

Release Notes

withastro/language-tools (@​astrojs/check) ### [`v0.9.2`](https://togithub.com/withastro/language-tools/blob/HEAD/packages/astro-check/CHANGELOG.md#092) [Compare Source](https://togithub.com/withastro/language-tools/compare/@astrojs/check@0.9.1...@astrojs/check@0.9.2) ##### Patch Changes - [`e8e18a8`](https://togithub.com/withastro/language-tools/commit/e8e18a8): Fixes an issue where errors inside script and style tags could be offset by a few characters when multi bytes characters were present in the file - Updated dependencies \[[`e8e18a8`](https://togithub.com/withastro/language-tools/commit/e8e18a8)] - [@​astrojs/language-server](https://togithub.com/astrojs/language-server)[@​2](https://togithub.com/2).13.2 ### [`v0.9.1`](https://togithub.com/withastro/language-tools/blob/HEAD/packages/astro-check/CHANGELOG.md#091) [Compare Source](https://togithub.com/withastro/language-tools/compare/@astrojs/check@0.9.0...@astrojs/check@0.9.1) ##### Patch Changes - [`cc94bef`](https://togithub.com/withastro/language-tools/commit/cc94bef): Revert a change to top-level returns that could prevent the return types of functions from being correct in certain cases - Updated dependencies \[[`cc94bef`](https://togithub.com/withastro/language-tools/commit/cc94bef)] - [@​astrojs/language-server](https://togithub.com/astrojs/language-server)[@​2](https://togithub.com/2).13.1 ### [`v0.9.0`](https://togithub.com/withastro/language-tools/blob/HEAD/packages/astro-check/CHANGELOG.md#090) [Compare Source](https://togithub.com/withastro/language-tools/compare/@astrojs/check@0.8.3...@astrojs/check@0.9.0) ##### Minor Changes - [`b65d6b4`](https://togithub.com/withastro/language-tools/commit/b65d6b4): Adds support for SCSS and LESS intellisense inside style tags ##### Patch Changes - Updated dependencies \[[`3a60f00`](https://togithub.com/withastro/language-tools/commit/3a60f00)] - Updated dependencies \[[`b65d6b4`](https://togithub.com/withastro/language-tools/commit/b65d6b4)] - [@​astrojs/language-server](https://togithub.com/astrojs/language-server)[@​2](https://togithub.com/2).13.0
withastro/starlight (@​astrojs/starlight) ### [`v0.25.4`](https://togithub.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0254) [Compare Source](https://togithub.com/withastro/starlight/compare/@astrojs/starlight@0.25.3...@astrojs/starlight@0.25.4) ##### Patch Changes - [#​2155](https://togithub.com/withastro/starlight/pull/2155) [`8bed886`](https://togithub.com/withastro/starlight/commit/8bed88674c732040cf66d392372386a8917a2eeb) Thanks [@​delucis](https://togithub.com/delucis)! - Improves page load performance on slower devices - [#​2167](https://togithub.com/withastro/starlight/pull/2167) [`9ac7725`](https://togithub.com/withastro/starlight/commit/9ac7725dbe84f3fab9b191452471d8eaffd55048) Thanks [@​delucis](https://togithub.com/delucis)! - Fixes an issue detecting the built-in locale when running Starlight in a web container environment on Firefox - [#​2166](https://togithub.com/withastro/starlight/pull/2166) [`4f12049`](https://togithub.com/withastro/starlight/commit/4f120490e914fb308e909b97890a11bb95ae964c) Thanks [@​delucis](https://togithub.com/delucis)! - Updates `@astrojs/mdx`, `@astrojs/sitemap`, `astro-expressive-code`, `unified`, and `vfile` dependencies to the latest version
PlayForm/Compress (@​playform/compress) ### [`v0.1.1`](https://togithub.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#011) [Compare Source](https://togithub.com/PlayForm/Compress/compare/c3d64a4619f8412b2a383d61f1e4111fcbc2bf93...102cf84f487bbfc848632c07bf48291b7ea6559f) ##### Changed - Updated .npmignore file: - Reordered ignored directories and files - Added 'Summary.md' to ignored files ##### Fixed - Improved code formatting in Source/Function/Image/Writesharp.ts: - Simplified import statement for default sharp options
withastro/astro (astro) ### [`v4.13.2`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4132) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.13.1...astro@4.13.2) ##### Patch Changes - [#​11648](https://togithub.com/withastro/astro/pull/11648) [`589d351`](https://togithub.com/withastro/astro/commit/589d35158da1a2136387d0ad76609f5c8535c03a) Thanks [@​bholmesdev](https://togithub.com/bholmesdev)! - Fixes unexpected error when refreshing a POST request from a form using Actions. - [#​11600](https://togithub.com/withastro/astro/pull/11600) [`09ec2ca`](https://togithub.com/withastro/astro/commit/09ec2cadce01a9a1f9c54ac433f137348907aa56) Thanks [@​ArmandPhilippot](https://togithub.com/ArmandPhilippot)! - Deprecates `getEntryBySlug` and `getDataEntryById` functions exported by `astro:content` in favor of `getEntry`. - [#​11593](https://togithub.com/withastro/astro/pull/11593) [`81d7150`](https://togithub.com/withastro/astro/commit/81d7150e02472430eab555dfc4f053738bf99bb6) Thanks [@​bholmesdev](https://togithub.com/bholmesdev)! - Adds support for `Date()`, `Map()`, and `Set()` from action results. See [devalue](https://togithub.com/Rich-Harris/devalue) for a complete list of supported values. Also fixes serialization exceptions when deploying Actions with edge middleware on Netlify and Vercel. - [#​11617](https://togithub.com/withastro/astro/pull/11617) [`196092a`](https://togithub.com/withastro/astro/commit/196092ae69eb1249206846ddfc162049b03f42b4) Thanks [@​abubakriz](https://togithub.com/abubakriz)! - Fix toolbar audit incorrectly flagging images as above the fold. - [#​11634](https://togithub.com/withastro/astro/pull/11634) [`2716f52`](https://togithub.com/withastro/astro/commit/2716f52aae7194439ebb2336849ddd9e8226658a) Thanks [@​bholmesdev](https://togithub.com/bholmesdev)! - Fixes internal server error when calling an Astro Action without arguments on Vercel. - [#​11628](https://togithub.com/withastro/astro/pull/11628) [`9aaf58c`](https://togithub.com/withastro/astro/commit/9aaf58c1339b54f2c1394e718a0f6f609f0b6342) Thanks [@​madbook](https://togithub.com/madbook)! - Ensures consistent CSS chunk hashes across different environments ### [`v4.13.1`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4131) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.13.0...astro@4.13.1) ##### Patch Changes - [#​11584](https://togithub.com/withastro/astro/pull/11584) [`a65ffe3`](https://togithub.com/withastro/astro/commit/a65ffe314b112213421def26c7cc5b7e7b93558c) Thanks [@​bholmesdev](https://togithub.com/bholmesdev)! - Removes async local storage dependency from Astro Actions. This allows Actions to run in Cloudflare and Stackblitz without opt-in flags or other configuration. This also introduces a new convention for calling actions from server code. Instead of calling actions directly, you must wrap function calls with the new `Astro.callAction()` utility. > `callAction()` is meant to *trigger* an action from server code. `getActionResult()` usage with form submissions remains unchanged. ### [`v4.13.0`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4130) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.12.3...astro@4.13.0) ##### Minor Changes - [#​11507](https://togithub.com/withastro/astro/pull/11507) [`a62345f`](https://togithub.com/withastro/astro/commit/a62345fd182ae4886d586c8406ed8f3e5f942730) Thanks [@​ematipico](https://togithub.com/ematipico)! - Adds color-coding to the console output during the build to highlight slow pages. Pages that take more than 500 milliseconds to render will have their build time logged in red. This change can help you discover pages of your site that are not performant and may need attention. - [#​11379](https://togithub.com/withastro/astro/pull/11379) [`e5e2d3e`](https://togithub.com/withastro/astro/commit/e5e2d3ed3076f10b4645f011b13888d5fa16e92e) Thanks [@​alexanderniebuhr](https://togithub.com/alexanderniebuhr)! - The `experimental.contentCollectionJsonSchema` feature introduced behind a flag in [v4.5.0](https://togithub.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md#450) is no longer experimental and is available for general use. If you are working with collections of type `data`, Astro will now auto-generate JSON schema files for your editor to get IntelliSense and type-checking. A separate file will be created for each data collection in your project based on your collections defined in `src/content/config.ts` using a library called [`zod-to-json-schema`](https://togithub.com/StefanTerdell/zod-to-json-schema). This feature requires you to manually set your schema's file path as the value for `$schema` in each data entry file of the collection: ```json title="src/content/authors/armand.json" ins={2} { "$schema": "../../../.astro/collections/authors.schema.json", "name": "Armand", "skills": ["Astro", "Starlight"] } ``` Alternatively, you can set this value in your editor settings. For example, to set this value in [VSCode's `json.schemas` setting](https://code.visualstudio.com/docs/languages/json#\_json-schemas-and-settings), provide the path of files to match and the location of your JSON schema: ```json { "json.schemas": [ { "fileMatch": ["/src/content/authors/**"], "url": "./.astro/collections/authors.schema.json" } ] } ``` If you were previously using this feature, please remove the experimental flag from your Astro config: ```diff import { defineConfig } from 'astro' export default defineConfig({ - experimental: { - contentCollectionJsonSchema: true - } }) ``` If you have been waiting for stabilization before using JSON Schema generation for content collections, you can now do so. Please see [the content collections guide](https://docs.astro.build/en/guides/content-collections/#enabling-json-schema-generation) for more about this feature. - [#​11542](https://togithub.com/withastro/astro/pull/11542) [`45ad326`](https://togithub.com/withastro/astro/commit/45ad326932971b44630a32d9092c9505f24f42f8) Thanks [@​ematipico](https://togithub.com/ematipico)! - The `experimental.rewriting` feature introduced behind a flag in [v4.8.0](https://togithub.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md#480) is no longer experimental and is available for general use. `Astro.rewrite()` and `context.rewrite()` allow you to render a different page without changing the URL in the browser. Unlike using a redirect, your visitor is kept on the original page they visited. Rewrites can be useful for showing the same content at multiple paths (e.g. /products/shoes/men/ and /products/men/shoes/) without needing to maintain two identical source files. Rewrites are supported in Astro pages, endpoints, and middleware. Return `Astro.rewrite()` in the frontmatter of a `.astro` page component to display a different page's content, such as fallback localized content: ### [`v4.12.3`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4123) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.12.2...astro@4.12.3) ##### Patch Changes - [#​11509](https://togithub.com/withastro/astro/pull/11509) [`dfbca06`](https://togithub.com/withastro/astro/commit/dfbca06dda674c64c7010db2f4de951496a1e631) Thanks [@​bluwy](https://togithub.com/bluwy)! - Excludes hoisted scripts and styles from Astro components imported with `?url` or `?raw` - [#​11561](https://togithub.com/withastro/astro/pull/11561) [`904f1e5`](https://togithub.com/withastro/astro/commit/904f1e535aeb7a14ba7ce07c3130e25f3e708266) Thanks [@​ArmandPhilippot](https://togithub.com/ArmandPhilippot)! - Uses the correct pageSize default in `page.size` JSDoc comment - [#​11571](https://togithub.com/withastro/astro/pull/11571) [`1c3265a`](https://togithub.com/withastro/astro/commit/1c3265a8c9c0b1b1bd597f756b63463146bacc3a) Thanks [@​bholmesdev](https://togithub.com/bholmesdev)! - **BREAKING CHANGE to the experimental Actions API only.** Install the latest `@astrojs/react` integration as well if you're using React 19 features. Make `.safe()` the default return value for actions. This means `{ data, error }` will be returned when calling an action directly. If you prefer to get the data while allowing errors to throw, chain the `.orThrow()` modifier. ```ts import { actions } from 'astro:actions'; // Before const { data, error } = await actions.like.safe(); // After const { data, error } = await actions.like(); // Before const newLikes = await actions.like(); // After const newLikes = await actions.like.orThrow(); ```
risu729/astro-better-image-service (astro-better-image-service) ### [`v2.0.14`](https://togithub.com/risu729/astro-better-image-service/releases/tag/v2.0.14) [Compare Source](https://togithub.com/risu729/astro-better-image-service/compare/v2.0.13...v2.0.14) ##### Bug Fixes - **deps:** update dependency astro to v4.13.1 ([#​394](https://togithub.com/risu729/astro-better-image-service/issues/394)) ([063ebbf](https://togithub.com/risu729/astro-better-image-service/commit/063ebbf988b0c2af2d75e560055f2dcd5a4554db)) ### [`v2.0.13`](https://togithub.com/risu729/astro-better-image-service/releases/tag/v2.0.13) [Compare Source](https://togithub.com/risu729/astro-better-image-service/compare/v2.0.12...v2.0.13) ##### Bug Fixes - **deps:** update dependency astro to v4.13.0 ([#​384](https://togithub.com/risu729/astro-better-image-service/issues/384)) ([ab2e4dc](https://togithub.com/risu729/astro-better-image-service/commit/ab2e4dca6dd9858987b3f44941272f14b54005f4)) ### [`v2.0.12`](https://togithub.com/risu729/astro-better-image-service/releases/tag/v2.0.12) [Compare Source](https://togithub.com/risu729/astro-better-image-service/compare/v2.0.11...v2.0.12) ##### Bug Fixes - **deps:** update dependency astro to v4.12.3 ([#​374](https://togithub.com/risu729/astro-better-image-service/issues/374)) ([7cdaf6a](https://togithub.com/risu729/astro-better-image-service/commit/7cdaf6a03727c0f2ee14ae3b4e4eef98ba032a93))
HiDeoo/starlight-links-validator (starlight-links-validator) ### [`v0.10.1`](https://togithub.com/HiDeoo/starlight-links-validator/releases/tag/v0.10.1) [Compare Source](https://togithub.com/HiDeoo/starlight-links-validator/compare/v0.10.0...v0.10.1) #####    🐞 Bug Fixes - Fixes validation issue with the Astro `srcDir` option  -  by [@​HiDeoo](https://togithub.com/HiDeoo) [(5a329)](https://togithub.com/HiDeoo/starlight-links-validator/commit/5a32963) #####     [View changes on GitHub](https://togithub.com/HiDeoo/starlight-links-validator/compare/v0.10.0...v0.10.1) ### [`v0.10.0`](https://togithub.com/HiDeoo/starlight-links-validator/releases/tag/v0.10.0) [Compare Source](https://togithub.com/HiDeoo/starlight-links-validator/compare/v0.9.1...v0.10.0) #####    🚀 Features - Adds support for validating Markdown headings with custom IDs  -  by [@​HiDeoo](https://togithub.com/HiDeoo) [(b2fa4)](https://togithub.com/HiDeoo/starlight-links-validator/commit/b2fa415) #####     [View changes on GitHub](https://togithub.com/HiDeoo/starlight-links-validator/compare/v0.9.1...v0.10.0)
tailwindlabs/tailwindcss (tailwindcss) ### [`v3.4.8`](https://togithub.com/tailwindlabs/tailwindcss/releases/tag/v3.4.8) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.4.7...v3.4.8) ##### Fixed - Fix minification when using nested CSS ([#​14105](https://togithub.com/tailwindlabs/tailwindcss/pull/14105)) - Warn when broad glob patterns are used in the content configuration ([#​14140](https://togithub.com/tailwindlabs/tailwindcss/pull/14140))

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 Renovate Bot.

github-actions[bot] commented 2 months ago

✅ Deploy Preview ready!

Name Link
🔨 Latest commit 2c9db6de9d841145be846a6ed6d3ee3ddae0cfa4
🔍 Latest deploy log https://github.com/truecharts/website/actions/runs/10302073837
😎 Deploy Preview Url https://bcbf787a.chart-docs.pages.dev
🌳 Environment preview