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

Bump @extractus/feed-extractor from 6.2.2 to 7.0.5 #41

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2023

Bumps @extractus/feed-extractor from 6.2.2 to 7.0.5.

Release notes

Sourced from @​extractus/feed-extractor's releases.

v7.0.5

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

v7.0.3

  • Fix issue #105
  • Update dependencies

v7.0.2

  • Fix issue #103
  • Update dependencies
  • Update README

v7.0.1

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

v7.0.0

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

v6.3.0

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

v6.2.4

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

Example feed extraction via proxy server with agent

import { extract } from '@extractus/feed-extractor'
import { HttpsProxyAgent } from 'https-proxy-agent'
const proxy = 'http://abc:RaNdoMpasswORd_country-France@proxy.packetstream.io: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)
</tr></table>

... (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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [@extractus/feed-extractor](https://github.com/extractus/feed-extractor) from 6.2.2 to 7.0.5.
- [Release notes](https://github.com/extractus/feed-extractor/releases)
- [Commits](extractus/feed-extractor@v6.2.2...v7.0.5)

---
updated-dependencies:
- dependency-name: "@extractus/feed-extractor"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants