Skip to content

Commit d41ffb9

Browse files
authored
Merge branch 'master' into fix-graph-reverse
2 parents f9ae0e8 + 115e428 commit d41ffb9

72 files changed

Lines changed: 7725 additions & 11767 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/FUNDING.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [ 16.x ]
14+
node-version: [ 22.x ]
1515

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919

2020
- name: Setup Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v1
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424

@@ -32,4 +32,4 @@ jobs:
3232
run: npm run coverage
3333

3434
- name: Upload coverage to Codecov
35-
uses: codecov/codecov-action@v1
35+
uses: codecov/codecov-action@v4

.husky/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.husky/pre-commit

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npm run lint
5-
# npm run test

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.15.0
1+
v22

README.ar-AR.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ _اقرأ هذا في لغات أخرى:_
2525
[_Tiếng Việt_](README.vi-VN.md),
2626
[_Deutsch_](README.de-DE.md),
2727
[_Uzbek_](README.uz-UZ.md)
28-
29-
☝ ملاحضة هذا المشروع مخصص للاستخدام لأغراض التعلم والبحث
30-
فقط ، و ** ليست ** معدة للاستخدام في **الإنتاج**
28+
[_עברית_](README.he-IL.md)
3129

3230
## هياكل البيانات
3331

README.de-DE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ _Lies dies in anderen Sprachen:_
2626
[_Українська_](README.uk-UA.md),
2727
[_Arabic_](README.ar-AR.md),
2828
[_Uzbek_](README.uz-UZ.md)
29-
30-
_☝ Beachte, dass dieses Projekt nur für Lern- und Forschungszwecke gedacht ist und **nicht** für den produktiven Einsatz verwendet werden soll_
29+
[_עברית_](README.he-IL.md)
3130

3231
## Datenstrukturen
3332

README.es-ES.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ _Léelo en otros idiomas:_
2727
[_Tiếng Việt_](README.vi-VN.md),
2828
[_Deutsch_](README.de-DE.md),
2929
[_Uzbek_](README.uz-UZ.md)
30-
31-
*☝ Nótese que este proyecto está pensado con fines de aprendizaje e investigación,
32-
y **no** para ser usado en producción.*
30+
[_עברית_](README.he-IL.md)
3331

3432
## Estructuras de Datos
3533

README.fr-FR.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ _Lisez ceci dans d'autres langues:_
2828
[_Tiếng Việt_](README.vi-VN.md),
2929
[_Deutsch_](README.de-DE.md),
3030
[_Uzbek_](README.uz-UZ.md)
31+
[_עברית_](README.he-IL.md)
3132

3233
## Data Structures
3334

README.he-IL.md

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

0 commit comments

Comments
 (0)