From 8166d69da4040ba92a70e2f7c7f6886e39b8e131 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 13:49:31 +0000 Subject: [PATCH] chore(deps): update danger/danger-js action to v12.3.3 (#652) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [danger/danger-js](https://togithub.com/danger/danger-js) | action | patch | `12.3.2` -> `12.3.3` | --- ### Release Notes
danger/danger-js (danger/danger-js) ### [`v12.3.3`](https://togithub.com/danger/danger-js/blob/HEAD/CHANGELOG.md#1233) [Compare Source](https://togithub.com/danger/danger-js/compare/12.3.2...12.3.3) - \[[#​1180](https://togithub.com/danger/danger-js/issues/1180)] Set module properly when tsconfig does not contain compilerOptions.module \[[@​matthewh](https://togithub.com/matthewh)]
--- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" in timezone Etc/UTC, 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 this update again. --- - [ ] 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/ScaleLeap/amazon-marketplaces). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/danger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index d562b778..a78caab2 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -34,6 +34,6 @@ jobs: run: npm ci - name: Danger - uses: danger/danger-js@12.3.2 + uses: danger/danger-js@12.3.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}