From 982435a5282a6dd0ebf06430a0d859396a580c28 Mon Sep 17 00:00:00 2001 From: Newton <5769156+iamnewton@users.noreply.github.com> Date: Wed, 19 Aug 2026 15:06:26 -0700 Subject: [PATCH 1/3] =?UTF-8?q?chore:=20=F0=9F=94=A7=20update=20@theholocr?= =?UTF-8?q?on/astro-config=20to=207.22.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com> --- pnpm-lock.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cdd41e3..643a835 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,8 +7,8 @@ settings: catalogs: configs: '@theholocron/astro-config': - specifier: ^7.19.1 - version: 7.19.1 + specifier: ^7.22.2 + version: 7.22.2 '@theholocron/commitlint-config': specifier: ^7.19.1 version: 7.19.1 @@ -117,7 +117,7 @@ importers: version: 12.0.9(semantic-release@25.0.9(typescript@6.0.3)) '@theholocron/astro-config': specifier: catalog:configs - version: 7.19.1(astro@7.2.4(@emnapi/core@1.11.2)(@emnapi/runtime@1.11.3)(@types/node@26.2.0)(jiti@2.7.0)(tsx@4.23.1)(yaml@2.9.0)) + version: 7.22.2(astro@7.2.4(@emnapi/core@1.11.2)(@emnapi/runtime@1.11.3)(@types/node@26.2.0)(jiti@2.7.0)(tsx@4.23.1)(yaml@2.9.0)) '@theholocron/cli': specifier: catalog:holocron version: 3.24.4(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(@types/node@26.2.0)(vitest@4.1.10) @@ -2323,8 +2323,8 @@ packages: peerDependencies: '@testing-library/dom': '>=7.21.4' - '@theholocron/astro-config@7.19.1': - resolution: {integrity: sha512-QE47/ODTNEwszna7jxlI7EDQBDtP0bs5UJy25+kgoa8AI5lDPtW2ZKHRPQ7nZc1T1hsyNF7zpUZZRwHwHisGFw==} + '@theholocron/astro-config@7.22.2': + resolution: {integrity: sha512-cU7nZqBIKZteVB3qBJ0hdSAsKv5EWN7/hreM4/3AiEevq4SDXCYriVXiGQ+MVHoTSLtZk3b4PFE2jEf+zuxg+g==} engines: {node: '>=22.0.0'} peerDependencies: astro: '>=5.0.0' @@ -7559,7 +7559,7 @@ snapshots: '@testing-library/dom': 10.4.1 optional: true - '@theholocron/astro-config@7.19.1(astro@7.2.4(@emnapi/core@1.11.2)(@emnapi/runtime@1.11.3)(@types/node@26.2.0)(jiti@2.7.0)(tsx@4.23.1)(yaml@2.9.0))': + '@theholocron/astro-config@7.22.2(astro@7.2.4(@emnapi/core@1.11.2)(@emnapi/runtime@1.11.3)(@types/node@26.2.0)(jiti@2.7.0)(tsx@4.23.1)(yaml@2.9.0))': dependencies: astro: 7.2.4(@emnapi/core@1.11.2)(@emnapi/runtime@1.11.3)(@types/node@26.2.0)(jiti@2.7.0)(tsx@4.23.1)(yaml@2.9.0) From fa3aca56f666b99fb965eba2651d76bb6076db54 Mon Sep 17 00:00:00 2001 From: Newton <5769156+iamnewton@users.noreply.github.com> Date: Wed, 19 Aug 2026 15:28:40 -0700 Subject: [PATCH 2/3] =?UTF-8?q?chore:=20=F0=9F=94=A7=20bump=20@theholocron?= =?UTF-8?q?/astro-config=20catalog=20to=20^7.22.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com> --- pnpm-workspace.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 97bfa8f..4f59c45 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -24,7 +24,7 @@ catalog: catalogs: # Shared configs — release in lockstep; bump all entries together. configs: - '@theholocron/astro-config': ^7.19.1 + '@theholocron/astro-config': ^7.22.2 '@theholocron/commitlint-config': ^7.19.1 '@theholocron/eslint-config': ^7.19.1 '@theholocron/lint-staged-config': ^7.19.1 From fcd211210b7271ce04d92a09e333b23be8acada5 Mon Sep 17 00:00:00 2001 From: Newton <5769156+iamnewton@users.noreply.github.com> Date: Wed, 19 Aug 2026 17:48:38 -0700 Subject: [PATCH 3/3] =?UTF-8?q?ci:=20=F0=9F=91=B7=20retrigger=20after=20.g?= =?UTF-8?q?ithub=20test=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>