labordynamicsinstitute / metajelo-ui

UI for metajelo
https://labordynamicsinstitute.github.io/metajelo-ui
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Bump purescript from 0.13.8 to 0.14.4 #144

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps purescript from 0.13.8 to 0.14.4.

Release notes

Sourced from purescript's releases.

v0.14.4

Bugfixes:

  • Solve Prim.Row.Union left right all constraint for left when all and right are already closed rows, (#3720 by @​MonoidMusician) reflecting the existing functional dependency all right -> left

  • Account for redundant parens when excluding uninteresting kind sigs from docs (#4137 by @​JordanMartinez)

  • Add a hint for errors in foreign data type declarations (#4161 by @​kl0tl)

  • Do not remove bindings referenced in function declarations when bundling (#4044 by @​kl0tl)

  • Improve row type error messages (#4159 by @​rhendric)

    • Remove a redundant hint that repeats the types in the error
    • Correctly diff rows containing duplicate items
    • Erase kind applications from rows in errors (by default)
  • Fix bad interaction between superclasses and type synonyms (#4164 by @​rhendric)

    See #4101.

  • Fix regression in row unification (#4168 by @​rhendric)

  • Fix backtick operator rule (#4172 by @​JordanMartinez)

Other improvements:

Internal:

  • Move unreleased changelog entries to CHANGELOG.d (#4132 by @​rhendric)

    See CHANGELOG.d/README.md for details.

  • Clarify in RELEASE_GUIDE what to do when broken releases are made (#4147 by @​JordanMartinez)

  • Miscellaneous updates/clarifications to the release guide (#4131 by @​JordanMartinez)

  • Run Weeder in CI and make it happy (#4148 by @​rhendric)

  • Add golden tests for self cycles in type class declarations, kind declarations and foreign data type declarations (#4162 by @​kl0tl)

  • Represent class dictionaries as newtypes (#4125 by @​rhendric)

v0.14.3

New features:

  • Display kind signatures and their comments in documentation (#4100 and #4119 by JordanMartinez)

... (truncated)

Changelog

Sourced from purescript's changelog.

v0.14.4

Bugfixes:

  • Solve Prim.Row.Union left right all constraint for left when all and right are already closed rows, (#3720 by @​MonoidMusician) reflecting the existing functional dependency all right -> left

  • Account for redundant parens when excluding uninteresting kind sigs from docs (#4137 by @​JordanMartinez)

  • Add a hint for errors in foreign data type declarations (#4161 by @​kl0tl)

  • Do not remove bindings referenced in function declarations when bundling (#4044 by @​kl0tl)

  • Improve row type error messages (#4159 by @​rhendric)

    • Remove a redundant hint that repeats the types in the error
    • Correctly diff rows containing duplicate items
    • Erase kind applications from rows in errors (by default)
  • Fix bad interaction between superclasses and type synonyms (#4164 by @​rhendric)

    See #4101.

  • Fix regression in row unification (#4168 by @​rhendric)

  • Fix backtick operator rule (#4172 by @​JordanMartinez)

Other improvements:

Internal:

  • Move unreleased changelog entries to CHANGELOG.d (#4132 by @​rhendric)

    See CHANGELOG.d/README.md for details.

  • Clarify in RELEASE_GUIDE what to do when broken releases are made (#4147 by @​JordanMartinez)

  • Miscellaneous updates/clarifications to the release guide (#4131 by @​JordanMartinez)

  • Run Weeder in CI and make it happy (#4148 by @​rhendric)

  • Add golden tests for self cycles in type class declarations, kind declarations and foreign data type declarations (#4162 by @​kl0tl)

  • Represent class dictionaries as newtypes (#4125 by @​rhendric)

v0.14.3

New features:

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by jalexm, a new releaser for purescript since your current version.


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)
dependabot[bot] commented 2 years ago

Superseded by #159.