Skip to content

Commit 2d4b166

Browse files
chore: bump all packages to latest (#715)
<!-- 👋 Hi, thanks for sending a PR to template-typescript-node-package! 💖. Please fill out all fields below and make sure each item is true and [x] checked. Otherwise we may not be able to review your PR. --> ## PR Checklist - [x] Addresses an existing open issue: fixes #714 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Ran `ncu -u`, which should bring in the fix for the Knip issue.
1 parent c1beece commit 2d4b166

File tree

3 files changed

+286
-299
lines changed

3 files changed

+286
-299
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@clack/prompts": "^0.7.0",
4848
"all-contributors-for-repository": "^0.1.0",
4949
"chalk": "^5.3.0",
50-
"execa": "^8.0.0",
50+
"execa": "^8.0.1",
5151
"git-remote-origin-url": "^4.0.0",
5252
"git-url-parse": "^13.1.0",
5353
"js-yaml": "^4.1.0",
@@ -62,23 +62,23 @@
6262
"@types/eslint": "^8.44.2",
6363
"@types/git-url-parse": "^9.0.1",
6464
"@types/js-yaml": "^4.0.5",
65-
"@types/node": "^20.5.1",
65+
"@types/node": "^20.5.6",
6666
"@types/prettier": "^2.7.3",
67-
"@typescript-eslint/eslint-plugin": "^6.4.0",
68-
"@typescript-eslint/parser": "^6.4.0",
69-
"@vitest/coverage-v8": "^0.34.2",
67+
"@typescript-eslint/eslint-plugin": "^6.4.1",
68+
"@typescript-eslint/parser": "^6.4.1",
69+
"@vitest/coverage-v8": "^0.34.3",
7070
"c8": "^8.0.1",
7171
"console-fail-test": "^0.2.3",
72-
"cspell": "^7.0.0",
73-
"eslint": "^8.47.0",
72+
"cspell": "^7.0.1",
73+
"eslint": "^8.48.0",
7474
"eslint-config-prettier": "^9.0.0",
7575
"eslint-plugin-deprecation": "^1.5.0",
7676
"eslint-plugin-eslint-comments": "^3.2.0",
7777
"eslint-plugin-import": "^2.28.1",
78-
"eslint-plugin-jsdoc": "^46.4.6",
78+
"eslint-plugin-jsdoc": "^46.5.0",
7979
"eslint-plugin-jsonc": "^2.9.0",
8080
"eslint-plugin-markdown": "^3.0.1",
81-
"eslint-plugin-n": "^16.0.1",
81+
"eslint-plugin-n": "^16.0.2",
8282
"eslint-plugin-no-only-tests": "^3.1.0",
8383
"eslint-plugin-perfectionist": "^1.5.1",
8484
"eslint-plugin-regexp": "^1.15.0",
@@ -87,8 +87,8 @@
8787
"globby": "^13.2.2",
8888
"husky": "^8.0.3",
8989
"jsonc-eslint-parser": "^2.3.0",
90-
"knip": "2.19.11",
91-
"lint-staged": "^14.0.0",
90+
"knip": "2.20.1",
91+
"lint-staged": "^14.0.1",
9292
"markdownlint": "^0.30.0",
9393
"markdownlint-cli": "^0.35.0",
9494
"npm-package-json-lint": "^7.0.0",
@@ -101,7 +101,7 @@
101101
"tsup": "^7.2.0",
102102
"tsx": "^3.12.7",
103103
"typescript": "^5.1.6",
104-
"vitest": "^0.34.2",
104+
"vitest": "^0.34.3",
105105
"yaml-eslint-parser": "^1.2.2"
106106
},
107107
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)