Mermade / oas-kit

Convert Swagger 2.0 definitions to OpenAPI 3.0 and resolve/validate/lint

Home Page:https://mermade.org.uk/openapi-converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An in-range update of lerna is breaking the build 🚨

greenkeeper opened this issue Β· comments

The devDependency lerna was updated from 3.18.3 to 3.18.4.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

lerna is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for v3.18.4

3.18.4 (2019-11-08)

Bug Fixes

  • changed: Copy relevant options from version, do not inherit (6bd77ba)
  • filter-options: Clarify --since description (b649b35)
  • filter-options: Ensure --include-merged-tags is available to all --since-filterable commands (287bcd8), closes #2332
  • version: Clarify --include-merged-tags description (b0bbfcf)
Commits

The new version differs by 8 commits.

  • eeacb92 chore(release): v3.18.4
  • 92f3c66 chore: reset lockfile, remove silly 'Machine-In-The-Middle' audit spam
  • 141f3cf chore: update dev dependencies
  • 6bd77ba fix(changed): Copy relevant options from version, do not inherit
  • 287bcd8 fix(filter-options): Ensure --include-merged-tags is available to all --since-filterable commands
  • b649b35 fix(filter-options): Clarify --since description
  • b0bbfcf fix(version): Clarify --include-merged-tags description
  • 003ea8b refactor(listable): Allow override of options group name

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

After pinning to 3.18.3 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

  • The devDependency lerna was updated from 3.18.4 to 3.18.5.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.18.5

3.18.5 (2019-11-20)

Bug Fixes

  • Auto-fix prettier formatting (5344820)
  • cli: Bump yargs to ^14.2.2 (51365b8)
  • command: Do not mutate argv parameter (8ca85a4), closes #2348
  • conventional-commits: Ensure potential ValidationError in getChangelogConfig() is propagated correctly (406ba5a)
Commits

The new version differs by 12 commits.

  • 2612f51 chore(release): v3.18.5
  • b7b470a test(version): Pass explicit --no-ci to ensure error is thrown
  • 560e098 test: Use await expect().rejects.toThrow() instead of brittle try/catch
  • 406ba5a fix(conventional-commits): Ensure potential ValidationError in getChangelogConfig() is propagated correctly
  • 563f995 chore: Upgrade eslint-plugin-jest
  • 69cde4c chore: bump eslint-config-prettier
  • 6c768af refactor(command): Replace lodash with inlined method
  • 20b584f chore(lint): Turn off aggravating 'prefer-destructuring' rule
  • 51365b8 fix(cli): Bump yargs to ^14.2.2
  • 8ca85a4 fix(command): Do not mutate argv parameter
  • 5344820 fix: Auto-fix prettier formatting
  • fea10aa chore: Update prettier

See the full diff

  • The devDependency lerna was updated from 3.18.5 to 3.19.0.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.19.0

3.19.0 (2019-11-20)

Features

  • add: Add --peer option to save target in peerDependencies (#2334) (e12bf6a)
Commits

The new version differs by 20 commits.

  • ea6ec63 chore(release): v3.19.0
  • 6504eb3 chore: Reset lockfile to resolve handlebars audit warning
  • e12bf6a feat(add): Add --peer option to save target in peerDependencies (#2334)
  • e2b23f0 docs(publish): Clarify lifecycle script documentation
  • dc8b631 docs(version): Document version lifecycle scripts
  • cb3f2d1 docs(version): Add explicit --ignore-scripts entry
  • 8697794 docs(publish): Order options more consistently with CLI --help
  • 5d88861 docs(publish): Fix typo in option heading (#2336)
  • 2612f51 chore(release): v3.18.5
  • b7b470a test(version): Pass explicit --no-ci to ensure error is thrown
  • 560e098 test: Use await expect().rejects.toThrow() instead of brittle try/catch
  • 406ba5a fix(conventional-commits): Ensure potential ValidationError in getChangelogConfig() is propagated correctly
  • 563f995 chore: Upgrade eslint-plugin-jest
  • 69cde4c chore: bump eslint-config-prettier
  • 6c768af refactor(command): Replace lodash with inlined method

There are 20 commits in total.

See the full diff

  • The devDependency lerna was updated from 3.19.0 to 3.20.0.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.20.0

3.20.0 (2019-12-27)

Bug Fixes

  • collect-dependents: Avoid skipping dependents of cyclic dependencies (#2380) (bd19a34)
  • version: pass --atomic to git push (#2393) (ec0f92a), closes #2392

Features

  • cli: Add new info command to output information about local environment (#2106) (7abfe43)
  • publish: Add --legacy-auth flag (#2347) (0e9bda7)
  • Add --profile option to lerna exec and lerna run (#2376) (6290174)
Commits

The new version differs by 30 commits.

  • b90f4d3 chore(release): v3.20.0
  • 6290174 feat: Add --profile option to lerna exec and lerna run (#2376)
  • ec0f92a fix(version): pass --atomic to git push (#2393)
  • 167d6e3 test(integration): Use correct independent tag patterns
  • af9c6b4 test: Use correct tagging patterns in relative file: specifier tests
  • e54e8ab test: Unmock collect-updates when testing publish from-git
  • 89151ad chore: alphabetize lockfile
  • 7abfe43 feat(cli): Add new info command to output information about local environment (#2106)
  • bd19a34 fix(collect-dependents): Avoid skipping dependents of cyclic dependencies (#2380)
  • 0e9bda7 feat(publish): Add --legacy-auth flag (#2347)
  • ea6ec63 chore(release): v3.19.0
  • 6504eb3 chore: Reset lockfile to resolve handlebars audit warning
  • e12bf6a feat(add): Add --peer option to save target in peerDependencies (#2334)
  • e2b23f0 docs(publish): Clarify lifecycle script documentation
  • dc8b631 docs(version): Document version lifecycle scripts

There are 30 commits in total.

See the full diff

  • The devDependency lerna was updated from 3.20.0 to 3.20.1.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.20.1

3.20.1 (2019-12-29)

Bug Fixes

  • version: Support git clients that do not support git push --atomic (2b9b210)
Commits

The new version differs by 32 commits.

  • 4e5abe1 chore(release): v3.20.1
  • 2b9b210 fix(version): Support git clients that do not support git push --atomic
  • b90f4d3 chore(release): v3.20.0
  • 6290174 feat: Add --profile option to lerna exec and lerna run (#2376)
  • ec0f92a fix(version): pass --atomic to git push (#2393)
  • 167d6e3 test(integration): Use correct independent tag patterns
  • af9c6b4 test: Use correct tagging patterns in relative file: specifier tests
  • e54e8ab test: Unmock collect-updates when testing publish from-git
  • 89151ad chore: alphabetize lockfile
  • 7abfe43 feat(cli): Add new info command to output information about local environment (#2106)
  • bd19a34 fix(collect-dependents): Avoid skipping dependents of cyclic dependencies (#2380)
  • 0e9bda7 feat(publish): Add --legacy-auth flag (#2347)
  • ea6ec63 chore(release): v3.19.0
  • 6504eb3 chore: Reset lockfile to resolve handlebars audit warning
  • e12bf6a feat(add): Add --peer option to save target in peerDependencies (#2334)

There are 32 commits in total.

See the full diff

Updated manually.