-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for velvety-klepon-8dcf0d ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
71e8eff
to
a773dc0
Compare
Edited/Blocked NotificationRenovate 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. |
a773dc0
to
2d313f8
Compare
2d313f8
to
83fc0b7
Compare
83fc0b7
to
b717532
Compare
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@astrojs/rss@2.4.4 |
39e44a0
to
bb1a335
Compare
bb1a335
to
fe17575
Compare
|
Autoclosing SkippedThis 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. |
fe17575
to
b112216
Compare
b112216
to
5cdf04e
Compare
5cdf04e
to
e712881
Compare
e712881
to
93148fb
Compare
This PR contains the following updates:
^2.4.4
->^4.0.0
Release Notes
withastro/astro (@astrojs/rss)
v4.0.0
Compare Source
Major Changes
153a5abb9
Thanks @bluwy! - Removes the deprecated (in v3.0)drafts
option as the feature is deprecated in Astro 3.0v3.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 therss()
default export to return aResponse
instead of a simple object, which is deprecated in Astro 3.0. If you were directly returning therss()
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:Patch Changes
#8099
732111cdc
Thanks @bluwy! - Deprecate themarkdown.drafts
configuration option.If you'd like to create draft pages that are visible in dev but not in production, you can migrate to content collections and manually filter out pages with the
draft: true
frontmatter property instead.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.
This PR has been generated by Mend Renovate. View repository job log here.