Skip to content
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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
astro-expressive-code ^0.27.1 -> ^0.28.2 age adoption passing confidence

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

v0.28.1

Compare Source

Patch Changes
  • 3425d97: Add missing files entry to make emitExternalStylesheet 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: Add emitExternalStylesheet 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.


  • 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

vercel bot commented Nov 7, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dev-docs ❌ Failed (Inspect) Nov 11, 2023 11:45am

@renovate renovate bot force-pushed the renovate/docs-v2-astro-expressive-code-0.x branch from b9f435d to c477e7d Compare November 8, 2023 09:41
@renovate renovate bot changed the title fix(deps): update dependency astro-expressive-code to ^0.27.0 (docs-v2) fix(deps): update dependency astro-expressive-code to ^0.27.1 (docs-v2) Nov 9, 2023
@renovate renovate bot force-pushed the renovate/docs-v2-astro-expressive-code-0.x branch from c477e7d to 792118d Compare November 9, 2023 22:14
@renovate renovate bot force-pushed the renovate/docs-v2-astro-expressive-code-0.x branch from 792118d to e57cee9 Compare November 10, 2023 14:20
@renovate renovate bot force-pushed the renovate/docs-v2-astro-expressive-code-0.x branch from e57cee9 to a1b1eca Compare November 11, 2023 02:03
@renovate renovate bot changed the title fix(deps): update dependency astro-expressive-code to ^0.27.1 (docs-v2) fix(deps): update dependency astro-expressive-code to ^0.28.2 (docs-v2) Nov 11, 2023
Copy link
Contributor Author

renovate bot commented Nov 11, 2023

⚠ Artifact update problem

Renovate 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/astro
npm ERR!   astro@"^2.10.15" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer astro@"^3.0.0-beta" from [email protected]
npm ERR! node_modules/astro-expressive-code
npm ERR!   astro-expressive-code@"^0.28.2" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/9f8361/57a371/cache/others/npm/_logs/2023-11-11T13_25_33_536Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/9f8361/57a371/cache/others/npm/_logs/2023-11-11T13_25_33_536Z-debug-0.log

@renovate renovate bot force-pushed the renovate/docs-v2-astro-expressive-code-0.x branch 2 times, most recently from 8cf7a69 to 76de5ed Compare November 11, 2023 10:54
@renovate renovate bot force-pushed the renovate/docs-v2-astro-expressive-code-0.x branch 2 times, most recently from f7d641f to 5a320c4 Compare November 11, 2023 11:23
@renovate renovate bot force-pushed the renovate/docs-v2-astro-expressive-code-0.x branch from 5a320c4 to f00969f Compare November 11, 2023 11:43
@Sporiff Sporiff closed this Nov 11, 2023
@Sporiff
Copy link
Contributor

Sporiff commented Nov 11, 2023

Expressive code > 0.27.1 is not compatible with Astro 2. We'll upgrade this when we do the big update to Astro 3.

Copy link
Contributor Author

renovate bot commented Nov 11, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^0.28.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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.

1 participant