Skip to content

Bump astro-expressive-code from 0.34.2 to 0.37.0#46

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/astro-expressive-code-0.37.0
Open

Bump astro-expressive-code from 0.34.2 to 0.37.0#46
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/astro-expressive-code-0.37.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Bumps astro-expressive-code from 0.34.2 to 0.37.0.

Release notes

Sourced from astro-expressive-code's releases.

astro-expressive-code@0.37.0

Minor Changes

  • f07fc81: Updates peer dependency range to support Astro 5.

Patch Changes

  • rehype-expressive-code@0.37.0

astro-expressive-code@0.36.1

Patch Changes

  • 370a236: Fixes type incompatibility with Astro v4.15. Thank you @​delucis!
    • rehype-expressive-code@0.36.1

astro-expressive-code@0.36.0

Minor Changes

  • bff1106: Adds the experimental transformers option to the Shiki plugin. Thank you @​MichaelMakesGames!

    This option allows you to specify a list of Shiki transformers to be called during syntax highlighting.

    Important: This option is marked as experimental because it only supports a very limited subset of Shiki transformer features right now. Most importantly, transformers cannot modify a code block's text contents in any way, so most popular transformers will not work.

    In its current state, this option allows you to use transformers that solely modify the tokens produced by Shiki to improve syntax highlighting, e.g. applying bracket matching or changing the color of certain tokens.

    Attempting to pass incompatible transformers to this option will throw an error. This is not a bug, neither in Expressive Code, nor in Shiki or the transformers. Please do not report incompatibilities to other authors, as they are unable to fix them. The current limitations exist because the Shiki transformer API is incompatible with Expressive Code's architecture, and we will continue to work on closing the gap and improving this feature.

  • ca54f6e: Updates Shiki dependency to the latest version.

Patch Changes

  • Updated dependencies [bff1106]
  • Updated dependencies [ca54f6e]
    • rehype-expressive-code@0.36.0

astro-expressive-code@0.35.6

Patch Changes

  • ffab5a5: Hides the copy code button in case JavaScript is disabled. Thank you @​imkunet!
  • Updated dependencies [ffab5a5]
    • rehype-expressive-code@0.35.6

astro-expressive-code@0.35.5

Patch Changes

  • 7f9b29e: Fixes a Vite warning about emitFile() usage. Thank you @​evadecker and @​alexanderniebuhr!

    To avoid this warning from being incorrectly triggered, the Vite plugin internally used by astro-expressive-code has now been split into two separate plugins, making sure that emitFile is only seen by Vite during build.

... (truncated)

Changelog

Sourced from astro-expressive-code's changelog.

0.37.0

Minor Changes

  • f07fc81: Updates peer dependency range to support Astro 5.

Patch Changes

  • rehype-expressive-code@0.37.0

0.36.1

Patch Changes

  • 370a236: Fixes type incompatibility with Astro v4.15. Thank you @​delucis!
    • rehype-expressive-code@0.36.1

0.36.0

Minor Changes

  • bff1106: Adds the experimental transformers option to the Shiki plugin. Thank you @​MichaelMakesGames!

    This option allows you to specify a list of Shiki transformers to be called during syntax highlighting.

    Important: This option is marked as experimental because it only supports a very limited subset of Shiki transformer features right now. Most importantly, transformers cannot modify a code block's text contents in any way, so most popular transformers will not work.

    In its current state, this option allows you to use transformers that solely modify the tokens produced by Shiki to improve syntax highlighting, e.g. applying bracket matching or changing the color of certain tokens.

    Attempting to pass incompatible transformers to this option will throw an error. This is not a bug, neither in Expressive Code, nor in Shiki or the transformers. Please do not report incompatibilities to other authors, as they are unable to fix them. The current limitations exist because the Shiki transformer API is incompatible with Expressive Code's architecture, and we will continue to work on closing the gap and improving this feature.

  • ca54f6e: Updates Shiki dependency to the latest version.

Patch Changes

  • Updated dependencies [bff1106]
  • Updated dependencies [ca54f6e]
    • rehype-expressive-code@0.36.0

0.35.6

Patch Changes

  • ffab5a5: Hides the copy code button in case JavaScript is disabled. Thank you @​imkunet!
  • Updated dependencies [ffab5a5]
    • rehype-expressive-code@0.35.6

0.35.5

Patch Changes

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [astro-expressive-code](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/astro-expressive-code) from 0.34.2 to 0.37.0.
- [Release notes](https://github.com/expressive-code/expressive-code/releases)
- [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/astro-expressive-code/CHANGELOG.md)
- [Commits](https://github.com/expressive-code/expressive-code/commits/astro-expressive-code@0.37.0/packages/astro-expressive-code)

---
updated-dependencies:
- dependency-name: astro-expressive-code
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 1, 2024
@vercel
Copy link

vercel bot commented Oct 1, 2024

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

Name Status Preview Comments Updated (UTC)
blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 1, 2024 2:35am

@github-actions
Copy link

This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions
Copy link

This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file no-pr-activity

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants