Skip to content

ci: bump dprint from 0.55.2 to 0.57.1 - #211

Open
dependabot[bot] wants to merge 1 commit into
defaultfrom
dependabot/npm_and_yarn/dprint-0.57.1
Open

ci: bump dprint from 0.55.2 to 0.57.1#211
dependabot[bot] wants to merge 1 commit into
defaultfrom
dependabot/npm_and_yarn/dprint-0.57.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps dprint from 0.55.2 to 0.57.1.

Release notes

Sourced from dprint's releases.

0.57.1

Changes

  • fix: scan hidden directories with dprint init (#1240)
  • fix: recommend --minimum-dependency-age=0 when an older version is selected (#1238)
  • fix: accept --minimum-release-age as an alias of --minimum-dependency-age (#1239)
  • ci: generate GitHub artifact attestations (#1067)

Install

Run dprint upgrade or see https://dprint.dev/install/

Verification

These artifacts have build provenance attestations. Verify a download with the GitHub CLI:

gh attestation verify dprint-x86_64-unknown-linux-gnu.zip --repo dprint/dprint

Checksums

Artifact SHA-256 Checksum
dprint-x86_64-apple-darwin.zip f1529d394126ebf0104af12290345b662196f8b9604d2d578cef91a8b6057f9d
dprint-aarch64-apple-darwin.zip 3113fb58a126df96c95653638f068fe430f342623dfdf08e3fa32d4e704194ea
dprint-x86_64-pc-windows-msvc.zip 28aa22ea2b009a3d49f9c570bc2a1697af8dff9117cd1cbb7c39deab9f5d5269
dprint-x86_64-pc-windows-msvc-installer.exe 8e10f452e73abed2d25769fc23ec0d17a45cf84931cf04a6c2afd77361bb945d
dprint-aarch64-pc-windows-msvc.zip 08b93837ea90488dbb23ab115fffd3699427b8917013b3b33bd7aedda5b07ca5
dprint-x86_64-unknown-linux-gnu.zip 4117443cc5fade617dd5f4850cc2fa6b2902136052ef313ee20947036c3554cc
dprint-x86_64-unknown-linux-musl.zip d956144fa8d873dc43c37d1811b3f8c42701f74bb0be7c25c543b189ab53d6c0
dprint-aarch64-unknown-linux-gnu.zip a73695f6407c6c36adef5971053f81ccef13b0a04b6b1da98312ae0ee5332edd
dprint-aarch64-unknown-linux-musl.zip 371b63109cbd7b34e179fc3af0815f65a5d9f3a560d2a245a78ef99ec71b3f9e
dprint-riscv64gc-unknown-linux-gnu.zip 1dcf69d277c044e1e52afdb23fa0fb5152678955b41952721d801d3407d3ddaa
dprint-loongarch64-unknown-linux-gnu.zip 147ca90b1348036344c9e4e45f0985acb37c18f36a9d3a1f37d4f553ebb80d58
dprint-loongarch64-unknown-linux-musl.zip 5f61c6898dfb3db8e54f9405727d168eb512a403d941ddd5b725c328bb8d5bc6
dprint-powerpc64le-unknown-linux-gnu.zip a7d21498b38598c9898e61b1dc8a37cdaab15499c58390bbf9100da1864342f7
dprint-powerpc64le-unknown-linux-musl.zip b9f1d4f89b51f3d291d2be61132f81f451d06e9a3e33aab2510b69564a8d3648
dprint-aarch64-linux-android.zip bc8b058ab2d4df47b0e04ddbae47d522569ba744372cd2e399df30cf20783fc1
dprint-x86_64-linux-android.zip ccdf05807e50256dd1ffbb13a8ec101042e654680e2713ff58fe1b2b6855c0c0

0.57.0

Changes

  • feat: add a shebangs config for routing extensionless scripts to a plugin (#1230)
  • feat: add --minimum-dependency-age for npm dependencies (#1228)
  • feat: add --diff-format unified to dprint check and dprint fmt --diff (#1232)
  • feat: add dprint check --json flag (#1231)
  • perf: match glob patterns on the reader threads (#1234)

... (truncated)

Commits
  • a7cbd8c 0.57.1
  • 4f8ecc6 fix: scan hidden directories with dprint init (#1240)
  • f2528a1 feat: accept --minimum-release-age as an alias of `--minimum-dependency-age...
  • 03f2e9c fix: recommend --minimum-dependency-age=0 when an older version is selected...
  • 8d05dda ci: generate release notes changes from the previous tag (#1236)
  • 68890fb ci: generate GitHub artifact attestations (#1067)
  • 89f6bfa 0.57.0
  • 1df55f2 docs(playground): ensure stable formatting output (#1235)
  • a956db8 perf: match glob patterns on the reader threads (#1234)
  • 57666ef perf: cheaper per-file plugin resolution (#1233)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dprint](https://github.com/dprint/dprint) from 0.55.2 to 0.57.1.
- [Release notes](https://github.com/dprint/dprint/releases)
- [Commits](dprint/dprint@0.55.2...0.57.1)

---
updated-dependencies:
- dependency-name: dprint
  dependency-version: 0.57.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 7, 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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants