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] authored Oct 9, 2024
1 parent 8bb5c98 commit eed25cd
Show file tree
Hide file tree
Showing 4 changed files with 2,059 additions and 1,109 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.3
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.1
20.18.0
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,65 +98,65 @@
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@cspell/dict-cryptocurrencies": "5.0.0",
"@rebeccastevens/eslint-config": "2.0.10",
"@rollup/plugin-replace": "5.0.5",
"@rebeccastevens/eslint-config": "2.1.0",
"@rollup/plugin-replace": "5.0.7",
"@rollup/plugin-typescript": "11.1.6",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.0.6",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"@types/node": "18.19.17",
"@types/node": "18.19.55",
"@types/rollup-plugin-auto-external": "2.0.5",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"@vitest/coverage-v8": "1.6.0",
"commitizen": "4.3.0",
"commitizen": "4.3.1",
"cspell": "8.9.1",
"cz-conventional-changelog": "3.3.0",
"eslint": "9.6.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-functional": "6.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.1.0",
"eslint-plugin-functional": "6.6.3",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsdoc": "48.11.0",
"eslint-plugin-markdown": "3.0.1",
"eslint-plugin-n": "17.2.1",
"eslint-plugin-n": "17.11.0",
"eslint-plugin-optimize-regex": "1.2.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.24.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-promise": "6.6.0",
"eslint-plugin-sonarjs": "0.25.1",
"eslint-plugin-unicorn": "54.0.0",
"eslint-plugin-vitest": "0.3.22",
"eslint-plugin-vitest": "0.5.4",
"http-serve": "1.0.1",
"husky": "9.0.11",
"knip": "2.20.2",
"lint-staged": "15.2.2",
"markdownlint-cli": "0.37.0",
"prettier": "3.0.3",
"prettier-plugin-packagejson": "2.4.11",
"rimraf": "5.0.5",
"rollup": "4.12.0",
"husky": "9.1.6",
"knip": "2.43.0",
"lint-staged": "15.2.10",
"markdownlint-cli": "0.42.0",
"prettier": "3.3.3",
"prettier-plugin-packagejson": "2.5.3",
"rimraf": "5.0.10",
"rollup": "4.24.0",
"rollup-plugin-auto-external": "2.0.0",
"rollup-plugin-dts": "6.1.0",
"rollup-plugin-dts": "6.1.1",
"semantic-release": "24.0.0",
"ts-node": "10.9.2",
"ts-paths-esm-loader": "1.4.3",
"ts-plugin-type-coverage": "2.27.1",
"tsafe": "1.6.6",
"tsd": "0.30.4",
"type-coverage": "2.27.1",
"typedoc": "0.25.8",
"typedoc-plugin-coverage": "3.1.0",
"ts-plugin-type-coverage": "2.29.2",
"tsafe": "1.7.5",
"tsd": "0.31.2",
"type-coverage": "2.29.1",
"typedoc": "0.26.8",
"typedoc-plugin-coverage": "3.3.0",
"typedoc-plugin-versions": "0.2.4",
"typescript": "5.3.3",
"typescript": "5.6.3",
"typescript-coverage-report": "1.0.0",
"vite-tsconfig-paths": "4.3.1",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.6.0"
},
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.12.1",
"engines": {
"node": ">=16.0.0"
}
Expand Down
Loading

0 comments on commit eed25cd

Please sign in to comment.