Skip to content
This repository has been archived by the owner on Aug 28, 2018. It is now read-only.

Update dependency striptags to v3 (Renovate, please reopen) #357

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 23, 2018

This Pull Request updates dependency striptags from v2.2.1 to v3.1.1

Release Notes

v3.0.0

Completely rewritten from the ground up, using some of Node v4+ javascript features. Changes around the state machine aspect should mean an increase in speed.

Now features a streaming mode, where partial HTML can be pumped into a function and stripped HTML is returned.


Commits

v3.0.0

  • dd1ed03 Rewrite core module.
  • 969cebd Move module back into src/ directory.
  • 86e95d2 Remove HTML test coverage command and JSHint config.
  • adf53b6 Update mocha version and rewrite tests.
  • eb4d1f0 Add test for streaming mode w/ allowable_tags.
  • 9d9a804 Update README.md
  • cd53825 v3.0.0

v3.0.1

v3.1.0

v3.1.1


This PR has been generated by Renovate Bot.

@codecov-io
Copy link

Codecov Report

Merging #357 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #357   +/-   ##
=======================================
  Coverage   96.19%   96.19%           
=======================================
  Files          12       12           
  Lines         368      368           
  Branches       38       38           
=======================================
  Hits          354      354           
  Misses         10       10           
  Partials        4        4

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a0ae8a0...7fe6849. Read the comment docs.

@openjck
Copy link
Contributor

openjck commented Feb 23, 2018

No can do, my friend. striptags v3 is incompatible with uglifyjs-webpack-plugin. The uglifyjs-webpack-plugin team has fixed this, but they haven't released the fixes yet. Even then, the fixes will need to trickle down to webpack-stream, the package we use directly that has uglifyjs-webpack-plugin as a distant dependency.

@openjck openjck closed this Feb 23, 2018
@renovate
Copy link
Contributor Author

renovate bot commented Feb 23, 2018

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 3.x releases. However, if you upgrade to 3.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate renovate bot deleted the renovate/striptags-3.x branch February 23, 2018 01:43
@openjck
Copy link
Contributor

openjck commented Feb 23, 2018

My mistake. The fix has been released and webpack-stream is using it. I'll reopen the PR.

@openjck openjck changed the title Update dependency striptags to v3 Update dependency striptags to v3 (Renovate, please reopen) Feb 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants