From 02e41fb8d48a0b91d21c830cd68b85846b8d0b21 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 30 Jul 2026 10:29:18 +0000
Subject: [PATCH 1/2] fix: update Astro metadata to 7.1.6
---
README.md | 2 +-
src/languages/astro.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 64b0159..33dad76 100644
--- a/README.md
+++ b/README.md
@@ -487,7 +487,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.5` | `code-languages/astro` |
+|
| Astro | `astro` | `.astro` | `7.1.6` | `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 36409af..e72cc86 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.5',
+ version: '7.1.6',
logo: 'https://astro.build/assets/press/astro-icon-light.svg',
color: '#FF5D01',
i18n: {
From aee89c2c9812b414bbfa0f393117b433a2f9c23c Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 30 Jul 2026 10:29:42 +0000
Subject: [PATCH 2/2] fix: update Gleam metadata to 1.18.0
---
README.md | 2 +-
src/languages/gleam.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 33dad76..172870b 100644
--- a/README.md
+++ b/README.md
@@ -567,7 +567,7 @@ from its package subpath.
|
| GDScript | `gdscript` | `.gd` | `4.7` | `code-languages/gdscript` |
|
| Gettext | `gettext` | `.po`, `.pot` | `stable` | `code-languages/gettext` |
|
| Git | `git` | `.git`, `.gitignore`, `.gitattributes`, `.gitmodules`, `.gitkeep` | `2.55.0` | `code-languages/git` |
-|
| Gleam | `gleam` | `.gleam` | `1.17.0` | `code-languages/gleam` |
+|
| Gleam | `gleam` | `.gleam` | `1.18.0` | `code-languages/gleam` |
|
| GLSL | `glsl` | `.glsl`, `.vert`, `.frag`, `.geom`, `.tesc`, `.tese`, `.comp`, `.vs`, `.fs` | `4.60` | `code-languages/glsl` |
|
| GML | `gml` | `.gml` | `2024.13.0` | `code-languages/gml` |
|
| Go | `go` | `.go` | `1.26.5` | `code-languages/go` |
diff --git a/src/languages/gleam.ts b/src/languages/gleam.ts
index 72f6839..59f635e 100644
--- a/src/languages/gleam.ts
+++ b/src/languages/gleam.ts
@@ -15,7 +15,7 @@ export const gleam = {
packageManagers: ['gleam', 'Hex'],
ecosystems: ['BEAM', 'Erlang', 'Elixir', 'JavaScript', 'Web'],
},
- version: '1.17.0',
+ version: '1.18.0',
logo: 'https://cdn.simpleicons.org/gleam/FFAFF3',
color: '#FFAFF3',
i18n: {