Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update dependency common-tags to ^1.8.0 #16834

Merged
merged 1 commit into from
Aug 21, 2019
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2019

This PR contains the following updates:

Package Type Update Change
common-tags dependencies minor ^1.4.0 -> ^1.8.0

Release Notes

declandewet/common-tags

v1.8.0

Compare Source

Bug Fixes
  • Previously valueOf was called on objects in templates before toString - now the order is in line with the spec (#​144)
Plumbing
  • babel-plugin-transform-runtime was removed as a dependency and as a result babel-runtime is not necessary to use common-tags any more (that means common-tags is dependency-free!) (#​148)
  • common-tags is now rolling up into a neat bundle that you can get at unpkg. This makes it even easier to get started with this library! (#​150)
  • Dev dependencies were updated (no changes to the actual code) (#​149)

v1.7.2

Compare Source

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.

v1.7.1

Compare Source

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 🎊

v1.7.0

Compare Source

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.

v1.6.0

Compare Source

New Features
  • using tags on regular string literals is now supported (#​132)
Chores
  • stripIndentTransformer was touched up so now the regular expressions (and the behavior) is more consistent across all the tags - thanks @​thepheer!
  • the docs were improved and now we have a nice logo!

v1.5.1

Compare Source

Fixes
  • stripIndents preserves empty lines as before (#​129)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner August 21, 2019 04:47
@renovate renovate bot force-pushed the renovate/common-tags-1.x branch from cda8033 to 4dcaead Compare August 21, 2019 08:20
Copy link
Contributor

@wardpeet wardpeet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MERGE ALL THE THINGS! 🎉 🤖

@wardpeet wardpeet merged commit 8ed5197 into master Aug 21, 2019
@wardpeet wardpeet deleted the renovate/common-tags-1.x branch August 21, 2019 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants