Skip to content

Commit

Permalink
chore(dev-deps): update all non-major dependencies (#201)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 22, 2024
1 parent 607c66d commit eae90e0
Show file tree
Hide file tree
Showing 4 changed files with 353 additions and 388 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.13.1
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@cspell/dict-cryptocurrencies": "5.0.0",
"@rebeccastevens/eslint-config": "3.0.0-next.21",
"@rebeccastevens/eslint-config": "3.0.0-next.29",
"@rollup/plugin-replace": "5.0.5",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "12.0.0",
Expand All @@ -67,45 +67,45 @@
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "13.0.0",
"@stylistic/eslint-plugin": "1.8.0",
"@types/node": "20.12.8",
"@types/node": "20.12.12",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@vitest/coverage-v8": "1.6.0",
"commitizen": "4.3.0",
"cspell": "8.8.0",
"cspell": "8.8.2",
"cz-conventional-changelog": "3.3.0",
"deassert": "1.0.2",
"eslint": "9.2.0",
"eslint-config-prettier": "9.1.0",
"eslint-flat-config-utils": "0.2.4",
"eslint-flat-config-utils": "0.2.5",
"eslint-import-resolver-typescript": "3.6.1",
"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-functional": "7.0.0-aplha.3",
"eslint-plugin-import-x": "0.5.0",
"eslint-plugin-jsdoc": "48.2.3",
"eslint-plugin-jsdoc": "48.2.5",
"eslint-plugin-jsonc": "2.15.1",
"eslint-plugin-markdown": "5.0.0",
"eslint-plugin-n": "17.4.0",
"eslint-plugin-n": "17.7.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-sonarjs": "1.0.0",
"eslint-plugin-regexp": "2.6.0",
"eslint-plugin-sonarjs": "1.0.3",
"eslint-plugin-unicorn": "52.0.0",
"eslint-plugin-vitest": "0.5.4",
"eslint-plugin-yml": "1.14.0",
"husky": "9.0.11",
"jsonc-eslint-parser": "2.4.0",
"knip": "5.12.3",
"lint-staged": "15.2.2",
"knip": "5.16.0",
"lint-staged": "15.2.4",
"markdownlint-cli2": "0.13.0",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.5.0",
"rimraf": "5.0.5",
"rollup": "4.17.2",
"rimraf": "5.0.7",
"rollup": "4.18.0",
"rollup-plugin-ts": "3.4.5",
"semantic-release": "23.1.1",
"tsc-files": "1.1.4",
Expand All @@ -114,5 +114,5 @@
"vitest": "1.6.0",
"yaml-eslint-parser": "1.2.2"
},
"packageManager": "[email protected].5"
"packageManager": "[email protected].8"
}
Loading

0 comments on commit eae90e0

Please sign in to comment.