Commit 901e1c2
authored
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)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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 (@​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
([#​952](https://redirect.github.com/evilmartians/lefthook/pull/952))
([#​958](https://redirect.github.com/evilmartians/lefthook/pull/958))
by [@​mrexox](https://redirect.github.com/mrexox)
- fix: add $schema property
([#​942](https://redirect.github.com/evilmartians/lefthook/pull/942))
by [@​mst-mkt](https://redirect.github.com/mst-mkt)
- deps: bump github.com/briandowns/spinner from 1.23.1 to 1.23.2
([#​935](https://redirect.github.com/evilmartians/lefthook/pull/935))
([#​940](https://redirect.github.com/evilmartians/lefthook/pull/940))
by [@​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
([#​937](https://redirect.github.com/evilmartians/lefthook/pull/937))
by [@​mrexox](https://redirect.github.com/mrexox)
- fix: properly inherit exclude options when not overwritten
([#​936](https://redirect.github.com/evilmartians/lefthook/pull/936))
by [@​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
([#​934](https://redirect.github.com/evilmartians/lefthook/pull/934))
by [@​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
([#​930](https://redirect.github.com/evilmartians/lefthook/pull/930))
by [@​mrexox](https://redirect.github.com/mrexox)
- fix: unique names for nested operations
([#​931](https://redirect.github.com/evilmartians/lefthook/pull/931))
by [@​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
([#​929](https://redirect.github.com/evilmartians/lefthook/pull/929))
by [@​mrexox](https://redirect.github.com/mrexox)
- feat: add schema.json to npm packages
([#​928](https://redirect.github.com/evilmartians/lefthook/pull/928))
by [@​mrexox](https://redirect.github.com/mrexox)
- fix: increase timeout for self-update to 2 mins by
[@​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
([#​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
([#​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
([#​927](https://redirect.github.com/evilmartians/lefthook/pull/927))
by [@​mrexox](https://redirect.github.com/mrexox)
- chore: update config template with new jobs by
[@​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
([#​925](https://redirect.github.com/evilmartians/lefthook/pull/925))
by [@​mrexox](https://redirect.github.com/mrexox)
- fix: use roots from jobs for possible npm package location
([#​924](https://redirect.github.com/evilmartians/lefthook/pull/924))
by [@​mrexox](https://redirect.github.com/mrexox)
- deps: January 2025
([#​926](https://redirect.github.com/evilmartians/lefthook/pull/926))
by [@​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
([#​918](https://redirect.github.com/evilmartians/lefthook/pull/918))
by [@​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
2 files changed
+82
-82
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments