sparksp / elm-review-imports

elm-review rule to enforce consistent import aliases
https://package.elm-lang.org/packages/sparksp/elm-review-imports/latest/
MIT License
14 stars 3 forks source link

Bump stil4m/elm-syntax from 7.3.4 to 7.3.5 in /review #223

Closed dependabot[bot] closed 6 days ago

dependabot[bot] commented 2 weeks ago

Bumps stil4m/elm-syntax from 7.3.4 to 7.3.5.

Changelog

Sourced from stil4m/elm-syntax's changelog.

[7.3.5] - 2024-08-30

  • The parser is stricter in a few cases where code that was incorrect (according to the Elm compiler) was successfully parsed: tuples with more than 3 elements, and record access on most things
  • Parsing is about 6 times faster than the previous release!
Commits
  • 94e3795 7.3.5
  • f5a87f0 Change version
  • 9135f6b Make find-regressions scripts better support glob arguments
  • 6ee4865 Fix Simplify errors
  • 43ca516 Sort records
  • 120fa1e explain Char.Extra.isUtf16Surrogate
  • 22a4592 add test for range of comments that include 2-part utf-16 character
  • 15f37cb correct ranges that include 2-part utf-16 chars (making the parser slightly s...
  • 01a147e remove ParserWithComments.until* helpers because they aren't faster
  • ee75e57 use maybeLayoutUntilIgnored in a few more places
  • 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 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[bot] commented 6 days ago

Superseded by #227.