mirror of
https://github.com/alecthomas/chroma.git
synced 2025-01-26 03:20:10 +02:00
e79c813a78
This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [esbuild](https://redirect.github.com/evanw/esbuild) | | patch | `0.24.0` -> `0.24.2` | [![age](https://developer.mend.io/api/mc/badges/age/hermit/esbuild/0.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/hermit/esbuild/0.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/hermit/esbuild/0.24.0/0.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/esbuild/0.24.0/0.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/alecthomas/chroma/v2](https://redirect.github.com/alecthomas/chroma) | require | minor | `v2.14.0` -> `v2.15.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2falecthomas%2fchroma%2fv2/v2.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2falecthomas%2fchroma%2fv2/v2.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2falecthomas%2fchroma%2fv2/v2.14.0/v2.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2falecthomas%2fchroma%2fv2/v2.14.0/v2.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/alecthomas/kong](https://redirect.github.com/alecthomas/kong) | require | minor | `v1.5.1` -> `v1.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2falecthomas%2fkong/v1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2falecthomas%2fkong/v1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2falecthomas%2fkong/v1.5.1/v1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2falecthomas%2fkong/v1.5.1/v1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [go](https://redirect.github.com/golang/go) | | patch | `1.23.3` -> `1.23.4` | [![age](https://developer.mend.io/api/mc/badges/age/hermit/go/1.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/hermit/go/1.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/hermit/go/1.23.3/1.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/go/1.23.3/1.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [watchexec](https://redirect.github.com/watchexec/watchexec) | | patch | `2.2.0` -> `2.2.1` | [![age](https://developer.mend.io/api/mc/badges/age/hermit/watchexec/2.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/hermit/watchexec/2.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/hermit/watchexec/2.2.0/2.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/watchexec/2.2.0/2.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>evanw/esbuild (esbuild)</summary> ### [`v0.24.2`](https://redirect.github.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#0242) - Fix regression with `--define` and `import.meta` ([#​4010](https://redirect.github.com/evanw/esbuild/issues/4010), [#​4012](https://redirect.github.com/evanw/esbuild/issues/4012), [#​4013](https://redirect.github.com/evanw/esbuild/pull/4013)) The previous change in version 0.24.1 to use a more expression-like parser for `define` values to allow quoted property names introduced a regression that removed the ability to use `--define:import.meta=...`. Even though `import` is normally a keyword that can't be used as an identifier, ES modules special-case the `import.meta` expression to behave like an identifier anyway. This change fixes the regression. This fix was contributed by [@​sapphi-red](https://redirect.github.com/sapphi-red). </details> <details> <summary>alecthomas/chroma (github.com/alecthomas/chroma/v2)</summary> ### [`v2.15.0`](https://redirect.github.com/alecthomas/chroma/releases/tag/v2.15.0) [Compare Source](https://redirect.github.com/alecthomas/chroma/compare/v2.14.0...v2.15.0) #### What's Changed - AQL: Add builtin functions introduced in v3.12 by [@​Simran-B](https://redirect.github.com/Simran-B) in [https://github.com/alecthomas/chroma/pull/968](https://redirect.github.com/alecthomas/chroma/pull/968) - chore(styles): add evergarden inspired style by [@​comfysage](https://redirect.github.com/comfysage) in [https://github.com/alecthomas/chroma/pull/970](https://redirect.github.com/alecthomas/chroma/pull/970) - chore(deps): update dependency svu to v2 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/alecthomas/chroma/pull/971](https://redirect.github.com/alecthomas/chroma/pull/971) - chore(deps): update dependency watchexec to v2 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/alecthomas/chroma/pull/962](https://redirect.github.com/alecthomas/chroma/pull/962) - chore(deps): update all non-major dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/alecthomas/chroma/pull/955](https://redirect.github.com/alecthomas/chroma/pull/955) - styles: Fix Gleam alias by [@​jmooring](https://redirect.github.com/jmooring) in [https://github.com/alecthomas/chroma/pull/973](https://redirect.github.com/alecthomas/chroma/pull/973) - chore(deps): update all non-major dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/alecthomas/chroma/pull/974](https://redirect.github.com/alecthomas/chroma/pull/974) - chore(deps): update dependency python3 to v3.12.3 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/alecthomas/chroma/pull/976](https://redirect.github.com/alecthomas/chroma/pull/976) - added the nordic theme via chroma/styles/nordic.xml by [@​avih7531](https://redirect.github.com/avih7531) in [https://github.com/alecthomas/chroma/pull/977](https://redirect.github.com/alecthomas/chroma/pull/977) - Update the Materialize lexer by [@​arusahni](https://redirect.github.com/arusahni) in [https://github.com/alecthomas/chroma/pull/978](https://redirect.github.com/alecthomas/chroma/pull/978) - feat(lexers/hare): add done keyword by [@​wackbyte](https://redirect.github.com/wackbyte) in [https://github.com/alecthomas/chroma/pull/979](https://redirect.github.com/alecthomas/chroma/pull/979) - pygments2chroma: escape regex.words by [@​oliverpool](https://redirect.github.com/oliverpool) in [https://github.com/alecthomas/chroma/pull/982](https://redirect.github.com/alecthomas/chroma/pull/982) - chore(deps): update all non-major dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/alecthomas/chroma/pull/981](https://redirect.github.com/alecthomas/chroma/pull/981) - Add JSONata Lexer by [@​DevDimov](https://redirect.github.com/DevDimov) in [https://github.com/alecthomas/chroma/pull/983](https://redirect.github.com/alecthomas/chroma/pull/983) - Go lexer: single line comment without consuming endline, disable EnsureNL by [@​msorc](https://redirect.github.com/msorc) in [https://github.com/alecthomas/chroma/pull/984](https://redirect.github.com/alecthomas/chroma/pull/984) - Update the Materialize lexer by [@​arusahni](https://redirect.github.com/arusahni) in [https://github.com/alecthomas/chroma/pull/987](https://redirect.github.com/alecthomas/chroma/pull/987) - chore(deps): update all non-major dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/alecthomas/chroma/pull/985](https://redirect.github.com/alecthomas/chroma/pull/985) - Add Gleam to README by [@​Nicd](https://redirect.github.com/Nicd) in [https://github.com/alecthomas/chroma/pull/990](https://redirect.github.com/alecthomas/chroma/pull/990) - Port Minecraft lexers from Pygments by [@​kofuk](https://redirect.github.com/kofuk) in [https://github.com/alecthomas/chroma/pull/992](https://redirect.github.com/alecthomas/chroma/pull/992) - Don't output extra whitespace in YAML multiline by [@​Gusted](https://redirect.github.com/Gusted) in [https://github.com/alecthomas/chroma/pull/993](https://redirect.github.com/alecthomas/chroma/pull/993) - chore(deps): update all non-major dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/alecthomas/chroma/pull/991](https://redirect.github.com/alecthomas/chroma/pull/991) - add beef syntax and tests by [@​Booklordofthedings](https://redirect.github.com/Booklordofthedings) in [https://github.com/alecthomas/chroma/pull/995](https://redirect.github.com/alecthomas/chroma/pull/995) - Update GitHub light color palette by [@​konradreiche](https://redirect.github.com/konradreiche) in [https://github.com/alecthomas/chroma/pull/998](https://redirect.github.com/alecthomas/chroma/pull/998) - chore(deps): update module github.com/alecthomas/kong to v1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/alecthomas/chroma/pull/999](https://redirect.github.com/alecthomas/chroma/pull/999) - Update the Materialize lexer by [@​arusahni](https://redirect.github.com/arusahni) in [https://github.com/alecthomas/chroma/pull/1001](https://redirect.github.com/alecthomas/chroma/pull/1001) - Update TypeScript lexer to allow nested generics by [@​fredrare](https://redirect.github.com/fredrare) in [https://github.com/alecthomas/chroma/pull/1002](https://redirect.github.com/alecthomas/chroma/pull/1002) - Pager friendly terminal formatting by [@​walles](https://redirect.github.com/walles) in [https://github.com/alecthomas/chroma/pull/1006](https://redirect.github.com/alecthomas/chroma/pull/1006) - chore(deps): update all non-major dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/alecthomas/chroma/pull/997](https://redirect.github.com/alecthomas/chroma/pull/997) - Add Typst Lexer by [@​oliverpool](https://redirect.github.com/oliverpool) in [https://github.com/alecthomas/chroma/pull/1007](https://redirect.github.com/alecthomas/chroma/pull/1007) - Add Jsonnet Lexer by [@​jolheiser](https://redirect.github.com/jolheiser) in [https://github.com/alecthomas/chroma/pull/1011](https://redirect.github.com/alecthomas/chroma/pull/1011) - fix: add underscore parsing in numbers for haskell by [@​Gusted](https://redirect.github.com/Gusted) in [https://github.com/alecthomas/chroma/pull/1020](https://redirect.github.com/alecthomas/chroma/pull/1020) - Add CSV lexer by [@​walles](https://redirect.github.com/walles) in [https://github.com/alecthomas/chroma/pull/1005](https://redirect.github.com/alecthomas/chroma/pull/1005) - fix(typescript): highlight string literal type parameters by [@​SKalt](https://redirect.github.com/SKalt) in [https://github.com/alecthomas/chroma/pull/1010](https://redirect.github.com/alecthomas/chroma/pull/1010) - add any as a builtin type for go by [@​quartercastle](https://redirect.github.com/quartercastle) in [https://github.com/alecthomas/chroma/pull/1021](https://redirect.github.com/alecthomas/chroma/pull/1021) - chore(deps): update all non-major dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/alecthomas/chroma/pull/1013](https://redirect.github.com/alecthomas/chroma/pull/1013) - Remove whitespace tokenizing rule in markdown lexer by [@​cloudchamb3r](https://redirect.github.com/cloudchamb3r) in [https://github.com/alecthomas/chroma/pull/1008](https://redirect.github.com/alecthomas/chroma/pull/1008) - feat(JSON): support `.jsonc` extension by [@​CarterLi](https://redirect.github.com/CarterLi) in [https://github.com/alecthomas/chroma/pull/1022](https://redirect.github.com/alecthomas/chroma/pull/1022) - Add Eclipse ATL language (https://eclipse.dev/atl/) by [@​dwagelaar](https://redirect.github.com/dwagelaar) in [https://github.com/alecthomas/chroma/pull/1024](https://redirect.github.com/alecthomas/chroma/pull/1024) - Import NSIS Lexer from Pygments by [@​JakobDev](https://redirect.github.com/JakobDev) in [https://github.com/alecthomas/chroma/pull/1026](https://redirect.github.com/alecthomas/chroma/pull/1026) - chore(deps): update module github.com/alecthomas/kong to v1.5.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/alecthomas/chroma/pull/1025](https://redirect.github.com/alecthomas/chroma/pull/1025) - fix(nix): nix lexor missing '=' operator by [@​FlyingStitchman](https://redirect.github.com/FlyingStitchman) in [https://github.com/alecthomas/chroma/pull/1031](https://redirect.github.com/alecthomas/chroma/pull/1031) - Add WebVTT lexer ([#​707](https://redirect.github.com/alecthomas/chroma/issues/707)) by [@​dschuessler](https://redirect.github.com/dschuessler) in [https://github.com/alecthomas/chroma/pull/1032](https://redirect.github.com/alecthomas/chroma/pull/1032) #### New Contributors - [@​comfysage](https://redirect.github.com/comfysage) made their first contribution in [https://github.com/alecthomas/chroma/pull/970](https://redirect.github.com/alecthomas/chroma/pull/970) - [@​avih7531](https://redirect.github.com/avih7531) made their first contribution in [https://github.com/alecthomas/chroma/pull/977](https://redirect.github.com/alecthomas/chroma/pull/977) - [@​wackbyte](https://redirect.github.com/wackbyte) made their first contribution in [https://github.com/alecthomas/chroma/pull/979](https://redirect.github.com/alecthomas/chroma/pull/979) - [@​oliverpool](https://redirect.github.com/oliverpool) made their first contribution in [https://github.com/alecthomas/chroma/pull/982](https://redirect.github.com/alecthomas/chroma/pull/982) - [@​DevDimov](https://redirect.github.com/DevDimov) made their first contribution in [https://github.com/alecthomas/chroma/pull/983](https://redirect.github.com/alecthomas/chroma/pull/983) - [@​msorc](https://redirect.github.com/msorc) made their first contribution in [https://github.com/alecthomas/chroma/pull/984](https://redirect.github.com/alecthomas/chroma/pull/984) - [@​Nicd](https://redirect.github.com/Nicd) made their first contribution in [https://github.com/alecthomas/chroma/pull/990](https://redirect.github.com/alecthomas/chroma/pull/990) - [@​Booklordofthedings](https://redirect.github.com/Booklordofthedings) made their first contribution in [https://github.com/alecthomas/chroma/pull/995](https://redirect.github.com/alecthomas/chroma/pull/995) - [@​konradreiche](https://redirect.github.com/konradreiche) made their first contribution in [https://github.com/alecthomas/chroma/pull/998](https://redirect.github.com/alecthomas/chroma/pull/998) - [@​fredrare](https://redirect.github.com/fredrare) made their first contribution in [https://github.com/alecthomas/chroma/pull/1002](https://redirect.github.com/alecthomas/chroma/pull/1002) - [@​SKalt](https://redirect.github.com/SKalt) made their first contribution in [https://github.com/alecthomas/chroma/pull/1010](https://redirect.github.com/alecthomas/chroma/pull/1010) - [@​quartercastle](https://redirect.github.com/quartercastle) made their first contribution in [https://github.com/alecthomas/chroma/pull/1021](https://redirect.github.com/alecthomas/chroma/pull/1021) - [@​cloudchamb3r](https://redirect.github.com/cloudchamb3r) made their first contribution in [https://github.com/alecthomas/chroma/pull/1008](https://redirect.github.com/alecthomas/chroma/pull/1008) - [@​CarterLi](https://redirect.github.com/CarterLi) made their first contribution in [https://github.com/alecthomas/chroma/pull/1022](https://redirect.github.com/alecthomas/chroma/pull/1022) - [@​dwagelaar](https://redirect.github.com/dwagelaar) made their first contribution in [https://github.com/alecthomas/chroma/pull/1024](https://redirect.github.com/alecthomas/chroma/pull/1024) - [@​FlyingStitchman](https://redirect.github.com/FlyingStitchman) made their first contribution in [https://github.com/alecthomas/chroma/pull/1031](https://redirect.github.com/alecthomas/chroma/pull/1031) - [@​dschuessler](https://redirect.github.com/dschuessler) made their first contribution in [https://github.com/alecthomas/chroma/pull/1032](https://redirect.github.com/alecthomas/chroma/pull/1032) **Full Changelog**: https://github.com/alecthomas/chroma/compare/v2.14.0...v2.15.0 </details> <details> <summary>alecthomas/kong (github.com/alecthomas/kong)</summary> ### [`v1.6.1`](https://redirect.github.com/alecthomas/kong/releases/tag/v1.6.1) [Compare Source](https://redirect.github.com/alecthomas/kong/compare/v1.6.0...v1.6.1) #### What's Changed - chore(deps): update all non-major dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/alecthomas/kong/pull/476](https://redirect.github.com/alecthomas/kong/pull/476) - fix(Context.Run): Don't panic on unselected root node by [@​abhinav](https://redirect.github.com/abhinav) in [https://github.com/alecthomas/kong/pull/484](https://redirect.github.com/alecthomas/kong/pull/484) **Full Changelog**: https://github.com/alecthomas/kong/compare/v1.6.0...v1.6.1 ### [`v1.6.0`](https://redirect.github.com/alecthomas/kong/compare/v1.5.1...v1.6.0) [Compare Source](https://redirect.github.com/alecthomas/kong/compare/v1.5.1...v1.6.0) </details> <details> <summary>golang/go (go)</summary> ### [`v1.23.4`](https://redirect.github.com/golang/go/compare/go1.23.3...go1.23.4) </details> <details> <summary>watchexec/watchexec (watchexec)</summary> ### [`v2.2.1`](https://redirect.github.com/watchexec/watchexec/releases/tag/v2.2.1): CLI v2.2.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/alecthomas/chroma). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Hermit environment
This is a Hermit bin directory.
The symlinks in this directory are managed by Hermit and will automatically download and install Hermit itself as well as packages. These packages are local to this environment.