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

Bump astro-expressive-code from 0.33.5 to 0.35.3 #61

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps astro-expressive-code from 0.33.5 to 0.35.3.

Release notes

Sourced from astro-expressive-code's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

  • dd54846: Fixes text marker labels including special characters like \ by properly escaping CSS variable contents. Thank you @​stancl!
  • Updated dependencies [dd54846]

[email protected]

Patch Changes

[email protected]

Minor Changes

  • 1875948: Adds the new package rehype-expressive-code as the successor to remark-expressive-code, which is now considered deprecated.

    If you're using the Astro integration astro-expressive-code, you will be automatically using the new package and don't need to do anything.

    If your project has a dependency on remark-expressive-code, you should replace it with rehype-expressive-code and pass it as a rehype plugin instead of a remark plugin. See the installation instructions for an example.

    The new package includes performance improvements and also works with the latest versions of MDX in popular site generators.

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

  • 1b2279f: Fixes a11y property tabindex="0" being set on non-scrollable code blocks.

    Instead of always adding tabindex="0" to the <pre> element of code blocks, a small JS module is now used to conditionally add the property to scrollable code blocks only. This ensures that scrollable regions can be accessed via keyboard navigation while avoiding audit warnings about tabindex being used on non-scrollable elements.

  • Updated dependencies [1b2279f]

[email protected]

... (truncated)

Changelog

Sourced from astro-expressive-code's changelog.

0.35.3

Patch Changes

0.35.2

Patch Changes

  • dd54846: Fixes text marker labels including special characters like \ by properly escaping CSS variable contents. Thank you @​stancl!
  • Updated dependencies [dd54846]

0.35.1

Patch Changes

0.35.0

Minor Changes

  • 1875948: Adds the new package rehype-expressive-code as the successor to remark-expressive-code, which is now considered deprecated.

    If you're using the Astro integration astro-expressive-code, you will be automatically using the new package and don't need to do anything.

    If your project has a dependency on remark-expressive-code, you should replace it with rehype-expressive-code and pass it as a rehype plugin instead of a remark plugin. See the installation instructions for an example.

    The new package includes performance improvements and also works with the latest versions of MDX in popular site generators.

Patch Changes

0.34.2

Patch Changes

0.34.1

Patch Changes

  • 1b2279f: Fixes a11y property tabindex="0" being set on non-scrollable code blocks.

... (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.33.5 to 0.35.3.
- [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/[email protected]/packages/astro-expressive-code)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 6, 2024
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants