RobinTail / express-zod-api

A Typescript library to help you get an API server up and running with I/O schema validation and custom middlewares in minutes.
https://ez.robintail.cz
MIT License
619 stars 30 forks source link

Bump @arethetypeswrong/cli from 0.15.4 to 0.16.1 #2021

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps @arethetypeswrong/cli from 0.15.4 to 0.16.1.

Release notes

Sourced from @​arethetypeswrong/cli's releases.

@​arethetypeswrong/cli@​0.16.0

Minor Changes

  • f5cf8de: Add support for multiple package managers like pnpm and yarn (#173)
Changelog

Sourced from @​arethetypeswrong/cli's changelog.

0.16.1

Patch Changes

  • 5ee6f29: Update README with new problem kind

0.16.0

Minor Changes

  • d480f1c: New problem kind: Named exports cannot be detected by Node.js. Thanks @​laverdet!

Patch Changes

  • Updated dependencies [970b141]
  • Updated dependencies [d480f1c]
    • @​arethetypeswrong/core@​0.16.0
Commits


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 will merge this PR once CI passes on it, as requested by @RobinTail.


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 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)
RobinTail commented 1 month ago

Breaks Node.js compatibility via lru-cache v11 dependency. Its v10 should be fine.

Filed the issue: https://github.com/arethetypeswrong/arethetypeswrong.github.io/issues/204

coveralls-official[bot] commented 1 month ago

Coverage Status

coverage: 100.0%. remained the same when pulling 62aaed0f2fb59380c1476ebcaf4678bf7bed0ca7 on dependabot/npm_and_yarn/arethetypeswrong/cli-0.16.1 into 975e37996174d5ff1a9e478bd6baec4004c043f3 on master.

RobinTail commented 1 month ago

Fixed in 0.16.2, no overrides needed...