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

build(deps): bump the npm group in /website with 10 updates #2424

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 Feb 7, 2025

Bumps the npm group in /website with 10 updates:

Package From To
@shikijs/core 2.1.0 2.3.1
@shikijs/engine-javascript 2.1.0 2.3.1
@shikijs/engine-oniguruma 2.1.0 2.3.1
@shikijs/transformers 2.3.1 2.3.2
@shikijs/types 2.1.0 2.3.1
oniguruma-to-es 2.3.0 3.1.0
regex-recursion 5.1.1 6.0.2
regex 5.1.1 6.0.1
rollup 4.34.4 4.34.5
shiki 2.3.1 2.3.2

Updates @shikijs/core from 2.1.0 to 2.3.1

Release notes

Sourced from @​shikijs/core's releases.

v2.3.1

   🐞 Bug Fixes

    View changes on GitHub

v2.3.0

   🚀 Features

    View changes on GitHub

v2.2.0

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @shikijs/engine-javascript from 2.1.0 to 2.3.1

Release notes

Sourced from @​shikijs/engine-javascript's releases.

v2.3.1

   🐞 Bug Fixes

    View changes on GitHub

v2.3.0

   🚀 Features

    View changes on GitHub

v2.2.0

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 3cee69f chore: release v2.3.1
  • 9cd269d chore: release v2.3.0
  • c792c7d feat(engine-js): lazy compile extremely long patterns in precompiled grammars...
  • 3a166ad chore: release v2.2.0
  • See full diff in compare view

Updates @shikijs/engine-oniguruma from 2.1.0 to 2.3.1

Release notes

Sourced from @​shikijs/engine-oniguruma's releases.

v2.3.1

   🐞 Bug Fixes

    View changes on GitHub

v2.3.0

   🚀 Features

    View changes on GitHub

v2.2.0

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @shikijs/transformers from 2.3.1 to 2.3.2

Release notes

Sourced from @​shikijs/transformers's releases.

v2.3.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @shikijs/types from 2.1.0 to 2.3.1

Release notes

Sourced from @​shikijs/types's releases.

v2.3.1

   🐞 Bug Fixes

    View changes on GitHub

v2.3.0

   🚀 Features

    View changes on GitHub

v2.2.0

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates oniguruma-to-es from 2.3.0 to 3.1.0

Release notes

Sourced from oniguruma-to-es's releases.

v3.1.0

🚀 Features

  • Added support for lazy compilation of regexes (hat-tip @​jeff-hykin for the idea).
    • New option lazyCompile in EmulatedRegExp.
    • New option lazyCompileLength in toRegExp/toRegExpDetails allows triggering the use of lazy compilation based on the length of the transpiled pattern.
  • toOnigurumaAst: Allow compile-time option rules.singleline (already supported by toRegExp/toRegExpDetails).

v3.0.0

🚨 Breaking

  • Renamed toDetails as toRegExpDetails.
  • Renamed type OnigurumaToEsOptions as ToRegExpOptions.
  • Renamed the browser bundle's global object as OnigurumaToEs.
  • EmulatedRegExp: Metadata for hidden/transfer captures no longer embedded in the pattern; provided via options.
  • Removed the rawArgs property of EmulatedRegExp instances; replaced with rawOptions. The pattern and flags properties of rawArgs are no longer needed for serialization.

🚀 Features

  • Improved regex construction performance when using the EmulatedRegExp subclass.
  • Added support for the subroutine behavior of only transferring subpattern matches to earlier capture slots when a subroutine participates in the match; also covered for complex cases when subroutines are used for/within recursion.
  • Improved some recursion-related error messages.

