Skip to content

fix(deps): update dependency @astrojs/rss to v4 - abandoned #10

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/rss (source) ^2.4.4 -> ^4.0.0 age adoption passing confidence

Release Notes

withastro/astro (@​astrojs/rss)

v4.0.0

Compare Source

Major Changes

v3.0.0

Compare Source

Major Changes
  • #​8188 d0679a666 Thanks @​ematipico! - Remove support for Node 16. The lowest supported version by Astro and all integrations is now v18.14.1. As a reminder, Node 16 will be deprecated on the 11th September 2023.

  • #​8179 6011d52d3 Thanks @​matthewp! - Astro 3.0 Release Candidate

  • #​8198 cb95aa5f8 Thanks @​bluwy! - Update the rss() default export to return a Response instead of a simple object, which is deprecated in Astro 3.0. If you were directly returning the rss() result from an endpoint before, this breaking change should not affect you.

    You can also import getRssString() to get the RSS string directly and use it to return your own Response:

    // src/pages/rss.xml.js
    import { getRssString } from '@​astrojs/rss';
    
    export async function get(context) {
      const rssString = await getRssString({
        title: 'Buzz’s Blog',
        ...
      });
    
      return new Response(rssString, {
        headers: {
          'Content-Type': 'application/xml',
        },
      });
    }
Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 this update 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.

Copy link

netlify bot commented Dec 6, 2023

Deploy Preview for velvety-klepon-8dcf0d ready!

Name Link
🔨 Latest commit 93148fb
🔍 Latest deploy log https://app.netlify.com/sites/velvety-klepon-8dcf0d/deploys/670f3caf67e3f0000838ea13
😎 Deploy Preview https://deploy-preview-10--velvety-klepon-8dcf0d.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@nglbot nglbot force-pushed the renovate/astrojs-rss-4.x branch from 71e8eff to a773dc0 Compare December 6, 2023 05:10
Copy link
Contributor Author

renovate bot commented Dec 6, 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.

@nglbot nglbot force-pushed the renovate/astrojs-rss-4.x branch from a773dc0 to 2d313f8 Compare December 7, 2023 05:04
@nglbot nglbot force-pushed the renovate/astrojs-rss-4.x branch from 2d313f8 to 83fc0b7 Compare January 12, 2024 05:12
@nglbot nglbot force-pushed the renovate/astrojs-rss-4.x branch from 83fc0b7 to b717532 Compare January 23, 2024 05:12
Copy link

socket-security bot commented Jan 23, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@astrojs/rss@4.0.9 None 0 35 kB fredkschott
npm/fast-xml-parser@4.5.0 None 0 174 kB amitgupta

🚮 Removed packages: npm/@astrojs/rss@2.4.4

View full report↗︎

@nglbot nglbot force-pushed the renovate/astrojs-rss-4.x branch 2 times, most recently from 39e44a0 to bb1a335 Compare February 7, 2024 05:07
@nglbot nglbot force-pushed the renovate/astrojs-rss-4.x branch from bb1a335 to fe17575 Compare April 23, 2024 04:14
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@renovate renovate bot changed the title fix(deps): update dependency @astrojs/rss to v4 fix(deps): update dependency @astrojs/rss to v4 - abandoned May 3, 2024
Copy link
Contributor Author

renovate bot commented May 3, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@nglbot nglbot force-pushed the renovate/astrojs-rss-4.x branch from fe17575 to b112216 Compare May 16, 2024 04:09
@nglbot nglbot force-pushed the renovate/astrojs-rss-4.x branch from b112216 to 5cdf04e Compare July 1, 2024 04:13
@nglbot nglbot force-pushed the renovate/astrojs-rss-4.x branch from 5cdf04e to e712881 Compare October 11, 2024 04:15
@nglbot nglbot force-pushed the renovate/astrojs-rss-4.x branch from e712881 to 93148fb Compare October 16, 2024 04:10
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.

2 participants