Skip to content

Bump astro-expressive-code from 0.35.4 to 0.36.1#138

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/astro-expressive-code-0.36.1
Closed

Bump astro-expressive-code from 0.35.4 to 0.36.1#138
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/astro-expressive-code-0.36.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2024

Copy link
Copy Markdown
Contributor

Bumps astro-expressive-code from 0.35.4 to 0.36.1.

Release notes

Sourced from astro-expressive-code's releases.

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.

    • rehype-expressive-code@0.35.5
Changelog

Sourced from astro-expressive-code's changelog.

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

  • 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.

    • rehype-expressive-code@0.35.5
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.35.4 to 0.36.1.
- [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.36.1/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 Sep 1, 2024
@dependabot @github

dependabot Bot commented on behalf of github Oct 1, 2024

Copy link
Copy Markdown
Contributor Author

Superseded by #149.

@dependabot dependabot Bot closed this Oct 1, 2024
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/astro-expressive-code-0.36.1 branch October 1, 2024 03:57
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants