sekwah41 / Advanced-Portals

An advanced portals plugin for bukkit
GNU Lesser General Public License v3.0
154 stars 65 forks source link

chore(deps): update dependency @auto-it/upload-assets to v11 #400

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@auto-it/upload-assets 10.45.0 -> 11.0.4 age adoption passing confidence

Release Notes

intuit/auto (@​auto-it/upload-assets) ### [`v11.0.4`](https://togithub.com/intuit/auto/blob/HEAD/CHANGELOG.md#v1104-Sun-Sep-10-2023) [Compare Source](https://togithub.com/intuit/auto/compare/v11.0.3...v11.0.4) ##### 🐛 Bug Fix - `@auto-it/pr-body-labels` - only remove labels if they exist on the PR [#​2396](https://togithub.com/intuit/auto/pull/2396) ([@​hborawski](https://togithub.com/hborawski)) ##### Authors: 1 - Harris Borawski ([@​hborawski](https://togithub.com/hborawski)) *** ### [`v11.0.3`](https://togithub.com/intuit/auto/compare/v11.0.2...v11.0.3) [Compare Source](https://togithub.com/intuit/auto/compare/v11.0.2...v11.0.3) ### [`v11.0.2`](https://togithub.com/intuit/auto/blob/HEAD/CHANGELOG.md#v1102-Sun-Sep-10-2023) [Compare Source](https://togithub.com/intuit/auto/compare/v11.0.1...v11.0.2) ##### 🐛 Bug Fix - `@auto-it/core` - fix value type [#​2397](https://togithub.com/intuit/auto/pull/2397) ([@​hipstersmoothie](https://togithub.com/hipstersmoothie)) - Fix release creation on oldVersions [#​2391](https://togithub.com/intuit/auto/pull/2391) ([@​jBouyoud](https://togithub.com/jBouyoud)) - fix(core): fix configuration extends overrides order [#​2387](https://togithub.com/intuit/auto/pull/2387) ([@​jBouyoud](https://togithub.com/jBouyoud)) - fix: allow pr check on old version branches [#​2388](https://togithub.com/intuit/auto/pull/2388) ([@​jBouyoud](https://togithub.com/jBouyoud)) - `@auto-it/protected-branch` - fix: open release PR on current branch instead of base [#​2389](https://togithub.com/intuit/auto/pull/2389) ([@​jBouyoud](https://togithub.com/jBouyoud)) ##### Authors: 2 - Andrew Lisowski ([@​hipstersmoothie](https://togithub.com/hipstersmoothie)) - Julien Bouyoud ([@​jBouyoud](https://togithub.com/jBouyoud)) *** ### [`v11.0.1`](https://togithub.com/intuit/auto/blob/HEAD/CHANGELOG.md#v1101-Thu-Aug-10-2023) [Compare Source](https://togithub.com/intuit/auto/compare/v11.0.0...v11.0.1) :tada: This release contains work from new contributors! :tada: Thanks for all your work! :heart: Paul Aldrich ([@​aldrichdev](https://togithub.com/aldrichdev)) :heart: Satish Pokala ([@​Satishpokala124](https://togithub.com/Satishpokala124)) ##### 🐛 Bug Fix - `@auto-it/cocoapods` - \[CocoaPods] switch Promise.all for reduce to avoid git lock [#​2327](https://togithub.com/intuit/auto/pull/2327) ([@​hborawski](https://togithub.com/hborawski)) ##### 📝 Documentation - Fix typo in FAQ [#​2381](https://togithub.com/intuit/auto/pull/2381) ([@​Satishpokala124](https://togithub.com/Satishpokala124)) - `@auto-it/protected-branch` - Update Protected-Branch README.md [#​2383](https://togithub.com/intuit/auto/pull/2383) ([@​aldrichdev](https://togithub.com/aldrichdev)) ##### Authors: 3 - Harris Borawski ([@​hborawski](https://togithub.com/hborawski)) - Paul Aldrich ([@​aldrichdev](https://togithub.com/aldrichdev)) - Satish Pokala ([@​Satishpokala124](https://togithub.com/Satishpokala124)) *** ### [`v11.0.0`](https://togithub.com/intuit/auto/blob/HEAD/CHANGELOG.md#v1100-Fri-Jul-28-2023) [Compare Source](https://togithub.com/intuit/auto/compare/v10.46.0...v11.0.0) :tada: This release contains work from new contributors! :tada: Thanks for all your work! :heart: Ashik Vetrivelu ([@​ashik94vc](https://togithub.com/ashik94vc)) :heart: Chris ([@​ccremer](https://togithub.com/ccremer)) ##### Release Notes ##### upgrade lerna ([#​2378](https://togithub.com/intuit/auto/pull/2378)) This releases upgrades the lerna package in the npm plugin to latest. This is a big upgrade and constitutes a breaking change. *** ##### 💥 Breaking Change - upgrade lerna [#​2378](https://togithub.com/intuit/auto/pull/2378) ([@​hipstersmoothie](https://togithub.com/hipstersmoothie)) ##### 📝 Documentation - Update GitHub actions usage example [#​2366](https://togithub.com/intuit/auto/pull/2366) ([@​ccremer](https://togithub.com/ccremer)) - `@auto-it/gradle` - feat: update broken markdown for gradle-release plugin link [#​2374](https://togithub.com/intuit/auto/pull/2374) ([@​ashik94vc](https://togithub.com/ashik94vc)) ##### Authors: 3 - Andrew Lisowski ([@​hipstersmoothie](https://togithub.com/hipstersmoothie)) - Ashik Vetrivelu ([@​ashik94vc](https://togithub.com/ashik94vc)) - Chris ([@​ccremer](https://togithub.com/ccremer)) *** ### [`v10.46.0`](https://togithub.com/intuit/auto/blob/HEAD/CHANGELOG.md#v10460-Wed-Apr-26-2023) [Compare Source](https://togithub.com/intuit/auto/compare/v10.45.2...v10.46.0) ##### Release Notes ##### Add --from latest option to release and changelog commands ([#​2356](https://togithub.com/intuit/auto/pull/2356)) You can now use `--from latest` in both the `changelog`and `release` commands. This is useful if you want to generate a changelog for a prerelease that includes all changes since the `latest` release. ```sh auto release --from latest --prerelease ``` *** ##### 🚀 Enhancement - `auto`, `@auto-it/core` - Add --from latest option to release and changelog commands [#​2356](https://togithub.com/intuit/auto/pull/2356) ([@​hipstersmoothie](https://togithub.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://togithub.com/hipstersmoothie)) *** ### [`v10.45.2`](https://togithub.com/intuit/auto/blob/HEAD/CHANGELOG.md#v10452-Wed-Apr-26-2023) [Compare Source](https://togithub.com/intuit/auto/compare/v10.45.1...v10.45.2) :tada: This release contains work from a new contributor! :tada: Thank you, null[@​ld-codes](https://togithub.com/ld-codes), for all your work! ##### 🐛 Bug Fix - `@auto-it/core` - fix typo for empty git user message [#​2354](https://togithub.com/intuit/auto/pull/2354) ([@​ld-codes](https://togithub.com/ld-codes)) ##### Authors: 1 - [@​ld-codes](https://togithub.com/ld-codes) *** ### [`v10.45.1`](https://togithub.com/intuit/auto/blob/HEAD/CHANGELOG.md#v10451-Wed-Apr-26-2023) [Compare Source](https://togithub.com/intuit/auto/compare/v10.45.0...v10.45.1) ##### 🐛 Bug Fix - `@auto-it/core` - fixes "some peer dependencies are incorrectly met" when installing via yarn [#​2348](https://togithub.com/intuit/auto/pull/2348) ([@​snebjorn](https://togithub.com/snebjorn)) ##### Authors: 1 - Eskild Diderichsen ([@​snebjorn](https://togithub.com/snebjorn)) ***

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

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



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

renovate[bot] commented 9 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 11.x releases. But if you manually upgrade to 11.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.