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

build(deps-dev): Bump dprint from 0.43.0 to 0.43.1 #477

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Bumps dprint from 0.43.0 to 0.43.1.

Release notes

Sourced from dprint's releases.

0.43.1

Changes

  • fix: smarter 'no files found' error when providing cli args and has nested configs (#789)
  • fix: recommend running with --allow-no-files in some cases (#788)
  • fix: resolve 'system' newline global config in CLI (#787)
  • fix: config glob matching was somewhat broken if cwd was descendant dir (#786)

Install

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

Checksums

Artifact SHA-256 Checksum
dprint-x86_64-apple-darwin.zip b4c937c76038ff3198b9e3494119fb6405e54256a2c0ee7db797486cde4eef9f
dprint-aarch64-apple-darwin.zip ea479f5ab3a2c8933256e61e77c5a68ffda8d6c77be968b87d80374121686959
dprint-x86_64-pc-windows-msvc.zip ce017e44244ce0dc837a9c6536d50ef5de6e24c07fa6d0c915b14a1b64082c3e
dprint-x86_64-pc-windows-msvc-installer.exe 42c5efbbec24062c82e241a80743288552873a0242b55acffb1d3c64c2f57d78
dprint-x86_64-unknown-linux-gnu.zip ae2e4c6530994218a07440ba2245b6106fb137093b15d3703dbf83509a8af2ba
dprint-x86_64-unknown-linux-musl.zip 069c27da39ebb3c7227643cec6e4efec38f4e3ad8cef61290482e8a3e2702655
dprint-aarch64-unknown-linux-gnu.zip 608d1241acb4392b997677c7c5d96e25dca3ec5d3557f8e632de243ad83b75d6
dprint-aarch64-unknown-linux-musl.zip e4fb458f1affc0c8e81cb2e158144672eb5c6bc3064a48bb32f0fbd57c2c9aee
Commits
  • e868948 0.43.1
  • ed05efd fix: smarter 'no files found' error when providing cli args and has nested co...
  • b3b7aba fix: recommend running with --allow-no-files in some cases (#788)
  • 2becb87 fix: resolve 'system' newline global config in CLI (#787)
  • d6c5669 fix: config glob matching was somewhat broken if cwd was descendant dir (#786)
  • 6628a6c docs: fix another "juypter" typo (#785)
  • a684d6b docs: fix "juypter" typo (#784)
  • 01d92d7 docs: add jupyter plugin (#782)
  • 810469c docs: add Ruff plugin to documentation (#781)
  • 0700768 docs(playground): rename language -> plugin in url (#780)
  • See full diff 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

@dependabot dependabot bot added scope:dependencies dependency updates type:build changes to the build system or external dependencies labels Nov 27, 2023
@flex-development flex-development bot enabled auto-merge (squash) November 27, 2023 23:00
Copy link

codecov bot commented Nov 27, 2023

Codecov Report

Merging #477 (503a74d) into main (b6dfec6) will not change coverage.
Report is 8 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #477   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           63        63           
  Lines         5134      5134           
  Branches       448       448           
=========================================
  Hits          5134      5134           
Flag Coverage Δ
node18 100.00% <ø> (ø)
node19 100.00% <ø> (ø)
node20 100.00% <ø> (ø)
Components Coverage Δ
internal 100.00% <ø> (ø)
utils 100.00% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 80de810...503a74d. Read the comment docs.

Copy link
Contributor

@flex-development flex-development bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dprint-0.43.1 branch from 540e314 to 503a74d Compare November 27, 2023 23:10
Copy link
Contributor

@flex-development flex-development bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

@flex-development flex-development bot merged commit 6c47e2b into main Nov 27, 2023
24 checks passed
@flex-development flex-development bot deleted the dependabot/npm_and_yarn/dprint-0.43.1 branch November 27, 2023 23:16
Copy link

This pull request has been automatically locked since there has not been any recent
activity after it was closed. Please open a new issue for related bugs or features. Be
sure to reference this issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
scope:dependencies dependency updates type:build changes to the build system or external dependencies
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

0 participants