From 7f84f46b8edf55b3bbc11329167337b91146f681 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 18 Jul 2026 09:31:14 +0000
Subject: [PATCH 1/3] fix: update Astro metadata to 7.1.1
---
README.md | 2 +-
src/languages/astro.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 84bf721..3175db6 100644
--- a/README.md
+++ b/README.md
@@ -456,7 +456,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.1.0` | `code-languages/astro` |
+|
| Astro | `astro` | `.astro` | `7.1.1` | `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 185e3ac..bdae097 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.1.0',
+ version: '7.1.1',
logo: 'https://astro.build/assets/press/astro-icon-light.svg',
color: '#FF5D01',
i18n: {
From 7278b882cfd6f97b3e4111c7fa865462f48e9382 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 18 Jul 2026 09:31:38 +0000
Subject: [PATCH 2/3] fix: update Luau metadata to 0.730
---
README.md | 2 +-
src/languages/luau.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 3175db6..120353e 100644
--- a/README.md
+++ b/README.md
@@ -594,7 +594,7 @@ from its package subpath.
|
| Lobster | `lobster` | `.lobster` | `development snapshot` | `code-languages/lobster` |
|
| Logo | `logo` | `.logo`, `.lgo` | `UCBLogo 6.2` | `code-languages/logo` |
|
| Lua | `lua` | `.lua`, `.rockspec` | `5.5.0` | `code-languages/lua` |
-|
| Luau | `luau` | `.luau` | `0.729` | `code-languages/luau` |
+|
| Luau | `luau` | `.luau` | `0.730` | `code-languages/luau` |
|
| Makefile | `makefile` | `Makefile`, `makefile`, `GNUmakefile`, `.mk`, `.mak` | `4.4.1` | `code-languages/makefile` |
|
| Mako | `mako` | `.mako`, `.mao` | `1.3.10` | `code-languages/mako` |
|
| Markdown | `markdown` | `.md`, `.markdown`, `.mdown`, `.mkd` | `CommonMark 4.0` | `code-languages/markdown` |
diff --git a/src/languages/luau.ts b/src/languages/luau.ts
index 0c19b54..d8bc44c 100644
--- a/src/languages/luau.ts
+++ b/src/languages/luau.ts
@@ -15,7 +15,7 @@ export const luau = {
packageManagers: ['Wally', 'Pesde'],
ecosystems: ['Roblox', 'Games', 'Embedded scripting'],
},
- version: '0.729',
+ version: '0.730',
logo: 'https://cdn.simpleicons.org/roblox/000000',
color: '#000000',
i18n: {
From 588fc3346e9b8822cbbd0cd7dcd097488b60923a Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 18 Jul 2026 09:32:02 +0000
Subject: [PATCH 3/3] fix: update Typst metadata to 0.15.1
---
README.md | 2 +-
src/languages/typst.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 120353e..db0d05a 100644
--- a/README.md
+++ b/README.md
@@ -719,7 +719,7 @@ from its package subpath.
|
| Twig | `twig` | `.twig` | `3.28.0` | `code-languages/twig` |
|
| TypeScript | `typescript` | `.ts`, `.tsx`, `.mts`, `.cts` | `7.0` | `code-languages/typescript` |
|
| TypeSpec | `typespec` | `.tsp` | `1.0` | `code-languages/typespec` |
-|
| Typst | `typst` | `.typ` | `0.15.0` | `code-languages/typst` |
+|
| Typst | `typst` | `.typ` | `0.15.1` | `code-languages/typst` |
|
| Unison | `unison` | `.u`, `.uu` | `0.5.28` | `code-languages/unison` |
|
| V | `v` | `.v`, `.vsh` | `weekly.2025.49` | `code-languages/v` |
|
| Vala | `vala` | `.vala`, `.vapi` | `0.56.18` | `code-languages/vala` |
diff --git a/src/languages/typst.ts b/src/languages/typst.ts
index 8511e28..286f71b 100644
--- a/src/languages/typst.ts
+++ b/src/languages/typst.ts
@@ -12,7 +12,7 @@ export const typst = {
packageManagers: ['Typst Packages'],
ecosystems: ['Publishing', 'Academic Writing', 'Documentation', 'Typesetting'],
},
- version: '0.15.0',
+ version: '0.15.1',
logo: 'https://cdn.simpleicons.org/typst/239DAD',
color: '#239DAD',
i18n: {