Skip to content

Commit

Permalink
chore: update dependencies to latest (December 18 2024) (#1779)
Browse files Browse the repository at this point in the history
## Overview

`ncu -u` + `pnpm install` + `pnpm dedupe`. As one does.

💖
  • Loading branch information
JoshuaKGoldberg authored Dec 18, 2024
1 parent fe01a4b commit c097532
Show file tree
Hide file tree
Showing 8 changed files with 770 additions and 451 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@prettier/sync": "^0.5.2",
"chalk": "^5.3.0",
"create": "0.1.0-alpha.7",
"execa": "^9.5.1",
"execa": "^9.5.2",
"git-remote-origin-url": "^4.0.0",
"git-url-parse": "^16.0.0",
"input-from-file": "0.1.0-alpha.2",
Expand All @@ -54,12 +54,12 @@
"lazy-value": "^3.0.0",
"npm-user": "^6.1.1",
"octokit": "^4.0.2",
"octokit-from-auth": "^0.2.0",
"octokit-from-auth": "^0.3.0",
"parse-author": "^2.0.0",
"parse-package-name": "^1.0.0",
"populate-all-contributors-for-repository": "^0.1.0",
"prettier": "^3.4.1",
"replace-in-file": "^8.2.0",
"populate-all-contributors-for-repository": "^0.1.2",
"prettier": "^3.4.2",
"replace-in-file": "^8.3.0",
"rimraf": "^6.0.1",
"set-github-repository-labels": "^0.1.0",
"sort-package-json": "^2.12.0",
Expand All @@ -69,45 +69,45 @@
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
"@eslint/js": "9.16.0",
"@eslint/js": "9.17.0",
"@octokit/request-error": "6.1.5",
"@release-it/conventional-changelog": "9.0.3",
"@types/eslint-plugin-markdown": "2.0.2",
"@types/git-url-parse": "9.0.3",
"@types/js-yaml": "4.0.9",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@types/parse-author": "2.0.3",
"@vitest/coverage-v8": "2.1.8",
"@vitest/eslint-plugin": "1.1.14",
"@vitest/eslint-plugin": "1.1.18",
"all-contributors-cli": "6.26.1",
"c8": "10.1.2",
"c8": "10.1.3",
"console-fail-test": "0.5.0",
"create-testers": "0.1.0-alpha.7",
"cspell": "8.16.1",
"eslint": "9.16.0",
"eslint-plugin-jsdoc": "50.6.0",
"cspell": "8.17.1",
"eslint": "9.17.0",
"eslint-plugin-jsdoc": "50.6.1",
"eslint-plugin-jsonc": "2.18.2",
"eslint-plugin-markdown": "5.1.0",
"eslint-plugin-n": "17.15.0",
"eslint-plugin-package-json": "0.18.0",
"eslint-plugin-perfectionist": "4.2.0",
"eslint-plugin-perfectionist": "4.3.0",
"eslint-plugin-regexp": "2.7.0",
"eslint-plugin-yml": "1.16.0",
"globby": "14.0.2",
"husky": "9.1.7",
"knip": "5.39.1",
"lint-staged": "15.2.10",
"markdownlint": "0.36.1",
"knip": "5.41.0",
"lint-staged": "15.2.11",
"markdownlint": "0.37.1",
"markdownlint-cli": "0.43.0",
"prettier-plugin-curly": "0.3.1",
"prettier-plugin-packagejson": "2.5.6",
"prettier-plugin-sh": "0.14.0",
"release-it": "17.10.0",
"sentences-per-line": "0.2.1",
"sentences-per-line": "0.3.0",
"tsup": "8.3.5",
"tsx": "4.19.2",
"typescript": "5.7.2",
"typescript-eslint": "8.18.0",
"typescript-eslint": "8.18.1",
"vitest": "2.1.8"
},
"engines": {
Expand Down
Loading

0 comments on commit c097532

Please sign in to comment.