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 Jan 4, 2024
1 parent 897cabb commit 974785b
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 371 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.2.0
- uses: amannn/action-semantic-pull-request@v5.4.0
env:
GITHUB_TOKEN: ${{ github.token }}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@cspell/dict-cryptocurrencies": "4.0.0",
"@rebeccastevens/eslint-config": "2.0.6",
"@rebeccastevens/eslint-config": "2.0.7",
"@rollup/plugin-replace": "5.0.5",
"@rollup/plugin-typescript": "11.1.5",
"@semantic-release/changelog": "6.0.3",
Expand All @@ -66,46 +66,46 @@
"@semantic-release/github": "9.2.6",
"@semantic-release/npm": "11.0.2",
"@semantic-release/release-notes-generator": "12.1.0",
"@types/node": "20.10.5",
"@types/node": "20.10.6",
"@types/rollup-plugin-auto-external": "2.0.5",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@vitest/coverage-v8": "1.1.0",
"commitizen": "4.3.0",
"cspell": "8.2.3",
"cspell": "8.3.2",
"cz-conventional-changelog": "3.3.0",
"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-import": "2.29.1",
"eslint-plugin-jsdoc": "46.9.1",
"eslint-plugin-jsdoc": "46.10.1",
"eslint-plugin-markdown": "3.0.1",
"eslint-plugin-n": "16.5.0",
"eslint-plugin-n": "16.6.1",
"eslint-plugin-optimize-regex": "1.2.1",
"eslint-plugin-prettier": "5.1.1",
"eslint-plugin-prettier": "5.1.2",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.23.0",
"eslint-plugin-unicorn": "50.0.1",
"eslint-plugin-vitest": "0.3.18",
"eslint-plugin-vitest": "0.3.20",
"husky": "8.0.3",
"knip": "3.8.4",
"knip": "3.12.0",
"lint-staged": "15.2.0",
"markdownlint-cli": "0.38.0",
"prettier": "3.1.1",
"prettier-plugin-packagejson": "2.4.7",
"prettier-plugin-packagejson": "2.4.8",
"rimraf": "5.0.5",
"rollup": "4.9.1",
"rollup": "4.9.2",
"rollup-plugin-auto-external": "2.0.0",
"rollup-plugin-dts": "6.1.0",
"semantic-release": "22.0.12",
"ts-paths-esm-loader": "1.4.3",
"tsconfig-paths": "4.2.0",
"tsx": "4.7.0",
"typescript": "5.3.3",
"vite-tsconfig-paths": "4.2.2",
"vite-tsconfig-paths": "4.2.3",
"vitest": "1.1.0"
},
"packageManager": "pnpm@8.9.1"
"packageManager": "pnpm@8.14.0"
}
Loading

0 comments on commit 974785b

Please sign in to comment.