Skip to content

chore(deps): bump the pre-commit-all group across 1 directory with 3 updates#3440

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pre_commit/pre-commit-all-20638536c8
Open

chore(deps): bump the pre-commit-all group across 1 directory with 3 updates#3440
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pre_commit/pre-commit-all-20638536c8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Bumps the pre-commit-all group with 3 updates in the / directory: https://github.com/crate-ci/typos, https://github.com/DavidAnson/markdownlint-cli2 and https://github.com/EmbarkStudios/cargo-deny.

Updates https://github.com/crate-ci/typos from v1.44.0 to 1.46.3

Release notes

Sourced from https://github.com/crate-ci/typos's releases.

v1.46.3

[1.46.3] - 2026-05-23

Fixes

  • Don't correct to sequentials
  • Don't correct to subdolder

v1.46.2

[1.46.2] - 2026-05-16

Fixes

  • Don't correct to criterias
  • Don't correct to replaceables

v1.46.1

[1.46.1] - 2026-05-08

Fixes

  • Don't correct to confidentials

v1.46.0

[1.46.0] - 2026-04-30

Features

  • Updated the dictionary with the April 2026 changes

v1.45.2

[1.45.2] - 2026-04-27

Fixes

  • Ignore ssh ed25519 public keys

v1.45.1

[1.45.1] - 2026-04-13

Fixes

  • (action) Use a temp dir for caching

v1.45.0

[1.45.0] - 2026-04-01

Features

  • Updated the dictionary with the March 2026 changes
Changelog

Sourced from https://github.com/crate-ci/typos's changelog.

[1.46.3] - 2026-05-23

Fixes

  • Don't correct to sequentials
  • Don't correct to subdolder

[1.46.2] - 2026-05-16

Fixes

  • Don't correct to criterias
  • Don't correct to replaceables

[1.46.1] - 2026-05-08

Fixes

  • Don't correct to confidentials

[1.46.0] - 2026-04-30

Features

  • Updated the dictionary with the April 2026 changes

[1.45.2] - 2026-04-27

Fixes

  • Ignore ssh ed25519 public keys

[1.45.1] - 2026-04-13

Fixes

  • (action) Use a temp dir for caching

[1.45.0] - 2026-04-01

Features

  • Updated the dictionary with the March 2026 changes
Commits

Updates https://github.com/DavidAnson/markdownlint-cli2 from v0.21.0 to 0.22.1

Changelog

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

0.22.1

  • Update dependencies

0.22.0

  • Make --config parameter more flexible
  • Support TOML with --config parameter
  • Add --configPointer parameter
  • Update dependencies
Commits
  • 996abf6 Update to version 0.22.1.
  • 70b6875 Improve definition of OutputFormatterConfiguration type, minor other type twe...
  • 2cf5440 Add additional test case for previous commit fixing dotfile behavior.
  • 21c53ed Bump eslint from 10.2.0 to 10.2.1
  • b738aa0 Update removeIgnoredFiles use of micromatch to include dotfiles for consisten...
  • 24c04f4 Bump junit-report-builder from 5.1.1 to 5.1.2 in /formatter-junit
  • 650f208 Bump pnpm/action-setup from 5 to 6
  • 726eaab Bump eslint from 10.1.0 to 10.2.0
  • 1aa7579 Update indirect playwright dependencies to 1.59.1.
  • fee080d Bump @​playwright/test from 1.58.2 to 1.59.1
  • Additional commits viewable in compare view

Updates https://github.com/EmbarkStudios/cargo-deny from 0.19.0 to 0.19.7

Release notes

Sourced from https://github.com/EmbarkStudios/cargo-deny's releases.

0.19.7

Changed

0.19.6

Fixed

  • PR#854 resolved #854 by removing environment variables that affect repo paths before cloning or fetching the advisory database.

0.19.5

Fixed

0.19.4

Fixed

  • PR#847 and PR#848 resolved #846, which was an advisory parsing bug that only affected Windows.

0.19.2

Fixed

0.19.1

Fixed

  • PR#833 fixed an issue where the maximum advisory database staleness was over 14 years instead of the intended 90 days.
  • PR#839 fixed an issue where unsound advisories would appear for transitive dependencies despite requesting them only for workspace dependencies, resolving #829.
  • PR#840 resolved #797 by passing --filter-platform when collecting cargo metadata if only a single target was requested either in the config or via the command line.
  • PR#841 fixed an issue where --frozen would not disable fetching of the advisory DB, resolving #759.
  • PR#842 and PR#844 updated crates. Notably krates was updated to resolve two issues with crates being pruned from the graph used when running checks. Resolving these two issues may mean that updating cargo-deny may highlight issues that were previously hidden.
    • EmbarkStudios/krates#106 would fail to pull in crates brought in via a feature if that crate had its lib target renamed by the package author.
    • EmbarkStudios/krates#109 would fail to bring in optional dependencies if they were brought in by a weak feature in a crate also brought in by a weak feature.

