Skip to content

Commit cd72e5c

Browse files
committed
chore(deps): update dependency @voiceflow/git-branch-check to v1.4.0 (vf-000) (#96)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@voiceflow/git-branch-check](https://togithub.com/storyflow/git-branch-check) | [`1.3.0` -> `1.4.0`](https://renovatebot.com/diffs/npm/@voiceflow%2fgit-branch-check/1.3.0/1.4.0) | [![age](https://badges.renovateapi.com/packages/npm/@voiceflow%2fgit-branch-check/1.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@voiceflow%2fgit-branch-check/1.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@voiceflow%2fgit-branch-check/1.4.0/compatibility-slim/1.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@voiceflow%2fgit-branch-check/1.4.0/confidence-slim/1.3.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>storyflow/git-branch-check</summary> ### [`v1.4.0`](https://togithub.com/voiceflow/git-branch-check/releases/tag/v1.4.0) [Compare Source](https://togithub.com/storyflow/git-branch-check/compare/v1.3.0...v1.4.0) ##### Features - use a generic regex to avoid needing future changes (VF-000) ([#&#8203;53](https://togithub.com/storyflow/git-branch-check/issues/53)) ([f0a635e](https://togithub.com/storyflow/git-branch-check/commit/f0a635e80f1266b8a53c2900a115d58a38cb72c5)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/voiceflow/backend-utils).
1 parent f3c29cd commit cd72e5c

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
@@ -44,7 +44,7 @@
4444
"@voiceflow/commitlint-config": "2.0.0",
4545
"@voiceflow/common": "7.27.3",
4646
"@voiceflow/eslint-config": "6.1.0",
47-
"@voiceflow/git-branch-check": "1.3.0",
47+
"@voiceflow/git-branch-check": "1.4.0",
4848
"@voiceflow/prettier-config": "1.2.1",
4949
"@voiceflow/tsconfig": "1.4.3",
5050
"chai-as-promised": "^7.1.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,10 +1046,10 @@
10461046
eslint-plugin-xss "^0.1.9"
10471047
eslint-plugin-you-dont-need-lodash-underscore "^6.12.0"
10481048

1049-
"@voiceflow/git-branch-check@1.3.0":
1050-
version "1.3.0"
1051-
resolved "https://registry.yarnpkg.com/@voiceflow/git-branch-check/-/git-branch-check-1.3.0.tgz#7e4d982f87137c05fab2c11a4c6b32d31f395d44"
1052-
integrity sha512-KK/Emx3/kTCV/YTAsBbHdZUw2Vl8sG11PiR2NFLWq1wwQldt4BqVnAlNq1PEOv5wNnowQ+JvsytqX2zyfupa9w==
1049+
"@voiceflow/git-branch-check@1.4.0":
1050+
version "1.4.0"
1051+
resolved "https://registry.yarnpkg.com/@voiceflow/git-branch-check/-/git-branch-check-1.4.0.tgz#5874af67eaaca0bc5270098f9cca0d65ddeb860a"
1052+
integrity sha512-NqxeJ4Xl5dA1XnaYxEy7mdTVNbO8C0eUO9RjG/LVJneBch1eL7KfDWjyZ66+fZvUTJPbVu7LwZPnFYKw/ncgbA==
10531053
dependencies:
10541054
current-git-branch "^1.1.0"
10551055

0 commit comments

Comments
 (0)