From 3fe70d5b4415e23d54a748b7e6acdd7cc7cc5933 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 26 Aug 2023 23:22:43 +0300 Subject: [PATCH 01/13] squash! --- Source/env.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/env.d.ts b/Source/env.d.ts index 48bd2305..f7cbe9c1 100644 --- a/Source/env.d.ts +++ b/Source/env.d.ts @@ -1 +1 @@ -/// \ No newline at end of file +/// From e1823907924c0b3d54761cb50e59e82e4cc9a6b9 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 29 Aug 2023 01:34:39 +0300 Subject: [PATCH 02/13] squash! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5b0031f..df84561f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@astrojs/prefetch": "0.3.0", "@astrojs/sitemap": "2.0.2", "@tailwindcss/aspect-ratio": "0.4.2", - "@tailwindcss/forms": "0.5.5", + "@tailwindcss/forms": "0.5.6", "@tailwindcss/typography": "0.5.9", "astro": "2.10.14", "astro-compress": "2.0.14", From 1cf8b8c1e697f10dbcee5168eb2b05a7b4c33988 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 31 Aug 2023 02:34:00 +0300 Subject: [PATCH 03/13] squash! --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index df84561f..33585c5b 100644 --- a/package.json +++ b/package.json @@ -26,12 +26,12 @@ "start": "astro dev" }, "devDependencies": { - "@astrojs/prefetch": "0.3.0", - "@astrojs/sitemap": "2.0.2", + "@astrojs/prefetch": "0.4.0", + "@astrojs/sitemap": "3.0.0", "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/forms": "0.5.6", "@tailwindcss/typography": "0.5.9", - "astro": "2.10.14", + "astro": "3.0.0", "astro-compress": "2.0.14", "astro-critters": "2.0.11", "astro-rome": "2.0.8", @@ -41,14 +41,14 @@ "cssnano-preset-advanced": "6.0.1", "dotenv": "16.3.1", "firebase": "10.3.0", - "postcss": "8.4.28", + "postcss": "8.4.29", "postcss-combine-duplicated-selectors": "10.0.3", "postcss-combine-media-query": "1.0.1", "postcss-import": "15.1.0", "postcss-reporter": "7.0.5", "postcss-url": "10.1.3", "tailwindcss": "3.3.3", - "typescript-esbuild": "0.1.14", + "typescript-esbuild": "0.1.15", "zod": "3.22.2" }, "publishConfig": { From 5fd26582fcc87feb2779b69f3486c4e1f3f32c7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 23:35:21 +0000 Subject: [PATCH 04/13] Bump astro from 3.0.0 to 3.0.3 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 3.0.0 to 3.0.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.0.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:development 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 33585c5b..660c8de6 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/forms": "0.5.6", "@tailwindcss/typography": "0.5.9", - "astro": "3.0.0", + "astro": "3.0.3", "astro-compress": "2.0.14", "astro-critters": "2.0.11", "astro-rome": "2.0.8", From 778ec57a00de36bc7ac2121d7a1cd97472046d17 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 31 Aug 2023 03:46:36 +0300 Subject: [PATCH 05/13] squash! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 660c8de6..8b219154 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "astro-compress": "2.0.14", "astro-critters": "2.0.11", "astro-rome": "2.0.8", - "astrojs-service-worker": "1.0.0", + "astrojs-service-worker": "1.1.0", "autoprefixer": "10.4.15", "cssnano": "6.0.1", "cssnano-preset-advanced": "6.0.1", From 94b4291e6e5b0ff9c72afa037713257d3e193c2d Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 31 Aug 2023 12:52:52 +0300 Subject: [PATCH 06/13] squash! --- Source/Layout/Base.astro | 2 +- astro.config.ts | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Source/Layout/Base.astro b/Source/Layout/Base.astro index 8c45d745..ef48a5b9 100644 --- a/Source/Layout/Base.astro +++ b/Source/Layout/Base.astro @@ -10,7 +10,7 @@ interface Props { } --- - +