From 35939e1d438491392bea83f4b29b0f93080549bf Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 29 Oct 2023 12:42:31 +0200 Subject: [PATCH 1/9] squash! --- astro.config.ts | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/astro.config.ts b/astro.config.ts index 6a9aa96c..360ba80e 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -23,4 +23,6 @@ export default (await import("astro/config")).defineConfig({ sourcemap: true, }, }, -}); +}) as typeof defineConfig; + +import type { defineConfig } from "astro/config"; diff --git a/package.json b/package.json index 5a15ad99..f1bada72 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@tailwindcss/typography": "0.5.10", "astro": "3.4.0", "astro-capo": "0.0.1", - "astro-compress": "2.1.6", + "astro-compress": "2.2.0", "astro-critters": "2.0.11", "astro-rome": "2.0.9", "astrojs-service-worker": "1.1.0", From 905838ce7dbd5f45a75b96527979833767c9bfd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 01:52:40 +0000 Subject: [PATCH 2/9] Bump @astrojs/check from 0.2.1 to 0.3.0 Bumps [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) from 0.2.1 to 0.3.0. - [Release notes](https://github.com/withastro/language-tools/releases) - [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.3.0/packages/astro-check) --- updated-dependencies: - dependency-name: "@astrojs/check" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f1bada72..4efad343 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "start": "astro dev" }, "dependencies": { - "@astrojs/check": "0.2.1", + "@astrojs/check": "0.3.0", "@astrojs/prefetch": "0.4.1", "@astrojs/sitemap": "3.0.2", "@tailwindcss/aspect-ratio": "0.4.2", From ce3d7688522adf01a7162c7f1760c530b32cd799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 01:43:14 +0000 Subject: [PATCH 3/9] Bump @astrojs/sitemap from 3.0.2 to 3.0.3 Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/sitemap@3.0.3/packages/integrations/sitemap) --- updated-dependencies: - dependency-name: "@astrojs/sitemap" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4efad343..a611d9f5 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "@astrojs/check": "0.3.0", "@astrojs/prefetch": "0.4.1", - "@astrojs/sitemap": "3.0.2", + "@astrojs/sitemap": "3.0.3", "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/forms": "0.5.6", "@tailwindcss/typography": "0.5.10", From 936137b16dc903776bb4726fd51cbcf12bddbf4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 01:43:42 +0000 Subject: [PATCH 4/9] Bump astro from 3.4.0 to 3.4.2 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 3.4.0 to 3.4.2. - [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@3.4.2/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4efad343..50fd9e28 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/forms": "0.5.6", "@tailwindcss/typography": "0.5.10", - "astro": "3.4.0", + "astro": "3.4.2", "astro-capo": "0.0.1", "astro-compress": "2.2.0", "astro-critters": "2.0.11", From 748b4a1ac5d1efb2f54402f77b598296be8d0cce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 01:36:34 +0000 Subject: [PATCH 5/9] Bump @astrojs/check from 0.3.0 to 0.3.1 Bumps [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/withastro/language-tools/releases) - [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.3.1/packages/astro-check) --- updated-dependencies: - dependency-name: "@astrojs/check" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3d5b3ff..2a1d8354 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "start": "astro dev" }, "dependencies": { - "@astrojs/check": "0.3.0", + "@astrojs/check": "0.3.1", "@astrojs/prefetch": "0.4.1", "@astrojs/sitemap": "3.0.3", "@tailwindcss/aspect-ratio": "0.4.2", From f9ea016acb1151482e47d798febb9c1052e75eb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 01:37:07 +0000 Subject: [PATCH 6/9] Bump astro from 3.4.2 to 3.4.3 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 3.4.2 to 3.4.3. - [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@3.4.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3d5b3ff..b5c16e2c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/forms": "0.5.6", "@tailwindcss/typography": "0.5.10", - "astro": "3.4.2", + "astro": "3.4.3", "astro-capo": "0.0.1", "astro-compress": "2.2.0", "astro-critters": "2.0.11", From 9bec0d86a302c6510df6a8a02a82b9e20a5fdd34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 01:37:40 +0000 Subject: [PATCH 7/9] Bump astro-compress from 2.2.0 to 2.2.2 Bumps [astro-compress](https://github.com/astro-community/AstroCompress) from 2.2.0 to 2.2.2. - [Release notes](https://github.com/astro-community/AstroCompress/releases) - [Changelog](https://github.com/astro-community/AstroCompress/blob/main/CHANGELOG.md) - [Commits](https://github.com/astro-community/AstroCompress/compare/v2.2.0...v2.2.2) --- updated-dependencies: - dependency-name: astro-compress dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3d5b3ff..9e6dafe9 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@tailwindcss/typography": "0.5.10", "astro": "3.4.2", "astro-capo": "0.0.1", - "astro-compress": "2.2.0", + "astro-compress": "2.2.2", "astro-critters": "2.0.11", "astro-rome": "2.0.9", "astrojs-service-worker": "1.1.0", From bbbaa5a4b912be96804e12c4a49288eeee95cb13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 01:27:35 +0000 Subject: [PATCH 8/9] Bump astro-compress from 2.2.2 to 2.2.3 Bumps [astro-compress](https://github.com/astro-community/AstroCompress) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/astro-community/AstroCompress/releases) - [Changelog](https://github.com/astro-community/AstroCompress/blob/main/CHANGELOG.md) - [Commits](https://github.com/astro-community/AstroCompress/compare/v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: astro-compress dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab37e38b..947d736a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@tailwindcss/typography": "0.5.10", "astro": "3.4.3", "astro-capo": "0.0.1", - "astro-compress": "2.2.2", + "astro-compress": "2.2.3", "astro-critters": "2.0.11", "astro-rome": "2.0.9", "astrojs-service-worker": "1.1.0", From bb832ad25476cf8240db4c7de6d40717411846ef Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 7 Nov 2023 16:38:13 +0200 Subject: [PATCH 9/9] squash! --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f1bada72..947d736a 100644 --- a/package.json +++ b/package.json @@ -26,15 +26,15 @@ "start": "astro dev" }, "dependencies": { - "@astrojs/check": "0.2.1", + "@astrojs/check": "0.3.1", "@astrojs/prefetch": "0.4.1", - "@astrojs/sitemap": "3.0.2", + "@astrojs/sitemap": "3.0.3", "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/forms": "0.5.6", "@tailwindcss/typography": "0.5.10", - "astro": "3.4.0", + "astro": "3.4.3", "astro-capo": "0.0.1", - "astro-compress": "2.2.0", + "astro-compress": "2.2.3", "astro-critters": "2.0.11", "astro-rome": "2.0.9", "astrojs-service-worker": "1.1.0",