Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 9, 2025

Bumps danger/danger.properties from 11.3.1 to 13.0.4.

Auto-generated by a dependency updater.

Changelog

13.0.3

  • Lots of deploy faff, as we are forced to update node in all the build processing [orta]

13.0.0

  • Breaking Update octokit/rest from 18 to 20 to prevent transitive CVEs - Fixes #1479 [fbartho]
  • Clean up dead discussion link - Fixes #1467 [fbartho]
  • Adds infra for pythons pre-commit hooks
  • Replace parse-git-config with ini + fs as it has a CVE out - #1486
  • Disabled Windows CI as it was failing for successful builds

12.3.4

  • Ensure that babel ignores do not cause the transpiler to fall over, by supporting the
    null return from loadOptions which occurs when a file is ignored.
  • Allow absolute paths for a Dangerfile

12.3.3

  • [#1180] Set module properly when tsconfig does not contain compilerOptions.module [matthewh]

12.3.2

  • [#1180] Adds support for ESM Dangerfiles (by using dangerfile.mts/dangerfile.mjs) [matthewh]

12.3.1

  • Fixes for created, modified and deleted files in GitHub - [szweier]
  • Dont log about github.pr not being available in pull_request_target - [sayali10]

12.3.0

  • Dockerfile changes - [glensc]
  • Use node 18 for pre-built versions of danger (used by Danger Swift / Kotlin et al) - heltoft

12.2.0

  • Adds a log when you run on GitHub Actions without being a pull_request - [orta]
  • GitHub: Move to 'List pull request files' API with pagination support [fabianehlert]

12.1.0

It's been 7 years since I looked at danger init and err, the world of CI has changed quite a bit since then. So, Danger JS's
init command now knows that GitHub Actions exists and will correctly offer some advice on how to set up a Dangerfile for it. - [orta]

12.0.0

Bumping to 12.x because we've raised the minimum to node version from 14 to 18. This is due to some of our dependencies
requiring a newer version of node. This is a breaking change for some folk! Also, 14 has been out of support for quite a while
now and Node 18 gives us a full year. - [orta]

  • Remove the user checks in GitHub comment/inline comment lookups, to allow using app tokens [#1433] - [orta]

  • Upgrade node engine from >=14.13.1 to >=18 heltoft

  • Upgrade types/node from ^10.11.3 to 18.19.18 heltoft

  • GitLab: [#1386] Move from gitbeaker/node to gitbeaker/rest heltoft

  • GitLab: [#1412] Danger fails to create inline comments on Gitlab heltoft

  • GitLab: [#1405] Can't post multiple inline comments [heltyarnoft]

  • GitLab: Do not delete system resolved danger inline comments heltoft

  • Fix for ESM imports in Dangerfiles [mgol]

    DANGER_MANUAL_PR_NUM: ${{ steps.pr_info.outputs.number }}
    

[tomstrepsil: https://github.com/TomStrepsil]

Full CHANGELOG.md diff
 -15,8 +15,71 
 ## Main
 
 <!-- Your comment below this -->
+
+
 <!-- Your comment above this -->
 
+## 13.0.3
+
+- Lots of deploy faff, as we are forced to update node in all the build processing [orta]
+
+## 13.0.0
+
+- **Breaking** Update `octokit/rest` from 18 to 20 to prevent transitive CVEs - Fixes [#1479](https://github-redirect.dependabot.com/danger/danger-js/issues/1479) [fbartho]
+- Clean up dead discussion link - Fixes [#1467](https://github-redirect.dependabot.com/danger/danger-js/issues/1467) [fbartho]
+- Adds infra for pythons pre-commit hooks
+- Replace parse-git-config with ini + fs as it has a CVE out - [#1486](https://github-redirect.dependabot.com/danger/danger-js/pull/1486)
+- Disabled Windows CI as it was failing for successful builds
+
+## 12.3.4
+
+- Ensure that [babel ignores](https://babeljs.io/docs/options#ignore) do not cause the transpiler to fall over, by supporting the 
+`null` return from `loadOptions` which occurs when a file is ignored.
+- Allow absolute paths for a Dangerfile
+
+## 12.3.3
+
+- [#1180] Set module properly when tsconfig does not contain compilerOptions.module [matthewh]
+
+## 12.3.2
+
+- [#1180] Adds support for ESM Dangerfiles (by using `dangerfile.mts`/`dangerfile.mjs`) [matthewh]
+
+## 12.3.1
+
+- Fixes for created, modified and deleted files in GitHub - [szweier]
+- Dont log about github.pr not being available in pull_request_target - [sayali10]
+
+## 12.3.0
+
+- Dockerfile changes - [glensc]
+- Use node 18 for pre-built versions of danger (used by Danger Swift / Kotlin et al) - [heltoft]
+
+## 12.2.0
+
+- Adds a log when you run on GitHub Actions without being a pull_request - [orta]
+- GitHub: Move to 'List pull request files' API with pagination support [fabianehlert]
+
+## 12.1.0
+
+It's been 7 years since I looked at `danger init` and err, the world of CI has changed quite a bit since then. So, Danger JS's
+`init` command now knows that GitHub Actions exists and will correctly offer some advice on how to set up a Dangerfile for it. - [orta]
+
+## 12.0.0
+
+Bumping to 12.x because we've raised the minimum to node version from 14 to 18. This is due to some of our dependencies
+requiring a newer version of node. This is a breaking change for some folk! Also, 14 has been out of support for quite a while
+now and Node 18 gives us a full year. - [orta]
+
+- Remove the user checks in GitHub comment/inline comment lookups, to allow using app tokens [#1433] - [orta]
+- Upgrade `node` engine from `>=14.13.1` to `>=18` [heltoft]
+- Upgrade `types/node` from `^10.11.3` to `18.19.18` [heltoft]
+- GitLab: [#1386] Move from `gitbeaker/node` to `gitbeaker/rest` [heltoft]
+- GitLab: [#1412] Danger fails to create inline comments on Gitlab [heltoft]
+- GitLab: [#1405] Can't post multiple inline comments [heltyarnoft]
+- GitLab: Do not delete system resolved danger inline comments [heltoft]
+- Fix for ESM imports in Dangerfiles [mgol]
+
 ## 11.3.1
 
 - Adds `pull_number` into `thisPR` in the GitHub SDL  [radimsv]
 -213,7 +276,7  Reverts a change for GitHub Actions which was likely causing duplicate comments
       GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
       DANGER_MANUAL_CI: true
       DANGER_MANUAL_GH_REPO: ${{ steps.pr_info.outputs.repo }}
-      DANGER_MANUAL_PR: ${{ steps.pr_info.outputs.number }}
+      DANGER_MANUAL_PR_NUM: ${{ steps.pr_info.outputs.number }}

Which looks more intentional instead of: DANGER_FAKE_CI etc. [orta]

-2002,6 +2065,7 Not usable for others, only stubs of classes etc. - [orta]
[hanneskaeufler]: https://github.com/hanneskaeufler
[happylinks]: https://github.com/happylinks
[hellocore]: https://github.com/HelloCore
+heltoft: https://github.com/heltoft
[hiroppy]: https://github.com/hiroppy
[hmcc]: https://github.com/hmcc
[hmschreiner]: https://github.com/hmschreiner
-2074,6 +2138,7 Not usable for others, only stubs of classes etc. - [orta]
[tibdex]: https://github.com/tibdex
[tim3trick]: https://github.com/tim3trick
[thawankeane]: https://github.com/thawankeane
+[tomstrepsil: https://github.com/TomStrepsil]
[tychota]: https://github.com/tychota
[urkle]: https://github.com/urkle
[valscion]: https://github.com/valscion


</details>

@github-actions github-actions bot force-pushed the deps/danger/danger.properties branch from b2709fb to 75b9aea Compare October 9, 2025 07:25
@vaind vaind merged commit 6272a50 into main Oct 9, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants