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 29, 2024
1 parent c8107d3 commit e18c10c
Show file tree
Hide file tree
Showing 6 changed files with 1,386 additions and 987 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 }}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
18.19.0
6 changes: 3 additions & 3 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"object-accumulator": "^0.0.5"
},
"devDependencies": {
"@types/node": "18.15.11",
"ts-node": "10.9.1",
"typescript": "5.0.4"
"@types/node": "18.19.10",
"ts-node": "10.9.2",
"typescript": "5.3.3"
}
}
40 changes: 25 additions & 15 deletions benchmark/pnpm-lock.yaml

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

66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,63 +97,63 @@
"@commitlint/cli": "17.6.1",
"@commitlint/config-conventional": "17.6.1",
"@cspell/dict-cryptocurrencies": "3.0.1",
"@rebeccastevens/eslint-config": "1.7.4",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-node-resolve": "15.0.2",
"@rollup/plugin-typescript": "11.1.0",
"@rebeccastevens/eslint-config": "1.7.8",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-typescript": "11.1.6",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.7",
"@semantic-release/npm": "9.0.2",
"@semantic-release/release-notes-generator": "10.0.3",
"@types/lodash": "4.14.194",
"@types/node": "18.15.11",
"@types/rollup-plugin-auto-external": "2.0.2",
"@types/lodash": "4.14.202",
"@types/node": "18.19.10",
"@types/rollup-plugin-auto-external": "2.0.5",
"@typescript-eslint/eslint-plugin": "6.13.0",
"@typescript-eslint/parser": "6.13.0",
"ava": "5.2.0",
"c8": "7.13.0",
"ava": "5.3.1",
"c8": "7.14.0",
"commitizen": "4.3.0",
"cspell": "6.31.1",
"denoify": "1.5.3",
"eslint": "8.38.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.5",
"cspell": "6.31.3",
"denoify": "1.6.9",
"eslint": "8.56.0",
"eslint-config-prettier": "8.10.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-ava": "14.0.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-functional": "5.0.8",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "40.3.0",
"eslint-plugin-markdown": "3.0.0",
"eslint-plugin-markdown": "3.0.1",
"eslint-plugin-n": "15.7.0",
"eslint-plugin-optimize-regex": "1.2.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.19.0",
"eslint-plugin-unicorn": "46.0.0",
"eslint-plugin-sonarjs": "0.23.0",
"eslint-plugin-unicorn": "46.0.1",
"husky": "8.0.3",
"if-env-defined": "1.0.0",
"knip": "2.0.0-beta.0",
"lint-staged": "13.2.1",
"knip": "2.43.0",
"lint-staged": "13.3.0",
"lodash": "4.17.21",
"markdownlint-cli": "0.33.0",
"prettier": "2.8.7",
"prettier-plugin-packagejson": "2.4.3",
"rimraf": "5.0.0",
"rollup": "3.20.3",
"markdownlint-cli": "0.39.0",
"prettier": "2.8.8",
"prettier-plugin-packagejson": "2.4.9",
"rimraf": "5.0.5",
"rollup": "3.29.4",
"rollup-plugin-auto-external": "2.0.0",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-dts": "5.3.0",
"rollup-plugin-copy": "3.5.0",
"rollup-plugin-dts": "5.3.1",
"semantic-release": "20.1.3",
"ts-node": "10.9.1",
"ts-paths-esm-loader": "1.4.1",
"ts-node": "10.9.2",
"ts-paths-esm-loader": "1.4.3",
"tsconfig-paths": "4.2.0",
"tsd": "0.28.1",
"tslib": "2.5.0",
"typescript": "5.0.4"
"tsd": "0.30.4",
"tslib": "2.6.2",
"typescript": "5.3.3"
},
"packageManager": "pnpm@8.2.0",
"packageManager": "pnpm@8.15.0",
"engines": {
"node": ">=16.0.0"
},
Expand Down
Loading

0 comments on commit e18c10c

Please sign in to comment.