dragonwasrobot / brainfuck

A brainfuck interpreter written in Elm
MIT License
7 stars 0 forks source link

Bump elm-format from 0.8.5 to 0.8.6 #96

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps elm-format from 0.8.5 to 0.8.6.

Release notes

Sourced from elm-format's releases.

0.8.6

Much, much faster; Many, many contributors

Thanks to the contributions of many (see below), elm-format is now much faster. (Testers of the pre-release saw an 11x speedup on MacOS ARM, and a 4x speedup on other platforms.)

New features:

  • File are now processed in parallel

Bug fixes:

  • module exposing listings containing comments no longer add extra leading spaces
  • Redundant import aliases (when the alias is the same as the module name) are now removed

Other changes:

  • Native binaries are now provided for MacOS ARM64 (previous versions required Rosetta)
  • Native (statically-linked) binaries are now provided for Linux ARM64 (aarch64)
  • The npm installer now has zero dependencies
  • Performance optimization, making use of Elm 0.19's parser, thanks to @​emmabastas's contributions via Google Summer of Code

Install

npm install -g elm-format

or download from the release page.

Thanks to ...

  • @​emmabastas for refactoring the parser internals to integrate Elm 0.19's compiler's parser
  • @​lydell for processing files in parallel
  • @​lydell for the new dependency-free npm installer script
  • @​mdevlamynck for the exposing listings bug fix
  • @​tfausak for linux-aarch64 build script updates
  • @​supermario for mac-arm64 build script updates
  • Lamdera for providing CI runners to build the MacOS ARM64 release binaries
  • Elm community members for testing the new binaries and npm packages
  • ... and anyone who's contributed to cross-compilation support in ghc or nix in the past two years

0.8.6-rc.1

No release notes provided.

Changelog

Sourced from elm-format's changelog.

0.8.6

New features:

  • File are now processed in parallel

Bug fixes:

  • module exposing listings containing comments no longer add extra leading spaces
  • Redundant import aliases (when the alias is the same as the module name) are now removed

Other changes:

  • Native binaries are now provided for MacOS ARM64 (previous versions required Rosetta)
  • Native (statically-linked) binaries are now provided for Linux ARM64 (aarch64)
  • The npm installer now has zero dependencies
  • Performance optimization, making use of Elm 0.19's parser, thanks to @​emmabastas's contributions via Google Summer of Code
Commits
  • 7e80dd4 Update release notes
  • be7f7dd Update release notes
  • f1f634d Use minisign instead of gpg for signing CI artifacts (attempt 3)
  • c63cbc8 Use minisign instead of gpg for signing CI artifacts (attempt 2)
  • 1032fbe Use minisign instead of gpg for signing CI artifacts (attempt 1)
  • 5cf98a6 Organize developer documentation
  • f1dadab GitHub CI: Sign release artifacts (attempt 3)
  • a664864 GitHub CI: Sign release artifacts (attempt 2)
  • 86f28de GitHub CI: Sign release artifacts (attempt 1)
  • 14676b2 Update publishing instructions
  • 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 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)