Skip to content

Commit 4d5f459

Browse files
meta: bump the mdx group with 8 updates (#9034)
Bumps the mdx group with 8 updates: | Package | From | To | | --- | --- | --- | | [@shikijs/core](https://github.com/shikijs/shiki/tree/HEAD/packages/core) | `4.0.2` | `4.3.1` | | [@shikijs/engine-javascript](https://github.com/shikijs/shiki/tree/HEAD/packages/engine-javascript) | `4.0.2` | `4.3.1` | | [@shikijs/engine-oniguruma](https://github.com/shikijs/shiki/tree/HEAD/packages/engine-oniguruma) | `4.0.2` | `4.3.1` | | [@shikijs/twoslash](https://github.com/shikijs/shiki/tree/HEAD/packages/twoslash) | `4.0.2` | `4.3.1` | | [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `4.0.2` | `4.3.1` | | [remark-lint-no-trailing-spaces](https://github.com/Trott/remark-lint-no-trailing-spaces) | `4.0.3` | `5.0.0` | | [remark-lint-prohibited-strings](https://github.com/Trott/remark-lint-prohibited-strings) | `4.0.0` | `5.0.0` | | [twoslash](https://github.com/twoslashes/twoslash/tree/HEAD/packages/twoslash) | `0.3.8` | `0.3.9` | Updates `@shikijs/core` from 4.0.2 to 4.3.1 - [Release notes](https://github.com/shikijs/shiki/releases) - [Commits](https://github.com/shikijs/shiki/commits/v4.3.1/packages/core) Updates `@shikijs/engine-javascript` from 4.0.2 to 4.3.1 - [Release notes](https://github.com/shikijs/shiki/releases) - [Commits](https://github.com/shikijs/shiki/commits/v4.3.1/packages/engine-javascript) Updates `@shikijs/engine-oniguruma` from 4.0.2 to 4.3.1 - [Release notes](https://github.com/shikijs/shiki/releases) - [Commits](https://github.com/shikijs/shiki/commits/v4.3.1/packages/engine-oniguruma) Updates `@shikijs/twoslash` from 4.0.2 to 4.3.1 - [Release notes](https://github.com/shikijs/shiki/releases) - [Commits](https://github.com/shikijs/shiki/commits/v4.3.1/packages/twoslash) Updates `shiki` from 4.0.2 to 4.3.1 - [Release notes](https://github.com/shikijs/shiki/releases) - [Commits](https://github.com/shikijs/shiki/commits/v4.3.1/packages/shiki) Updates `remark-lint-no-trailing-spaces` from 4.0.3 to 5.0.0 - [Release notes](https://github.com/Trott/remark-lint-no-trailing-spaces/releases) - [Changelog](https://github.com/Trott/remark-lint-no-trailing-spaces/blob/main/CHANGELOG.md) - [Commits](Trott/remark-lint-no-trailing-spaces@v4.0.3...v5.0.0) Updates `remark-lint-prohibited-strings` from 4.0.0 to 5.0.0 - [Changelog](https://github.com/Trott/remark-lint-prohibited-strings/blob/main/CHANGELOG.md) - [Commits](Trott/remark-lint-prohibited-strings@v4.0.0...v5.0.0) Updates `twoslash` from 0.3.8 to 0.3.9 - [Release notes](https://github.com/twoslashes/twoslash/releases) - [Commits](https://github.com/twoslashes/twoslash/commits/v0.3.9/packages/twoslash) --- updated-dependencies: - dependency-name: "@shikijs/core" dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mdx - dependency-name: "@shikijs/engine-javascript" dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mdx - dependency-name: "@shikijs/engine-oniguruma" dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mdx - dependency-name: "@shikijs/twoslash" dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mdx - dependency-name: shiki dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mdx - dependency-name: remark-lint-no-trailing-spaces dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: mdx - dependency-name: remark-lint-prohibited-strings dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: mdx - dependency-name: twoslash dependency-version: 0.3.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mdx ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae9df02 commit 4d5f459

4 files changed

Lines changed: 135 additions & 177 deletions

File tree

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"semver": "~7.8.1",
7474
"sval": "^0.6.12",
7575
"tailwindcss": "catalog:",
76-
"twoslash": "^0.3.8",
76+
"twoslash": "^0.3.9",
7777
"typescript": "catalog:",
7878
"unist-util-visit": "^5.1.0",
7979
"vfile": "~6.0.3",

packages/rehype-shiki/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"test:unit": "cross-env NODE_NO_WARNINGS=1 node --experimental-test-coverage --experimental-test-module-mocks --test \"**/*.test.mjs\""
3232
},
3333
"dependencies": {
34-
"@shikijs/core": "^4.0.2",
35-
"@shikijs/engine-javascript": "^4.0.2",
36-
"@shikijs/engine-oniguruma": "^4.0.2",
37-
"@shikijs/twoslash": "^4.0.2",
34+
"@shikijs/core": "^4.3.1",
35+
"@shikijs/engine-javascript": "^4.3.1",
36+
"@shikijs/engine-oniguruma": "^4.3.1",
37+
"@shikijs/twoslash": "^4.3.1",
3838
"classnames": "catalog:",
3939
"hast-util-to-string": "^3.0.1",
40-
"shiki": "~4.0.2",
40+
"shiki": "~4.3.1",
4141
"typescript": "catalog:",
4242
"unist-util-visit": "^5.1.0"
4343
},

packages/remark-lint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
"remark-lint-no-shell-dollars": "^4.0.1",
4444
"remark-lint-no-table-indentation": "^5.0.1",
4545
"remark-lint-no-tabs": "^4.0.1",
46-
"remark-lint-no-trailing-spaces": "^4.0.3",
46+
"remark-lint-no-trailing-spaces": "^5.0.0",
4747
"remark-lint-no-unused-definitions": "^4.0.2",
48-
"remark-lint-prohibited-strings": "^4.0.0",
48+
"remark-lint-prohibited-strings": "^5.0.0",
4949
"remark-lint-rule-style": "^4.0.1",
5050
"remark-lint-strong-marker": "^4.0.1",
5151
"remark-lint-table-cell-padding": "^5.1.1",

0 commit comments

Comments
 (0)