Skip to content

Commit

Permalink
chore: update pnpm, deps, actions and node version
Browse files Browse the repository at this point in the history
  • Loading branch information
falsepopsky authored Apr 12, 2024
1 parent b55e1fb commit 48e8449
Show file tree
Hide file tree
Showing 14 changed files with 663 additions and 401 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
Expand Down
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"features": {
"ghcr.io/devcontainers/features/node:1": {
"nodeGypDependencies": true,
"version": "20.11.1",
"version": "20.12.2",
"nvmVersion": "latest"
}
},
Expand All @@ -17,9 +17,9 @@
"bradlc.vscode-tailwindcss",
"astro-build.astro-vscode",
"unifiedjs.vscode-mdx",
"vitest.explorer",
"github.vscode-github-actions",
"github.vscode-pull-request-github",
"vitest.explorer"
"github.vscode-pull-request-github"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main

env:
PNPM_VERSION: 8.15.5
PNPM_VERSION: 8.15.6

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main

env:
PNPM_VERSION: 8.15.5
PNPM_VERSION: 8.15.6

jobs:
lint:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "CodeQL"
name: CodeQL

on:
push:
Expand All @@ -12,6 +12,7 @@ jobs:
permissions:
actions: read
contents: read
packages: read
security-events: write

strategy:
Expand All @@ -23,10 +24,10 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript
languages: javascript-typescript
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:javascript"
category: "/language:javascript-typescript"
2 changes: 1 addition & 1 deletion .github/workflows/label.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Labeler
on: [pull_request]
on: pull_request

jobs:
labeler:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

env:
PNPM_VERSION: 8.15.5
PNPM_VERSION: 8.15.6

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.11.1
v20.12.2
3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
},
"typescript.tsdk": "./node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "/.github/workflows/*.yml"
},
"prettier.documentSelectors": ["**/*.astro"],
"[astro]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@types/node": "^20.11.30",
"@vitest/coverage-v8": "^1.4.0",
"@types/node": "^20.12.7",
"@vitest/coverage-v8": "^1.5.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-untidy": "workspace:^",
"msw": "^2.2.10",
"msw": "^2.2.13",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.12",
"tsx": "^4.7.1",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
"prettier-plugin-tailwindcss": "^0.5.13",
"tsx": "^4.7.2",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
},
"engines": {
"node": "^18.17.0 || ^20.0.0",
Expand All @@ -37,5 +37,5 @@
"esbuild": "0.20.2"
}
},
"packageManager": "pnpm@8.15.5+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589"
"packageManager": "pnpm@8.15.6+sha256.01c01eeb990e379b31ef19c03e9d06a14afa5250b82e81303f88721c99ff2e6f"
}
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"test": "vitest --coverage"
},
"devDependencies": {
"@types/node": "^20.11.30",
"typescript": "^5.4.3"
"@types/node": "^20.12.7",
"typescript": "^5.4.5"
},
"engines": {
"node": "^18.17.0 || ^20.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config-untidy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"main": "./index.cjs",
"exports": "./index.cjs",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^48.2.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-n": "^17.2.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vitest": "^0.3.26"
"eslint-plugin-vitest": "0.4.1"
},
"devDependencies": {
"eslint": "^8.57.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/starlight": "^0.21.2",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/starlight": "^0.21.5",
"@astrojs/starlight-tailwind": "^2.0.2",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.5.9",
"sharp": "^0.33.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3"
"astro": "^4.6.0",
"sharp": "^0.33.3",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 48e8449

Please sign in to comment.