🐞 Fixes

  • Fixed cases where valid nested character classes starting and ending with : were treated as invalid POSIX classes. (#23)
  • Fixed subroutine capture transfer for edge cases with recursion. Now transfers from the last expanded instance for recursively repeated captures that precede the recursion token in the recursed subpattern's contents.
Commits

Updates regex-recursion from 5.1.1 to 6.0.2

Release notes

Sourced from regex-recursion's releases.

v6.0.2

  • Fixed a capture transfer edge case.

v6.0.1

  • Updated capture transfer to record all expanded captures that can transfer, not just the last.
  • Fixed capture transfer edge cases.

v6.0.0

  • Switched to the Regex+ 6.0.0 plugin API.
  • Switched to the Oniguruma-To-ES 3.0.0 capture transfer API.
  • Added modes 'plugin' (default) and 'external' that can be provided if calling recursion directly.
Commits

Updates regex from 5.1.1 to 6.0.1

Release notes

Sourced from regex's releases.

v6.0.1

  • ./internals: Update plugin argument types.

v6.0.0

Version 6 includes breaking changes that don't affect direct use of the library. It alters APIs used by tools that build on top of Regex+.

🚨 Breaking

  • rewrite: Renamed the returned expression property as pattern.
  • Plugins: Changed the API to expect an object with a string property pattern.
  • Plugins: Hidden capture indices are now explicitly provided/returned, rather than embedded via markers in the pattern.
  • ./internals: Removed RegExpSubclass's undocumented and experimental support for capture transfer.
  • ./internals: Removed emulationGroupMarker since pattern markers are no longer used for hidden captures.

🚀 Features

  • Improved performance of the subclass option, especially with long patterns that contain extended syntax.
Commits

Updates rollup from 4.34.4 to 4.34.5

Release notes

Sourced from rollup's releases.

v4.34.5

4.34.5

2025-02-07

Bug Fixes

  • Ensure namespace reexports always include all properties of all exports (#5837)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.34.5

2025-02-07

Bug Fixes

  • Ensure namespace reexports always include all properties of all exports (#5837)

Pull Requests

Commits

Updates shiki from 2.3.1 to 2.3.2

Release notes

Sourced from shiki's releases.

v2.3.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm group in /website with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@shikijs/core](https://github.com/shikijs/shiki/tree/HEAD/packages/core) | `2.1.0` | `2.3.1` |
| [@shikijs/engine-javascript](https://github.com/shikijs/shiki/tree/HEAD/packages/engine-javascript) | `2.1.0` | `2.3.1` |
| [@shikijs/engine-oniguruma](https://github.com/shikijs/shiki/tree/HEAD/packages/engine-oniguruma) | `2.1.0` | `2.3.1` |
| [@shikijs/transformers](https://github.com/shikijs/shiki/tree/HEAD/packages/transformers) | `2.3.1` | `2.3.2` |
| [@shikijs/types](https://github.com/shikijs/shiki/tree/HEAD/packages/types) | `2.1.0` | `2.3.1` |
| [oniguruma-to-es](https://github.com/slevithan/oniguruma-to-es) | `2.3.0` | `3.1.0` |
| [regex-recursion](https://github.com/slevithan/regex-recursion) | `5.1.1` | `6.0.2` |
| [regex](https://github.com/slevithan/regex) | `5.1.1` | `6.0.1` |
| [rollup](https://github.com/rollup/rollup) | `4.34.4` | `4.34.5` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `2.3.1` | `2.3.2` |


Updates `@shikijs/core` from 2.1.0 to 2.3.1
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v2.3.1/packages/core)

Updates `@shikijs/engine-javascript` from 2.1.0 to 2.3.1
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v2.3.1/packages/engine-javascript)

Updates `@shikijs/engine-oniguruma` from 2.1.0 to 2.3.1
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v2.3.1/packages/engine-oniguruma)

Updates `@shikijs/transformers` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v2.3.2/packages/transformers)

Updates `@shikijs/types` from 2.1.0 to 2.3.1
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v2.3.1/packages/types)

Updates `oniguruma-to-es` from 2.3.0 to 3.1.0
- [Release notes](https://github.com/slevithan/oniguruma-to-es/releases)
- [Commits](slevithan/oniguruma-to-es@v2.3.0...v3.1.0)

Updates `regex-recursion` from 5.1.1 to 6.0.2
- [Release notes](https://github.com/slevithan/regex-recursion/releases)
- [Commits](slevithan/regex-recursion@v5.1.1...v6.0.2)

Updates `regex` from 5.1.1 to 6.0.1
- [Release notes](https://github.com/slevithan/regex/releases)
- [Changelog](https://github.com/slevithan/regex/blob/main/CHANGELOG.md)
- [Commits](slevithan/regex@v5.1.1...v6.0.1)

Updates `rollup` from 4.34.4 to 4.34.5
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.34.4...v4.34.5)

Updates `shiki` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v2.3.2/packages/shiki)

---
updated-dependencies:
- dependency-name: "@shikijs/core"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@shikijs/engine-javascript"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@shikijs/engine-oniguruma"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@shikijs/transformers"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@shikijs/types"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: oniguruma-to-es
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: regex-recursion
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: regex
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: rollup
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: shiki
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
...

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 Feb 7, 2025
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.

0 participants