Skip to content

Commit

Permalink
ci(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 6, 2025
1 parent 5c9aeac commit d70f0a7
Show file tree
Hide file tree
Showing 4 changed files with 1,343 additions and 758 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: pnpm test:js-run

- name: Report coverage
uses: codecov/codecov-action@v5.0.7
uses: codecov/codecov-action@v5.1.2
with:
file: coverage/lcov.info
flags: ${{ matrix.ts_version }}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.11.0
22.12.0
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@
},
"devDependencies": {
"@babel/eslint-parser": "7.25.9",
"@cspell/dict-cryptocurrencies": "5.0.3",
"@eslint/compat": "1.2.3",
"@rebeccastevens/eslint-config": "3.3.4",
"@rollup/plugin-replace": "6.0.1",
"@rollup/plugin-typescript": "12.1.1",
"@cspell/dict-cryptocurrencies": "5.0.4",
"@eslint/compat": "1.2.4",
"@rebeccastevens/eslint-config": "3.5.2",
"@rollup/plugin-replace": "6.0.2",
"@rollup/plugin-typescript": "12.1.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.1",
"@semantic-release/git": "10.0.1",
Expand All @@ -105,28 +105,28 @@
"@semantic-release/release-notes-generator": "14.0.3",
"@stylistic/eslint-plugin": "2.10.1",
"@types/dedent": "0.7.2",
"@types/node": "18.19.67",
"@types/node": "18.19.70",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"@vitest/coverage-v8": "2.1.8",
"@vitest/eslint-plugin": "1.1.13",
"@vitest/eslint-plugin": "1.1.24",
"cspell": "8.17.1",
"dedent": "1.5.3",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-doc-generator": "2.0.2",
"eslint-flat-config-utils": "0.4.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-merge-processors": "0.1.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-eslint-plugin": "6.3.2",
"eslint-plugin-eslint-plugin": "6.4.0",
"eslint-plugin-format": "0.1.3",
"eslint-plugin-functional": "link:.",
"eslint-plugin-import-x": "4.4.3",
"eslint-plugin-jsdoc": "50.6.0",
"eslint-plugin-import-x": "4.6.1",
"eslint-plugin-jsdoc": "50.6.1",
"eslint-plugin-jsonc": "2.18.2",
"eslint-plugin-markdown": "5.1.0",
"eslint-plugin-n": "17.14.0",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-optimize-regex": "1.2.1",
"eslint-plugin-prettier": "5.2.1",
Expand All @@ -135,24 +135,24 @@
"eslint-plugin-sonarjs": "3.0.1",
"eslint-plugin-unicorn": "56.0.1",
"eslint-plugin-yml": "1.16.0",
"eslint-vitest-rule-tester": "0.6.1",
"fast-glob": "3.3.2",
"eslint-vitest-rule-tester": "0.7.1",
"fast-glob": "3.3.3",
"husky": "9.1.7",
"jsonc-eslint-parser": "2.4.0",
"knip": "5.38.3",
"lint-staged": "15.2.10",
"markdownlint-cli2": "0.15.0",
"prettier": "3.4.1",
"knip": "5.41.1",
"lint-staged": "15.3.0",
"markdownlint-cli2": "0.17.1",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"rollup": "4.28.0",
"rollup": "4.30.0",
"rollup-plugin-deassert": "1.3.0",
"rollup-plugin-dts-bundle-generator": "1.4.0",
"semantic-release": "24.2.1",
"semantic-release-replace-plugin": "1.2.7",
"tsc-files": "1.1.4",
"tsx": "4.19.2",
"typescript": "5.7.2",
"vite-tsconfig-paths": "5.1.3",
"vite-tsconfig-paths": "5.1.4",
"vitest": "2.1.8",
"yaml-eslint-parser": "1.2.3"
},
Expand All @@ -165,7 +165,7 @@
"optional": true
}
},
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.3",
"engines": {
"node": ">=v18.18.0"
},
Expand Down
Loading

0 comments on commit d70f0a7

Please sign in to comment.