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 pulp from 15.0.0 to 16.0.2 #192

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps pulp from 15.0.0 to 16.0.2.

Changelog

Sourced from pulp's changelog.

Pulp Release History

16.0.0

Breaking:

  • Increased minimum purs version to v0.12.0 and dropped support for all compiler versions earlier than that. (#399 and #405 by @​JordanMartinez)

  • Increased minimum psa version to v0.7.0 and dropped support for all versions earlier than that. (#399 by @​JordanMartinez)

  • Increased minimum node version to v12.0.0 and dropped support for all versions earlier than that. (#401 by @​JordanMartinez)

  • Include bower.json's devDependencies field when publishing (#405 by @​JordanMartinez)

    Note: pulp publish will fail if a dependency (e.g. purescript-numbers) exists in both the bower.json file's dependencies and devDependencies field. When this occurs, you will see a message like the following:

    There is a problem with your package, which meant that it could not be published.
    Details:
      The following dependency does not appear to be installed:
        * purescript-numbers
    

Other improvements:

  • Added a debug flag that enables debugger output for the pulp publish command (#405 by @​JordanMartinez)

  • Improve error message due to pulp publish needing to be run twice (#406 by @​JordanMartinez)

    Whenever one runs pulp publish for the first time, the command will almost always fail with an HTTP 400 error due to invalid JSON. Running the command a second time will succeed and finish what was started in the first one. However, this fact is never communicated to users, so one can only handle this situation if they already know about it (e.g. aren't new users).

    The error message now suggests the user try running it a second time to get around this issue.

Internal:

Commits
Maintainer changes

This version was pushed to npm by jalexm, a new releaser for pulp 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)