Skip to content

Commit

Permalink
feat(deps): Update dependencies 2024.07.20 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion authored Jul 23, 2024
1 parent 9f2bada commit b073194
Show file tree
Hide file tree
Showing 7 changed files with 1,094 additions and 1,078 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.nodejs }}
check-latest: true
cache: yarn
- run: yarn install --immutable
- run: yarn compile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
with:
node-version-file: .nvmrc
cache: yarn
- uses: github/codeql-action/init@v2
- uses: github/codeql-action/init@v3
with:
languages: javascript-typescript
- uses: github/codeql-action/analyze@v2
- uses: github/codeql-action/analyze@v3
with:
category: /language:javascript-typescript
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.3.0
22.5.1
434 changes: 217 additions & 217 deletions .yarn/releases/yarn-4.3.0.cjs → .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ plugins:
path: .yarn/plugins/@yarnpkg/plugin-engines.cjs
spec: "https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js"

yarnPath: .yarn/releases/yarn-4.3.0.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,35 +48,35 @@
"release": "semantic-release",
"test": "NODE_ENV=test vitest"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"dependencies": {
"ts-pattern": "^5.2.0"
},
"devDependencies": {
"@assertive-ts/core": "^2.1.0",
"@eslint/compat": "^1.1.0",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.5.0",
"@stylistic/eslint-plugin": "^2.2.1",
"@eslint/js": "^9.7.0",
"@stylistic/eslint-plugin": "^2.3.0",
"@types/eslint__eslintrc": "^2.1.1",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.14.5",
"eslint": "^9.5.0",
"@types/node": "^20.14.11",
"eslint": "^9.7.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-etc": "^2.0.3",
"eslint-plugin-extra-rules": "^0.0.0-development",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.12",
"eslint-plugin-jsdoc": "^48.8.3",
"eslint-plugin-sonarjs": "^1.0.3",
"semantic-release": "^24.0.0",
"semantic-release-yarn": "^3.0.2",
"tslib": "^2.6.3",
"typescript": "5.4.5",
"typescript-eslint": "^7.13.1",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1",
"vitest": "^1.6.0"
"typescript": "5.5.3",
"typescript-eslint": "^7.16.1",
"vite": "^5.3.4",
"vite-plugin-dts": "^4.0.0-beta.1",
"vitest": "^2.0.3"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit b073194

Please sign in to comment.