-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix(deps): update dependency astro-expressive-code to ^0.28.2 (docs-v2) #294
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
b9f435d
to
c477e7d
Compare
c477e7d
to
792118d
Compare
792118d
to
e57cee9
Compare
e57cee9
to
a1b1eca
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json
|
8cf7a69
to
76de5ed
Compare
f7d641f
to
5a320c4
Compare
5a320c4
to
f00969f
Compare
Expressive code > 0.27.1 is not compatible with Astro 2. We'll upgrade this when we do the big update to Astro 3. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
^0.27.1
->^0.28.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
expressive-code/expressive-code (astro-expressive-code)
v0.28.2
Compare Source
Patch Changes
8c1bdd7
: Useimport type
in route handlers to avoid potentialAPIRoute
warning.v0.28.1
Compare Source
Patch Changes
3425d97
: Add missingfiles
entry to makeemitExternalStylesheet
option work.Sadly, this bug didn't occur before actually publishing the package - it worked fine when linking the package locally. Sorry about that!
v0.28.0
Compare Source
Minor Changes
20a2116
: AddemitExternalStylesheet
option.Determines if the styles required to display code blocks should be emitted into a separate CSS file rather than being inlined into the rendered HTML of the first code block per page. The generated URL
_astro/ec.{hash}.css
includes a content hash and can be cached indefinitely by browsers.This is recommended for sites containing multiple pages with code blocks, as it will reduce the overall footprint of the site when navigating between pages.
Important: To actually benefit from caching, please ensure that your hosting provider serves the contents of the
_astro
directory as immutable files with a long cache lifetime, e.g.Cache-Control: public,max-age=31536000,immutable
.Defaults to
true
.Patch Changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.