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(deps): update dependency common-tags to version 1.8.0 🌟 #3368

Merged
merged 1 commit into from
Feb 7, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 7, 2019

This PR contains the following updates:

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

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: "after 10pm every weekday,every weekend,before 5am every weekday" in timezone America/New_York.

🚦 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 added renovate Triggered by renovatebot type: dependencies labels Feb 7, 2019
@cypress-bot cypress-bot bot added the stage: needs review The PR code is done & tested, needs review label Feb 7, 2019
Copy link
Member

@jennifer-shehane jennifer-shehane left a comment

Choose a reason for hiding this comment

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

Updates notes

Commonly used template literal tag functions for use in ES2015+

Looks good to go.

@jennifer-shehane jennifer-shehane merged commit 5af5628 into develop Feb 7, 2019
@renovate renovate bot deleted the renovate/common-tags-1.x branch February 7, 2019 10:03
@jennifer-shehane jennifer-shehane removed the stage: needs review The PR code is done & tested, needs review label Mar 13, 2019
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Mar 15, 2019

Released in 3.2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate Triggered by renovatebot type: dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants