Skip to content

Commit 0ffc67f

Browse files
chore(deps): update all non-major dependencies (#227)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@tsconfig/node20](https://redirect.github.com/tsconfig/bases) ([source](https://redirect.github.com/tsconfig/bases/tree/HEAD/bases)) | [`^20.1.6` -> `^20.1.8`](https://renovatebot.com/diffs/npm/@tsconfig%2fnode20/20.1.6/20.1.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tsconfig%2fnode20/20.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tsconfig%2fnode20/20.1.6/20.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [tsup](https://tsup.egoist.dev/) ([source](https://redirect.github.com/egoist/tsup)) | [`^8.5.0` -> `^8.5.1`](https://renovatebot.com/diffs/npm/tsup/8.5.0/8.5.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tsup/8.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tsup/8.5.0/8.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tsconfig/bases (@&#8203;tsconfig/node20)</summary> ### [`v20.1.8`](https://redirect.github.com/tsconfig/bases/compare/1bff76396c195c6bb8e259ee4aa0b76214dd7b6b...08017332f321a849991b59a15f062da091c14886) [Compare Source](https://redirect.github.com/tsconfig/bases/compare/1bff76396c195c6bb8e259ee4aa0b76214dd7b6b...08017332f321a849991b59a15f062da091c14886) ### [`v20.1.7`](https://redirect.github.com/tsconfig/bases/compare/c90a597c1ffb23f3094c431c17f28c93c6ef79c2...1bff76396c195c6bb8e259ee4aa0b76214dd7b6b) [Compare Source](https://redirect.github.com/tsconfig/bases/compare/c90a597c1ffb23f3094c431c17f28c93c6ef79c2...1bff76396c195c6bb8e259ee4aa0b76214dd7b6b) </details> <details> <summary>egoist/tsup (tsup)</summary> ### [`v8.5.1`](https://redirect.github.com/egoist/tsup/releases/tag/v8.5.1) [Compare Source](https://redirect.github.com/egoist/tsup/compare/v8.5.0...v8.5.1) #####    🐞 Bug Fixes - Add script tag validation  -  by [@&#8203;benhoad](https://redirect.github.com/benhoad) in [#&#8203;1314](https://redirect.github.com/egoist/tsup/issues/1314) [<samp>(df736)</samp>](https://redirect.github.com/egoist/tsup/commit/df7360b) - Update esbuild to fix sourcemap source issue  -  by [@&#8203;ArcherGu](https://redirect.github.com/ArcherGu) and [@&#8203;sxzz](https://redirect.github.com/sxzz) in [#&#8203;1316](https://redirect.github.com/egoist/tsup/issues/1316) [<samp>(fb8ae)</samp>](https://redirect.github.com/egoist/tsup/commit/fb8ae7d) #####     [View changes on GitHub](https://redirect.github.com/egoist/tsup/compare/v8.5.0...v8.5.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 2am and before 3am" in timezone Asia/Shanghai, Automerge - "schedule:daily" in timezone Asia/Shanghai. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/u3u/ts-lib-starter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6b65b7f commit 0ffc67f

File tree

2 files changed

+134
-153
lines changed

2 files changed

+134
-153
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"devDependencies": {
6868
"@total-typescript/ts-reset": "^0.6.1",
69-
"@tsconfig/node20": "^20.1.6",
69+
"@tsconfig/node20": "^20.1.8",
7070
"@types/node": "^20.19.25",
7171
"@u3u/eslint-config": "^2.15.2",
7272
"@u3u/prettier-config": "^5.2.0",
@@ -80,7 +80,7 @@
8080
"pkg-placeholder": "link:",
8181
"prettier": "^3.6.2",
8282
"simple-git-hooks": "^2.13.1",
83-
"tsup": "^8.5.0",
83+
"tsup": "^8.5.1",
8484
"typescript": "^5.9.3",
8585
"vitest": "^2.1.9"
8686
},

0 commit comments

Comments
 (0)