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.47.2 to 0.47.4 #422

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps dprint from 0.47.2 to 0.47.4.

Release notes

Sourced from dprint's releases.

0.47.4

Changes

  • fix: improve automated config file editing and respect trailing commas (#926)

The automated editing of the config file that dprint does like dprint config add ... should be a lot more intelligent.

Install

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

Checksums

Artifact SHA-256 Checksum
dprint-x86_64-apple-darwin.zip 16f360c526c14c070ab618cf6c36ff9c8bf5b32c7e07a0c0c9b58d91697b4a40
dprint-aarch64-apple-darwin.zip 522783119d1ab52164ff2aaea2072c1578a7b8988156a0add06d370eb58d439e
dprint-x86_64-pc-windows-msvc.zip d91d0a6e607f06ee06fe2b01a6f602e2ace14d44e1d6f11ec6b3f1e0887a6fd6
dprint-x86_64-pc-windows-msvc-installer.exe 871e668d67acfed5db215328d3589a57196881dcebbda286640188f6fcb9519b
dprint-x86_64-unknown-linux-gnu.zip 6017a25b83dc76e2c3676657b538d1b4862101cd4d13b26d2a3755811234ead6
dprint-x86_64-unknown-linux-musl.zip f43c768656e8024812222a238391601ad8db8e095fa87068e0d5c9c6176cb96a
dprint-aarch64-unknown-linux-gnu.zip 68f7a0072612ab5b4bee3d7609d47c896050ed54844f8794d871965cb480aa70
dprint-aarch64-unknown-linux-musl.zip 3b009c51c85336058672b4be54d4bdb044b7f9bbd570d51802449c1eac18ef6c
Commits
  • 4c26164 0.47.4
  • 2b3a9ca chore: maybe fix release (#927)
  • 30722f9 0.47.3
  • d064443 fix: improve automated config file editing and respect trailing commas (#926)
  • 1e3d6b8 chore(release): dprint-core 0.67.2 (#923)
  • 7ebcec1 fix(core): macro syntax error (#917)
  • 896f6e8 chore: bump actions/upload-artifact version (#922)
  • 4373d52 docs: fix incorrect cache path on windows in setup (#913)
  • 29b203c docs(playground): parse playground config with JSON5 instead of JSON (#911)
  • 5e8f160 fix(website): add "very experimental" to official plugins only (#909)
  • 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 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 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)

@dependabot dependabot bot added scope:dependencies dependency updates type:build changes to the build system or external dependencies labels Oct 21, 2024
@flex-development flex-development bot enabled auto-merge (squash) October 21, 2024 06:39
Copy link

codecov bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (78f0c70) to head (855d2cb).
Report is 39 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #422   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           50        50           
  Lines         1225      1225           
  Branches        68        68           
=========================================
  Hits          1225      1225           
Flag Coverage Δ
node18 100.00% <ø> (ø)
node19 100.00% <ø> (ø)
node20 100.00% <ø> (ø)
node22 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 8a0755f...855d2cb. 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.47.2 to 0.47.4.
- [Release notes](https://github.com/dprint/dprint/releases)
- [Commits](dprint/dprint@0.47.2...0.47.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dprint-0.47.4 branch from af88325 to 855d2cb Compare October 21, 2024 06:43
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 50b7bc5 into main Oct 21, 2024
23 checks passed
@flex-development flex-development bot deleted the dependabot/npm_and_yarn/dprint-0.47.4 branch October 21, 2024 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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