Skip to content

chore(deps): bump the monthly-batch group with 3 updates - #125

Merged
chorrell merged 1 commit into
mainfrom
dependabot/pre_commit/monthly-batch-63e656d4ed
Sep 1, 2026
Merged

chore(deps): bump the monthly-batch group with 3 updates#125
chorrell merged 1 commit into
mainfrom
dependabot/pre_commit/monthly-batch-63e656d4ed

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the monthly-batch group with 3 updates: https://github.com/DavidAnson/markdownlint-cli2, https://github.com/woodruffw/zizmor-pre-commit and https://github.com/hadolint/hadolint.

Updates https://github.com/DavidAnson/markdownlint-cli2 from v0.23.1 to 0.23.2

Changelog

Sourced from https://github.com/DavidAnson/markdownlint-cli2's changelog.

0.23.2

  • Update dependencies
Commits
  • b82a6c8 Update to version 0.23.2.
  • e4e659d Add a stub for process.nextTick (using queueMicrotask) now that globby (indir...
  • 99760af Bump globby from 16.2.1 to 16.2.2
  • 3070236 Address new ESLint warnings from previous commit.
  • 6e3cc93 Bump eslint-plugin-unicorn from 71.1.0 to 72.0.0
  • 4ba8177 Add eslint-package-json/all to lint script, address new issues.
  • 9cb99b2 Refactor eslint.config.mjs to use defineConfig, change eslint-plugin-n from "...
  • 37fb0ec Address new ESLint warnings from previous commit.
  • f7fea61 Bump eslint-node-test from 0.2.0 to 0.3.0
  • 85bb5e7 Bump js-yaml from 5.2.1 to 5.2.2
  • Additional commits viewable in compare view

Updates https://github.com/woodruffw/zizmor-pre-commit from v1.28.0 to 1.29.0

Release notes

Sourced from https://github.com/woodruffw/zizmor-pre-commit's releases.

v1.29.0

New Features 🌈🔗

  • zizmor now has experimental support for auditing pre-commit inputs, meaning both pre-commit configuration and hook definitions (#2209)

  • New audit: insecure-url-scheme detects usages of insecure (i.e. plaintext) protocols when making network requests. The initial version of this audit is limited to pre-commit inputs only (#2228)

  • zizmor now supports GitHub's "self-repository" reference syntax for local actions, e.g. uses: $/foo/bar instead of a manual checkout and uses: ./foo/bar (#2248)

Changes ⚠️🔗

Removals 🌅🔗

  • --collect=workflows-only and --collect=actions-only have been fully removed. Use --collect=workflows and --collect=actions for the replacement behavior (#2242)

Bug Fixes 🐛🔗

  • Fixed a bug where zizmor would reject a valid workflow definition for containing a literal jobs..outputs. value for being a non-string (#2220)

  • Fixed a bug where the github-app audit would incorrectly flag some usages as needing a repositories: key, despite requesting organization-level-only permissions (#2227)

  • Fixed a class of bugs where zizmor would discover the user's configuration in unintuitive ways. When auditing from a Git repository, zizmor now uses the repository root to discover configuration consistently (#2234)

Commits

Updates https://github.com/hadolint/hadolint from v2.14.0 to 2.15.1

Release notes

Sourced from https://github.com/hadolint/hadolint's releases.

v2.15.1

What's Changed

Full Changelog: hadolint/hadolint@v2.15.0...v2.15.1

v2.15.0

What's Changed

... (truncated)

Commits
  • 2eece55 CI: Run cabal freeze after cabal update
  • 38ae810 CI: Update Cabal cache after setting CABAL_DIR
  • fcbcf10 CI: Fix Github Action context.
  • 35dbdfa CI: Set CABAL_DIR
  • de741b7 Release v2.15.1
  • 6fcf76f Merge pull request #1226 from m-ildefons/gh-1222
  • e2cd8e4 DL3066: Fix false positive when UID is an argument
  • f62eea8 Merge pull request #1225 from m-ildefons/wip/release-macos-cache
  • 4a4365d CI: Fix Macos Cache and image name
  • 87c5e65 Hadolint Online debug
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the monthly-batch group with 3 updates: [https://github.com/DavidAnson/markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2), [https://github.com/woodruffw/zizmor-pre-commit](https://github.com/woodruffw/zizmor-pre-commit) and [https://github.com/hadolint/hadolint](https://github.com/hadolint/hadolint).


Updates `https://github.com/DavidAnson/markdownlint-cli2` from v0.23.1 to 0.23.2
- [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md)
- [Commits](DavidAnson/markdownlint-cli2@v0.23.1...v0.23.2)

Updates `https://github.com/woodruffw/zizmor-pre-commit` from v1.28.0 to 1.29.0
- [Release notes](https://github.com/woodruffw/zizmor-pre-commit/releases)
- [Commits](zizmorcore/zizmor-pre-commit@v1.28.0...v1.29.0)

Updates `https://github.com/hadolint/hadolint` from v2.14.0 to 2.15.1
- [Release notes](https://github.com/hadolint/hadolint/releases)
- [Changelog](https://github.com/hadolint/hadolint/blob/master/docs/RELEASE.md)
- [Commits](hadolint/hadolint@v2.14.0...v2.15.1)

---
updated-dependencies:
- dependency-name: https://github.com/DavidAnson/markdownlint-cli2
  dependency-version: 0.23.2
  dependency-type: direct:production
  dependency-group: monthly-batch
- dependency-name: https://github.com/woodruffw/zizmor-pre-commit
  dependency-version: 1.29.0
  dependency-type: direct:production
  dependency-group: monthly-batch
- dependency-name: https://github.com/hadolint/hadolint
  dependency-version: 2.15.1
  dependency-type: direct:production
  dependency-group: monthly-batch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pre_commit Pull requests that update pre_commit code labels Sep 1, 2026
@dependabot
dependabot Bot requested a review from chorrell as a code owner September 1, 2026 19:39
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pre_commit Pull requests that update pre_commit code labels Sep 1, 2026
@chorrell
chorrell merged commit 1c6c7b9 into main Sep 1, 2026
3 checks passed
@chorrell
chorrell deleted the dependabot/pre_commit/monthly-batch-63e656d4ed branch September 1, 2026 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file pre_commit Pull requests that update pre_commit code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant