From 8f53ace04268af9a57b6344ae7aed15701edd4b3 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 24 Oct 2024 02:39:15 +0200 Subject: [PATCH] =?UTF-8?q?fix(website):=20update=20astro-better-image-ser?= =?UTF-8?q?vice=202.0.29=20=E2=86=92=202.0.37=20(#28224)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astro-better-image-service](https://redirect.github.com/risu729/astro-better-image-service) | dependencies | patch | [`2.0.29` -> `2.0.37`](https://renovatebot.com/diffs/npm/astro-better-image-service/2.0.29/2.0.37) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
risu729/astro-better-image-service (astro-better-image-service) ### [`v2.0.37`](https://redirect.github.com/risu729/astro-better-image-service/releases/tag/v2.0.37) [Compare Source](https://redirect.github.com/risu729/astro-better-image-service/compare/v2.0.36...v2.0.37) ##### Bug Fixes - **package.json:** move astro from dependencies to peerDependencies ([#​668](https://redirect.github.com/risu729/astro-better-image-service/issues/668)) ([c122ce4](https://redirect.github.com/risu729/astro-better-image-service/commit/c122ce4a101296cf11bf6a007512b8172a7a311a)) ### [`v2.0.36`](https://redirect.github.com/risu729/astro-better-image-service/releases/tag/v2.0.36) [Compare Source](https://redirect.github.com/risu729/astro-better-image-service/compare/v2.0.35...v2.0.36) ##### Bug Fixes - **deps:** update dependency astro to v4.15.11 ([#​655](https://redirect.github.com/risu729/astro-better-image-service/issues/655)) ([937285b](https://redirect.github.com/risu729/astro-better-image-service/commit/937285bf87b1e7075e2f9047abcbd9c18d379172)) ### [`v2.0.35`](https://redirect.github.com/risu729/astro-better-image-service/releases/tag/v2.0.35) [Compare Source](https://redirect.github.com/risu729/astro-better-image-service/compare/v2.0.34...v2.0.35) ##### Bug Fixes - **deps:** update dependency astro to v4.15.10 ([#​648](https://redirect.github.com/risu729/astro-better-image-service/issues/648)) ([d5779ae](https://redirect.github.com/risu729/astro-better-image-service/commit/d5779ae6527f33ef825f987f80aabfc45c82b58f)) ### [`v2.0.34`](https://redirect.github.com/risu729/astro-better-image-service/releases/tag/v2.0.34) [Compare Source](https://redirect.github.com/risu729/astro-better-image-service/compare/v2.0.33...v2.0.34) ##### Bug Fixes - **deps:** update dependency astro to v4.15.9 ([#​613](https://redirect.github.com/risu729/astro-better-image-service/issues/613)) ([8a0345b](https://redirect.github.com/risu729/astro-better-image-service/commit/8a0345b5612c73c1772fe536d51b641961650972)) ### [`v2.0.33`](https://redirect.github.com/risu729/astro-better-image-service/releases/tag/v2.0.33) [Compare Source](https://redirect.github.com/risu729/astro-better-image-service/compare/v2.0.32...v2.0.33) ##### Bug Fixes - **deps:** update dependency astro to v4.15.8 ([#​592](https://redirect.github.com/risu729/astro-better-image-service/issues/592)) ([3e57ccc](https://redirect.github.com/risu729/astro-better-image-service/commit/3e57ccccdb4720766fd5aa85f5ac28a1adc9d7ca)) ### [`v2.0.32`](https://redirect.github.com/risu729/astro-better-image-service/releases/tag/v2.0.32) [Compare Source](https://redirect.github.com/risu729/astro-better-image-service/compare/v2.0.31...v2.0.32) ##### Bug Fixes - **deps:** update dependency astro to v4.15.7 ([#​584](https://redirect.github.com/risu729/astro-better-image-service/issues/584)) ([d377122](https://redirect.github.com/risu729/astro-better-image-service/commit/d377122da08abe0d406ebffa655e09636aaa0433)) ### [`v2.0.31`](https://redirect.github.com/risu729/astro-better-image-service/releases/tag/v2.0.31) [Compare Source](https://redirect.github.com/risu729/astro-better-image-service/compare/v2.0.30...v2.0.31) ##### Bug Fixes - **deps:** update dependency astro to v4.15.6 ([#​572](https://redirect.github.com/risu729/astro-better-image-service/issues/572)) ([eba6dd0](https://redirect.github.com/risu729/astro-better-image-service/commit/eba6dd0fc56bbf67242328d2e1355443825dc3ba)) ### [`v2.0.30`](https://redirect.github.com/risu729/astro-better-image-service/releases/tag/v2.0.30) [Compare Source](https://redirect.github.com/risu729/astro-better-image-service/compare/v2.0.29...v2.0.30) ##### Bug Fixes - **deps:** update dependency astro to v4.15.5 ([#​568](https://redirect.github.com/risu729/astro-better-image-service/issues/568)) ([5c6cf8b](https://redirect.github.com/risu729/astro-better-image-service/commit/5c6cf8bb9b40158752ffeba62b7e725aff3107f4))
--- ### 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. --- - [ ] 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). --- website/package-lock.json | 270 ++------------------------------------ website/package.json | 2 +- 2 files changed, 14 insertions(+), 258 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 0cbef913874..edd526115a8 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -15,13 +15,13 @@ "@astrojs/tailwind": "5.1.2", "@playform/compress": "0.1.1", "astro": "4.16.1", - "astro-better-image-service": "2.0.29", + "astro-better-image-service": "2.0.37", "astro-integration-lottie": "0.3.1", "astro-robots-txt": "1.0.0", "lottie-web": "5.12.2", "prettier": "3.3.3", "sharp": "0.33.5", - "starlight-blog": "0.12.0", + "starlight-blog": "0.14.1", "starlight-image-zoom": "0.8.0", "starlight-links-validator": "0.12.3", "tailwindcss": "3.4.10", @@ -3106,194 +3106,16 @@ } }, "node_modules/astro-better-image-service": { - "version": "2.0.29", - "resolved": "https://registry.npmjs.org/astro-better-image-service/-/astro-better-image-service-2.0.29.tgz", - "integrity": "sha512-hHWPmnePNZ6q9RqRLuK8W9KFVb7xWLAR/mb8XahwG/O0cDiWCCvWMrnFtq6k52fhUA6/XywIsyP1sYvqlSjx4A==", + "version": "2.0.37", + "resolved": "https://registry.npmjs.org/astro-better-image-service/-/astro-better-image-service-2.0.37.tgz", + "integrity": "sha512-PTSyAuBsyA6XO6xZSqOwWEoDEd5TxoF2Tx/4mh3cLdwWEilStUzYP8tKNBBS6pRwnCJKLr5rC6ceO119ubrk6w==", "license": "MIT", "dependencies": { - "astro": "4.15.4", - "sharp": "0.33.5", - "svgo": "3.3.2" - } - }, - "node_modules/astro-better-image-service/node_modules/@astrojs/markdown-remark": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-5.2.0.tgz", - "integrity": "sha512-vWGM24KZXz11jR3JO+oqYU3T2qpuOi4uGivJ9SQLCAI01+vEkHC60YJMRvHPc+hwd60F7euNs1PeOEixIIiNQw==", - "license": "MIT", - "dependencies": { - "@astrojs/prism": "3.1.0", - "github-slugger": "^2.0.0", - "hast-util-from-html": "^2.0.1", - "hast-util-to-text": "^4.0.2", - "import-meta-resolve": "^4.1.0", - "mdast-util-definitions": "^6.0.0", - "rehype-raw": "^7.0.0", - "rehype-stringify": "^10.0.0", - "remark-gfm": "^4.0.0", - "remark-parse": "^11.0.0", - "remark-rehype": "^11.1.0", - "remark-smartypants": "^3.0.2", - "shiki": "^1.10.3", - "unified": "^11.0.5", - "unist-util-remove-position": "^5.0.0", - "unist-util-visit": "^5.0.0", - "unist-util-visit-parents": "^6.0.1", - "vfile": "^6.0.2" - } - }, - "node_modules/astro-better-image-service/node_modules/@oslojs/encoding": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-0.4.1.tgz", - "integrity": "sha512-hkjo6MuIK/kQR5CrGNdAPZhS01ZCXuWDRJ187zh6qqF2+yMHZpD9fAYpX8q2bOO6Ryhl3XpCT6kUX76N8hhm4Q==", - "license": "MIT" - }, - "node_modules/astro-better-image-service/node_modules/astro": { - "version": "4.15.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.15.4.tgz", - "integrity": "sha512-wqy+m3qygt9DmCSqMsckxyK4ccCUFtti2d/WlLkEpAlqHgyDIg20zRTLHO2v/H4YeSlJ8sAcN0RW2FhOeYbINg==", - "license": "MIT", - "dependencies": { - "@astrojs/compiler": "^2.10.3", - "@astrojs/internal-helpers": "0.4.1", - "@astrojs/markdown-remark": "5.2.0", - "@astrojs/telemetry": "3.1.0", - "@babel/core": "^7.25.2", - "@babel/plugin-transform-react-jsx": "^7.25.2", - "@babel/types": "^7.25.6", - "@oslojs/encoding": "^0.4.1", - "@rollup/pluginutils": "^5.1.0", - "@types/babel__core": "^7.20.5", - "@types/cookie": "^0.6.0", - "acorn": "^8.12.1", - "aria-query": "^5.3.0", - "axobject-query": "^4.1.0", - "boxen": "7.1.1", - "ci-info": "^4.0.0", - "clsx": "^2.1.1", - "common-ancestor-path": "^1.0.1", - "cookie": "^0.6.0", - "cssesc": "^3.0.0", - "debug": "^4.3.6", - "deterministic-object-hash": "^2.0.2", - "devalue": "^5.0.0", - "diff": "^5.2.0", - "dlv": "^1.1.3", - "dset": "^3.1.3", - "es-module-lexer": "^1.5.4", - "esbuild": "^0.21.5", - "estree-walker": "^3.0.3", - "fast-glob": "^3.3.2", - "fastq": "^1.17.1", - "flattie": "^1.1.1", - "github-slugger": "^2.0.0", - "gray-matter": "^4.0.3", - "html-escaper": "^3.0.3", - "http-cache-semantics": "^4.1.1", - "js-yaml": "^4.1.0", - "kleur": "^4.1.5", - "magic-string": "^0.30.11", - "magicast": "^0.3.5", - "micromatch": "^4.0.8", - "mrmime": "^2.0.0", - "neotraverse": "^0.6.18", - "ora": "^8.1.0", - "p-limit": "^6.1.0", - "p-queue": "^8.0.1", - "path-to-regexp": "^6.2.2", - "preferred-pm": "^4.0.0", - "prompts": "^2.4.2", - "rehype": "^13.0.1", - "semver": "^7.6.3", - "shiki": "^1.16.1", - "string-width": "^7.2.0", - "strip-ansi": "^7.1.0", - "tinyexec": "^0.3.0", - "tsconfck": "^3.1.3", - "unist-util-visit": "^5.0.0", - "vfile": "^6.0.3", - "vite": "^5.4.2", - "vitefu": "^1.0.2", - "which-pm": "^3.0.0", - "xxhash-wasm": "^1.0.2", - "yargs-parser": "^21.1.1", - "zod": "^3.23.8", - "zod-to-json-schema": "^3.23.2", - "zod-to-ts": "^1.2.0" + "sharp": "^0.33.5", + "svgo": "^3.3.2" }, - "bin": { - "astro": "astro.js" - }, - "engines": { - "node": "^18.17.1 || ^20.3.0 || >=21.0.0", - "npm": ">=9.6.5", - "pnpm": ">=7.1.0" - }, - "optionalDependencies": { - "sharp": "^0.33.3" - } - }, - "node_modules/astro-better-image-service/node_modules/boxen": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/boxen/-/boxen-7.1.1.tgz", - "integrity": "sha512-2hCgjEmP8YLWQ130n2FerGv7rYpfBmnmp9Uy2Le1vge6X3gZIfSmEzP5QTDElFxcvVcXlEn8Aq6MU/PZygIOog==", - "license": "MIT", - "dependencies": { - "ansi-align": "^3.0.1", - "camelcase": "^7.0.1", - "chalk": "^5.2.0", - "cli-boxes": "^3.0.0", - "string-width": "^5.1.2", - "type-fest": "^2.13.0", - "widest-line": "^4.0.1", - "wrap-ansi": "^8.1.0" - }, - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/astro-better-image-service/node_modules/boxen/node_modules/string-width": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", - "license": "MIT", - "dependencies": { - "eastasianwidth": "^0.2.0", - "emoji-regex": "^9.2.2", - "strip-ansi": "^7.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/astro-better-image-service/node_modules/camelcase": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-7.0.1.tgz", - "integrity": "sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==", - "license": "MIT", - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/astro-better-image-service/node_modules/chalk": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", - "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", - "license": "MIT", - "engines": { - "node": "^12.17.0 || ^14.13 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "peerDependencies": { + "astro": "^4.7.0" } }, "node_modules/astro-better-image-service/node_modules/commander": { @@ -3305,15 +3127,6 @@ "node": ">= 10" } }, - "node_modules/astro-better-image-service/node_modules/cookie": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", - "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, "node_modules/astro-better-image-service/node_modules/css-tree": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz", @@ -3327,12 +3140,6 @@ "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" } }, - "node_modules/astro-better-image-service/node_modules/emoji-regex": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", - "license": "MIT" - }, "node_modules/astro-better-image-service/node_modules/mdn-data": { "version": "2.0.30", "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", @@ -3364,50 +3171,6 @@ "url": "https://opencollective.com/svgo" } }, - "node_modules/astro-better-image-service/node_modules/type-fest": { - "version": "2.19.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz", - "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==", - "license": "(MIT OR CC0-1.0)", - "engines": { - "node": ">=12.20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/astro-better-image-service/node_modules/widest-line": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-4.0.1.tgz", - "integrity": "sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==", - "license": "MIT", - "dependencies": { - "string-width": "^5.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/astro-better-image-service/node_modules/widest-line/node_modules/string-width": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", - "license": "MIT", - "dependencies": { - "eastasianwidth": "^0.2.0", - "emoji-regex": "^9.2.2", - "strip-ansi": "^7.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/astro-expressive-code": { "version": "0.35.6", "resolved": "https://registry.npmjs.org/astro-expressive-code/-/astro-expressive-code-0.35.6.tgz", @@ -7802,12 +7565,6 @@ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", "license": "ISC" }, - "node_modules/path-to-regexp": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz", - "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==", - "license": "MIT" - }, "node_modules/periscopic": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/periscopic/-/periscopic-3.1.0.tgz", @@ -8753,9 +8510,9 @@ "license": "BSD-3-Clause" }, "node_modules/starlight-blog": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/starlight-blog/-/starlight-blog-0.12.0.tgz", - "integrity": "sha512-SSNkBQIM6RrumGQQqOv76L5Lcefm6faU2+4armlgQh2zod24aOvuCGUcFi3F//DxOWvIx3WRb7X/VRqs3yNO8A==", + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/starlight-blog/-/starlight-blog-0.14.1.tgz", + "integrity": "sha512-rZgh/RLfSA5W93ZeV6cWUpbn7LZRMH6n4T9tTIaFcj+rhOyWP9Q/JhTQefHXRNWONUTLkABd2zWAi1pyjOaD3A==", "license": "MIT", "dependencies": { "@astrojs/rss": "4.0.5", @@ -8769,8 +8526,7 @@ "node": ">=18.14.1" }, "peerDependencies": { - "@astrojs/starlight": ">=0.24.0", - "astro": ">=4.8.6" + "@astrojs/starlight": ">=0.28.3" } }, "node_modules/starlight-image-zoom": { diff --git a/website/package.json b/website/package.json index 42f8efd8d00..ebbd0fcb9e6 100644 --- a/website/package.json +++ b/website/package.json @@ -24,7 +24,7 @@ "@astrojs/tailwind": "5.1.2", "@playform/compress": "0.1.1", "astro": "4.16.1", - "astro-better-image-service": "2.0.29", + "astro-better-image-service": "2.0.37", "astro-integration-lottie": "0.3.1", "astro-robots-txt": "1.0.0", "lottie-web": "5.12.2",