Changed

  • PR#830 removed gix in favor of shelling out to git. This massively improves build times and eases maintenance as gix bumps minor versions quite frequently. If cargo-deny is used in an environment that for some reason allows internet access but doesn't have git available, the advisory database would need to be updated before calling cargo-deny.
  • PR#838 removed rustsec in favor of manually implemented advisory parsing and checking, with a nightly cron job that checks that the implementation exactly matches rustsec on the official rustsec advisory db.
Changelog

Sourced from https://github.com/EmbarkStudios/cargo-deny's changelog.

[0.19.7] - 2026-05-22

Changed

[0.19.6] - 2026-05-11

Fixed

  • PR#854 resolved #854 by removing environment variables that affect repo paths before cloning or fetching the advisory database.

[0.19.5] - 2026-05-09

Fixed

[0.19.4] - 2026-04-15

Fixed

  • PR#847 and PR#848 resolved #846, which was an advisory parsing bug that only affected Windows.

[0.19.3] - 2026-04-15

Fixed

  • PR#847 resolved #846, which only affected Windows.

[0.19.2] - 2026-04-14

Fixed

[0.19.1] - 2026-04-10

Fixed

  • PR#833 fixed an issue where the maximum advisory database staleness was over 14 years instead of the intended 90 days.
  • PR#839 fixed an issue where unsound advisories would appear for transitive dependencies despite requesting them only for workspace dependencies, resolving #829.
  • PR#840 resolved #797 by passing --filter-platform when collecting cargo metadata if only a single target was requested either in the config or via the command line.
  • PR#841 fixed an issue where --frozen would not disable fetching of the advisory DB, resolving #759.
  • PR#842 and PR#844 updated crates. Notably krates was updated to resolve two issues with crates being pruned from the graph used when running checks. Resolving these two issues may mean that updating cargo-deny may highlight issues that were previously hidden.
    • EmbarkStudios/krates#106 would fail to pull in crates brought in via a feature if that crate had its lib target renamed by the package author.
    • EmbarkStudios/krates#109 would fail to bring in optional dependencies if they were brought in by a weak feature in a crate also brought in by a weak feature.

Changed

  • PR#830 removed gix in favor of shelling out to git. This massively improves build times and eases maintenance as gix bumps minor versions quite frequently. If cargo-deny is used in an environment that for some reason allows internet access but doesn't have git available, the advisory database would need to be updated before calling cargo-deny.
  • PR#838 removed rustsec in favor of manually implemented advisory parsing and checking, with a nightly cron job that checks that the implementation exactly matches rustsec on the official rustsec advisory db.
Commits

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

…updates

Bumps the pre-commit-all group with 3 updates in the / directory: [https://github.com/crate-ci/typos](https://github.com/crate-ci/typos), [https://github.com/DavidAnson/markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) and [https://github.com/EmbarkStudios/cargo-deny](https://github.com/EmbarkStudios/cargo-deny).


Updates `https://github.com/crate-ci/typos` from v1.44.0 to 1.46.3
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@v1.44.0...v1.46.3)

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

Updates `https://github.com/EmbarkStudios/cargo-deny` from 0.19.0 to 0.19.7
- [Release notes](https://github.com/EmbarkStudios/cargo-deny/releases)
- [Changelog](https://github.com/EmbarkStudios/cargo-deny/blob/main/CHANGELOG.md)
- [Commits](EmbarkStudios/cargo-deny@0.19.0...0.19.7)

---
updated-dependencies:
- dependency-name: https://github.com/crate-ci/typos
  dependency-version: 1.46.3
  dependency-type: direct:production
  dependency-group: pre-commit-all
- dependency-name: https://github.com/DavidAnson/markdownlint-cli2
  dependency-version: 0.22.1
  dependency-type: direct:production
  dependency-group: pre-commit-all
- dependency-name: https://github.com/EmbarkStudios/cargo-deny
  dependency-version: 0.19.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pre-commit-all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests related to dependencies pre_commit Pull requests that update pre_commit code labels Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests related to dependencies pre_commit Pull requests that update pre_commit code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants