Skip to content

chore: update most deps to latest (May 8 2025) #288

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 7 additions & 24 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"files": [
"README.md"
],
"files": ["README.md"],
"imageSize": 100,
"commit": false,
"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>",
Expand All @@ -11,57 +9,42 @@
"name": "Fuad Olatunji",
"avatar_url": "https://avatars.githubusercontent.com/u/65264054?v=4",
"profile": "http://fuadolatunji.me",
"contributions": [
"infra",
"doc",
"bug",
"security"
]
"contributions": ["infra", "doc", "bug", "security"]
},
{
"login": "xavdid",
"name": "David Brownman",
"avatar_url": "https://avatars.githubusercontent.com/u/1231935?v=4",
"profile": "https://xavd.id",
"contributions": [
"content"
]
"contributions": ["content"]
},
{
"login": "agmyintmyatoo",
"name": "agmyintmyatoo",
"avatar_url": "https://avatars.githubusercontent.com/u/37968696?v=4",
"profile": "http://agmyintmyatoo.github.io",
"contributions": [
"content"
]
"contributions": ["content"]
},
{
"login": "bobrossrtx",
"name": "Owen Boreham",
"avatar_url": "https://avatars.githubusercontent.com/u/73446766?v=4",
"profile": "http://owenboreham.tech",
"contributions": [
"content"
]
"contributions": ["content"]
},
{
"login": "sisPedro",
"name": "sisPedro",
"avatar_url": "https://avatars.githubusercontent.com/u/16280628?v=4",
"profile": "https://github.com/sisPedro",
"contributions": [
"content"
]
"contributions": ["content"]
},
{
"login": "chonginator",
"name": "Ben Chong",
"avatar_url": "https://avatars.githubusercontent.com/u/61606639?v=4",
"profile": "https://benchong.dev/",
"contributions": [
"content"
]
"contributions": ["content"]
}
],
"contributorsPerLine": 7,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "22"
cache: "npm"
- run: npm ci
- name: Run unit tests on the repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "22"
cache: "npm"
- run: npm ci
- name: Check if Markdown files follow lint rules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "22"
cache: "npm"
- run: npm ci
- name: Verify if all files are prettier-ed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/solutions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "22"
cache: "npm"
- run: npm ci
- name: Get changed files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "22"
cache: "npm"
- run: npm ci
- name: Run spellcheck
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "22"
cache: "npm"
- run: npm ci
- name: Get changed files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tsc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "22"
cache: "npm"
- run: npm ci
- name: Get changed files
Expand Down
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx pretty-quick --staged
7 changes: 3 additions & 4 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"dictionaries": ["typescript", "en_US", "en-gb", "custom-words"],
"dictionaries": ["custom-words", "css", "html", "node", "npm", "typescript"],
"dictionaryDefinitions": [
{
"name": "custom-words",
"path": "./dictionary.txt"
}
]
],
"ignorePaths": ["node_modules", "projects/*/node_modules", "projects/**/*.js"]
}
7 changes: 7 additions & 0 deletions dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ aenean
aliqua
aliquam
aliquet
Allegany
amet
andronicus
ante
Expand All @@ -33,13 +34,15 @@ brewerton
Cactaceae
chuckie
clownsole
Cohoes
commodo
condimentum
congue
consectetur
consequat
convallis
cras
crème
cryptologist
cum
curabitur
Expand Down Expand Up @@ -84,6 +87,7 @@ feugiat
fillibuster
fringilla
fusce
Glynn
goldberger
gravida
habitant
Expand Down Expand Up @@ -175,12 +179,14 @@ purus
quam
quis
quisque
Reuven
rhancus
rhoncus
ridiculus
risus
rutrum
sagittis
Sammamish
sapien
scelerisque
sed
Expand All @@ -196,6 +202,7 @@ sodales
sollicitudin
southplains
spongecase
Starseed
strictus
suscipit
suspendisse
Expand Down
Loading
Loading