Skip to content

ci(deps): bump the pre-commit-dependencies group across 1 directory with 5 updates - #54

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pre_commit/pre-commit-dependencies-6c41d2c0d7
Open

ci(deps): bump the pre-commit-dependencies group across 1 directory with 5 updates#54
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pre_commit/pre-commit-dependencies-6c41d2c0d7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 9, 2026

Copy link
Copy Markdown
Contributor

Bumps the pre-commit-dependencies group with 5 updates in the / directory:

Package From To
https://github.com/astral-sh/ruff-pre-commit v0.15.22 0.16.1
https://github.com/astral-sh/ty-pre-commit v0.0.62 0.0.65
https://github.com/MarketSquare/robotframework-robocop v8.3.2 8.5.0
https://github.com/zizmorcore/zizmor-pre-commit v1.28.0 1.29.0
https://github.com/hadolint/hadolint v2.14.0 2.15.1

Updates https://github.com/astral-sh/ruff-pre-commit from v0.15.22 to 0.16.1

Release notes

Sourced from https://github.com/astral-sh/ruff-pre-commit's releases.

v0.16.1

See: https://github.com/astral-sh/ruff/releases/tag/0.16.1

v0.16.0

See: https://github.com/astral-sh/ruff/releases/tag/0.16.0

Commits
  • 39d9ac5 Mirror: 0.16.1
  • 299cd31 Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group (#177)
  • cb8c523 Mirror: 0.16.0
  • 162e162 Bump astral-sh/setup-uv from 8.2.0 to 8.3.2 in the github-actions group (#176)
  • See full diff in compare view

Updates https://github.com/astral-sh/ty-pre-commit from v0.0.62 to 0.0.65

Release notes

Sourced from https://github.com/astral-sh/ty-pre-commit's releases.

v0.0.65

See: https://github.com/astral-sh/ty/releases/tag/0.0.65

v0.0.64

See: https://github.com/astral-sh/ty/releases/tag/0.0.64

v0.0.63

See: https://github.com/astral-sh/ty/releases/tag/0.0.63

Commits

Updates https://github.com/MarketSquare/robotframework-robocop from v8.3.2 to 8.5.0

Release notes

Sourced from https://github.com/MarketSquare/robotframework-robocop's releases.

v8.5.0

8.5.0 (2026-07-31)

Features

  • support --config option in list rules/formatters docs options (#1791) (61024dd)

v8.4.1

8.4.1 (2026-07-30)

Bug Fixes

  • mark --ignore values as matched for rules below --threshold (#1786) (70d0ab6), closes #1775

v8.4.0

8.4.0 (2026-07-30)

Features

  • keep first setting argument on the setting line in SplitTooLongLine (#1784) (59416c8), closes #1723
Commits
  • 1f9e745 chore(main): release 8.5.0 (#1792)
  • 61024dd feat: support --config option in list rules/formatters docs options (#1791)
  • 38a3806 chore(main): release 8.4.1 (#1787)
  • 70d0ab6 fix: mark --ignore values as matched for rules below --threshold (#1786)
  • 86df3df chore(main): release 8.4.0 (#1785)
  • 59416c8 fix: keep first setting argument on the setting line in SplitTooLongLine (#1784)
  • 1a3147f chore(deps): bump mcp from 1.27.2 to 1.28.1 (#1781)
  • ac2b54d chore(deps): bump pymdown-extensions from 10.21.3 to 11.0 (#1782)
  • 269877e chore(deps): bump pydantic-settings from 2.14.1 to 2.14.2 (#1777)
  • cb2a000 chore(deps): bump starlette from 1.3.0 to 1.3.1 (#1774)
  • Additional commits viewable in compare view

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

Release notes

Sourced from https://github.com/zizmorcore/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

…ith 5 updates

Bumps the pre-commit-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) | `v0.15.22` | `0.16.1` |
| [https://github.com/astral-sh/ty-pre-commit](https://github.com/astral-sh/ty-pre-commit) | `v0.0.62` | `0.0.65` |
| [https://github.com/MarketSquare/robotframework-robocop](https://github.com/MarketSquare/robotframework-robocop) | `v8.3.2` | `8.5.0` |
| [https://github.com/zizmorcore/zizmor-pre-commit](https://github.com/zizmorcore/zizmor-pre-commit) | `v1.28.0` | `1.29.0` |
| [https://github.com/hadolint/hadolint](https://github.com/hadolint/hadolint) | `v2.14.0` | `2.15.1` |



Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.22 to 0.16.1
- [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases)
- [Commits](astral-sh/ruff-pre-commit@v0.15.22...v0.16.1)

Updates `https://github.com/astral-sh/ty-pre-commit` from v0.0.62 to 0.0.65
- [Release notes](https://github.com/astral-sh/ty-pre-commit/releases)
- [Commits](astral-sh/ty-pre-commit@v0.0.62...v0.0.65)

Updates `https://github.com/MarketSquare/robotframework-robocop` from v8.3.2 to 8.5.0
- [Release notes](https://github.com/MarketSquare/robotframework-robocop/releases)
- [Commits](MarketSquare/robotframework-robocop@v8.3.2...v8.5.0)

Updates `https://github.com/zizmorcore/zizmor-pre-commit` from v1.28.0 to 1.29.0
- [Release notes](https://github.com/zizmorcore/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/astral-sh/ruff-pre-commit
  dependency-version: 0.16.1
  dependency-type: direct:production
  dependency-group: pre-commit-dependencies
- dependency-name: https://github.com/astral-sh/ty-pre-commit
  dependency-version: 0.0.65
  dependency-type: direct:production
  dependency-group: pre-commit-dependencies
- dependency-name: https://github.com/MarketSquare/robotframework-robocop
  dependency-version: 8.5.0
  dependency-type: direct:production
  dependency-group: pre-commit-dependencies
- dependency-name: https://github.com/zizmorcore/zizmor-pre-commit
  dependency-version: 1.29.0
  dependency-type: direct:production
  dependency-group: pre-commit-dependencies
- dependency-name: https://github.com/hadolint/hadolint
  dependency-version: 2.15.1
  dependency-type: direct:production
  dependency-group: pre-commit-dependencies
...

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 Aug 9, 2026
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.

0 participants