From 14358dc453dfe873ae4d06ce7bc78bc2378051b6 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 19 Aug 2026 08:42:01 +0000
Subject: [PATCH 1/2] fix: update Astro metadata to 7.2.3
---
README.md | 2 +-
src/languages/astro.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 54f2294..bf3476c 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.2.2` | `code-languages/astro` |
+|
| Astro | `astro` | `.astro` | `7.2.3` | `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.2` | `code-languages/avro-idl` |
diff --git a/src/languages/astro.ts b/src/languages/astro.ts
index bf5f8e1..ff7ffd6 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.2.2',
+ version: '7.2.3',
logo: 'https://astro.build/assets/press/astro-icon-light.svg',
color: '#FF5D01',
i18n: {
From 5b4f34e08e8a76e1c85423d44db1f431edba6b0e Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 19 Aug 2026 08:42:25 +0000
Subject: [PATCH 2/2] fix: update Dart metadata to 3.13.1
---
README.md | 2 +-
src/languages/dart.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index bf3476c..7136693 100644
--- a/README.md
+++ b/README.md
@@ -532,7 +532,7 @@ from its package subpath.
|
| Cython | `cython` | `.pyx`, `.pxd`, `.pxi` | `3.2.9` | `code-languages/cython` |
|
| D | `d` | `.d`, `.di` | `2.112.1` | `code-languages/d` |
|
| Dafny | `dafny` | `.dfy` | `4.11.0` | `code-languages/dafny` |
-|
| Dart | `dart` | `.dart` | `3.13.0` | `code-languages/dart` |
+|
| Dart | `dart` | `.dart` | `3.13.1` | `code-languages/dart` |
|
| DAX | `dax` | `.dax` | `DAX 2025` | `code-languages/dax` |
|
| Dhall | `dhall` | `.dhall` | `23.1.0` | `code-languages/dhall` |
|
| DITA | `dita` | `.dita`, `.ditamap`, `.ditaval` | `1.3` | `code-languages/dita` |
diff --git a/src/languages/dart.ts b/src/languages/dart.ts
index d01812b..7b38037 100644
--- a/src/languages/dart.ts
+++ b/src/languages/dart.ts
@@ -15,7 +15,7 @@ export const dart = {
packageManagers: ['pub'],
ecosystems: ['Flutter', 'Web', 'Server-side'],
},
- version: '3.13.0',
+ version: '3.13.1',
logo: 'https://commons.wikimedia.org/wiki/Special:FilePath/Dart_programming_language_logo.svg',
color: '#0175C2',
i18n: {