From 3da3aff781dd8087cfce613a9db89f4583c6a557 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 9 Jul 2026 10:59:31 +0000
Subject: [PATCH 1/2] fix: update Astro metadata to 7.0.7
---
README.md | 2 +-
src/languages/astro.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index edb926c..5f52088 100644
--- a/README.md
+++ b/README.md
@@ -384,7 +384,7 @@ from its package subpath.
|
| ASP/ASPX | `asp` | `.asp`, `.aspx`, `.ascx`, `.ashx`, `.asmx`, `.master` | `4.8.1` | `code-languages/asp` |
|
| Assembly | `assembly` | `.asm`, `.s`, `.S`, `.inc` | `Architecture-specific` | `code-languages/assembly` |
|
| AssemblyScript | `assemblyscript` | `.as` | `0.28.19` | `code-languages/assemblyscript` |
-|
| Astro | `astro` | `.astro` | `7.0.6` | `code-languages/astro` |
+|
| Astro | `astro` | `.astro` | `7.0.7` | `code-languages/astro` |
|
| Austral | `austral` | `.aum`, `.aui` | `0.1.0` | `code-languages/austral` |
|
| AutoHotkey | `autohotkey` | `.ahk`, `.ah2` | `2.0` | `code-languages/autohotkey` |
|
| Avro IDL | `avro-idl` | `.avdl` | `1.12.1` | `code-languages/avro-idl` |
diff --git a/src/languages/astro.ts b/src/languages/astro.ts
index b8df5b6..98cb74b 100644
--- a/src/languages/astro.ts
+++ b/src/languages/astro.ts
@@ -12,7 +12,7 @@ export const astro = {
packageManagers: ['npm', 'pnpm', 'Yarn', 'Bun'],
ecosystems: ['Web', 'Static Sites', 'Content'],
},
- version: '7.0.6',
+ version: '7.0.7',
logo: 'https://astro.build/assets/press/astro-icon-light.svg',
color: '#FF5D01',
i18n: {
From 7a9def6cbfe722d0ce0bbd76b6a93e9987594b98 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 9 Jul 2026 10:59:55 +0000
Subject: [PATCH 2/2] fix: update TypeScript metadata to 7.0
---
README.md | 2 +-
src/languages/typescript.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 5f52088..35c0c42 100644
--- a/README.md
+++ b/README.md
@@ -624,7 +624,7 @@ from its package subpath.
|
| T-SQL | `tsql` | `.sql`, `.tsql` | `SQL Server 2025 (17.x)` | `code-languages/tsql` |
|
| Twee/Twine | `twee` | `.tw`, `.twee`, `.tw2` | `2.10.0` | `code-languages/twee` |
|
| Twig | `twig` | `.twig` | `3.28.0` | `code-languages/twig` |
-|
| TypeScript | `typescript` | `.ts`, `.tsx`, `.mts`, `.cts` | `6.0` | `code-languages/typescript` |
+|
| TypeScript | `typescript` | `.ts`, `.tsx`, `.mts`, `.cts` | `7.0` | `code-languages/typescript` |
|
| Typst | `typst` | `.typ` | `0.15.0` | `code-languages/typst` |
|
| Unison | `unison` | `.u`, `.uu` | `0.5.28` | `code-languages/unison` |
|
| V | `v` | `.v`, `.vsh` | `weekly.2025.49` | `code-languages/v` |
diff --git a/src/languages/typescript.ts b/src/languages/typescript.ts
index c6a3155..e577610 100644
--- a/src/languages/typescript.ts
+++ b/src/languages/typescript.ts
@@ -12,7 +12,7 @@ export const typescript = {
packageManagers: ['npm', 'pnpm', 'Yarn', 'Bun'],
ecosystems: ['Web', 'Node.js'],
},
- version: '6.0',
+ version: '7.0',
logo: 'https://www.typescriptlang.org/icons/icon-512x512.png',
color: '#3178C6',
i18n: {