Skip to content

Commit 901e1c2

Browse files
chore(deps): update all non-major dependencies with stable versions (patch) (#25)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@evilmartians/lefthook](https://redirect.github.com/evilmartians/lefthook) | [`^1.10.1` -> `^1.10.11`](https://renovatebot.com/diffs/npm/@evilmartians%2flefthook/1.10.1/1.10.11) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@evilmartians%2flefthook/1.10.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@evilmartians%2flefthook/1.10.1/1.10.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`^5.7.2` -> `^5.7.3`](https://renovatebot.com/diffs/npm/typescript/5.7.2/5.7.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.7.2/5.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > #### Deprecated preset: `Kong/public-shared-renovate:kong-frontend-config` > > Your config references a deprecated preset. To prevent disruption, this file now composes the org default building blocks and layers a few tweaks so behavior stays close to the historical frontend configuration. > > #### What’s different from the default > > - Weekday automerge cadence and daily run windows (`schedule:automergeWeekdays` + `schedule:daily` + `:noUnscheduledUpdates`) > - Automerge enabled for minor and patch updates with required status checks > - Adds the `mend-bot` label alongside Renovate’s standard dependency labeling > - Timezone set to `America/New_York` > - Disables specific actions: `Kong/kong-api-tests` and `the-actions-org/workflow-dispatch` > - Extra grouping for GitHub Actions: non-major stable updates grouped under "non-major github actions with stable versions" > > #### Recommended migration > > Prefer switching to the default preset and applying only the bits you still need locally. Example configuration to replicate this preset’s behavior on top of the default: > > ```json > { > "extends": [ > "Kong/public-shared-renovate", > "schedule:automergeWeekdays", > "schedule:daily", > ":automergeMinor", > ":automergePatch", > ":automergeRequireAllStatusChecks", > ":labels(dependencies,mend-bot)", > ":noUnscheduledUpdates", > ":timezone(America/New_York)" > ], > "packageRules": [ > { > "matchPackageNames": ["*"], > "matchDepTypes": ["action"], > "matchUpdateTypes": ["minor", "patch"], > "matchCurrentVersion": "!/^v0/", > "groupName": "non-major github actions with stable versions" > } > ] > } > ``` > > To disable the same actions locally, add the helpers after the default in your `extends` list: > > ```json > [ > "Kong/public-shared-renovate", > "Kong/public-shared-renovate//helpers/disable-action(Kong/kong-api-tests)", > "Kong/public-shared-renovate//helpers/disable-action(the-actions-org/workflow-dispatch)" > ] > ``` > > #### Timeline > > This compatibility preset will be removed in **January 2026**. Please migrate to the default preset with local overrides before then. --- ### Release Notes <details> <summary>evilmartians/lefthook (@&#8203;evilmartians/lefthook)</summary> ### [`v1.10.11`](https://redirect.github.com/evilmartians/lefthook/blob/HEAD/CHANGELOG.md#11011-2025-02-21) [Compare Source](https://redirect.github.com/evilmartians/lefthook/compare/v1.10.10...v1.10.11) - deps: bump github.com/spf13/cobra from 1.8.1 to 1.9.1 ([#&#8203;952](https://redirect.github.com/evilmartians/lefthook/pull/952)) ([#&#8203;958](https://redirect.github.com/evilmartians/lefthook/pull/958)) by [@&#8203;mrexox](https://redirect.github.com/mrexox) - fix: add $schema property ([#&#8203;942](https://redirect.github.com/evilmartians/lefthook/pull/942)) by [@&#8203;mst-mkt](https://redirect.github.com/mst-mkt) - deps: bump github.com/briandowns/spinner from 1.23.1 to 1.23.2 ([#&#8203;935](https://redirect.github.com/evilmartians/lefthook/pull/935)) ([#&#8203;940](https://redirect.github.com/evilmartians/lefthook/pull/940)) by [@&#8203;mrexox](https://redirect.github.com/mrexox) ### [`v1.10.10`](https://redirect.github.com/evilmartians/lefthook/blob/HEAD/CHANGELOG.md#11010-2025-01-21) [Compare Source](https://redirect.github.com/evilmartians/lefthook/compare/v1.10.9...v1.10.10) - feat: allow providing a list of globs ([#&#8203;937](https://redirect.github.com/evilmartians/lefthook/pull/937)) by [@&#8203;mrexox](https://redirect.github.com/mrexox) - fix: properly inherit exclude options when not overwritten ([#&#8203;936](https://redirect.github.com/evilmartians/lefthook/pull/936)) by [@&#8203;mrexox](https://redirect.github.com/mrexox) ### [`v1.10.9`](https://redirect.github.com/evilmartians/lefthook/blob/HEAD/CHANGELOG.md#1109-2025-01-20) [Compare Source](https://redirect.github.com/evilmartians/lefthook/compare/v1.10.8...v1.10.9) - fix: make uninstall --remove-configs description more accurate ([#&#8203;934](https://redirect.github.com/evilmartians/lefthook/pull/934)) by [@&#8203;scop](https://redirect.github.com/scop) ### [`v1.10.8`](https://redirect.github.com/evilmartians/lefthook/blob/HEAD/CHANGELOG.md#1108-2025-01-17) [Compare Source](https://redirect.github.com/evilmartians/lefthook/compare/v1.10.7...v1.10.8) - feat: add custom plain templates ([#&#8203;930](https://redirect.github.com/evilmartians/lefthook/pull/930)) by [@&#8203;mrexox](https://redirect.github.com/mrexox) - fix: unique names for nested operations ([#&#8203;931](https://redirect.github.com/evilmartians/lefthook/pull/931)) by [@&#8203;mrexox](https://redirect.github.com/mrexox) ### [`v1.10.7`](https://redirect.github.com/evilmartians/lefthook/blob/HEAD/CHANGELOG.md#1107-2025-01-15) [Compare Source](https://redirect.github.com/evilmartians/lefthook/compare/v1.10.6...v1.10.7) - fix: use lefthook option in ghost hook too ([#&#8203;929](https://redirect.github.com/evilmartians/lefthook/pull/929)) by [@&#8203;mrexox](https://redirect.github.com/mrexox) - feat: add schema.json to npm packages ([#&#8203;928](https://redirect.github.com/evilmartians/lefthook/pull/928)) by [@&#8203;mrexox](https://redirect.github.com/mrexox) - fix: increase timeout for self-update to 2 mins by [@&#8203;mrexox](https://redirect.github.com/mrexox) ### [`v1.10.6`](https://redirect.github.com/evilmartians/lefthook/releases/tag/v1.10.6) [Compare Source](https://redirect.github.com/evilmartians/lefthook/compare/v1.10.5...v1.10.6) #### Changelog - [`3d0f05d`](https://redirect.github.com/evilmartians/lefthook/commit/3d0f05df1d3b6c4c8c2d8f9a98faeacd56da84aa) chore: cleanup dotfiles - [`9873cee`](https://redirect.github.com/evilmartians/lefthook/commit/9873cee940a4b84e9fd288994769b273170b7ddc) chore: remove .lefthook.toml - [`6d6977f`](https://redirect.github.com/evilmartians/lefthook/commit/6d6977f4f01e6da99e7a077838265f0d0f3ab280) feat: add schema.json to npm packages ([#&#8203;928](https://redirect.github.com/evilmartians/lefthook/issues/928)) - [`6621921`](https://redirect.github.com/evilmartians/lefthook/commit/66219211c5b0ebd681438ff3cb8e28a46de1a652) fix: increase timeout for self-update to 2 mins - [`e8bf594`](https://redirect.github.com/evilmartians/lefthook/commit/e8bf5945477cd2f2c609a8bc46a2b98cb92417bb) fix: typo - [`ce2058d`](https://redirect.github.com/evilmartians/lefthook/commit/ce2058dc0fd563dcd084e38c2127d869020b7e2a) fix: use lefthook option in ghost hook too ([#&#8203;929](https://redirect.github.com/evilmartians/lefthook/issues/929)) ### [`v1.10.5`](https://redirect.github.com/evilmartians/lefthook/blob/HEAD/CHANGELOG.md#1105-2025-01-14) [Compare Source](https://redirect.github.com/evilmartians/lefthook/compare/v1.10.4...v1.10.5) - feat: add lefthook option for custom path or command ([#&#8203;927](https://redirect.github.com/evilmartians/lefthook/pull/927)) by [@&#8203;mrexox](https://redirect.github.com/mrexox) - chore: update config template with new jobs by [@&#8203;mrexox](https://redirect.github.com/mrexox) ### [`v1.10.4`](https://redirect.github.com/evilmartians/lefthook/blob/HEAD/CHANGELOG.md#1104-2025-01-13) [Compare Source](https://redirect.github.com/evilmartians/lefthook/compare/v1.10.3...v1.10.4) - fix: avoid skipping pre commit when deleted files staged ([#&#8203;925](https://redirect.github.com/evilmartians/lefthook/pull/925)) by [@&#8203;mrexox](https://redirect.github.com/mrexox) - fix: use roots from jobs for possible npm package location ([#&#8203;924](https://redirect.github.com/evilmartians/lefthook/pull/924)) by [@&#8203;mrexox](https://redirect.github.com/mrexox) - deps: January 2025 ([#&#8203;926](https://redirect.github.com/evilmartians/lefthook/pull/926)) by [@&#8203;mrexox](https://redirect.github.com/mrexox) ### [`v1.10.3`](https://redirect.github.com/evilmartians/lefthook/blob/HEAD/CHANGELOG.md#1103-2025-01-10) [Compare Source](https://redirect.github.com/evilmartians/lefthook/compare/v1.10.2...v1.10.3) - fix: replace cmd in jobs ([#&#8203;918](https://redirect.github.com/evilmartians/lefthook/pull/918)) by [@&#8203;mrexox](https://redirect.github.com/mrexox) ### [`v1.10.2`](https://redirect.github.com/evilmartians/lefthook/blob/HEAD/CHANGELOG.md#1102-2025-01-10) [Compare Source](https://redirect.github.com/evilmartians/lefthook/compare/v1.10.1...v1.10.2) </details> <details> <summary>microsoft/TypeScript (typescript)</summary> ### [`v5.7.3`](https://redirect.github.com/microsoft/TypeScript/releases/tag/v5.7.3): TypeScript 5.7.3 [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.7.2...v5.7.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/). - [fixed issues query for Typescript 5.7.0 (Beta)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.7.1 (RC)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.7.2 (Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.2%22+is%3Aclosed+). - [fixed issues query for Typescript 5.7.3 (Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.2%22+is%3Aclosed+). Downloads are available on [npm](https://www.npmjs.com/package/typescript) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone America/New_York, Automerge - Monday through Friday ( * * * * 1-5 ) in timezone America/New_York. 🚦 **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/Kong/vite-plugins). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJtZW5kLWJvdCJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bd9c99a commit 901e1c2

File tree

2 files changed

+82
-82
lines changed

2 files changed

+82
-82
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"@commitlint/cli": "^19.6.1",
2626
"@commitlint/config-conventional": "^19.6.0",
2727
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
28-
"@evilmartians/lefthook": "^1.10.1",
28+
"@evilmartians/lefthook": "^1.10.11",
2929
"@kong/eslint-config-kong-ui": "^1.2.9",
3030
"@vitest/ui": "^2.1.9",
3131
"eslint": "^9.17.0",
32-
"typescript": "^5.7.2",
32+
"typescript": "^5.7.3",
3333
"unbuild": "^3.2.0",
3434
"vitest": "^2.1.9",
3535
"vue-tsc": "^2.2.12"

0 commit comments

Comments
 (0)