Skip to content

Commit 2db4cdb

Browse files
chore: update most deps to latest (May 8 2025) (#288)
* chore: update most deps to latest May 8 2025) * corrections: spelling * npm run format -- --write * node-version: 22
1 parent 67a039e commit 2db4cdb

File tree

73 files changed

+6194
-6067
lines changed

Some content is hidden

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

73 files changed

+6194
-6067
lines changed

.all-contributorsrc

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
2-
"files": [
3-
"README.md"
4-
],
2+
"files": ["README.md"],
53
"imageSize": 100,
64
"commit": false,
75
"badgeTemplate": "\t<a href=\"#contributors-\">\n\t\t<img alt=\"All Contributors\" src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-14cc21.svg\" />\n\t</a>",
@@ -11,57 +9,42 @@
119
"name": "Fuad Olatunji",
1210
"avatar_url": "https://avatars.githubusercontent.com/u/65264054?v=4",
1311
"profile": "http://fuadolatunji.me",
14-
"contributions": [
15-
"infra",
16-
"doc",
17-
"bug",
18-
"security"
19-
]
12+
"contributions": ["infra", "doc", "bug", "security"]
2013
},
2114
{
2215
"login": "xavdid",
2316
"name": "David Brownman",
2417
"avatar_url": "https://avatars.githubusercontent.com/u/1231935?v=4",
2518
"profile": "https://xavd.id",
26-
"contributions": [
27-
"content"
28-
]
19+
"contributions": ["content"]
2920
},
3021
{
3122
"login": "agmyintmyatoo",
3223
"name": "agmyintmyatoo",
3324
"avatar_url": "https://avatars.githubusercontent.com/u/37968696?v=4",
3425
"profile": "http://agmyintmyatoo.github.io",
35-
"contributions": [
36-
"content"
37-
]
26+
"contributions": ["content"]
3827
},
3928
{
4029
"login": "bobrossrtx",
4130
"name": "Owen Boreham",
4231
"avatar_url": "https://avatars.githubusercontent.com/u/73446766?v=4",
4332
"profile": "http://owenboreham.tech",
44-
"contributions": [
45-
"content"
46-
]
33+
"contributions": ["content"]
4734
},
4835
{
4936
"login": "sisPedro",
5037
"name": "sisPedro",
5138
"avatar_url": "https://avatars.githubusercontent.com/u/16280628?v=4",
5239
"profile": "https://github.com/sisPedro",
53-
"contributions": [
54-
"content"
55-
]
40+
"contributions": ["content"]
5641
},
5742
{
5843
"login": "chonginator",
5944
"name": "Ben Chong",
6045
"avatar_url": "https://avatars.githubusercontent.com/u/61606639?v=4",
6146
"profile": "https://benchong.dev/",
62-
"contributions": [
63-
"content"
64-
]
47+
"contributions": ["content"]
6548
}
6649
],
6750
"contributorsPerLine": 7,

.github/workflows/files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: "16"
16+
node-version: "22"
1717
cache: "npm"
1818
- run: npm ci
1919
- name: Run unit tests on the repo

.github/workflows/markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: "16"
16+
node-version: "22"
1717
cache: "npm"
1818
- run: npm ci
1919
- name: Check if Markdown files follow lint rules

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: "16"
16+
node-version: "22"
1717
cache: "npm"
1818
- run: npm ci
1919
- name: Verify if all files are prettier-ed

.github/workflows/solutions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: "16"
16+
node-version: "22"
1717
cache: "npm"
1818
- run: npm ci
1919
- name: Get changed files

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: "16"
16+
node-version: "22"
1717
cache: "npm"
1818
- run: npm ci
1919
- name: Run spellcheck

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: "16"
16+
node-version: "22"
1717
cache: "npm"
1818
- run: npm ci
1919
- name: Get changed files

.github/workflows/tsc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: "16"
16+
node-version: "22"
1717
cache: "npm"
1818
- run: npm ci
1919
- name: Get changed files

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npx pretty-quick --staged

cspell.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
3-
"version": "0.2",
4-
"dictionaries": ["typescript", "en_US", "en-gb", "custom-words"],
2+
"dictionaries": ["custom-words", "css", "html", "node", "npm", "typescript"],
53
"dictionaryDefinitions": [
64
{
75
"name": "custom-words",
86
"path": "./dictionary.txt"
97
}
10-
]
8+
],
9+
"ignorePaths": ["node_modules", "projects/*/node_modules", "projects/**/*.js"]
1110
}

dictionary.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ aenean
1313
aliqua
1414
aliquam
1515
aliquet
16+
Allegany
1617
amet
1718
andronicus
1819
ante
@@ -33,13 +34,15 @@ brewerton
3334
Cactaceae
3435
chuckie
3536
clownsole
37+
Cohoes
3638
commodo
3739
condimentum
3840
congue
3941
consectetur
4042
consequat
4143
convallis
4244
cras
45+
crème
4346
cryptologist
4447
cum
4548
curabitur
@@ -84,6 +87,7 @@ feugiat
8487
fillibuster
8588
fringilla
8689
fusce
90+
Glynn
8791
goldberger
8892
gravida
8993
habitant
@@ -175,12 +179,14 @@ purus
175179
quam
176180
quis
177181
quisque
182+
Reuven
178183
rhancus
179184
rhoncus
180185
ridiculus
181186
risus
182187
rutrum
183188
sagittis
189+
Sammamish
184190
sapien
185191
scelerisque
186192
sed
@@ -196,6 +202,7 @@ sodales
196202
sollicitudin
197203
southplains
198204
spongecase
205+
Starseed
199206
strictus
200207
suscipit
201208
suspendisse

0 commit comments

Comments
 (0)