Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Update common-tags to the latest version 🚀 #206

Merged
merged 2 commits into from
Jan 11, 2018

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jan 11, 2018

Version 1.7.0 of common-tags was just published.

Dependency common-tags
Current Version 1.6.0
Type devDependency

The version 1.7.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of common-tags.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


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

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 🌴

greenkeeper bot added a commit that referenced this pull request Jan 11, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 11, 2018

Version 1.7.1 just got published.

Update to this version instead 🚀

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

@KnisterPeter KnisterPeter merged commit a0ae0d0 into master Jan 11, 2018
@KnisterPeter KnisterPeter deleted the greenkeeper/common-tags-1.7.0 branch January 11, 2018 13:58
greenkeeper bot added a commit that referenced this pull request Jan 11, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 11, 2018

Version 1.7.2 just got published.

Update to this version instead 🚀

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant