Skip to content

Commit cfbb37a

Browse files
chore(deps): update all non-major dependencies (#247)
This PR contains the following updates: | Package | Type | Update | Change | Age | Confidence | |---|---|---|---|---|---| | [node](https://nodejs.org) ([source](https://redirect.github.com/nodejs/node)) | | minor | `22.17.1` -> `22.18.0` | [![age](https://developer.mend.io/api/mc/badges/age/node-version/node/v22.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/node-version/node/v22.17.1/v22.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [remeda](https://remedajs.com/) ([source](https://redirect.github.com/remeda/remeda)) | dependencies | minor | [`^2.26.1` -> `^2.28.0`](https://renovatebot.com/diffs/npm/remeda/2.26.1/2.28.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/remeda/2.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/remeda/2.26.1/2.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [simple-git-hooks](https://redirect.github.com/toplenboren/simple-git-hooks) | devDependencies | patch | [`^2.13.0` -> `^2.13.1`](https://renovatebot.com/diffs/npm/simple-git-hooks/2.13.0/2.13.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/simple-git-hooks/2.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/simple-git-hooks/2.13.0/2.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | devDependencies | minor | [`^5.8.3` -> `^5.9.2`](https://renovatebot.com/diffs/npm/typescript/5.8.3/5.9.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.8.3/5.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nodejs/node (node)</summary> ### [`v22.18.0`](https://redirect.github.com/nodejs/node/compare/v22.17.1...v22.18.0) [Compare Source](https://redirect.github.com/nodejs/node/compare/v22.17.1...v22.18.0) </details> <details> <summary>remeda/remeda (remeda)</summary> ### [`v2.28.0`](https://redirect.github.com/remeda/remeda/releases/tag/v2.28.0) [Compare Source](https://redirect.github.com/remeda/remeda/compare/v2.27.2...v2.28.0) ##### Features - **defaultTo:** introduce `defaultTo` ([#&#8203;1159](https://redirect.github.com/remeda/remeda/issues/1159)) ([92449ef](https://redirect.github.com/remeda/remeda/commit/92449ef03c15dd49c4d4f59fbe9c6927694ea26e)), closes [#&#8203;1158](https://redirect.github.com/remeda/remeda/issues/1158) ### [`v2.27.2`](https://redirect.github.com/remeda/remeda/releases/tag/v2.27.2) [Compare Source](https://redirect.github.com/remeda/remeda/compare/v2.27.1...v2.27.2) ##### Bug Fixes - **const:** prefer narrow typing for literals ([#&#8203;1160](https://redirect.github.com/remeda/remeda/issues/1160)) ([4c5bc73](https://redirect.github.com/remeda/remeda/commit/4c5bc7395698618fdd254de66f10b4cf3b5d427f)), closes [#&#8203;823](https://redirect.github.com/remeda/remeda/issues/823) ### [`v2.27.1`](https://redirect.github.com/remeda/remeda/releases/tag/v2.27.1) [Compare Source](https://redirect.github.com/remeda/remeda/compare/v2.27.0...v2.27.1) ##### Bug Fixes - prevent redundant type computation paths ([#&#8203;1163](https://redirect.github.com/remeda/remeda/issues/1163)) ([7c37e39](https://redirect.github.com/remeda/remeda/commit/7c37e395db5c73ebb7a5f3e60766f7a2b4750ea9)) - **sample:** revamp typing ([#&#8203;1162](https://redirect.github.com/remeda/remeda/issues/1162)) ([55e5c8c](https://redirect.github.com/remeda/remeda/commit/55e5c8c69224f682a922c4436edb351b366dffe9)), closes [#&#8203;323](https://redirect.github.com/remeda/remeda/issues/323) ### [`v2.27.0`](https://redirect.github.com/remeda/remeda/releases/tag/v2.27.0) [Compare Source](https://redirect.github.com/remeda/remeda/compare/v2.26.1...v2.27.0) ##### Features - **prop:** allow deep paths ([#&#8203;1158](https://redirect.github.com/remeda/remeda/issues/1158)) ([cb7d611](https://redirect.github.com/remeda/remeda/commit/cb7d61194e4a5d08fb531a2299badb194df836a8)), closes [#&#8203;830](https://redirect.github.com/remeda/remeda/issues/830) </details> <details> <summary>toplenboren/simple-git-hooks (simple-git-hooks)</summary> ### [`v2.13.1`](https://redirect.github.com/toplenboren/simple-git-hooks/blob/HEAD/CHANGELOG.md#2131) [Compare Source](https://redirect.github.com/toplenboren/simple-git-hooks/compare/2.13.0...2.13.1) ##### Patch Changes - [#&#8203;128](https://redirect.github.com/toplenboren/simple-git-hooks/pull/128) [`2ad5514`](https://redirect.github.com/toplenboren/simple-git-hooks/commit/2ad5514dbbfbf11ffef9414c64d15a2dbe8ea756) Thanks [@&#8203;OlofFredriksson](https://redirect.github.com/OlofFredriksson)! - fix: postinstall should ignore adding hooks if SKIP\_INSTALL\_SIMPLE\_GIT\_HOOKS is defined - [#&#8203;130](https://redirect.github.com/toplenboren/simple-git-hooks/pull/130) [`1abdcd7`](https://redirect.github.com/toplenboren/simple-git-hooks/commit/1abdcd7fd486058db76fe930542fd75e335ee462) Thanks [@&#8203;cexoso](https://redirect.github.com/cexoso)! - fix: only get local `coore.hooksPath` config </details> <details> <summary>microsoft/TypeScript (typescript)</summary> ### [`v5.9.2`](https://redirect.github.com/microsoft/TypeScript/compare/v5.8.3...5be33469d551655d878876faa9e30aa3b49f8ee9) [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.8.3...v5.9.2) </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 is behind base branch, 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/prettier-config). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7328299 commit cfbb37a

3 files changed

Lines changed: 85 additions & 84 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.17.1
1+
22.18.0

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"prettier-plugin-sort-json": "^4.1.1",
8888
"prettier-plugin-sql": "^0.19.2",
8989
"prettier-plugin-tailwindcss": "^0.6.14",
90-
"remeda": "^2.26.1"
90+
"remeda": "^2.28.0"
9191
},
9292
"devDependencies": {
9393
"@total-typescript/ts-reset": "^0.6.1",
@@ -103,10 +103,10 @@
103103
"globby": "^14.1.0",
104104
"lint-staged": "^15.5.2",
105105
"prettier": "^3.6.2",
106-
"simple-git-hooks": "^2.13.0",
106+
"simple-git-hooks": "^2.13.1",
107107
"tsup": "^8.5.0",
108108
"tsx": "^4.20.3",
109-
"typescript": "^5.8.3",
109+
"typescript": "^5.9.2",
110110
"vitest": "^3.2.4"
111111
},
112112
"peerDependencies": {

0 commit comments

Comments
 (0)