Skip to content

Commit e195b8e

Browse files
authored
Merge pull request #64 from falsepopsky/dev
chore: update pnpm, deps, actions and node version
2 parents b55e1fb + 48e8449 commit e195b8e

File tree

14 files changed

+663
-401
lines changed

14 files changed

+663
-401
lines changed

.changeset/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
2+
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
33
"changelog": "@changesets/cli/changelog",
44
"commit": false,
55
"fixed": [],

.devcontainer/devcontainer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"features": {
55
"ghcr.io/devcontainers/features/node:1": {
66
"nodeGypDependencies": true,
7-
"version": "20.11.1",
7+
"version": "20.12.2",
88
"nvmVersion": "latest"
99
}
1010
},
@@ -17,9 +17,9 @@
1717
"bradlc.vscode-tailwindcss",
1818
"astro-build.astro-vscode",
1919
"unifiedjs.vscode-mdx",
20+
"vitest.explorer",
2021
"github.vscode-github-actions",
21-
"github.vscode-pull-request-github",
22-
"vitest.explorer"
22+
"github.vscode-pull-request-github"
2323
]
2424
}
2525
},

.github/workflows/cd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66

77
env:
8-
PNPM_VERSION: 8.15.5
8+
PNPM_VERSION: 8.15.6
99

1010
jobs:
1111
lint:

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66

77
env:
8-
PNPM_VERSION: 8.15.5
8+
PNPM_VERSION: 8.15.6
99

1010
jobs:
1111
lint:

.github/workflows/codeql.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "CodeQL"
1+
name: CodeQL
22

33
on:
44
push:
@@ -12,6 +12,7 @@ jobs:
1212
permissions:
1313
actions: read
1414
contents: read
15+
packages: read
1516
security-events: write
1617

1718
strategy:
@@ -23,10 +24,10 @@ jobs:
2324
- name: Initialize CodeQL
2425
uses: github/codeql-action/init@v3
2526
with:
26-
languages: javascript
27+
languages: javascript-typescript
2728
- name: Autobuild
2829
uses: github/codeql-action/autobuild@v3
2930
- name: Perform CodeQL Analysis
3031
uses: github/codeql-action/analyze@v3
3132
with:
32-
category: "/language:javascript"
33+
category: "/language:javascript-typescript"

.github/workflows/label.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Labeler
2-
on: [pull_request]
2+
on: pull_request
33

44
jobs:
55
labeler:

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- main
1010

1111
env:
12-
PNPM_VERSION: 8.15.5
12+
PNPM_VERSION: 8.15.6
1313

1414
jobs:
1515
release:

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.11.1
1+
v20.12.2

.vscode/settings.json

-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
},
1818
"typescript.tsdk": "./node_modules/typescript/lib",
1919
"typescript.enablePromptUseWorkspaceTsdk": true,
20-
"yaml.schemas": {
21-
"https://json.schemastore.org/github-workflow.json": "/.github/workflows/*.yml"
22-
},
2320
"prettier.documentSelectors": ["**/*.astro"],
2421
"[astro]": {
2522
"editor.defaultFormatter": "esbenp.prettier-vscode"

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
},
1616
"devDependencies": {
1717
"@changesets/cli": "^2.27.1",
18-
"@types/node": "^20.11.30",
19-
"@vitest/coverage-v8": "^1.4.0",
18+
"@types/node": "^20.12.7",
19+
"@vitest/coverage-v8": "^1.5.0",
2020
"dotenv": "^16.4.5",
2121
"eslint": "^8.57.0",
2222
"eslint-config-untidy": "workspace:^",
23-
"msw": "^2.2.10",
23+
"msw": "^2.2.13",
2424
"prettier": "^3.2.5",
2525
"prettier-plugin-astro": "^0.13.0",
26-
"prettier-plugin-tailwindcss": "^0.5.12",
27-
"tsx": "^4.7.1",
28-
"typescript": "^5.4.3",
29-
"vitest": "^1.4.0"
26+
"prettier-plugin-tailwindcss": "^0.5.13",
27+
"tsx": "^4.7.2",
28+
"typescript": "^5.4.5",
29+
"vitest": "^1.5.0"
3030
},
3131
"engines": {
3232
"node": "^18.17.0 || ^20.0.0",
@@ -37,5 +37,5 @@
3737
"esbuild": "0.20.2"
3838
}
3939
},
40-
"packageManager": "[email protected].5+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589"
40+
"packageManager": "[email protected].6+sha256.01c01eeb990e379b31ef19c03e9d06a14afa5250b82e81303f88721c99ff2e6f"
4141
}

packages/api/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"test": "vitest --coverage"
3131
},
3232
"devDependencies": {
33-
"@types/node": "^20.11.30",
34-
"typescript": "^5.4.3"
33+
"@types/node": "^20.12.7",
34+
"typescript": "^5.4.5"
3535
},
3636
"engines": {
3737
"node": "^18.17.0 || ^20.0.0"

packages/eslint-config-untidy/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"main": "./index.cjs",
77
"exports": "./index.cjs",
88
"dependencies": {
9-
"@typescript-eslint/eslint-plugin": "^7.3.1",
10-
"@typescript-eslint/parser": "^7.3.1",
9+
"@typescript-eslint/eslint-plugin": "^7.6.0",
10+
"@typescript-eslint/parser": "^7.6.0",
1111
"eslint-config-prettier": "^9.1.0",
12-
"eslint-plugin-jsdoc": "^48.2.1",
13-
"eslint-plugin-n": "^16.6.2",
12+
"eslint-plugin-jsdoc": "^48.2.3",
13+
"eslint-plugin-n": "^17.2.0",
1414
"eslint-plugin-promise": "^6.1.1",
15-
"eslint-plugin-vitest": "^0.3.26"
15+
"eslint-plugin-vitest": "0.4.1"
1616
},
1717
"devDependencies": {
1818
"eslint": "^8.57.0"

packages/web/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
},
1111
"dependencies": {
1212
"@astrojs/check": "^0.5.10",
13-
"@astrojs/starlight": "^0.21.2",
14-
"@astrojs/starlight-tailwind": "^2.0.1",
13+
"@astrojs/starlight": "^0.21.5",
14+
"@astrojs/starlight-tailwind": "^2.0.2",
1515
"@astrojs/tailwind": "^5.1.0",
16-
"astro": "^4.5.9",
17-
"sharp": "^0.33.2",
18-
"tailwindcss": "^3.4.1",
19-
"typescript": "^5.4.3"
16+
"astro": "^4.6.0",
17+
"sharp": "^0.33.3",
18+
"tailwindcss": "^3.4.3",
19+
"typescript": "^5.4.5"
2020
}
2121
}

0 commit comments

Comments
 (0)