Adobe-CEP / Samples

Code samples for CEP extensions
MIT License
972 stars 551 forks source link

Bump validator and feedparser in /RSSReader #149

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Removes validator. It's no longer used after updating ancestor dependency feedparser. These dependencies need to be updated together.

Removes validator

Updates feedparser from 0.16.6 to 2.2.10

Changelog

Sourced from feedparser's changelog.

2.2.10 / 2020-05-01

  • Changes a direct use of hasOwnProperty builtin to call it from Object.prototype instead
  • Update mri
  • Update readable-stream
  • Update npm audit fixes
  • Remove unused Makefile
  • Update examples to use node-fetch in place of request
  • Update mocha v7
  • Update eslint v6
  • Replace iconv with iconv-lite
  • Update travis config; drop support for unmaintained node versions
  • Merge pull request #271 from jakutis/readme-use-https
  • README: make links use https: instead of http: protocol
  • Update copyright
  • Update README
  • Merge pull request #255 from danmactough/greenkeeper/mocha-5.0.0
  • chore(package): update mocha to version 5.0.0

2.2.9 / 2018-01-27

  • Skip illegally-nested items
  • Add failing test for illegally nested items

2.2.8 / 2018-01-07

  • Fix meta['#ns'] array to avoid duplicates

2.2.7 / 2017-12-11

  • Enhance cli to take feedparser options as cli parameters
  • Improve relative url resolution in RSS feeds
  • Add issue template
  • Add link to Dave Winer's demo to README

2.2.6 / 2017-12-10

  • Prioritize alternate links for item.link

2.2.5 / 2017-12-09

  • Fix reresolve helper to correctly resolve relative URLs in RSS channel image

2.2.4 / 2017-11-08

... (truncated)

Commits


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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Adobe-CEP/Samples/network/alerts).