Skip to content

Commit

Permalink
chore(dev-deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 23, 2024
1 parent 780b960 commit 0920568
Show file tree
Hide file tree
Showing 5 changed files with 620 additions and 1,163 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.4.0
- uses: amannn/action-semantic-pull-request@v5.5.2
env:
GITHUB_TOKEN: ${{ github.token }}
2 changes: 1 addition & 1 deletion .github/workflows/test-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: pnpm test-compiled

- name: Report coverage
uses: codecov/codecov-action@v4.1.1
uses: codecov/codecov-action@v4.4.1
if: env.REPORT_COVERAGE == 'true'
with:
file: coverage/lcov.info
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.0
20.13.1
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
"@semantic-release/npm": "12.0.0",
"@semantic-release/release-notes-generator": "13.0.0",
"@types/dedent": "0.7.2",
"@types/eslint": "8.56.6",
"@types/node": "16.18.93",
"@types/eslint": "8.56.10",
"@types/node": "16.18.97",
"@types/rollup-plugin-auto-external": "2.0.5",
"@types/semver": "7.5.8",
"@typescript-eslint/eslint-plugin": "7.4.0",
Expand All @@ -122,45 +122,45 @@
"chalk": "4.1.2",
"commitizen": "4.3.0",
"conventional-commit-types": "3.0.0",
"cspell": "8.6.1",
"cspell": "8.8.2",
"deassert": "1.0.2",
"dedent": "1.5.1",
"dedent": "1.5.3",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-doc-generator": "1.7.0",
"eslint-doc-generator": "1.7.1",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-eslint-plugin": "5.4.1",
"eslint-plugin-eslint-plugin": "5.5.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.2.2",
"eslint-plugin-jsdoc": "48.2.5",
"eslint-plugin-markdown": "3.0.1",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-optimize-regex": "1.2.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.25.0",
"eslint-plugin-sonarjs": "0.25.1",
"eslint-plugin-unicorn": "51.0.1",
"eslint-plugin-vitest": "0.4.1",
"eslint-plugin-vitest": "0.5.4",
"espree": "10.0.1",
"husky": "9.0.11",
"knip": "5.7.0",
"lint-staged": "15.2.2",
"knip": "5.16.0",
"lint-staged": "15.2.4",
"markdownlint": "0.34.0",
"markdownlint-cli": "0.39.0",
"markdownlint-cli": "0.40.0",
"prettier": "3.2.5",
"prettier-plugin-multiline-arrays": "3.0.4",
"prettier-plugin-packagejson": "2.4.14",
"rimraf": "5.0.5",
"rollup": "4.13.2",
"prettier-plugin-packagejson": "2.5.0",
"rimraf": "5.0.7",
"rollup": "4.18.0",
"rollup-plugin-auto-external": "2.0.0",
"rollup-plugin-ts": "3.4.5",
"semantic-release": "23.0.6",
"semantic-release-replace-plugin": "1.2.7",
"ts-node": "10.9.2",
"tsc-alias": "1.8.8",
"tsc-alias": "1.8.10",
"tsc-files": "1.1.4",
"tsconfig-paths": "4.2.0",
"typescript": "5.4.3",
"typescript": "5.4.5",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.4.0",
"word-wrap": "1.2.5"
Expand All @@ -174,7 +174,7 @@
"optional": true
}
},
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@8.15.8",
"engines": {
"node": ">=16.10.0"
}
Expand Down

0 comments on commit 0920568

Please sign in to comment.