Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: raise errors when unable to locate the previous commit in local history #1551

Conversation

jackton1
Copy link
Member

@jackton1 jackton1 commented Sep 8, 2023

No description provided.

@jackton1 jackton1 added the merge when passing Merge the PR automatically once all status checks have passed label Sep 8, 2023
@repo-ranger repo-ranger bot merged commit 796ac2d into main Sep 8, 2023
182 checks passed
@repo-ranger repo-ranger bot deleted the fix/raise-errors-when-unable-to-locate-the-previous-commit-in-local-history branch September 8, 2023 18:31
Yash-Garg pushed a commit to Yash-Garg/qBittorrent-Manager that referenced this pull request Sep 9, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tj-actions/changed-files](https://togithub.com/tj-actions/changed-files)
| action | patch | `v39.0.0` -> `v39.0.1` |

---

### Release Notes

<details>
<summary>tj-actions/changed-files (tj-actions/changed-files)</summary>

###
[`v39.0.1`](https://togithub.com/tj-actions/changed-files/releases/tag/v39.0.1)

[Compare
Source](https://togithub.com/tj-actions/changed-files/compare/v39.0.0...v39.0.1)

#### What's Changed

- Upgraded to v39 by
[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in
[tj-actions/changed-files#1536
- chore: Update sync-release-version.yml by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1537
- chore(deps): update dependency
[@&#8203;types/lodash](https://togithub.com/types/lodash) to v4.14.198
by [@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1538
- chore(deps): update tj-actions/eslint-changed-files action to v21 by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1539
- chore(deps): update dependency
[@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) to ^0.38.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1541
- chore(deps): update reviewdog/action-shellcheck action to v1.19 by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1542
- chore: add warning on valid output keys by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1544
- chore(deps): lock file maintenance by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1545
- Updated README.md by
[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in
[tj-actions/changed-files#1546
- chore: Update docs to site example by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1547
- Updated README.md by
[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in
[tj-actions/changed-files#1548
- fix: raise errors when unable to locate the previous commit in local
history by [@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1551
- chore(deps): update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v20.6.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1552
- chore(deps): update dependency eslint to v8.49.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1553
- fix: raise error when the previous sha cannot be determined and
since_last_remote_commit is true by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1554
- chore: update check by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1555
- fix: bug returning empty output for pull request close event by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1556

**Full Changelog**:
tj-actions/changed-files@v39...v39.0.1

</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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Yash-Garg/qBittorrent-Manager).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
imagoiq pushed a commit to swisspost/design-system that referenced this pull request Sep 21, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tj-actions/changed-files](https://togithub.com/tj-actions/changed-files)
| action | major | `v38` -> `v39` |

---

### Release Notes

<details>
<summary>tj-actions/changed-files (tj-actions/changed-files)</summary>

###
[`v39`](https://togithub.com/tj-actions/changed-files/releases/tag/v39)

[Compare
Source](https://togithub.com/tj-actions/changed-files/compare/v38...v39)

### Changes in v39.0.1

#### What's Changed

- Upgraded to v39 by
[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in
[tj-actions/changed-files#1536
- chore: Update sync-release-version.yml by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1537
- chore(deps): update dependency
[@&#8203;types/lodash](https://togithub.com/types/lodash) to v4.14.198
by [@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1538
- chore(deps): update tj-actions/eslint-changed-files action to v21 by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1539
- chore(deps): update dependency
[@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) to ^0.38.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1541
- chore(deps): update reviewdog/action-shellcheck action to v1.19 by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1542
- chore: add warning on valid output keys by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1544
- chore(deps): lock file maintenance by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1545
- Updated README.md by
[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in
[tj-actions/changed-files#1546
- chore: Update docs to site example by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1547
- Updated README.md by
[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in
[tj-actions/changed-files#1548
- fix: raise errors when unable to locate the previous commit in local
history by [@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1551
- chore(deps): update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v20.6.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1552
- chore(deps): update dependency eslint to v8.49.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1553
- fix: raise error when the previous sha cannot be determined and
since_last_remote_commit is true by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1554
- chore: update check by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1555
- fix: bug returning empty output for pull request close event by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1556

**Full Changelog**:
tj-actions/changed-files@v39...v39.0.1

***

### Changes in v39.0.0

#### What's Changed

- Upgraded to v38.2.2 by
[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in
[tj-actions/changed-files#1533
- chore(deps): lock file maintenance by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1534
- upgrade: nodejs to v20 by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1535

**Full Changelog**:
tj-actions/changed-files@v38...v39.0.0

***

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" in timezone
Europe/Zurich, 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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/swisspost/design-system).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge when passing Merge the PR automatically once all status checks have passed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants