yaegassy / coc-laravel

Laravel extension for coc.nvim
https://www.npmjs.com/package/@yaegassy/coc-laravel
MIT License
28 stars 2 forks source link

chore(deps): bump stillat-blade-parser from 1.2.0 to 1.2.1 #14

Open dependabot[bot] opened 11 months ago

dependabot[bot] commented 11 months ago

Bumps stillat-blade-parser from 1.2.0 to 1.2.1.

Changelog

Sourced from stillat-blade-parser's changelog.

1.2.1

  • Improves parsing of Blade echo blocks that contain PHP comments (#79)
  • Removes out and src/test directory from npm bundle

1.1.12

  • Improves formatting and indentation of certain condition-like directives (such as @guest) (#36)
  • Improves formatting of if statements containing echos (#35)
  • Improves indentation of long arrays inside directives (#34)
  • Improves formatting of match statements inside directive arguments (#33)

1.1.11

  • Improves formatting of match statements (#31)

1.1.10

  • Makes it possible to customize prettier PHP options via the .blade.format.json file (#27)
  • Internal prettier PHP version is now 8.0 by default (#27)
  • Improves formatting of PHP arrow functions (#27)
  • Improves formatting of some directives, such as @can (#28)
  • Improves formatting of directives inside HTML elements (#29)

1.1.9

  • Updated dependencies to correct package installation (#30)

1.1.8

  • Detected custom if statements are now treated as control structures

1.1.7

  • Preserves inline echos as text (#25)

1.1.6

  • Improves wrapping behavior inside conditions (#26)
  • Improves formatting of empty arrays inside @props and other directives (#23)
  • Fixes a bug where {{ $echo }} echos inside component tags were missed (#22)
  • Improves wrapping behavior of array arguments inside directives (#24)

1.1.5

  • Prevents email addresses from becoming directives (#21)

1.1.4

  • Prevents email addresses from becoming directives (#21)

... (truncated)

Commits


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 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)