Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency dprint to v0.44.0 #142

Merged
merged 1 commit into from
Dec 18, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
dprint minor 0.43.2 -> 0.44.0

Release Notes

dprint/dprint (dprint)

v0.44.0

Compare Source

Changes

This is a breaking change for how the CLI uses the file patterns passed to it.

  1. Paths provided to the CLI (ex. dprint fmt **/*.js) are now an intersection with the config includes patterns.
    • In other words, this only matches file patterns provided as CLI args that also match the config.
  2. Paths provided as --excludes (ex. dprint fmt --excludes **/data) are now a union with the config excludes patterns.
    • In other words, this excludes files/directories in addition to what's excluded in the config.

The old behaviour may be useful in some rare cases. To get it, you can use these new CLI flags:

  1. --includes-override - overrides/replaces the patterns derived from the config. This is the previous behaviour of providing file patterns as CLI args.
  2. --excludes-override - overrides/replaces the "excludes" value in the config. This is the previous behaviour of --excludes.

Install

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

Checksums

Artifact SHA-256 Checksum
dprint-x86_64-apple-darwin.zip 758f501e3f47be0d880e79449dc3ebc269a8c52efc4a7fc53a5756fd1b673005
dprint-aarch64-apple-darwin.zip 68fc1abebe70b3947ec7e019bb3c3d47939cb71a8c0877f1a632b552edfaf6e0
dprint-x86_64-pc-windows-msvc.zip 7e100d917a6c2c76458acedf7b9745ceb8cd380c56a5b1f09f6e27c8f41a94d8
dprint-x86_64-pc-windows-msvc-installer.exe db85a0671896fc2c669efdca9f41772e676bf3e7112f111dc19d5803e73c46d1
dprint-x86_64-unknown-linux-gnu.zip acc510e33e4f0b0336e420f42322f81109ffc52d74939450614c97988d09b5b2
dprint-x86_64-unknown-linux-musl.zip 1407c11d0855d6eb5ed4b2891b4fc7effcdaa276a7d77b5b20b65540ef90f58f
dprint-aarch64-unknown-linux-gnu.zip 578a72d23703ac584ca4d15bea3cff7a56f33b800f74d15b9f9d8cc7d4715a2d
dprint-aarch64-unknown-linux-musl.zip 7ec71a031c7374b43122c065d49768cacf6561ae8980d0aa09202d7de01749f6

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Dec 18, 2023
@github-actions github-actions bot merged commit 210754d into main Dec 18, 2023
13 checks passed
@renovate renovate bot deleted the renovate/dprint-0.x branch December 18, 2023 04:29
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 renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants