-
Notifications
You must be signed in to change notification settings - Fork 11
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
chore(deps): bump astrojs/check #6165
Merged
mergify
merged 3 commits into
main
from
devs/sileht/preact/I548a552d07996df5e1944bf13f6f4edc2b6fbd3a
Mar 5, 2025
Merged
chore(deps): bump astrojs/check #6165
mergify
merged 3 commits into
main
from
devs/sileht/preact/I548a552d07996df5e1944bf13f6f4edc2b6fbd3a
Mar 5, 2025
+548
−2,058
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
No need to have two frameworks. Change-Id: I2841bff3a6b271fc3796eb63b8430da1e036bdc6
We have to enable the shiki highlighting mode and set a theme. Fixes MRGFY-4834 Change-Id: I49affe940645f81f941f03e116d02c4896ff031e
astrojs now enforces the typechecking, so this change fixes the typing everywhere. Change-Id: I548a552d07996df5e1944bf13f6f4edc2b6fbd3a
This was referenced Mar 5, 2025
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 ⛓️ Depends-On RequirementsWonderful, this rule succeeded.Requirement based on the presence of
🟢 🤖 Continuous IntegrationWonderful, this rule succeeded.
🟢 👀 Review RequirementsWonderful, this rule succeeded.
🟢 Changelog requirementsWonderful, this rule succeeded.
🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 ReviewsWonderful, this rule succeeded.
|
Base automatically changed from
devs/sileht/preact/I49affe940645f81f941f03e116d02c4896ff031e
to
main
March 5, 2025 14:43
DouglasBlackwood
approved these changes
Mar 5, 2025
jd
approved these changes
Mar 5, 2025
70 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
astrojs now enforces the typechecking, so this change fixes the typing
everywhere.
Depends-On: #6138