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

Bump masterminds/html5 from 2.3.1 to 2.4.0 #1468

Merged
merged 1 commit into from
Nov 19, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps masterminds/html5 from 2.3.1 to 2.4.0.

Release notes

Sourced from masterminds/html5's releases.

2.4.0

This release brings big performance improvements (thanks tgalopin for the excellent work).

Based on the test/benchmark/run.php benchmark, 2.4.0 is 2x faster than 2.3.1 when parsing HTML5 documents.

Here a list of the changes:

  • #148: Improve performance by moving sequence matching
  • #147: Improve the Tokenizer performance
  • #146: Improve performance by relying on a native string instead of InputStream
  • #144: Add DOM extension in composer.json
  • #145: Add more extensions on composer.json, improve phpdocs and remove dead code
  • #143: Remove experimental comment
Changelog

Sourced from masterminds/html5's changelog.

2.4.0 (2018-11-17)

  • #148: Improve performance by moving sequence matching
  • #147: Improve the Tokenizer performance
  • #146: Improve performance by relying on a native string instead of InputStream
  • #144: Add DOM extension in composer.json
  • #145: Add more extensions on composer.json, improve phpdocs and remove dead code
  • #143: Remove experimental comment
Commits
  • cadcfaa update changelog for 2.4.0
  • ed6b64d Merge pull request #148 from Masterminds/perf
  • 5c5634a move sequenceMatches to the Scanner
  • 9494e34 improve consume speed
  • a48091c Merge pull request #147 from tgalopin/tokenizer-perfs
  • 563687a Merge pull request #146 from tgalopin/remove-input-streams
  • 7ac198d Remove another current call
  • f7a954d Inline tag open in Tokenizer to further improve performances
  • b3ef91f Improve Tokenizer performance by inlining text parsing and removing some Scan...
  • 321ed96 Improve performance by relying on a native string instead of InputStream
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [masterminds/html5](https://github.com/Masterminds/html5-php) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/Masterminds/html5-php/releases)
- [Changelog](https://github.com/Masterminds/html5-php/blob/2.x/RELEASE.md)
- [Commits](Masterminds/html5-php@2.3.1...2.4.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies php Pull requests that update Php code labels Nov 19, 2018
@codecov
Copy link

codecov bot commented Nov 19, 2018

Codecov Report

Merging #1468 into dev will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##                dev    #1468   +/-   ##
=========================================
  Coverage     62.92%   62.92%           
  Complexity     4350     4350           
=========================================
  Files           114      114           
  Lines         18980    18980           
=========================================
  Hits          11943    11943           
  Misses         7037     7037

Copy link
Contributor

@dac514 dac514 left a comment

Choose a reason for hiding this comment

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

If the tests don't fail I say yes. Performance improvements for this lib, one of our slowest, always appreciated.

@greatislander greatislander merged commit 583996b into dev Nov 19, 2018
@greatislander greatislander deleted the dependabot/composer/masterminds/html5-2.4.0 branch November 19, 2018 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants