Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps metascraper-title from 3.12.1 to 5.4.6.

Release notes

Sourced from metascraper-title's releases.

v5.4.6

5.4.6 (2019-06-19)

Note: Version bump only for package metascraper

v5.0.0

Breaking Changes

Rules Bundles processed in parallel

Until now, the rules bundles are processed in the interface, being possible passing meta between rules:

({ htmlDom: $, meta, url: baseUrl }) => wrap($ => $('meta[property="og:logo"]').attr('content')),

Now, the bundles rules are processed in parallel, being no possible have shared information between rules, so meta will no more passed.

The only official rule bundler affected by this is metascraper-lang-detector.

Improvements

Add metascraper-readability

The metascraper-readabilityhttp://npm.im/metascraper-readability is based on https://github.com/mozilla/readability.

v4.9.0

Remove sanitize-html

The dependency is introducing a bug related to malformed URLs: #274

In fact, I detected it's no longer necessary since htmlparser2 is present as part of cheerio load method.

Result: Smaller bundler, less parsing time.

Setup CSS Insensitive Rules

One of the things related to sanitize-html was normalized some common things around the HTML markup.

Because this dependency is no more dependency and after discovering that CSS rules can be insensitive, I enabled it properly in where is possible.

Result: Better data detection, less initial parsing time.

Improve Date Rules

Based on the insensitive CSS rules improvement, I was re-checking the bundle set related to metascraper-date.

I detected some interesting improvement opportunities: some rules can be merged into the same, also being possible to convert some rules into more generic, improving the data accurately.

Also, I tried to prioritize update over create, so the output is more associated with the last modification date over the creation date.

... (truncated)
Changelog

Sourced from metascraper-title's changelog.

5.4.6 (2019-06-19)

Note: Version bump only for package metascraper

5.4.5 (2019-06-19)

Note: Version bump only for package metascraper

5.4.4 (2019-06-14)

Note: Version bump only for package metascraper

5.4.3 (2019-06-12)

Bug Fixes

  • only use entry-title selector when only one entry-title exists (#178) (83aec6f)

5.4.2 (2019-06-05)

Note: Version bump only for package metascraper

5.4.1 (2019-06-05)

Bug Fixes

... (truncated)
Commits

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 squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @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 [metascraper-title](https://github.com/microlinkhq/metascraper) from 3.12.1 to 5.4.6.
- [Release notes](https://github.com/microlinkhq/metascraper/releases)
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md)
- [Commits](microlinkhq/metascraper@v3.12.1...v5.4.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 20, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #96.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/metascraper-title-5.4.6 branch June 21, 2019 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant