-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update astro monorepo #15
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/astro-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/astro-monorepo
branch
from
July 18, 2024 16:19
71d20e0
to
873a97e
Compare
renovate
bot
changed the title
Update dependency astro to v4.11.6
Update astro monorepo
Jul 18, 2024
renovate
bot
force-pushed
the
renovate/astro-monorepo
branch
3 times, most recently
from
July 21, 2024 13:48
8f43f6a
to
374c4e6
Compare
renovate
bot
force-pushed
the
renovate/astro-monorepo
branch
from
July 30, 2024 18:16
374c4e6
to
2e77124
Compare
renovate
bot
force-pushed
the
renovate/astro-monorepo
branch
from
August 1, 2024 10:47
2e77124
to
d776f1e
Compare
renovate
bot
force-pushed
the
renovate/astro-monorepo
branch
from
August 2, 2024 13:55
d776f1e
to
05b87ad
Compare
renovate
bot
force-pushed
the
renovate/astro-monorepo
branch
from
August 8, 2024 14:09
05b87ad
to
2a36626
Compare
renovate
bot
changed the title
Update dependency astro to v4.13.1
Update dependency astro to v4.13.2
Aug 8, 2024
renovate
bot
force-pushed
the
renovate/astro-monorepo
branch
from
August 9, 2024 22:45
2a36626
to
e59c58e
Compare
renovate
bot
changed the title
Update dependency astro to v4.13.2
Update dependency astro to v4.13.3
Aug 9, 2024
renovate
bot
force-pushed
the
renovate/astro-monorepo
branch
from
August 14, 2024 09:03
e59c58e
to
c456130
Compare
renovate
bot
changed the title
Update dependency astro to v4.13.3
Update dependency astro to v4.13.4
Aug 14, 2024
renovate
bot
force-pushed
the
renovate/astro-monorepo
branch
from
August 15, 2024 12:59
c456130
to
65bd383
Compare
renovate
bot
changed the title
Update dependency astro to v4.13.4
Update dependency astro to v4.14.0
Aug 15, 2024
renovate
bot
force-pushed
the
renovate/astro-monorepo
branch
from
September 2, 2024 12:33
bef19ce
to
211e7a7
Compare
renovate
bot
force-pushed
the
renovate/astro-monorepo
branch
from
September 5, 2024 03:21
211e7a7
to
5b4ca9f
Compare
renovate
bot
force-pushed
the
renovate/astro-monorepo
branch
from
September 6, 2024 17:06
5b4ca9f
to
7e8c999
Compare
renovate
bot
changed the title
Update astro monorepo
Update astro monorepo - autoclosed
Sep 11, 2024
renovate
bot
changed the title
Update astro monorepo - autoclosed
Update astro monorepo
Sep 13, 2024
renovate
bot
force-pushed
the
renovate/astro-monorepo
branch
from
September 13, 2024 13:23
7e8c999
to
f97b5e7
Compare
renovate
bot
force-pushed
the
renovate/astro-monorepo
branch
from
October 7, 2024 16:23
f97b5e7
to
be5fa68
Compare
renovate
bot
changed the title
Update astro monorepo
Update dependency astro to v4.15.12
Oct 7, 2024
renovate
bot
changed the title
Update dependency astro to v4.15.12
Update astro monorepo
Oct 10, 2024
renovate
bot
force-pushed
the
renovate/astro-monorepo
branch
from
January 23, 2025 17:15
be5fa68
to
9ed5b6e
Compare
| datasource | package | from | to | | ---------- | ---------------- | ----- | ------ | | npm | @astrojs/mdx | 3.1.7 | 3.1.9 | | npm | @astrojs/rss | 4.0.7 | 4.0.11 | | npm | @astrojs/sitemap | 3.2.0 | 3.2.1 |
renovate
bot
force-pushed
the
renovate/astro-monorepo
branch
from
February 1, 2025 21:17
9ed5b6e
to
b0fcf98
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.1.7
->3.1.9
4.0.7
->4.0.11
3.2.0
->3.2.1
Release Notes
withastro/astro (@astrojs/mdx)
v3.1.9
Compare Source
Patch Changes
1d4f6a4
Thanks @bmenant! - Addcomponents
property to MDXInstance type definition (RenderResult and module import)v3.1.8
Compare Source
Patch Changes
710a1a1
]:withastro/astro (@astrojs/rss)
v4.0.11
Compare Source
Patch Changes
ebe2aa9
Thanks @SapphicMoe! - Revert incorrect Content-Type header applied for RSS XML filev4.0.10
Compare Source
Patch Changes
5b9b618
Thanks @kunyan! - Sends the standard RSS content type response header, with UTF-8 charsetv4.0.9
Compare Source
Patch Changes
925cff3
Thanks @bholmesdev! - Improves README configuration reference.v4.0.8
Compare Source
Patch Changes
#12137
50dd88b
Thanks @ArmandPhilippot! - Fixes an error that occurred when the optionalpubDate
property was missing in an item.#12137
50dd88b
Thanks @ArmandPhilippot! - Fixes an error where docs incorrectly stated thetitle
,link
andpubDate
properties of RSS items was required.withastro/astro (@astrojs/sitemap)
v3.2.1
Compare Source
Patch Changes
07754f5
Thanks @mingjunlu! - Adds missingxslURL
property toSitemapOptions
type.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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.