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

Bump blade-formatter from 1.38.6 to 1.41.1 #1882

Open
wants to merge 1 commit into
base: 4.x
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2024

Bumps blade-formatter from 1.38.6 to 1.41.1.

Release notes

Sourced from blade-formatter's releases.

v1.41.1

1.41.1 (2024-02-25)

Fixes

v1.41.0

1.41.0 (2024-02-20)

Features

Miscellaneous

  • 🤖 add vitest to dependencies (e3a0558)
  • 🤖 delete jest configs (e16b4c7)
  • 🤖 remove jest related dependencies (fd19f6e)

v1.40.1

1.40.1 (2024-02-06)

Fixes

  • 🐛 invalid import from prettier (36cbc28)

v1.40.0

1.40.0 (2024-02-06)

Fixes

  • 🐛 livewire params is formatted unexpectedly (83a42dc)
  • 🐛 make functions to be async (29d3b4b)

Miscellaneous

  • 🤖 add string-replace-async to dependencies (5da8392)
  • 🤖 bump prettier to 3.2.5 (04a0dcf)
  • 🤖 bump prettier/plugin-php to 0.22.2 (835a1e5)
  • 🤖 revert vscode-oniguruma to 1.7.0 (15b1608)
  • 🤖 update yarn.lock file to latest state (c0246ee)
  • release 1.40.0 (7e65fda)
Changelog

Sourced from blade-formatter's changelog.

1.41.1 (2024-02-25)

Fixes

1.41.0 (2024-02-20)

Features

  • formatter: improve alignment with plugin-php in @​php blocks (b5dd55a)
  • formatter: respect indent level when formatting @​php blocks (6b5ba60)

Miscellaneous

  • 🤖 add vitest to dependencies (e3a0558)
  • 🤖 delete jest configs (e16b4c7)
  • 🤖 remove jest related dependencies (fd19f6e)

1.40.1 (2024-02-06)

Fixes

  • 🐛 invalid import from prettier (36cbc28)

1.40.0 (2024-02-06)

Fixes

  • 🐛 livewire params is formatted unexpectedly (83a42dc)
  • 🐛 make functions to be async (29d3b4b)

Miscellaneous

  • 🤖 add string-replace-async to dependencies (5da8392)
  • 🤖 bump prettier to 3.2.5 (04a0dcf)
  • 🤖 bump prettier/plugin-php to 0.22.2 (835a1e5)
  • 🤖 revert vscode-oniguruma to 1.7.0 (15b1608)
  • 🤖 update yarn.lock file to latest state (c0246ee)
  • release 1.40.0 (7e65fda)
Commits
  • b888784 Merge pull request #917 from shufo/release-please--branches--main--components...
  • 9a53f5a chore(main): release 1.41.1
  • 1f304a5 Merge pull request #916 from claytonrcarter/fix-php-block-indentation
  • 470f503 fix(formatter): correct indent level for raw @​php blocks (close #915)
  • 0678078 Merge pull request #905 from shufo/release-please--branches--main--components...
  • a6b4081 Merge pull request #911 from shufo/contributors-readme-action-gRn9yrxOYX
  • 546bc2d chore(main): release 1.41.0
  • 37d9bd5 docs(contributor): contrib-readme-action has updated readme
  • 3941dcd Merge pull request #909 from claytonrcarter/php-block-print-width
  • 6b5ba60 feat(formatter): respect indent level when formatting @​php blocks
  • 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)

Bumps [blade-formatter](https://github.com/shufo/blade-formatter) from 1.38.6 to 1.41.1.
- [Release notes](https://github.com/shufo/blade-formatter/releases)
- [Changelog](https://github.com/shufo/blade-formatter/blob/main/CHANGELOG.md)
- [Commits](shufo/blade-formatter@v1.38.6...v1.41.1)

---
updated-dependencies:
- dependency-name: blade-formatter
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2024
Copy link

codecov bot commented Mar 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 44.18%. Comparing base (ed4f779) to head (47d7566).

Additional details and impacted files
@@            Coverage Diff            @@
##                4.x    #1882   +/-   ##
=========================================
  Coverage     44.18%   44.18%           
  Complexity     1482     1482           
=========================================
  Files           323      323           
  Lines          6341     6341           
=========================================
  Hits           2802     2802           
  Misses         3539     3539           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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