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.5 #159

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps purescript from 0.13.8 to 0.14.5.

Release notes

Sourced from purescript's releases.

v0.14.5

0.14.5

Bugfixes:

  • Fix a case where kind inference inferred the wrong kind for type synonyms (#4184 by @​jy14898)

  • Properly rename module imports in case of conflicts with declarations (#4188 by @​PureFunctor)

Internal:

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.

... (truncated)

Changelog

Sourced from purescript's changelog.

0.14.5

Bugfixes:

  • Fix a case where kind inference inferred the wrong kind for type synonyms (#4184 by @​jy14898)

  • Properly rename module imports in case of conflicts with declarations (#4188 by @​PureFunctor)

Internal:

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.

... (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 #170.