Skip to content

Commit c097532

Browse files
chore: update dependencies to latest (December 18 2024) (#1779)
## Overview `ncu -u` + `pnpm install` + `pnpm dedupe`. As one does. 💖
1 parent fe01a4b commit c097532

File tree

8 files changed

+770
-451
lines changed

8 files changed

+770
-451
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@prettier/sync": "^0.5.2",
4646
"chalk": "^5.3.0",
4747
"create": "0.1.0-alpha.7",
48-
"execa": "^9.5.1",
48+
"execa": "^9.5.2",
4949
"git-remote-origin-url": "^4.0.0",
5050
"git-url-parse": "^16.0.0",
5151
"input-from-file": "0.1.0-alpha.2",
@@ -54,12 +54,12 @@
5454
"lazy-value": "^3.0.0",
5555
"npm-user": "^6.1.1",
5656
"octokit": "^4.0.2",
57-
"octokit-from-auth": "^0.2.0",
57+
"octokit-from-auth": "^0.3.0",
5858
"parse-author": "^2.0.0",
5959
"parse-package-name": "^1.0.0",
60-
"populate-all-contributors-for-repository": "^0.1.0",
61-
"prettier": "^3.4.1",
62-
"replace-in-file": "^8.2.0",
60+
"populate-all-contributors-for-repository": "^0.1.2",
61+
"prettier": "^3.4.2",
62+
"replace-in-file": "^8.3.0",
6363
"rimraf": "^6.0.1",
6464
"set-github-repository-labels": "^0.1.0",
6565
"sort-package-json": "^2.12.0",
@@ -69,45 +69,45 @@
6969
},
7070
"devDependencies": {
7171
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
72-
"@eslint/js": "9.16.0",
72+
"@eslint/js": "9.17.0",
7373
"@octokit/request-error": "6.1.5",
7474
"@release-it/conventional-changelog": "9.0.3",
7575
"@types/eslint-plugin-markdown": "2.0.2",
7676
"@types/git-url-parse": "9.0.3",
7777
"@types/js-yaml": "4.0.9",
78-
"@types/node": "22.10.1",
78+
"@types/node": "22.10.2",
7979
"@types/parse-author": "2.0.3",
8080
"@vitest/coverage-v8": "2.1.8",
81-
"@vitest/eslint-plugin": "1.1.14",
81+
"@vitest/eslint-plugin": "1.1.18",
8282
"all-contributors-cli": "6.26.1",
83-
"c8": "10.1.2",
83+
"c8": "10.1.3",
8484
"console-fail-test": "0.5.0",
8585
"create-testers": "0.1.0-alpha.7",
86-
"cspell": "8.16.1",
87-
"eslint": "9.16.0",
88-
"eslint-plugin-jsdoc": "50.6.0",
86+
"cspell": "8.17.1",
87+
"eslint": "9.17.0",
88+
"eslint-plugin-jsdoc": "50.6.1",
8989
"eslint-plugin-jsonc": "2.18.2",
9090
"eslint-plugin-markdown": "5.1.0",
9191
"eslint-plugin-n": "17.15.0",
9292
"eslint-plugin-package-json": "0.18.0",
93-
"eslint-plugin-perfectionist": "4.2.0",
93+
"eslint-plugin-perfectionist": "4.3.0",
9494
"eslint-plugin-regexp": "2.7.0",
9595
"eslint-plugin-yml": "1.16.0",
9696
"globby": "14.0.2",
9797
"husky": "9.1.7",
98-
"knip": "5.39.1",
99-
"lint-staged": "15.2.10",
100-
"markdownlint": "0.36.1",
98+
"knip": "5.41.0",
99+
"lint-staged": "15.2.11",
100+
"markdownlint": "0.37.1",
101101
"markdownlint-cli": "0.43.0",
102102
"prettier-plugin-curly": "0.3.1",
103103
"prettier-plugin-packagejson": "2.5.6",
104104
"prettier-plugin-sh": "0.14.0",
105105
"release-it": "17.10.0",
106-
"sentences-per-line": "0.2.1",
106+
"sentences-per-line": "0.3.0",
107107
"tsup": "8.3.5",
108108
"tsx": "4.19.2",
109109
"typescript": "5.7.2",
110-
"typescript-eslint": "8.18.0",
110+
"typescript-eslint": "8.18.1",
111111
"vitest": "2.1.8"
112112
},
113113
"engines": {

0 commit comments

Comments
 (0)