Skip to content

chore(deps): bump feedsmith from 2.9.0 to 2.9.1#271

Merged
yoshinorin merged 1 commit intomasterfrom
dependabot/npm_and_yarn/feedsmith-2.9.1
Mar 26, 2026
Merged

chore(deps): bump feedsmith from 2.9.0 to 2.9.1#271
yoshinorin merged 1 commit intomasterfrom
dependabot/npm_and_yarn/feedsmith-2.9.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps feedsmith from 2.9.0 to 2.9.1.

Release notes

Sourced from feedsmith's releases.

v2.9.1

2.9.1 (2026-03-15)

Testing

  • Add 236 real-world feed parsing tests for RSS, Atom, RDF, and JSON formats covering CDATA handling, HTML entities, namespace scoping, stop node behavior, XML comments, malformed XML resilience, and encoding edge cases (#263)

Bug Fixes

  • Add missing stop nodes for all namespace elements with text content (7e8081a)
  • Add namespace stop nodes to preserve CDATA markers during parsing (df93907)
  • Fix Atom stop node typo, remove unused channel author stop node, add author tests (c870260)
  • Fix typo in Atom stop node entry for feed.entry.source.title (5d43a44)
  • Handle malformed RSS feeds with items, image, and textInput outside channel (60e4990)
  • Handle prefixed RSS 1.0 elements in RDF feed parsing (c304793)
  • Scope media scene stop nodes to media:scene parent (04f3b14)
  • Strip XML comments from stop node text content (5720c43)
  • Use Atom link text content as href when href attribute is missing (52d99d3)

Performance Improvements

  • Create namespace normalizator once per feed format instead of per parse call (35191f7)
Commits
  • e77883e test: Add multiple nesting levels test for OPML outlines
  • 8982240 test: Refactor real-world tests to use const expected + toEqual pattern
  • 798fb64 Merge pull request #265 from macieklamberski/perf/hoist-namespace-normalizator
  • 35191f7 perf: Create namespace normalizator once per feed format instead of per parse...
  • 647f1b0 Merge pull request #263 from macieklamberski/test/real-world-feed-suite
  • 207c747 chore: Replace catalogue comments with descriptive ones in test files
  • 6783593 Merge branch 'main' into test/real-world-feed-suite
  • b39d826 Merge pull request #264 from macieklamberski/fix/rdf-prefixed-rss-elements
  • 262c761 refactor: Extract RSS 1.0 namespace URIs to dedicated config
  • c304793 fix: Handle prefixed RSS 1.0 elements in RDF feed parsing
  • 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 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 [feedsmith](https://github.com/macieklamberski/feedsmith) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/macieklamberski/feedsmith/releases)
- [Commits](macieklamberski/feedsmith@v2.9.0...v2.9.1)

---
updated-dependencies:
- dependency-name: feedsmith
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 16, 2026
@github-actions
Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
npm/fast-xml-builder 1.1.3 UnknownUnknown
npm/fast-xml-parser 5.4.2 🟢 5.9
Details
CheckScoreReason
Code-Review⚠️ 1Found 4/30 approved changesets -- score normalized to 1
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Security-Policy🟢 10security policy file detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Maintained🟢 1028 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Fuzzing🟢 10project is fuzzed
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
npm/feedsmith 2.9.1 UnknownUnknown
npm/path-expression-matcher 1.1.3 UnknownUnknown
npm/strnum 2.2.0 UnknownUnknown

Scanned Files

  • package-lock.json

@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 98.734%. remained the same
when pulling ad26ff9 on dependabot/npm_and_yarn/feedsmith-2.9.1
into e1a0d2b on master.

@yoshinorin yoshinorin merged commit 7f5304e into master Mar 26, 2026
24 checks passed
@yoshinorin yoshinorin deleted the dependabot/npm_and_yarn/feedsmith-2.9.1 branch March 26, 2026 17:00
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.

2 participants