Skip to content

Commit 881dd9d

Browse files
Update dependency backport to ^10.1.0 (main) (#237152)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [backport](https://redirect.github.com/sorenlouv/backport/blob/master/README.md) ([source](https://redirect.github.com/sorenlouv/backport)) | devDependencies | minor | [`^10.0.2` -> `^10.1.0`](https://renovatebot.com/diffs/npm/backport/10.0.2/10.1.0) | --- ### Release Notes <details> <summary>sorenlouv/backport (backport)</summary> ### [`v10.1.0`](https://redirect.github.com/sorenlouv/backport/releases/tag/v10.1.0) [Compare Source](https://redirect.github.com/sorenlouv/backport/compare/v10.0.3...v10.1.0) #### What's Changed - feat: add support for git rerere by [@&#8203;kapral18](https://redirect.github.com/kapral18) in [https://github.com/sorenlouv/backport/pull/545](https://redirect.github.com/sorenlouv/backport/pull/545) **Full Changelog**: sorenlouv/backport@v10.0.3...v10.1.0 ### [`v10.0.3`](https://redirect.github.com/sorenlouv/backport/releases/tag/v10.0.3) [Compare Source](https://redirect.github.com/sorenlouv/backport/compare/v10.0.2...v10.0.3) #### What's Changed - Fix post install script by [@&#8203;sorenlouv](https://redirect.github.com/sorenlouv) in [https://github.com/sorenlouv/backport/pull/546](https://redirect.github.com/sorenlouv/backport/pull/546) **Full Changelog**: sorenlouv/backport@v10.0.2...v10.0.3 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Brad White <[email protected]>
1 parent b4e04f8 commit 881dd9d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1847,7 +1847,7 @@
18471847
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
18481848
"babel-plugin-transform-require-default": "^0.1.7",
18491849
"babel-plugin-transform-typescript-metadata": "^0.3.2",
1850-
"backport": "^10.0.2",
1850+
"backport": "^10.1.0",
18511851
"blob-polyfill": "^9.0.20240710",
18521852
"buildkite-test-collector": "^1.8.1",
18531853
"cache-manager": "^7.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15400,10 +15400,10 @@ babel-preset-jest@^29.6.3:
1540015400
babel-plugin-jest-hoist "^29.6.3"
1540115401
babel-preset-current-node-syntax "^1.0.0"
1540215402

15403-
backport@^10.0.2:
15404-
version "10.0.2"
15405-
resolved "https://registry.yarnpkg.com/backport/-/backport-10.0.2.tgz#5f51cde270a1716dce91d9fb4f040d3f35930dc3"
15406-
integrity sha512-/o+D96xQOWG/ZYgeGOEhM3I+wIeTq4NP/lulmVMOzYiH7XW7QoA5sp915V6r19pXPmAfE54WnKI5U7ygNdZsPw==
15403+
backport@^10.1.0:
15404+
version "10.1.0"
15405+
resolved "https://registry.yarnpkg.com/backport/-/backport-10.1.0.tgz#901bbc40ec625453cbab76b1d9884fc6c5f1f74c"
15406+
integrity sha512-4M1UQuMMru+o0QK9S5v7lqROYmDFg7NOpLlnJHUNsemJt7/S4dhB6V92uh5rKeHhg0XMe6or5cE0hVitLwgPOQ==
1540715407
dependencies:
1540815408
"@octokit/rest" "^20.1.2"
1540915409
"@urql/core" "^5.1.1"

0 commit comments

Comments
 (0)