You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update RSS component versions and add User-Agent header
- Bump @pipedream/rss version to 0.5.9
- Update merge-rss-feeds action version to 1.2.9
- Add User-Agent header in rss.app.ts
- Bump new-item-from-multiple-feeds source version to 1.2.8
- Bump new-item-in-feed source version to 1.2.8
* Refactor RSS component methods to disable TypeScript explicit any warnings
- Added eslint-disable comments for explicit any type in itemTs, itemKey, fetchFeed, isJSONFeed, and sortItems methods in rss.app.ts.
- Updated new-item-from-multiple-feeds source to disable explicit any warning in forEach method.
* Update random-item-in-multiple-feeds source version to 0.2.8 and adjust import order
* Update RSS component versions and refactor axios usage
- Bump @pipedream/rss version to 0.5.10
- Update merge-rss-feeds action version to 1.2.10
- Update new-item-from-multiple-feeds source version to 1.2.9
- Update new-item-in-feed source version to 1.2.9
- Update random-item-in-multiple-feeds source version to 0.2.9
- Refactor axios usage in rss.app.ts to use axios.request
Copy file name to clipboardExpand all lines: components/rss/actions/merge-rss-feeds/merge-rss-feeds.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ export default defineAction({
5
5
name: "Merge RSS Feeds",
6
6
description: "Retrieve multiple RSS feeds and return a merged array of items sorted by date [See documentation](https://www.rssboard.org/rss-specification)",
0 commit comments