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 elm-format from 0.8.6 to 0.8.7 in /frontend #3192

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2023

Bumps elm-format from 0.8.6 to 0.8.7.

Release notes

Sourced from elm-format's releases.

0.8.7

Small improvements and fixed npm installer for Windows

Version 0.8.6 was not widely announced because of an issue with the npm installer on Windows, so check the 0.8.6 release notes as well. Below are the additional changes in 0.8.7.

New features:

  • case ... then is now auto-corrected to case ... of
  • => is now auto-corrected to ->

Bug fixes:

  • Top-level declarations named "infix" no longer make files unprocessable
  • The npm installer should now work correctly on Windows (was broken for 0.8.6)

Install

npm install -g elm-format

or download from the release page.

Thanks to ...

  • @​kutyel for lenient parsing additions
  • @​emmabastas for the initial draft of test coverage scripts
  • @​jfmengels for continued thoughtful issue discussion across the Elm devtools community (only partially related to elm-format, but thank you!)
  • @​8n8 for code cleanup help
  • Lamdera for providing CI runners to build the MacOS ARM64 release binaries

0.8.7-rc.1

No release notes provided.

Changelog

Sourced from elm-format's changelog.

0.8.7

New features:

  • case ... then is now auto-corrected to case ... of
  • => is now auto-corrected to ->

Bug fixes:

  • Top-level declarations named "infix" no longer make files unprocessable
  • The npm installer should now work correctly on Windows (was broken for 0.8.6)
Commits
  • b5cca4c Publish npm package: 0.8.7-rc.1
  • 9837d51 Bump version to 0.8.7
  • ca51bc4 Prepare 0.8.7 release notes
  • aded67f Merge pull request #815 from avh4/fat-arrow-operator-tests
  • af6344a Backfill test for using => as an operator in Elm <= 0.18
  • f7a1dba Merge pull request #814 from avh4/fix-test-suite
  • 1d8a68d Fix test suite (many integration tests were not actually running)
  • f151fb2 Add debugging info to _build/run-tests.ok
  • 448c87c Merge pull request #811 from 8n8/remove-unused-packages
  • 33a5cd5 Remove dependency on ghc-prim to fix issue with -Werror=unused-packages
  • 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 [elm-format](https://github.com/avh4/elm-format) from 0.8.6 to 0.8.7.
- [Release notes](https://github.com/avh4/elm-format/releases)
- [Changelog](https://github.com/avh4/elm-format/blob/main/CHANGELOG.md)
- [Commits](avh4/elm-format@0.8.6...0.8.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added automerge dependencies Pull requests that update a dependency file labels Oct 12, 2023
@github-actions github-actions bot merged commit d436450 into master Oct 12, 2023
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/elm-format-0.8.7 branch October 12, 2023 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants