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 Jun 8, 2024
1 parent fe7c08a commit 528c208
Show file tree
Hide file tree
Showing 4 changed files with 764 additions and 1,326 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 .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.0
20.14.0
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,52 +71,52 @@
"@commitlint/cli": "19.2.2",
"@commitlint/config-conventional": "19.2.2",
"@cspell/dict-cryptocurrencies": "5.0.0",
"@rebeccastevens/eslint-config": "2.0.10",
"@rebeccastevens/eslint-config": "2.0.11",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "12.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.0.3",
"@semantic-release/npm": "12.0.0",
"@semantic-release/release-notes-generator": "13.0.0",
"@types/node": "20.11.10",
"@types/node": "20.14.2",
"@types/rollup-plugin-auto-external": "2.0.5",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"@vitest/coverage-v8": "1.5.0",
"commitizen": "4.3.0",
"cspell": "8.3.2",
"cspell": "8.8.4",
"cz-conventional-changelog": "3.3.0",
"dedent": "1.5.1",
"dedent": "1.5.3",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-functional": "6.0.0",
"eslint-plugin-functional": "6.5.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.0.4",
"eslint-plugin-jsdoc": "48.2.9",
"eslint-plugin-markdown": "3.0.1",
"eslint-plugin-n": "17.2.1",
"eslint-plugin-n": "17.8.1",
"eslint-plugin-optimize-regex": "1.2.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.23.0",
"eslint-plugin-promise": "6.2.0",
"eslint-plugin-sonarjs": "0.25.1",
"eslint-plugin-unicorn": "52.0.0",
"eslint-plugin-vitest": "0.3.20",
"husky": "9.0.7",
"knip": "5.0.4",
"lint-staged": "15.2.0",
"markdownlint-cli": "0.39.0",
"prettier": "3.2.4",
"prettier-plugin-packagejson": "2.4.9",
"rimraf": "5.0.5",
"rollup": "4.9.6",
"eslint-plugin-vitest": "0.5.4",
"husky": "9.0.11",
"knip": "5.18.1",
"lint-staged": "15.2.5",
"markdownlint-cli": "0.41.0",
"prettier": "3.3.1",
"prettier-plugin-packagejson": "2.5.0",
"rimraf": "5.0.7",
"rollup": "4.18.0",
"rollup-plugin-auto-external": "2.0.0",
"rollup-plugin-shebang-bin": "0.0.6",
"rollup-plugin-ts": "3.4.5",
"semantic-release": "23.0.8",
"typescript": "5.3.3",
"vite-tsconfig-paths": "4.3.1",
"typescript": "5.4.5",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.5.0"
},
"packageManager": "pnpm@9.0.5"
"packageManager": "pnpm@9.2.0"
}
Loading

0 comments on commit 528c208

Please sign in to comment.