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

Update dependency @extractus/feed-extractor to v7 #48

Merged
merged 2 commits into from
Oct 5, 2023

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@extractus/feed-extractor (source) ^6.1.7 -> ^7.0.0 age adoption passing confidence
@extractus/feed-extractor (source) ^6.1.7 -> ^7.0.0 age adoption passing confidence

Release Notes

extractus/feed-extractor (@​extractus/feed-extractor)

v7.0.6

Compare Source

v7.0.5

Compare Source

  • Add support to RDF format (#​80)
  • Allow to set custom attributeNamePrefix (#​100)

v7.0.4

Compare Source

Fix issue #​108

  • Change the order of params to use description first. Apply to rss/atom normalization.

v7.0.3

Compare Source

  • Fix issue #​105
  • Update dependencies

v7.0.2

Compare Source

  • Fix issue #​103
  • Update dependencies
  • Update README

v7.0.1

Compare Source

  • Update dependencies
  • Fix imports section
  • Allow to disable description truncation (#​101)

v7.0.0

Compare Source

  • Add deno.json & imports sections
  • Update dependencies
  • Improve README

v6.3.0

Compare Source

  • Add support to signal
  • Stop support Node < 15
  • Stop support commonjs version
    • Remove build script
  • Update examples code
  • Update dependencies

v6.2.4

Compare Source

  • Update dependencies
  • Add agent to fetchOptions for better proxy support

Example feed extraction via proxy server with agent

import { extract } from '@&#8203;extractus/feed-extractor'

import { HttpsProxyAgent } from 'https-proxy-agent'

const proxy = 'http://abc:[email protected]:31113'

const url = 'https://news.google.com/rss'

const feed = await extract(url, {}, {
  agent: new HttpsProxyAgent(proxy),
})
console.log('Run feed-extractor with proxy:', proxy)
console.log(feed)

v6.2.3

Compare Source

v6.2.2

Compare Source

v6.2.1

Compare Source

  • Replace read() by extract()
    • Mark read() as deprecated method
  • Add new methods: extractFromJson() & extractFromXml()
  • Change coding convention (remove standardjs)
  • Fix ts interface of fetch
  • Update dependencies
  • Update examples

v6.2.0

Compare Source

  • Fix problem with id parsing in ATOM
  • Get more date fields from ATOM (add issued, modified)
  • Improve test scripts (validate extracted values)

v6.1.9

Compare Source

  • Fix problem with some rss sources those provide only id instead of link
  • Update dependencies
  • Update docs

v6.1.8

Compare Source

  • Add id field to feed entries by default. Thanks to @​turt2live for pr #​75
  • Update dependencies

Configuration

📅 Schedule: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/extractus-feed-extractor-7.x branch from b22bfa0 to 00479e4 Compare October 5, 2023 10:33
@joschi joschi force-pushed the renovate/extractus-feed-extractor-7.x branch from 00479e4 to 9289ac5 Compare October 5, 2023 11:23
@renovate
Copy link
Author

renovate bot commented Oct 5, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@joschi joschi merged commit a7aa258 into main Oct 5, 2023
6 checks passed
@joschi joschi deleted the renovate/extractus-feed-extractor-7.x branch October 5, 2023 12:07
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.

1 participant