From 9b15532e707978828f5ead217235345ea04c3df8 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 12 Jun 2026 04:57:16 +0000
Subject: [PATCH 1/6] fix: update Astro metadata to 6.4.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 db35b7d..a6f4d59 100644
--- a/README.md
+++ b/README.md
@@ -209,7 +209,7 @@ from its package subpath.
|
| AsciiDoc | `asciidoc` | `.adoc`, `.asciidoc`, `.asc` | `pre-spec` | `code-languages/asciidoc` |
|
| 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` |
-|
| Astro | `astro` | `.astro` | `6.4.5` | `code-languages/astro` |
+|
| Astro | `astro` | `.astro` | `6.4.6` | `code-languages/astro` |
|
| Austral | `austral` | `.aum`, `.aui` | `0.1.0` | `code-languages/austral` |
|
| AutoHotkey | `autohotkey` | `.ahk`, `.ah2` | `2.0` | `code-languages/autohotkey` |
|
| awk | `awk` | `.awk` | `GNU Awk 5.4.0` | `code-languages/awk` |
diff --git a/src/languages/astro.ts b/src/languages/astro.ts
index 3b2e08e..336e1e6 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: '6.4.5',
+ version: '6.4.6',
logo: 'https://astro.build/assets/press/astro-icon-light.svg',
color: '#FF5D01',
i18n: {
From 4b174e29128ba44587b4abffa6f94993d0e3c5ab Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 12 Jun 2026 04:57:26 +0000
Subject: [PATCH 2/6] fix: update Bicep metadata to 0.44.1
---
README.md | 2 +-
src/languages/bicep.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index a6f4d59..babe42f 100644
--- a/README.md
+++ b/README.md
@@ -218,7 +218,7 @@ from its package subpath.
|
| Batch | `batch` | `.bat`, `.cmd` | `Windows Command Processor` | `code-languages/batch` |
|
| Bazel | `bazel` | `BUILD.bazel`, `WORKSPACE`, `WORKSPACE.bazel`, `MODULE.bazel` | `9.1.1` | `code-languages/bazel` |
|
| BCPL | `bcpl` | `.bcpl` | `Cintsys BCPL` | `code-languages/bcpl` |
-|
| Bicep | `bicep` | `.bicep`, `.bicepparam` | `0.43.8` | `code-languages/bicep` |
+|
| Bicep | `bicep` | `.bicep`, `.bicepparam` | `0.44.1` | `code-languages/bicep` |
|
| Blade | `blade` | `.blade.php` | `Laravel 12.x` | `code-languages/blade` |
|
| Bosque | `bosque` | `.bsq` | `experimental` | `code-languages/bosque` |
|
| BQN | `bqn` | `.bqn` | `BQN specification` | `code-languages/bqn` |
diff --git a/src/languages/bicep.ts b/src/languages/bicep.ts
index 57534c1..4567562 100644
--- a/src/languages/bicep.ts
+++ b/src/languages/bicep.ts
@@ -12,7 +12,7 @@ export const bicep = {
packageManagers: ['Azure Verified Modules', 'Bicep Registry'],
ecosystems: ['Azure', 'Cloud', 'DevOps', 'Infrastructure as Code'],
},
- version: '0.43.8',
+ version: '0.44.1',
logo: 'https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/azure-bicep.svg',
color: '#0078D4',
i18n: {
From 2b29c1a42eef0259feb2c2d36f4870f988b5af20 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 12 Jun 2026 04:57:35 +0000
Subject: [PATCH 3/6] fix: update Protocol Buffers metadata to 35.1
---
README.md | 2 +-
src/languages/protobuf.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index babe42f..0675b1d 100644
--- a/README.md
+++ b/README.md
@@ -351,7 +351,7 @@ from its package subpath.
|
| PowerShell | `powershell` | `.ps1`, `.psm1`, `.psd1`, `.ps1xml` | `7.6.2` | `code-languages/powershell` |
|
| Prolog | `prolog` | `.pl`, `.pro`, `.prolog`, `.P` | `SWI-Prolog 10.0` | `code-languages/prolog` |
|
| PromQL | `promql` | `.promql` | `Prometheus 3.x` | `code-languages/promql` |
-|
| Protocol Buffers | `protobuf` | `.proto` | `35.0` | `code-languages/protobuf` |
+|
| Protocol Buffers | `protobuf` | `.proto` | `35.1` | `code-languages/protobuf` |
|
| Pug | `pug` | `.pug`, `.jade` | `3.0.4` | `code-languages/pug` |
|
| Puppet | `puppet` | `.pp`, `.epp` | `Puppet 8` | `code-languages/puppet` |
|
| PureScript | `purescript` | `.purs` | `0.15.15` | `code-languages/purescript` |
diff --git a/src/languages/protobuf.ts b/src/languages/protobuf.ts
index a0a92ce..71edac0 100644
--- a/src/languages/protobuf.ts
+++ b/src/languages/protobuf.ts
@@ -12,7 +12,7 @@ export const protobuf = {
packageManagers: ['Buf', 'npm', 'Maven', 'Go modules', 'NuGet', 'PyPI'],
ecosystems: ['gRPC', 'APIs', 'Microservices', 'Data Serialization'],
},
- version: '35.0',
+ version: '35.1',
logo: 'https://cdn.simpleicons.org/google/4285F4',
color: '#4285F4',
i18n: {
From b645caae03f4851dd0673fc698c04e82ca8c9cda Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 12 Jun 2026 04:57:45 +0000
Subject: [PATCH 4/6] fix: update Python metadata to 3.14.6
---
README.md | 2 +-
src/languages/python.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 0675b1d..97577cf 100644
--- a/README.md
+++ b/README.md
@@ -355,7 +355,7 @@ from its package subpath.
|
| Pug | `pug` | `.pug`, `.jade` | `3.0.4` | `code-languages/pug` |
|
| Puppet | `puppet` | `.pp`, `.epp` | `Puppet 8` | `code-languages/puppet` |
|
| PureScript | `purescript` | `.purs` | `0.15.15` | `code-languages/purescript` |
-|
| Python | `python` | `.py`, `.pyw` | `3.14.5` | `code-languages/python` |
+|
| Python | `python` | `.py`, `.pyw` | `3.14.6` | `code-languages/python` |
|
| QML | `qml` | `.qml`, `.qmltypes`, `.qmlproject` | `Qt 6.11.1` | `code-languages/qml` |
|
| Q# | `qsharp` | `.qs` | `Q# 1.0` | `code-languages/qsharp` |
|
| R | `r` | `.r`, `.R`, `.rmd`, `.Rmd`, `.qmd`, `.Rprofile` | `4.6.0` | `code-languages/r` |
diff --git a/src/languages/python.ts b/src/languages/python.ts
index ddf63d1..05ac8af 100644
--- a/src/languages/python.ts
+++ b/src/languages/python.ts
@@ -12,7 +12,7 @@ export const python = {
packageManagers: ['pip', 'Poetry', 'uv', 'conda'],
ecosystems: ['Web', 'Data Science', 'Machine Learning', 'Automation'],
},
- version: '3.14.5',
+ version: '3.14.6',
logo: 'https://commons.wikimedia.org/wiki/Special:FilePath/Python-logo-notext.svg',
color: '#3776AB',
i18n: {
From 802065c703dbcf17cad27a33e4ad873652a6f489 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 12 Jun 2026 04:57:54 +0000
Subject: [PATCH 5/6] fix: update Sass metadata to 1.101.0
---
README.md | 2 +-
src/languages/scss.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 97577cf..03cd5ba 100644
--- a/README.md
+++ b/README.md
@@ -374,7 +374,7 @@ from its package subpath.
|
| SAS | `sas` | `.sas` | `SAS 9.4` | `code-languages/sas` |
|
| Scala | `scala` | `.scala`, `.sc` | `3.8.4` | `code-languages/scala` |
|
| Scheme | `scheme` | `.scm`, `.ss`, `.sld`, `.sls` | `R7RS small` | `code-languages/scheme` |
-|
| Sass | `scss` | `.scss`, `.sass` | `1.100.0` | `code-languages/scss` |
+|
| Sass | `scss` | `.scss`, `.sass` | `1.101.0` | `code-languages/scss` |
|
| Self | `self` | `.self` | `2024.1` | `code-languages/self` |
|
| Smalltalk | `smalltalk` | `.st` | `ANSI INCITS 319-1998` | `code-languages/smalltalk` |
|
| Smarty | `smarty` | `.tpl`, `.smarty` | `5.5.1` | `code-languages/smarty` |
diff --git a/src/languages/scss.ts b/src/languages/scss.ts
index 29a5c84..ff1bcdf 100644
--- a/src/languages/scss.ts
+++ b/src/languages/scss.ts
@@ -12,7 +12,7 @@ export const scss = {
packageManagers: ['npm', 'pnpm', 'Yarn', 'Bun'],
ecosystems: ['Web', 'Design Systems'],
},
- version: '1.100.0',
+ version: '1.101.0',
logo: 'https://sass-lang.com/assets/img/logos/logo.svg',
color: '#CC6699',
i18n: {
From b7561f19c1fc98d456259e370e9f0862e467d5ea Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 12 Jun 2026 04:58:04 +0000
Subject: [PATCH 6/6] fix: update Vue metadata to 3.5.38
---
README.md | 2 +-
src/languages/vue.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 03cd5ba..7efe71f 100644
--- a/README.md
+++ b/README.md
@@ -404,7 +404,7 @@ from its package subpath.
|
| Verilog/SystemVerilog | `verilog` | `.v`, `.vh`, `.sv`, `.svh` | `IEEE 1800-2023` | `code-languages/verilog` |
|
| VHDL | `vhdl` | `.vhd`, `.vhdl` | `IEEE 1076-2019` | `code-languages/vhdl` |
|
| Visual Basic | `visual-basic` | `.vb` | `17.13` | `code-languages/visual-basic` |
-|
| Vue | `vue` | `.vue` | `3.5.35` | `code-languages/vue` |
+|
| Vue | `vue` | `.vue` | `3.5.38` | `code-languages/vue` |
|
| Vyper | `vyper` | `.vy` | `0.4.3` | `code-languages/vyper` |
|
| WebAssembly | `webassembly` | `.wasm`, `.wat` | `3.0` | `code-languages/webassembly` |
|
| WGSL | `wgsl` | `.wgsl` | `Candidate Recommendation Draft 2026-05-07` | `code-languages/wgsl` |
diff --git a/src/languages/vue.ts b/src/languages/vue.ts
index 2e7c28c..9281d81 100644
--- a/src/languages/vue.ts
+++ b/src/languages/vue.ts
@@ -12,7 +12,7 @@ export const vue = {
packageManagers: ['npm', 'pnpm', 'Yarn', 'Bun'],
ecosystems: ['Web', 'Vue', 'Vite', 'Nuxt'],
},
- version: '3.5.35',
+ version: '3.5.38',
logo: 'https://upload.wikimedia.org/wikipedia/commons/9/95/Vue.js_Logo_2.svg',
color: '#4FC08D',
i18n: {