hakatashi / unicode-karuta

https://hakatashi.github.io/unicode-karuta/
1 stars 0 forks source link

An in-range update of common-tags is breaking the build 🚨 #14

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 1.6.0 of common-tags was just published.

Branch Build failing 🚨
Dependency common-tags
Current Version 1.5.1
Type devDependency

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

common-tags 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](https://travis-ci.org/hakatashi/unicode-karuta/builds/319880089?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 19 commits.

  • d156062 1.6.0
  • 48d0c6d Merge pull request #135 from declandewet/fix-logo-text
  • 7393d25 fix logo text
  • c6b0925 Merge pull request #133 from declandewet/maintenance
  • a61cfc2 improve introductory section
  • 953e503 fix slack link
  • 1e81686 generate package-lock
  • c6f128c remove wallaby.js
  • dc36e2c remove emoji from titles because it breaks navigation
  • 6f5a83c add see who is using section
  • b7f3f28 change string usage header to be more descriptive and conform it to title capitilization
  • 7fb572b add note about type definitions
  • 551c890 fix markdown lint errors
  • ab9abe9 extract table of contents (toc) generation to own script & generate new toc
  • 95762f3 use actual emoji so README doesn't look broken on pages that don't support emoji tags

There are 19 commits in total.

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 6 years ago

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

greenkeeper[bot] commented 6 years ago

Version 1.7.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v1.7.0

New Features

onString

onString - transformers now accept an onString method which runs on each part of the template literal that is not marked as a substitution (i.e. not inside "${}").

replaceStringTransformer

replaceStringTransformer(replaceWhat, replaceWith)

Replaces the result of all strings (what's not in ${ ... }) with a new value. Same as for replaceResultTransformer, replaceWhat can be a string or regular expression and replaceWith is the new value.

Commits

The new version differs by 9 commits.

  • 38c07c9 1.7.0
  • 2ffb01e Merge pull request #106 from pizzafroide/transform-literals
  • 446229e Rename onLiteral to onString (and replaceLiteralTransformer to replaceStringTransformer)
  • ff8eb71 Take #132 changes into account
  • 156f200 Merge pull request #136 from declandewet/greenkeeper/cross-env-5.1.3
  • 3fe7cd8 chore(package): update cross-env to version 5.1.3
  • a4007c8 Merge branch 'master' into transform-literals
  • b31038e Update TOC in readme.md
  • 3c5ec7c Add onLiteral function to transformers and replaceLiteralTransformer

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.7.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v1.7.1

Patches

We've migrated from StandardJS formatting to Prettier's automatic code formatting as well as the recommended ESLint rules. Big props to @fatfisz on this release 🎊

Commits

The new version differs by 11 commits.

  • d5f9e08 1.7.1
  • f8058ea fix package-lock issue
  • 6a06e69 Merge pull request #137 from declandewet/prettier
  • f8d8548 Update the docs
  • 0e7ef63 Use the default (80 characters) width
  • aed3383 Add semicolons
  • 26c3c35 Move the config to .prettierrc
  • 51b18d9 Update the docs
  • 0a7c1b6 Set the right lint engine for BitHound
  • d49341d Apply the rules to all the files
  • 424536f Replace Standard with ESLint + Prettier

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.7.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v1.7.2

No major changes in this release, we just migrated from the AVA test runner to Jest, which has mitigated some issues with our CI pipeline speeds and removed some hard to maintain configs.

Commits

The new version differs by 12 commits.

  • 4ea0b81 1.7.2
  • 4b90cbd Merge pull request #138 from declandewet/jest
  • e52a041 remove redundant environment variables, switch to Node.js test environment instead of jsdom
  • b4a9102 remove nyc and ava configs
  • 984a224 add trailing comma to eslintrc
  • 0c50944 get rid of use strict directive in config files
  • 23a0722 revert useless jest configs
  • 3d741fa change eslint source type to module
  • cbd33cd set js files to be parsed by babel-jest
  • 374fe00 update babel env for Jest transpilation in older environments
  • 4097976 add babel-jest
  • 7f0666e migrate to jest from ava

See the full diff

hakatashi commented 6 years ago

Fixed