Molecule-JS / MoleculeJS

A library for creating fast and reactive Custom Elements
https://moleculejs.org
Apache License 2.0
38 stars 3 forks source link

An in-range update of conventional-changelog-cli is breaking the build 🚨 #90

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency conventional-changelog-cli was updated from 2.0.23 to 2.0.25.

🚨 View failing branch.

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

conventional-changelog-cli 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 - ❌ **bundlesize:** ./packages/molecule/dist/molecule.mjs: 1.9KB > maxSize 1.7KB (gzip) ([Details](https://bundlesize-store.now.sh/build?info=%7B%22files%22%3A%5B%7B%22maxSize%22%3A1740%2C%22path%22%3A%22.%2Fpackages%2Fmolecule%2Fdist%2Fmolecule.mjs%22%2C%22size%22%3A1946%2C%22compression%22%3A%22gzip%22%7D%2C%7B%22maxSize%22%3A3686%2C%22path%22%3A%22.%2Fpackages%2Fmolecule-lit%2Fdist%2Fmolecule-lit.mjs%22%2C%22size%22%3A3676%2C%22compression%22%3A%22gzip%22%7D%2C%7B%22maxSize%22%3A2560%2C%22path%22%3A%22.%2Fpackages%2Fmolecule-jsx%2Fdist%2Fmolecule-jsx.mjs%22%2C%22size%22%3A2297%2C%22compression%22%3A%22gzip%22%7D%2C%7B%22maxSize%22%3A409%2C%22path%22%3A%22.%2Fpackages%2Fmolecule-functional%2Fdist%2Fmolecule-functional.mjs%22%2C%22size%22%3A191%2C%22compression%22%3A%22gzip%22%7D%2C%7B%22maxSize%22%3A3686%2C%22path%22%3A%22.%2Fpackages%2Fmolecule-functional-lit%2Fdist%2Fmolecule-functional-lit.mjs%22%2C%22size%22%3A3570%2C%22compression%22%3A%22gzip%22%7D%2C%7B%22maxSize%22%3A8192%2C%22path%22%3A%22.%2Fpackages%2Fmolecule-router%2Fdist%2Fmolecule-router.mjs%22%2C%22size%22%3A7217%2C%22compression%22%3A%22gzip%22%7D%5D%2C%22repo%22%3A%22Molecule-JS%2FMoleculeJS%22%2C%22branch%22%3A%22greenkeeper%2Fconventional-changelog-cli-2.0.25%22%2C%22commit_message%22%3A%22chore(package)%3A%20update%20conventional-changelog-cli%20to%20version%202.0.25%22%2C%22sha%22%3A%2273a10917e5206d685a707901ec9c046d7ac4c47f%22%7D)). - βœ… **continuous-integration/travis-ci/push:** The Travis CI build passed ([Details](https://travis-ci.org/Molecule-JS/MoleculeJS/builds/595529302?utm_source=github_status&utm_medium=notification)). - βœ… **codecov/project:** 100% remains the same compared to e0b9a63 ([Details](https://codecov.io/gh/Molecule-JS/MoleculeJS/commit/73a10917e5206d685a707901ec9c046d7ac4c47f)). - βœ… **codecov/patch:** Coverage not affected when comparing e0b9a63...73a1091 ([Details](https://codecov.io/gh/Molecule-JS/MoleculeJS/commit/73a10917e5206d685a707901ec9c046d7ac4c47f)).

Commits

The new version differs by 15 commits.

  • 7c1c8ad Publish
  • c493556 chore(deps): lock file maintenance
  • bfeed12 Publish
  • 4ec6f41 chore(conventional-changelog-writer): bump handlebars to 4.4.0 (#528)
  • 2de0195 chore(deps): lock file maintenance
  • faa2819 docs(readme): fix typo (#524)
  • 7a60dec fix: use full commit hash in commit link
  • b63a5ff fix(preset, eslint): display short tag in release notes
  • c0566ce fix(preset, conventionalcommits): fix handling conventionalcommits preset without config object
  • 417139c revert: "fix(preset-loader): fix handling conventionalcommits preset without config object" (#520)
  • a3acc32 feat: sort sections of CHANGELOG based on priority (#513)
  • 6425972 fix(preset-loader): fix handling conventionalcommits preset without config object
  • 958d243 fix(preset, conventionalcommits): pass issuePrefixes to parser (#510)
  • 1ed96fd docs: Update README.md (#508)
  • c0bac28 fix(deps): update dependency tempfile to v3 (#459)

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 4 years ago

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

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 14 commits.

  • 741e907 Publish
  • 814f878 feat(conventional-changelog-core): provide facility to define gitExecOpts. (#480)
  • c522743 fix(conventional-commits-parser): add missing separator pipe to non tty parser (#546)
  • efdf3cb fix(conventional-commits-parser): add breaking change notes if header match breakingHeaderPattern (#544)
  • fe449f8 fix: revertPattern match default git revert format (#545)
  • e3c16e2 chore(conventional-changelog-core): stop using deprecated url.parse (#541)
  • a56e559 ci(travis): add node 12 to testing matrix (#542)
  • e865af4 Publish
  • bc3aadf chore(deps): lock file maintenance
  • 55a8742 chore(deps): update lerna to 3.18.2 (#537)
  • 3aa2637 fix(conventional-commits-parser): downgrade is-text-path due to node 6 incompatibility (#536)
  • c7e1706 fix(deps): update dependency rimraf to v3 (#514)
  • 84d28b2 feat(preset-loader): allow use of absolute package path (#530)
  • ac43f51 fix(deps): update lodash to fix security issues (#535)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 7 commits.

  • 7921781 Publish
  • 7cdb281 chore: change lerna's --npm-tag to --dist-tag
  • de29dd0 chore(deps): update dev dependency lerna to 3.18.4
  • f1d3f1c chore(deps): lock file maintenance
  • 8aef88b chore: update link to example config in help (#552)
  • bf1d64a fix: add types for cli flags (#551)
  • f96b25c chore(deps): bump meow to v5.0.0 (#550)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 7 commits.

  • 4309a67 Publish
  • 5e7cc75 fix(conventional-changelog-core): read current version properly when tagPrefix is provided
  • e43ecc8 Publish
  • 5f6b5d1 chore(deps): lock file maintenance (#509)
  • 2c6265e chore(deps): lock file maintenance (#509)
  • a61a1ca chore(deps): bump lerna to v3.18.5
  • 2fba5c7 fix: call gitRawCommits with ranges [tag1..tag2, tag2..tag3, ..., tagX..HEAD] to make sure commits are returned in right order.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

  • d25d7ac Publish
  • f1feeab fix(conventional-changelog-core): fix duplicated commits when from is specified (#573)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 37 commits ahead by 37, behind by 4.

  • c5ae3ab Publish
  • 6b0ffec build: keep optional appveyor for now (#640)
  • 46311d2 fix(deps): address CVE in meow (#642)
  • 83643c5 Publish
  • d1bfdb9 chore: continue to address the fact that release has not been run
  • de465f4 chore: continue fixing versions
  • 9f6c56c chore: fix version in package.json
  • 2ed4960 chore: update deps (#639)
  • 3efd0f8 chore: fix security warnings in dev deps (#636)
  • 52e637a build: switch to GitHub actions (#638)
  • 9bca41d docs: update readme for gulp plugin (#626)
  • aafc0f0 fix(deps): update yargs-parser to move off a flagged-vulnerable version. (#635)
  • 7a21713 docs(conventional-changelog-angular): add full stop (#606)
  • b9f5057 chore!: drop support for Node 8 (#599)
  • ab58e7a chore(deps): update dependency mocha to v7 (#583)

There are 37 commits in total.

See the full diff