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 v1.7.2 #127

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 16, 2018

This Pull Request updates dependency common-tags from v1.4.0 to v1.7.2

Release Notes

v1.5.0

Breaking Changes 🚨
  • stripIndents removes empty lines - this is a bug and will be fixed in v1.5.1 (#​128)
Fixes
  • oneLine preserves whitespace within lines (#​90) - thanks @​hjdivad!
  • inlineArrayTransformer doesn't add extra newlines when maintaining indentation (#​114) - thanks @​ibrahima!
  • a conjunction is not added by inlineArrayTransformer when there is only one element in an array (#​117) - thanks @​LucianBuzzo!
  • oneLineTrim works properly in cases where there's no indentation (#​126)
  • non-standard (not yet) trimLeft/trimRight were replaced with regular expressions (#​127)
New Features
  • "start" and "end" were added as new sides accepted by trimResultTransformer (#​127)
Dependencies
  • babel-runtime was bumped to ^6.26.0 from ^6.18.0

v1.5.1

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

v1.6.0

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.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.


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 🎊


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

v1.5.0

  • f8e01d8 chore(package): update snazzy to version 6.0.0
  • f651e9d Merge pull request #​91 from declandewet/greenkeeper/snazzy-6.0.0
  • ed154f3 Fix typo in readme.md: gaurantee -> guarantee
  • 3c5ec7c Add onLiteral function to transformers and replaceLiteralTransformer
  • b31038e Update TOC in readme.md
  • f9a71cf chore(package): update codecov to version 3.0.0
  • 6b95d24 chore(package): update cross-env to version 5.1.1
  • 0eabb7c chore(package): update micromatch to version 3.1.4
  • 28e96e7 chore(package): update nyc to version 11.3.0
  • bb1d67f chore(package): update babel-eslint to version 8.0.2
  • a1bd5ce Merge pull request #​119 from declandewet/greenkeeper/micromatch-3.1.4
  • 7e0419e Merge pull request #​98 from josephfrazier/patch-1
  • 10a43ec Merge pull request #​87 from do7be/feature/remove-unnecessary-parentheses
  • bbeaf8f Merge pull request #​120 from declandewet/greenkeeper/cross-env-5.1.1
  • 39a4246 Merge pull request #​121 from declandewet/greenkeeper/babel-eslint-8.0.2
  • ec0ffe7 Merge branch 'master' into greenkeeper/nyc-11.3.0
  • 77865ea Merge branch 'master' into greenkeeper/codecov-3.0.0
  • 9fe5bd9 Merge pull request #​122 from declandewet/greenkeeper/nyc-11.3.0
  • 85dee73 Merge pull request #​123 from declandewet/greenkeeper/codecov-3.0.0
  • 14394ec Remove "which"
  • 58294e0 Upgrade ava to 0.23.0
  • ae0525b Update babel-cli to 6.26.0
  • 177054c Update rimraf to 2.6.2
  • db39a6e Upgrade snazzy to 7.0.0 and add standard as a devDep
  • ad8c161 Upgrade babel deps
  • 01fd167 Upgrade doctoc to 1.3.0
  • 50ebafa Upgrade when to 3.7.8
  • 44cb928 Remove regenerator-runtime
  • 6d06619 Replace babel-preset-stage-0 with plugins and upgrade .babelrc
  • 4053a18 Replace babel-preset-latest with babel-preset-env
  • c2e5ae6 Remove regenerator-runtime from unused-ignores
  • 607dca1 Exclude .babelrc.js from npm package and codecov
  • 9295ee1 Merge pull request #​124 from declandewet/update-deps
  • 6023b75 Fix InlineArrayTransformer adding extra newlines when maintaining indentation [WIP] (#​114)
  • 147a84a Add a test for a newline preceding an array in html tag
  • bed83d8 Don't insert a conjunction if the substition array contains only one item (#​117)
  • 8a78ea5 Add info about stripIndent tag not being the html tag
  • e9365c4 Fix oneLineTrim (#​126)
  • a433625 Don't fail fast by default when running the tests
  • 6fb2cdc Misc - fix test names
  • 778b3e6 Add a note about needed polyfills
  • 92ec152 Use slice instead of substr
  • 900aa00 Replace trim methods with RegExp (#​127)
  • daa8a77 Add Rafał Ruciński as a contributor
  • f81559f 1.5.0

v1.5.1

  • 292c10a Fix stripIndents and add regression tests (#​129)
  • 62ff633 1.5.1

v1.6.0

  • 936b3f6 A little better RegExps and refactor (#​130)
  • a1d8901 chore(package): update ava to version 0.24.0 (#​131)
  • 25937c8 feat: Support string as an argument to the tag function (#​132)
  • acfe96f add new logo + prevent logo from breaking again
  • 95762f3 use actual emoji so README doesn't look broken on pages that don't support emoji tags
  • ab9abe9 extract table of contents (toc) generation to own script & generate new toc
  • 551c890 fix markdown lint errors
  • 7fb572b add note about type definitions
  • b7f3f28 change string usage header to be more descriptive and conform it to title capitilization
  • 6f5a83c add see who is using section
  • dc36e2c remove emoji from titles because it breaks navigation
  • c6f128c remove wallaby.js
  • 1e81686 generate package-lock
  • 953e503 fix slack link
  • a61cfc2 improve introductory section
  • c6b0925 Merge pull request #​133 from declandewet/maintenance
  • a4007c8 Merge branch 'master' into transform-literals
  • 7393d25 fix logo text
  • 48d0c6d Merge pull request #​135 from declandewet/fix-logo-text
  • d156062 1.6.0

v1.7.0

  • 3fe7cd8 chore(package): update cross-env to version 5.1.3
  • 156f200 Merge pull request #​136 from declandewet/greenkeeper/cross-env-5.1.3
  • ff8eb71 Take #​132 changes into account
  • 446229e Rename onLiteral to onString (and replaceLiteralTransformer to replaceStringTransformer)
  • 2ffb01e Merge pull request #​106 from pizzafroide/transform-literals
  • 38c07c9 1.7.0

v1.7.1

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

v1.7.2

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

This PR has been generated by Renovate Bot.

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.

None yet

1 participant