TWiStErRob / renovate-config

Configuration files for renovatebot installed in repositories
https://docs.renovatebot.com/config-presets/#organization-level-presets
The Unlicense
4 stars 0 forks source link

Update renovate to v34 (major) #9

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
renovate (source) 33.0.2 -> 34.1.0 age adoption passing confidence devDependencies major
renovate/renovate 33.0.0 -> 34.0.0 age adoption passing confidence final major

Release Notes

renovatebot/renovate ### [`v34.1.0`](https://togithub.com/renovatebot/renovate/releases/tag/34.1.0) [Compare Source](https://togithub.com/renovatebot/renovate/compare/f8fddc70f50a3c4f40e53a7de3347c518bdb3e73...9654516f5484b0c89f09f199f9a40d7949c152df) ##### Features - **http:** maxRequestsPerSecond ([#​18325](https://togithub.com/renovatebot/renovate/issues/18325)) ([b2d18d1](https://togithub.com/renovatebot/renovate/commit/b2d18d1110ab760a99c77d3d0b301bbfddc55918)) ##### Code Refactoring - **mix:** remove comment ([#​18534](https://togithub.com/renovatebot/renovate/issues/18534)) ([65b2069](https://togithub.com/renovatebot/renovate/commit/65b2069125bd78da10b0e899b2f7dfb7ef8b4311)) ##### Miscellaneous Chores - update renovate config ([#​18535](https://togithub.com/renovatebot/renovate/issues/18535)) ([9654516](https://togithub.com/renovatebot/renovate/commit/9654516f5484b0c89f09f199f9a40d7949c152df)) ### [`v34.0.0`](https://togithub.com/renovatebot/renovate/releases/tag/34.0.0) [Compare Source](https://togithub.com/renovatebot/renovate/compare/2349e5597626dc230394f00ffddf186c19bde7d9...f8fddc70f50a3c4f40e53a7de3347c518bdb3e73) Here comes v34 hot on the heels of v33. We decided to issue another breaking change to revert one of the breaking changes in v33. If you are upgrading from v32 to v34 then it means that the setting for `branchNameStrict` remains as `false` and you don't need to worry about that. If you already upgraded from v32 to v33 then you have a decision to make first: should you set `branchNameStrict` to `true` (like in v33), or let it set back to `false` (like in v32). Strict branch naming meant that all special characters other than letters, numbers and hyphens were converted to hyphens and then deduplicated, e.g. a branch which in v32 was like `renovate/abc.def-2.x` would become `renovate/abc-def-2-x` in v33. If you prefer to revert back to the old way then that will happen automatically in v34. If you prefer to keep the way in v33 because you already had a bunch of PRs closed and reopened due to branch names, and don't want to do that again, then add `branchNameStrict: false` to your bot config or your shared config before updating to v34. Apologies to anyone negatively affected by this v33 change. ##### âš  BREAKING CHANGES - revert branchNameStrict to false ([#​18536](https://togithub.com/renovatebot/renovate/issues/18536)) ##### Bug Fixes - revert branchNameStrict to false ([#​18536](https://togithub.com/renovatebot/renovate/issues/18536)) ([f8fddc7](https://togithub.com/renovatebot/renovate/commit/f8fddc70f50a3c4f40e53a7de3347c518bdb3e73)) ### [`v33.2.4`](https://togithub.com/renovatebot/renovate/releases/tag/33.2.4) [Compare Source](https://togithub.com/renovatebot/renovate/compare/f4f89e12e1564850bf607c86c6e6c82cb47dbe43...2349e5597626dc230394f00ffddf186c19bde7d9) ##### Bug Fixes - **autodiscover:** accept simple string ([#​18531](https://togithub.com/renovatebot/renovate/issues/18531)) ([2349e55](https://togithub.com/renovatebot/renovate/commit/2349e5597626dc230394f00ffddf186c19bde7d9)) ### [`v33.2.3`](https://togithub.com/renovatebot/renovate/releases/tag/33.2.3) [Compare Source](https://togithub.com/renovatebot/renovate/compare/58c9b151625ca4e44ebb4d1c26f13cf183b3ebc8...f4f89e12e1564850bf607c86c6e6c82cb47dbe43) ##### Bug Fixes - **manager/mix:** ignore comments when extracting deps ([#​18479](https://togithub.com/renovatebot/renovate/issues/18479)) ([f4f89e1](https://togithub.com/renovatebot/renovate/commit/f4f89e12e1564850bf607c86c6e6c82cb47dbe43)) ### [`v33.2.2`](https://togithub.com/renovatebot/renovate/releases/tag/33.2.2) [Compare Source](https://togithub.com/renovatebot/renovate/compare/8f546ea21e6662d95327b70d7387319d547974f0...58c9b151625ca4e44ebb4d1c26f13cf183b3ebc8) ##### Bug Fixes - **manager/gradle:** only accept known format for optional classifiers ([#​18525](https://togithub.com/renovatebot/renovate/issues/18525)) ([58c9b15](https://togithub.com/renovatebot/renovate/commit/58c9b151625ca4e44ebb4d1c26f13cf183b3ebc8)) ### [`v33.2.1`](https://togithub.com/renovatebot/renovate/releases/tag/33.2.1) [Compare Source](https://togithub.com/renovatebot/renovate/compare/4378b20f91d1db99747e11882b8786f77cffad02...8f546ea21e6662d95327b70d7387319d547974f0) ##### Continuous Integration - make node v16 required ([#​18487](https://togithub.com/renovatebot/renovate/issues/18487)) ([867c47f](https://togithub.com/renovatebot/renovate/commit/867c47ff6542fa36789b574f216f31aa13cdc0a8)) ##### Build System - **deps:** update dependency cacache to v17.0.1 ([#​18527](https://togithub.com/renovatebot/renovate/issues/18527)) ([43f3b07](https://togithub.com/renovatebot/renovate/commit/43f3b0767598c346ae1b2976f0ae866719748b72)) ##### Miscellaneous Chores - **deps:** update actions/dependency-review-action action to v2.5.1 ([#​18518](https://togithub.com/renovatebot/renovate/issues/18518)) ([d2f22e9](https://togithub.com/renovatebot/renovate/commit/d2f22e90e62a0689ccea18817e977bc8022b5c9e)) - **deps:** update dependency [@​types/luxon](https://togithub.com/types/luxon) to v3.0.2 ([#​18519](https://togithub.com/renovatebot/renovate/issues/18519)) ([c899c50](https://togithub.com/renovatebot/renovate/commit/c899c50a56ac571c4404f40fb2065db999bd29d7)) - **deps:** update linters to v5.40.1 ([#​18528](https://togithub.com/renovatebot/renovate/issues/18528)) ([8f546ea](https://togithub.com/renovatebot/renovate/commit/8f546ea21e6662d95327b70d7387319d547974f0)) ### [`v33.2.0`](https://togithub.com/renovatebot/renovate/releases/tag/33.2.0) [Compare Source](https://togithub.com/renovatebot/renovate/compare/e2a42d3b2b948c189f1e8847245c17a9d8c39282...4378b20f91d1db99747e11882b8786f77cffad02) ##### Features - **platform/codecommit:** add token support in config_js and update docs ([#​18496](https://togithub.com/renovatebot/renovate/issues/18496)) ([4c528e1](https://togithub.com/renovatebot/renovate/commit/4c528e1a28d401e06bdd08c5c4e4c302c4149c91)) ##### Miscellaneous Chores - **deps:** lock file maintenance ([#​18491](https://togithub.com/renovatebot/renovate/issues/18491)) ([0a3a7be](https://togithub.com/renovatebot/renovate/commit/0a3a7be9f9946d5fe8c9ad207cf6bd9fdcb808c7)) ##### Documentation - repology warning ([4378b20](https://togithub.com/renovatebot/renovate/commit/4378b20f91d1db99747e11882b8786f77cffad02)) - update references to renovate/renovate to v33 ([#​18490](https://togithub.com/renovatebot/renovate/issues/18490)) ([c4a3a7a](https://togithub.com/renovatebot/renovate/commit/c4a3a7ae94b394ecfee24e2b87c951e8abea2609)) ### [`v33.1.0`](https://togithub.com/renovatebot/renovate/releases/tag/33.1.0) [Compare Source](https://togithub.com/renovatebot/renovate/compare/1b2eb931dd7cc93573c37637b953f46c548e04e9...e2a42d3b2b948c189f1e8847245c17a9d8c39282) ##### Features - **pip-compile:** handle `--strip-extras` argument ([#​18486](https://togithub.com/renovatebot/renovate/issues/18486)) ([e2a42d3](https://togithub.com/renovatebot/renovate/commit/e2a42d3b2b948c189f1e8847245c17a9d8c39282)) ##### Tests - **manager/gradle:** refactoring to map tests to Gradle functionality ([#​18481](https://togithub.com/renovatebot/renovate/issues/18481)) ([b544d5c](https://togithub.com/renovatebot/renovate/commit/b544d5ca8094e58668bab090a1a49228cf4bb14d)) ##### Miscellaneous Chores - exclude **mocks** in jest config due to jest-haste-map warning ([#​18482](https://togithub.com/renovatebot/renovate/issues/18482)) ([96bb979](https://togithub.com/renovatebot/renovate/commit/96bb97914bb3da1afd4fc880c66cb87fb5207a52))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.