From ab98f76378d2766dd2978107267e796360f33508 Mon Sep 17 00:00:00 2001 From: Emil Gulamov <125820963+mearashadowfax@users.noreply.github.com> Date: Tue, 19 Nov 2024 18:38:10 +0400 Subject: [PATCH 01/14] feat:update view transitions --- package-lock.json | 2 +- package.json | 2 +- src/components/ui/starlight/Head.astro | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f97920..2437336 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@tailwindcss/forms": "^0.5.9", - "astro-vtbot": "^1.10.6", + "astro-vtbot": "^1.10.7", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.8", diff --git a/package.json b/package.json index 4617ad6..64a544e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "@tailwindcss/forms": "^0.5.9", - "astro-vtbot": "^1.10.6", + "astro-vtbot": "^1.10.7", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.8", diff --git a/src/components/ui/starlight/Head.astro b/src/components/ui/starlight/Head.astro index 45fc91c..762f19f 100644 --- a/src/components/ui/starlight/Head.astro +++ b/src/components/ui/starlight/Head.astro @@ -1,14 +1,14 @@ --- -import type { Props } from "@astrojs/starlight/props"; -import StarlightHead from "@astrojs/starlight/components/Head.astro"; -import VtbotStarlight from "astro-vtbot/components/starlight/Base.astro"; +import type { Props } from '@astrojs/starlight/props'; +import StarlightHead from '@astrojs/starlight/components/Head.astro'; +import VtbotStarlight from 'astro-vtbot/components/starlight/Base.astro'; // https://docs.astro.build/en/guides/view-transitions/#fallback-control Astro.props.viewTransitionsFallback = "animate"; --- - + From f8c41978de9adbc528842a5e8f66c5d18b2fac81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:22:31 +0000 Subject: [PATCH 02/14] chore(deps): bump lenis from 1.1.16 to 1.1.17 Bumps [lenis](https://github.com/darkroomengineering/lenis) from 1.1.16 to 1.1.17. - [Release notes](https://github.com/darkroomengineering/lenis/releases) - [Commits](https://github.com/darkroomengineering/lenis/compare/v1.1.16...v1.1.17) --- updated-dependencies: - dependency-name: lenis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2437336..285c0e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "globby": "^14.0.2", "gsap": "^3.12.5", "html-minifier-terser": "^7.2.0", - "lenis": "^1.1.16", + "lenis": "^1.1.17", "preline": "^2.5.1", "rimraf": "^6.0.1", "sharp": "^0.33.5", @@ -4515,9 +4515,9 @@ } }, "node_modules/lenis": { - "version": "1.1.16", - "resolved": "https://registry.npmjs.org/lenis/-/lenis-1.1.16.tgz", - "integrity": "sha512-bGS8IxJW3x310gTwFylgYU6bGzeVnTALmgyLP8RZ9DFSYC/hN3fi+urCWspr5otljbDAGF4ND2GKCFtemAd45Q==", + "version": "1.1.17", + "resolved": "https://registry.npmjs.org/lenis/-/lenis-1.1.17.tgz", + "integrity": "sha512-22XhWvjoJynQdfguMp1V+5ZbGUdGkJ4rtQy8x+w52NKxYb+OIZhGXC9Fo2PQTWzKDbYNDUb/O1CIbeEQHkZbag==", "funding": { "type": "github", "url": "https://github.com/sponsors/darkroomengineering" diff --git a/package.json b/package.json index 64a544e..f98d93a 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "globby": "^14.0.2", "gsap": "^3.12.5", "html-minifier-terser": "^7.2.0", - "lenis": "^1.1.16", + "lenis": "^1.1.17", "preline": "^2.5.1", "rimraf": "^6.0.1", "sharp": "^0.33.5", From d026c3e7ac62cb2f7a8617fc6a7c79fcf4c0deeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:22:37 +0000 Subject: [PATCH 03/14] chore(deps): bump @astrojs/starlight from 0.29.1 to 0.29.2 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.29.1 to 0.29.2. - [Release notes](https://github.com/withastro/starlight/releases) - [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md) - [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.29.2/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2437336..d8e1d9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/sitemap": "^3.2.1", - "@astrojs/starlight": "^0.29.0", + "@astrojs/starlight": "^0.29.2", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.2", "@preline/accordion": "^2.5.0", @@ -203,9 +203,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.29.1", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.29.1.tgz", - "integrity": "sha512-0f/YRTo9oche2AqPyPzhKMl5uT09ANM8Yuwb54AIaWOnOYXsedEekS+ryYVsz5jo3F0AfA7MlZhwqj+z2ZtmcA==", + "version": "0.29.2", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.29.2.tgz", + "integrity": "sha512-xv9AhWkP3fxCB6EF6MlT4yEbxzye3aMSbuVbFEGbQh8G/w1MPhdNCnQakIHpmIwwyxwG9cW3mQdAZum4oOO39w==", "dependencies": { "@astrojs/mdx": "^3.1.3", "@astrojs/sitemap": "^3.1.6", diff --git a/package.json b/package.json index 64a544e..ddb8ebf 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/sitemap": "^3.2.1", - "@astrojs/starlight": "^0.29.0", + "@astrojs/starlight": "^0.29.2", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.2", "@preline/accordion": "^2.5.0", From 4d9c0a54a144006b088fe1700c93c1ce4aa0e987 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:22:44 +0000 Subject: [PATCH 04/14] chore(deps-dev): bump prettier-plugin-tailwindcss from 0.6.8 to 0.6.9 Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.6.8 to 0.6.9. - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.8...v0.6.9) --- updated-dependencies: - dependency-name: prettier-plugin-tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2437336..f030227 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "astro-vtbot": "^1.10.7", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", - "prettier-plugin-tailwindcss": "^0.6.8", + "prettier-plugin-tailwindcss": "^0.6.9", "typescript": "^5.6.3" } }, @@ -6398,9 +6398,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.6.8", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.8.tgz", - "integrity": "sha512-dGu3kdm7SXPkiW4nzeWKCl3uoImdd5CTZEJGxyypEPL37Wj0HT2pLqjrvSei1nTeuQfO4PUfjeW5cTUNRLZ4sA==", + "version": "0.6.9", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.9.tgz", + "integrity": "sha512-r0i3uhaZAXYP0At5xGfJH876W3HHGHDp+LCRUJrs57PBeQ6mYHMwr25KH8NPX44F2yGTvdnH7OqCshlQx183Eg==", "dev": true, "engines": { "node": ">=14.21.3" diff --git a/package.json b/package.json index 64a544e..9d69474 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "astro-vtbot": "^1.10.7", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", - "prettier-plugin-tailwindcss": "^0.6.8", + "prettier-plugin-tailwindcss": "^0.6.9", "typescript": "^5.6.3" } } From 257c5234da0e6c541134d5bd056f891de2d95473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:29:23 +0000 Subject: [PATCH 05/14] chore(deps-dev): bump typescript from 5.6.3 to 5.7.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 5.7.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.3...v5.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f30ac20..468539f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.9", - "typescript": "^5.6.3" + "typescript": "^5.7.2" } }, "node_modules/@alloc/quick-lru": { @@ -7767,9 +7767,10 @@ "integrity": "sha512-OJabfkAg1WLZSqJAJ0Z6Sdt3utnbzr/jh+NAHoyWHJe8CMSy79Gm085094M9nvTPy22KzTVn5Zq5mbapCI/hPA==" }, "node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 427292c..c0a7f52 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,6 @@ "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.9", - "typescript": "^5.6.3" + "typescript": "^5.7.2" } } From d4edf13a6c5025b950a74df662a9f81a75a40fd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:29:31 +0000 Subject: [PATCH 06/14] chore(deps): bump astro from 4.16.13 to 4.16.14 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.16.13 to 4.16.14. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.16.14/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f30ac20..40bf13f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@preline/dropdown": "^2.5.0", "@preline/overlay": "^2.5.0", "@preline/tabs": "^2.5.0", - "astro": "^4.16.13", + "astro": "^4.16.14", "astro-compressor": "^0.4.1", "clipboard": "^2.0.11", "globby": "^14.0.2", @@ -2377,9 +2377,10 @@ } }, "node_modules/astro": { - "version": "4.16.13", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.13.tgz", - "integrity": "sha512-Mtd76+BC0zLWqoXpf9xc731AhdH4MNh5JFHYdLRvSH0Nqn48hA64dPGh/cWsJvh/DZFmC0NTZusM1Qq2gyNaVg==", + "version": "4.16.14", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.14.tgz", + "integrity": "sha512-2IuLkIp4idyspugq+F52rHZyNqHHi2AdQzuKp3SGytg/YAm50dNeWhP/7l+enjgWZLloLq5xsH5gVQpoDFoyFg==", + "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.1", diff --git a/package.json b/package.json index 427292c..7c53613 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@preline/dropdown": "^2.5.0", "@preline/overlay": "^2.5.0", "@preline/tabs": "^2.5.0", - "astro": "^4.16.13", + "astro": "^4.16.14", "astro-compressor": "^0.4.1", "clipboard": "^2.0.11", "globby": "^14.0.2", From e6689339ddb16018d881ee7ff76ebe184271db07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:21:16 +0000 Subject: [PATCH 07/14] chore(deps): bump astro from 4.16.14 to 4.16.16 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.16.14 to 4.16.16. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.16.16/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 61 ++++++++++++++++++++++++++++++++++------------- package.json | 2 +- 2 files changed, 45 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 88bc42a..431cae7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@preline/dropdown": "^2.5.0", "@preline/overlay": "^2.5.0", "@preline/tabs": "^2.5.0", - "astro": "^4.16.14", + "astro": "^4.16.16", "astro-compressor": "^0.4.1", "clipboard": "^2.0.11", "globby": "^14.0.2", @@ -639,6 +639,7 @@ "cpu": [ "ppc64" ], + "license": "MIT", "optional": true, "os": [ "aix" @@ -654,6 +655,7 @@ "cpu": [ "arm" ], + "license": "MIT", "optional": true, "os": [ "android" @@ -669,6 +671,7 @@ "cpu": [ "arm64" ], + "license": "MIT", "optional": true, "os": [ "android" @@ -684,6 +687,7 @@ "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ "android" @@ -699,6 +703,7 @@ "cpu": [ "arm64" ], + "license": "MIT", "optional": true, "os": [ "darwin" @@ -714,6 +719,7 @@ "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ "darwin" @@ -729,6 +735,7 @@ "cpu": [ "arm64" ], + "license": "MIT", "optional": true, "os": [ "freebsd" @@ -744,6 +751,7 @@ "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ "freebsd" @@ -759,6 +767,7 @@ "cpu": [ "arm" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -774,6 +783,7 @@ "cpu": [ "arm64" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -789,6 +799,7 @@ "cpu": [ "ia32" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -804,6 +815,7 @@ "cpu": [ "loong64" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -819,6 +831,7 @@ "cpu": [ "mips64el" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -834,6 +847,7 @@ "cpu": [ "ppc64" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -849,6 +863,7 @@ "cpu": [ "riscv64" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -864,6 +879,7 @@ "cpu": [ "s390x" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -879,6 +895,7 @@ "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -894,6 +911,7 @@ "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ "netbsd" @@ -909,6 +927,7 @@ "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ "openbsd" @@ -924,6 +943,7 @@ "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ "sunos" @@ -939,6 +959,7 @@ "cpu": [ "arm64" ], + "license": "MIT", "optional": true, "os": [ "win32" @@ -954,6 +975,7 @@ "cpu": [ "ia32" ], + "license": "MIT", "optional": true, "os": [ "win32" @@ -969,6 +991,7 @@ "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ "win32" @@ -2377,9 +2400,9 @@ } }, "node_modules/astro": { - "version": "4.16.14", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.14.tgz", - "integrity": "sha512-2IuLkIp4idyspugq+F52rHZyNqHHi2AdQzuKp3SGytg/YAm50dNeWhP/7l+enjgWZLloLq5xsH5gVQpoDFoyFg==", + "version": "4.16.16", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.16.tgz", + "integrity": "sha512-H1CttrV6+JFrDBQx0Mcbq5i5AeLhCbztB786+9wEu3svWL/QPNeCGqF0dgNORAYmP+rODGCPu/y9qKSh87iLuA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", @@ -2397,7 +2420,7 @@ "aria-query": "^5.3.2", "axobject-query": "^4.1.0", "boxen": "8.0.1", - "ci-info": "^4.0.0", + "ci-info": "^4.1.0", "clsx": "^2.1.1", "common-ancestor-path": "^1.0.1", "cookie": "^0.7.2", @@ -2419,7 +2442,7 @@ "http-cache-semantics": "^4.1.1", "js-yaml": "^4.1.0", "kleur": "^4.1.5", - "magic-string": "^0.30.12", + "magic-string": "^0.30.14", "magicast": "^0.3.5", "micromatch": "^4.0.8", "mrmime": "^2.0.0", @@ -2431,15 +2454,15 @@ "prompts": "^2.4.2", "rehype": "^13.0.2", "semver": "^7.6.3", - "shiki": "^1.22.2", + "shiki": "^1.23.1", "tinyexec": "^0.3.1", "tsconfck": "^3.1.4", "unist-util-visit": "^5.0.0", "vfile": "^6.0.3", - "vite": "^5.4.10", - "vitefu": "^1.0.3", + "vite": "^5.4.11", + "vitefu": "^1.0.4", "which-pm": "^3.0.0", - "xxhash-wasm": "^1.0.2", + "xxhash-wasm": "^1.1.0", "yargs-parser": "^21.1.1", "zod": "^3.23.8", "zod-to-json-schema": "^3.23.5", @@ -3312,6 +3335,7 @@ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz", "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==", "hasInstallScript": true, + "license": "MIT", "bin": { "esbuild": "bin/esbuild" }, @@ -4662,9 +4686,10 @@ } }, "node_modules/magic-string": { - "version": "0.30.13", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.13.tgz", - "integrity": "sha512-8rYBO+MsWkgjDSOvLomYnzhdwEG51olQ4zL5KXnNJWV5MNmrb4rTZdrtkhxjnD/QyZUqR/Z/XDsUs/4ej2nx0g==", + "version": "0.30.14", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.14.tgz", + "integrity": "sha512-5c99P1WKTed11ZC0HMJOj6CDIue6F8ySu+bJL+85q1zBEIY8IklrJ1eiKC2NDRh3Ct3FcvmJPyQHb9erXMTJNw==", + "license": "MIT", "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0" } @@ -8025,6 +8050,7 @@ "version": "5.4.11", "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.11.tgz", "integrity": "sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==", + "license": "MIT", "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.43", @@ -8080,15 +8106,16 @@ } }, "node_modules/vitefu": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.0.3.tgz", - "integrity": "sha512-iKKfOMBHob2WxEJbqbJjHAkmYgvFDPhuqrO82om83S8RLk+17FtyMBfcyeH8GqD0ihShtkMW/zzJgiA51hCNCQ==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.0.4.tgz", + "integrity": "sha512-y6zEE3PQf6uu/Mt6DTJ9ih+kyJLr4XcSgHR2zUkM8SWDhuixEJxfJ6CZGMHh1Ec3vPLoEA0IHU5oWzVqw8ulow==", + "license": "MIT", "workspaces": [ "tests/deps/*", "tests/projects/*" ], "peerDependencies": { - "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0-beta.0" + "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" }, "peerDependenciesMeta": { "vite": { diff --git a/package.json b/package.json index 510de4e..6230c14 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@preline/dropdown": "^2.5.0", "@preline/overlay": "^2.5.0", "@preline/tabs": "^2.5.0", - "astro": "^4.16.14", + "astro": "^4.16.16", "astro-compressor": "^0.4.1", "clipboard": "^2.0.11", "globby": "^14.0.2", From 43a578fd5dcaf6f1c398114ea6a607cb94bbaee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:21:31 +0000 Subject: [PATCH 08/14] chore(deps-dev): bump prettier from 3.3.3 to 3.4.1 Bumps [prettier](https://github.com/prettier/prettier) from 3.3.3 to 3.4.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.4.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 88bc42a..f698d25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "devDependencies": { "@tailwindcss/forms": "^0.5.9", "astro-vtbot": "^1.10.7", - "prettier": "^3.3.3", + "prettier": "^3.4.1", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.9", "typescript": "^5.7.2" @@ -6370,10 +6370,11 @@ } }, "node_modules/prettier": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", - "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz", + "integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==", "devOptional": true, + "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" }, diff --git a/package.json b/package.json index 510de4e..f799978 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "devDependencies": { "@tailwindcss/forms": "^0.5.9", "astro-vtbot": "^1.10.7", - "prettier": "^3.3.3", + "prettier": "^3.4.1", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.9", "typescript": "^5.7.2" From 718cef1794ad0dce0cc1dbf966a26a2fe77505c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 19:01:37 +0000 Subject: [PATCH 09/14] chore(deps): bump astro-compressor from 0.4.1 to 1.0.0 Bumps [astro-compressor](https://github.com/sondr3/astro-compressor) from 0.4.1 to 1.0.0. - [Release notes](https://github.com/sondr3/astro-compressor/releases) - [Changelog](https://github.com/sondr3/astro-compressor/blob/main/CHANGELOG.md) - [Commits](https://github.com/sondr3/astro-compressor/compare/v0.4.1...v1.0.0) --- updated-dependencies: - dependency-name: astro-compressor dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a33cdf2..b3ed5e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@preline/overlay": "^2.5.0", "@preline/tabs": "^2.5.0", "astro": "^4.16.16", - "astro-compressor": "^0.4.1", + "astro-compressor": "^1.0.0", "clipboard": "^2.0.11", "globby": "^14.0.2", "gsap": "^3.12.5", @@ -2481,9 +2481,10 @@ } }, "node_modules/astro-compressor": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/astro-compressor/-/astro-compressor-0.4.1.tgz", - "integrity": "sha512-IAgYAlxYRMolaptsFB9quH7RxX4eUeC4UfULCPhT+ILcg7m1kbaxuyUKqGg9Hh+KZ+FNPPDAz7DqUfl+HDWhQg==" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/astro-compressor/-/astro-compressor-1.0.0.tgz", + "integrity": "sha512-MNGRmjIsb73BIJivbU/HnTbPu5CEFvXp1NCev0bpsuK/cp4cCPX6C1omUPXzw2oQbtKv0phTTTtEk+h20SrF1Q==", + "license": "MIT" }, "node_modules/astro-expressive-code": { "version": "0.38.3", diff --git a/package.json b/package.json index 66f49ba..4093d40 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@preline/overlay": "^2.5.0", "@preline/tabs": "^2.5.0", "astro": "^4.16.16", - "astro-compressor": "^0.4.1", + "astro-compressor": "^1.0.0", "clipboard": "^2.0.11", "globby": "^14.0.2", "gsap": "^3.12.5", From 81751af9b1c7e3c39bbf9954b7e78b2ac7a14576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:02:44 +0000 Subject: [PATCH 10/14] chore(deps): bump @preline/collapse from 2.5.0 to 2.6.0 Bumps [@preline/collapse](https://github.com/htmlstreamofficial/preline) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/htmlstreamofficial/preline/releases) - [Commits](https://github.com/htmlstreamofficial/preline/compare/v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: "@preline/collapse" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3ed5e4..6f067e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.2", "@preline/accordion": "^2.5.0", - "@preline/collapse": "^2.5.0", + "@preline/collapse": "^2.6.0", "@preline/dropdown": "^2.5.0", "@preline/overlay": "^2.5.0", "@preline/tabs": "^2.5.0", @@ -1649,9 +1649,9 @@ "integrity": "sha512-vQnRTJ0W1FNHsgwgQ/i6OXXDkRuT1oaR9WNjgTX8jeldQfnU40NYCJdjyhdPX5kCkNH2Q8AW6ihG/8XI2DNGJA==" }, "node_modules/@preline/collapse": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@preline/collapse/-/collapse-2.5.0.tgz", - "integrity": "sha512-FFVB+T7FXn66EUmwgR8c1OtxXDlL74pRvBXtntXwwQ+9fqCZML1xPTOXfdeRL4e46kroAtigVcp/Y28lEpkXTQ==" + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@preline/collapse/-/collapse-2.6.0.tgz", + "integrity": "sha512-0w/Gd5g2N81atuMhEikAyW/88yIk/Gt7wnrIMB5NZQry5CWj8SAf0kksb2wtFF5uakA/tnbSuXzeCcabbZe0uw==" }, "node_modules/@preline/dropdown": { "version": "2.5.0", diff --git a/package.json b/package.json index 4093d40..fb3d9dd 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.2", "@preline/accordion": "^2.5.0", - "@preline/collapse": "^2.5.0", + "@preline/collapse": "^2.6.0", "@preline/dropdown": "^2.5.0", "@preline/overlay": "^2.5.0", "@preline/tabs": "^2.5.0", From 3df6f72ed740a018ccf7ad66a6647d7c8572bbf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:02:51 +0000 Subject: [PATCH 11/14] chore(deps-dev): bump prettier from 3.4.1 to 3.4.2 Bumps [prettier](https://github.com/prettier/prettier) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.4.1...3.4.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3ed5e4..84be975 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "devDependencies": { "@tailwindcss/forms": "^0.5.9", "astro-vtbot": "^1.10.7", - "prettier": "^3.4.1", + "prettier": "^3.4.2", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.9", "typescript": "^5.7.2" @@ -6396,11 +6396,10 @@ } }, "node_modules/prettier": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz", - "integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz", + "integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==", "devOptional": true, - "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" }, diff --git a/package.json b/package.json index 4093d40..e179bb1 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "devDependencies": { "@tailwindcss/forms": "^0.5.9", "astro-vtbot": "^1.10.7", - "prettier": "^3.4.1", + "prettier": "^3.4.2", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.9", "typescript": "^5.7.2" From 6ef2c5b335af6418a4f079bf60d12ee07aa4bcde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:02:56 +0000 Subject: [PATCH 12/14] chore(deps): bump preline from 2.5.1 to 2.6.0 Bumps [preline](https://github.com/htmlstreamofficial/preline) from 2.5.1 to 2.6.0. - [Release notes](https://github.com/htmlstreamofficial/preline/releases) - [Commits](https://github.com/htmlstreamofficial/preline/compare/v2.5.1...v2.6.0) --- updated-dependencies: - dependency-name: preline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3ed5e4..36e81f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "gsap": "^3.12.5", "html-minifier-terser": "^7.2.0", "lenis": "^1.1.17", - "preline": "^2.5.1", + "preline": "^2.6.0", "rimraf": "^6.0.1", "sharp": "^0.33.5", "sharp-ico": "^0.1.5", @@ -6388,9 +6388,9 @@ } }, "node_modules/preline": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/preline/-/preline-2.5.1.tgz", - "integrity": "sha512-fEXOsz0xLfTm5sJmNanourrMjwjcgGtaVNg8Pt6GzUbZ/oXHIdcR94LBdeE0Ea0pBPFOOHzEL5LQwSbAvCJEfw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/preline/-/preline-2.6.0.tgz", + "integrity": "sha512-8O9ayfWgicM8w64k6HIXoRafVqI3xsyFhlT/OCR99USR5izlMGvCunAW+HsTtCwWI0V04m96eXcYy8ElYkDqNg==", "dependencies": { "@popperjs/core": "^2.11.2" } diff --git a/package.json b/package.json index 4093d40..b1f2e5b 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "gsap": "^3.12.5", "html-minifier-terser": "^7.2.0", "lenis": "^1.1.17", - "preline": "^2.5.1", + "preline": "^2.6.0", "rimraf": "^6.0.1", "sharp": "^0.33.5", "sharp-ico": "^0.1.5", From 304eff07efe57a480603b91a9b4f81277ba9db42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:03:09 +0000 Subject: [PATCH 13/14] chore(deps): bump @preline/tabs from 2.5.0 to 2.6.0 Bumps [@preline/tabs](https://github.com/htmlstreamofficial/preline) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/htmlstreamofficial/preline/releases) - [Commits](https://github.com/htmlstreamofficial/preline/compare/v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: "@preline/tabs" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3ed5e4..60c7f17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@preline/collapse": "^2.5.0", "@preline/dropdown": "^2.5.0", "@preline/overlay": "^2.5.0", - "@preline/tabs": "^2.5.0", + "@preline/tabs": "^2.6.0", "astro": "^4.16.16", "astro-compressor": "^1.0.0", "clipboard": "^2.0.11", @@ -1664,9 +1664,9 @@ "integrity": "sha512-5eWzP2N3sTOKhgoefXdrrxUNQh8F678von6ehN1cD79ujVfShYdWowvjtzMlUiTePbF0pgM/wG6D6mRzicOMzw==" }, "node_modules/@preline/tabs": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@preline/tabs/-/tabs-2.5.0.tgz", - "integrity": "sha512-JdMwRCtbJ0G9goqU+6214/ncfJX8zthEeLl1i9YYyeFLqTJvXPTIW5MWKyXpR4Gi1RUjr2NnT86Abtjp97bESg==" + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@preline/tabs/-/tabs-2.6.0.tgz", + "integrity": "sha512-7zL1TAwRHjYyhMAX7HrJ56Xa8wgTnWBXl+5PsGKJsAeHrv09k5DbRKLYvAMbAROXg/ZRz8Z5Dko96/AUhuNecg==" }, "node_modules/@rollup/pluginutils": { "version": "5.1.3", diff --git a/package.json b/package.json index 4093d40..2bdc22e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@preline/collapse": "^2.5.0", "@preline/dropdown": "^2.5.0", "@preline/overlay": "^2.5.0", - "@preline/tabs": "^2.5.0", + "@preline/tabs": "^2.6.0", "astro": "^4.16.16", "astro-compressor": "^1.0.0", "clipboard": "^2.0.11", From 2e418277a83fc45d568f9cde4104bb4f4e3f41ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:12:40 +0000 Subject: [PATCH 14/14] chore(deps): bump @preline/overlay from 2.5.0 to 2.6.0 Bumps [@preline/overlay](https://github.com/htmlstreamofficial/preline) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/htmlstreamofficial/preline/releases) - [Commits](https://github.com/htmlstreamofficial/preline/compare/v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: "@preline/overlay" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36bb35d..2a7350e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@preline/accordion": "^2.5.0", "@preline/collapse": "^2.6.0", "@preline/dropdown": "^2.5.0", - "@preline/overlay": "^2.5.0", + "@preline/overlay": "^2.6.0", "@preline/tabs": "^2.6.0", "astro": "^4.16.16", "astro-compressor": "^1.0.0", @@ -1659,9 +1659,9 @@ "integrity": "sha512-ydKGBx02eLWzmCn8gkaaTe/gXXqvkZKZCgCYCWETRdy31qhaam43hvJMcpsGOROWSjlPNBgVyGrwYdAgJUO68g==" }, "node_modules/@preline/overlay": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@preline/overlay/-/overlay-2.5.0.tgz", - "integrity": "sha512-5eWzP2N3sTOKhgoefXdrrxUNQh8F678von6ehN1cD79ujVfShYdWowvjtzMlUiTePbF0pgM/wG6D6mRzicOMzw==" + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@preline/overlay/-/overlay-2.6.0.tgz", + "integrity": "sha512-UHwvQ/urc9JXkepINlFUXYYZg6Z4FMKyN2YO/2Kn7mCbpY+QbXtoRBvq+8j9aC2MFOvV6HQhm1yLbCibt1qwFA==" }, "node_modules/@preline/tabs": { "version": "2.6.0", diff --git a/package.json b/package.json index 803ab77..132c923 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@preline/accordion": "^2.5.0", "@preline/collapse": "^2.6.0", "@preline/dropdown": "^2.5.0", - "@preline/overlay": "^2.5.0", + "@preline/overlay": "^2.6.0", "@preline/tabs": "^2.6.0", "astro": "^4.16.16", "astro-compressor": "^1.0.0",