Skip to content

Commit 8974345

Browse files
feat: assorted dependency bumps (#2240)
## PR Checklist - [x] Addresses an existing open issue: ~fixes #000~ forks #2218, #2205, #2201, etc. - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview 🎁
1 parent 9fadfae commit 8974345

File tree

9 files changed

+773
-912
lines changed

9 files changed

+773
-912
lines changed

knip.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://unpkg.com/knip@5.46.0/schema.json",
2+
"$schema": "https://unpkg.com/knip@5.61.2/schema.json",
33
"entry": ["src/**/*.test.*", "src/index.ts"],
44
"ignoreDependencies": [
55
"all-contributors-cli",

package.json

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -43,46 +43,45 @@
4343
"bingo-stratum": "^0.5.11",
4444
"cached-factory": "^0.1.0",
4545
"cspell-populate-words": "^0.3.1",
46-
"execa": "^9.5.2",
47-
"git-url-parse": "^16.0.1",
48-
"github-default-labels": "^0.1.0",
46+
"execa": "^9.6.0",
47+
"git-url-parse": "^16.1.0",
48+
"github-default-labels": "^0.1.1",
4949
"html-to-text": "^9.0.5",
50-
"image-size": "^2.0.0",
50+
"image-size": "^2.0.2",
5151
"input-from-file": "^0.5.4",
5252
"input-from-file-json": "^0.5.4",
5353
"input-from-script": "^0.5.4",
5454
"js-yaml": "^4.1.0",
5555
"json5": "^2.2.3",
5656
"lazy-value": "^3.0.0",
5757
"lodash": "^4.17.21",
58-
"marked": "^15.0.7",
58+
"marked": "^15.0.12",
5959
"npm-user": "^6.1.1",
60-
"object-strings-deep": "^0.1.1",
60+
"object-strings-deep": "^0.1.2",
6161
"parse-author": "^2.0.0",
6262
"parse-package-name": "^1.0.0",
6363
"remove-dependencies": "^0.1.1",
6464
"remove-undefined-objects": "^6.0.0",
65-
"semver": "^7.7.1",
66-
"set-github-repository-labels": "^0.2.0",
65+
"semver": "^7.7.2",
66+
"set-github-repository-labels": "^0.2.2",
6767
"sort-keys": "^5.1.0",
68-
"sort-package-json": "^3.0.0",
68+
"sort-package-json": "^3.3.1",
6969
"title-case": "^4.3.2",
7070
"trash-cli": "^6.0.0",
71-
"zod": "^3.24.2",
72-
"zod-package-json": "^1.1.0",
71+
"zod": "^3.25.67",
72+
"zod-package-json": "^1.2.0",
7373
"zod-tsconfig": "^0.2.0"
7474
},
7575
"devDependencies": {
7676
"@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
7777
"@eslint/js": "9.29.0",
7878
"@prettier/sync": "0.6.1",
79-
"@release-it/conventional-changelog": "10.0.0",
79+
"@release-it/conventional-changelog": "10.0.1",
8080
"@types/eslint-plugin-markdown": "2.0.2",
81-
"@types/git-url-parse": "16.0.0",
8281
"@types/html-to-text": "9.0.4",
8382
"@types/js-yaml": "4.0.9",
84-
"@types/lodash": "4.17.16",
85-
"@types/node": "22.13.10",
83+
"@types/lodash": "4.17.19",
84+
"@types/node": "24.0.4",
8685
"@types/parse-author": "2.0.3",
8786
"@types/semver": "7.7.0",
8887
"@vitest/coverage-v8": "3.2.4",
@@ -103,23 +102,23 @@
103102
"eslint-plugin-regexp": "2.9.0",
104103
"eslint-plugin-yml": "1.18.0",
105104
"husky": "9.1.7",
106-
"knip": "5.46.0",
107-
"lint-staged": "15.5.0",
105+
"knip": "5.61.2",
106+
"lint-staged": "16.1.2",
108107
"lodash": "4.17.21",
109108
"markdownlint": "0.38.0",
110109
"markdownlint-cli": "0.45.0",
111110
"prettier": "3.6.1",
112111
"prettier-plugin-curly": "0.3.2",
113112
"prettier-plugin-packagejson": "2.5.15",
114113
"prettier-plugin-sh": "0.17.4",
115-
"release-it": "18.1.2",
114+
"release-it": "19.0.3",
116115
"sentences-per-line": "0.3.0",
117-
"tsup": "8.4.0",
118-
"typescript": "5.8.2",
116+
"tsup": "8.5.0",
117+
"typescript": "5.8.3",
119118
"typescript-eslint": "8.35.0",
120119
"vitest": "3.2.4"
121120
},
122-
"packageManager": "pnpm@10.8.0",
121+
"packageManager": "pnpm@10.12.3",
123122
"engines": {
124123
"node": ">=20.19.0"
125124
},

0 commit comments

Comments
 (0)