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 Jun 5, 2024
1 parent 4a73737 commit 2218de5
Show file tree
Hide file tree
Showing 6 changed files with 470 additions and 465 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.12.0
20.14.0
4 changes: 2 additions & 2 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"object-accumulator": "^0.0.5"
},
"devDependencies": {
"@types/node": "20.12.12",
"@types/node": "20.14.2",
"tinybench": "2.8.0",
"tsx": "4.10.5",
"tsx": "4.11.2",
"typescript": "5.4.5"
}
}
20 changes: 10 additions & 10 deletions benchmark/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@cspell/dict-cryptocurrencies": "5.0.0",
"@rebeccastevens/eslint-config": "3.0.0-next.27",
"@rollup/plugin-replace": "5.0.5",
"@rebeccastevens/eslint-config": "3.0.0-next.32",
"@rollup/plugin-replace": "5.0.6",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "12.0.0",
"@semantic-release/git": "10.0.1",
Expand All @@ -94,12 +94,12 @@
"@semantic-release/release-notes-generator": "13.0.0",
"@stylistic/eslint-plugin": "2.1.0",
"@types/lodash": "4.17.4",
"@types/node": "20.12.12",
"@types/node": "20.14.2",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@vitest/coverage-v8": "1.6.0",
"commitizen": "4.3.0",
"cspell": "8.8.1",
"cspell": "8.8.4",
"cz-conventional-changelog": "3.3.0",
"deassert": "1.0.2",
"denoify": "1.6.12",
Expand All @@ -110,43 +110,43 @@
"eslint-merge-processors": "0.1.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-format": "0.1.1",
"eslint-plugin-functional": "7.0.0-alpha.5",
"eslint-plugin-import-x": "0.5.0",
"eslint-plugin-jsdoc": "48.2.5",
"eslint-plugin-jsonc": "2.15.1",
"eslint-plugin-functional": "7.0.0-aplha.3",
"eslint-plugin-import-x": "0.5.1",
"eslint-plugin-jsdoc": "48.2.7",
"eslint-plugin-jsonc": "2.16.0",
"eslint-plugin-markdown": "5.0.0",
"eslint-plugin-n": "17.7.0",
"eslint-plugin-n": "17.8.0",
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-optimize-regex": "1.2.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-regexp": "2.5.0",
"eslint-plugin-promise": "6.2.0",
"eslint-plugin-regexp": "2.6.0",
"eslint-plugin-sonarjs": "1.0.3",
"eslint-plugin-unicorn": "53.0.0",
"eslint-plugin-vitest": "0.5.4",
"eslint-plugin-yml": "1.14.0",
"husky": "9.0.11",
"if-env-defined": "1.0.0",
"jsonc-eslint-parser": "2.4.0",
"knip": "5.16.0",
"lint-staged": "15.2.2",
"knip": "5.17.4",
"lint-staged": "15.2.5",
"lodash": "4.17.21",
"markdownlint-cli2": "0.13.0",
"prettier": "3.2.5",
"prettier": "3.3.1",
"prettier-plugin-packagejson": "2.5.0",
"rimraf": "5.0.7",
"rollup": "4.17.2",
"rollup": "4.18.0",
"rollup-plugin-ts": "3.4.5",
"semantic-release": "23.1.1",
"tsc-files": "1.1.4",
"tsd": "0.31.0",
"tslib": "2.6.2",
"tslib": "2.6.3",
"typescript": "5.4.5",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.6.0",
"yaml-eslint-parser": "1.2.2"
"yaml-eslint-parser": "1.2.3"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].4",
"engines": {
"node": ">=16.0.0"
},
Expand Down
Loading

0 comments on commit 2218de5

Please sign in to comment.