Skip to content

Commit

Permalink
Update astro-expressive-code dependency to ^0.33.2 (#1541)
Browse files Browse the repository at this point in the history
* Update `astro-expressive-code` dependency to `^0.33.1`

* Update to 0.33.2 to hopefully get more error details

* Update changeset

* Update .changeset/tricky-berries-retire.md

Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>

---------

Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
  • Loading branch information
hippotastic and delucis committed Feb 23, 2024
1 parent 9e5c4f3 commit 1043052
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 33 deletions.
9 changes: 9 additions & 0 deletions .changeset/tricky-berries-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@astrojs/starlight': minor
---

Updates `astro-expressive-code` dependency to the latest minor release (0.33).

This unlocks support for [word wrap](https://expressive-code.com/key-features/word-wrap/) and [line numbers](https://expressive-code.com/plugins/line-numbers/), as well as updating the syntax highlighter to the latest Shiki release, which includes new and updated language grammars.

See the [Expressive Code release notes](https://expressive-code.com/releases/) for more information including details of potentially breaking changes.
2 changes: 1 addition & 1 deletion packages/starlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"@pagefind/default-ui": "^1.0.3",
"@types/hast": "^3.0.3",
"@types/mdast": "^4.0.3",
"astro-expressive-code": "^0.32.4",
"astro-expressive-code": "^0.33.2",
"bcp-47": "^2.1.0",
"hast-util-select": "^6.0.2",
"hastscript": "^8.0.0",
Expand Down
68 changes: 36 additions & 32 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1043052

Please sign in to comment.