Skip to content

Commit 4e464a8

Browse files
Merge branch 'main'
2 parents 5442362 + ac941e4 commit 4e464a8

File tree

10 files changed

+703
-1371
lines changed

10 files changed

+703
-1371
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
# [2.45.0](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/2.44.6...2.45.0) (2025-06-26)
4+
5+
### Features
6+
7+
- assorted dependency bumps ([#2240](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2240)) ([8974345](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/89743453670e543e316130ecdc857823ce6f84e8)), closes [#000](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/000) [#2218](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2218) [#2205](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2205) [#2201](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2201)
8+
9+
## [2.44.6](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/2.44.5...2.44.6) (2025-06-26)
10+
11+
### Bug Fixes
12+
13+
- bump vitest to 3.2.4 ([#2239](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2239)) ([4554ffa](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/4554ffa3c67c9d5eb4205aedeeb772a5e091e6a8)), closes [#000](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/000) [#2166](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2166)
14+
315
## [2.44.5](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/2.44.4...2.44.5) (2025-06-26)
416

517
### Bug Fixes

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
@@ -1,6 +1,6 @@
11
{
22
"name": "create-typescript-app",
3-
"version": "2.44.5",
3+
"version": "2.45.0",
44
"description": "Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 🎁",
55
"repository": {
66
"type": "git",
@@ -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",
117116
"tsdown": "0.12.7",
118-
"typescript": "5.8.2",
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)