Skip to content

Commit 44aa356

Browse files
committed
fix: update language versions for
- AssemblyScript - Cairo - Just - Nextflow - Pkl - PureScript - ReScript - Snakemake - Thrift - YARA - Zeek
1 parent 901d090 commit 44aa356

12 files changed

Lines changed: 22 additions & 22 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Large diffs are not rendered by default.

src/languages/assemblyscript.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const assemblyscript = {
1111
runtimes: ['Wasm', 'WASI'],
1212
ecosystems: ['WebAssembly'],
1313
},
14-
version: '0.27.32',
14+
version: '0.28.19',
1515
logo: 'https://avatars.githubusercontent.com/u/28916798?v=4',
1616
color: '#007AAC',
1717
i18n: {

src/languages/cairo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const cairo = {
1212
packageManagers: ['Scarb'],
1313
ecosystems: ['Blockchain', 'Smart Contracts', 'StarkNet', 'ZK Proofs'],
1414
},
15-
version: '2.11.4',
15+
version: '2.19.0',
1616
logo: 'https://avatars.githubusercontent.com/u/65030650?v=4',
1717
color: '#FF6B35',
1818
i18n: {

src/languages/just.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const just = {
1212
packageManagers: ['Cargo', 'Homebrew', 'Scoop'],
1313
ecosystems: ['CLI', 'Build Automation', 'DevOps'],
1414
},
15-
version: '1.44.0',
15+
version: '1.55.1',
1616
logo: 'https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_just.svg',
1717
color: '#384D54',
1818
i18n: {

src/languages/nextflow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const nextflow = {
1111
runtimes: ['Nextflow'],
1212
ecosystems: ['Bioinformatics', 'Scientific Workflows', 'HPC', 'Cloud Computing'],
1313
},
14-
version: '24.10.4',
14+
version: '26.04.4',
1515
logo: 'https://avatars.githubusercontent.com/u/6698688?v=4',
1616
color: '#0DC09D',
1717
i18n: {

src/languages/pkl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const pkl = {
1212
packageManagers: ['pkl package'],
1313
ecosystems: ['Configuration', 'Infrastructure', 'Cloud', 'Kubernetes'],
1414
},
15-
version: '0.28.2',
15+
version: '0.31.1',
1616
logo: 'https://avatars.githubusercontent.com/u/10639145?v=4',
1717
color: '#72AE44',
1818
i18n: {

src/languages/purescript.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const purescript = {
1212
packageManagers: ['Spago', 'npm'],
1313
ecosystems: ['Web', 'Functional Programming', 'JavaScript'],
1414
},
15-
version: '0.15.15',
15+
version: '0.15.16',
1616
logo: 'https://cdn.simpleicons.org/purescript/14161A',
1717
color: '#14161A',
1818
i18n: {

src/languages/rescript.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const rescript = {
1212
packageManagers: ['npm', 'pnpm', 'Yarn'],
1313
ecosystems: ['Web', 'React', 'JavaScript'],
1414
},
15-
version: '12.0.0',
15+
version: '12.3.0',
1616
logo: 'https://cdn.simpleicons.org/rescript/E6484A',
1717
color: '#E6484A',
1818
i18n: {

src/languages/snakemake.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const snakemake = {
1111
runtimes: ['Snakemake'],
1212
ecosystems: ['Bioinformatics', 'Scientific Workflows', 'Python', 'HPC'],
1313
},
14-
version: '8.25.0',
14+
version: '9.23.1',
1515
logo: 'https://avatars.githubusercontent.com/u/33450111?v=4',
1616
color: '#419544',
1717
i18n: {

src/languages/thrift.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const thrift = {
1212
packageManagers: ['Maven', 'npm', 'PyPI', 'Go modules'],
1313
ecosystems: ['RPC', 'APIs', 'Distributed Systems'],
1414
},
15-
version: '0.22.0',
15+
version: '0.23.0',
1616
logo: 'https://cdn.simpleicons.org/apache/D22128',
1717
color: '#D22128',
1818
i18n: {

0 commit comments

Comments
 (0)