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] committed Mar 9, 2024
1 parent cfd6f8f commit 91374cf
Show file tree
Hide file tree
Showing 4 changed files with 1,357 additions and 935 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 .github/workflows/test-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: pnpm test-compiled

- name: Report coverage
uses: codecov/codecov-action@v4.0.2
uses: codecov/codecov-action@v4.1.0
if: env.REPORT_COVERAGE == 'true'
with:
file: coverage/lcov.info
Expand Down
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,61 +83,61 @@
"@babel/eslint-parser": "7.23.10",
"@commitlint/cli": "19.0.3",
"@commitlint/config-conventional": "19.0.3",
"@rebeccastevens/eslint-config": "2.0.2",
"@rollup/plugin-typescript": "11.1.2",
"@rebeccastevens/eslint-config": "2.0.10",
"@rollup/plugin-typescript": "11.1.6",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.2.6",
"@semantic-release/npm": "11.0.3",
"@semantic-release/release-notes-generator": "12.1.0",
"@types/dedent": "0.7.0",
"@types/eslint": "8.44.2",
"@types/node": "16.18.39",
"@types/rollup-plugin-auto-external": "2.0.2",
"@types/semver": "7.5.0",
"@types/dedent": "0.7.2",
"@types/eslint": "8.56.5",
"@types/node": "16.18.87",
"@types/rollup-plugin-auto-external": "2.0.5",
"@types/semver": "7.5.8",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"@typescript-eslint/rule-tester": "6.2.0",
"@vitest/coverage-c8": "0.33.0",
"chalk": "4.1.2",
"commitizen": "4.3.0",
"conventional-commit-types": "3.0.0",
"cspell": "8.4.1",
"cspell": "8.6.0",
"dedent": "1.5.1",
"eslint": "8.46.0",
"eslint-config-prettier": "9.0.0",
"eslint-doc-generator": "1.4.3",
"eslint-import-resolver-typescript": "3.5.5",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-doc-generator": "1.7.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-eslint-plugin": "5.1.1",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-jsdoc": "48.2.0",
"eslint-plugin-eslint-plugin": "5.4.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.2.1",
"eslint-plugin-markdown": "3.0.1",
"eslint-plugin-n": "16.0.1",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-optimize-regex": "1.2.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.19.0",
"eslint-plugin-sonarjs": "0.24.0",
"eslint-plugin-unicorn": "51.0.1",
"espree": "10.0.1",
"husky": "9.0.11",
"knip": "2.19.0",
"knip": "2.43.0",
"lint-staged": "15.2.2",
"markdownlint-cli": "0.35.0",
"prettier": "3.0.1",
"prettier-plugin-packagejson": "2.4.5",
"rimraf": "5.0.1",
"rollup": "4.12.0",
"markdownlint-cli": "0.39.0",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.12",
"rimraf": "5.0.5",
"rollup": "4.12.1",
"rollup-plugin-auto-external": "2.0.0",
"semantic-release": "23.0.2",
"semantic-release-replace-plugin": "1.2.7",
"ts-node": "10.9.1",
"tsc-alias": "1.8.7",
"ts-node": "10.9.2",
"tsc-alias": "1.8.8",
"tsconfig-paths": "4.2.0",
"tslib": "2.6.1",
"typescript": "5.1.6",
"vite-tsconfig-paths": "4.2.0",
"tslib": "2.6.2",
"typescript": "5.4.2",
"vite-tsconfig-paths": "4.3.1",
"vitest": "0.33.0",
"word-wrap": "1.2.5"
},
Expand All @@ -150,7 +150,7 @@
"optional": true
}
},
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.15.4",
"engines": {
"node": ">=16.10.0"
}
Expand Down
Loading

0 comments on commit 91374cf

Please sign in to comment.