-
-
Notifications
You must be signed in to change notification settings - Fork 435
Commit e79c813
authored
chore(deps): update all non-major dependencies (#1029)
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` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/alecthomas/kong](https://redirect.github.com/alecthomas/kong)
| require | minor | `v1.5.1` -> `v1.6.1` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [go](https://redirect.github.com/golang/go) | | patch | `1.23.3` ->
`1.23.4` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [watchexec](https://redirect.github.com/watchexec/watchexec) | | patch
| `2.2.0` -> `2.2.1` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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**:
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**:
alecthomas/kong@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>1 parent 009385f commit e79c813Copy full SHA for e79c813
File tree
Expand file treeCollapse file tree
11 files changed
+12
-8
lines changedFilter options
- bin
- cmd
- chromad
- chroma
Expand file treeCollapse file tree
11 files changed
+12
-8
lines changedbin/.esbuild-0.24.0.pkg renamed to bin/.esbuild-0.24.2.pkg
Copy file name to clipboardFile renamed without changes.
bin/.go-1.23.3.pkg renamed to bin/.go-1.23.4.pkg
Copy file name to clipboardFile renamed without changes.
bin/.watchexec-2.2.0.pkg renamed to bin/.watchexec-2.2.1.pkg
Copy file name to clipboardFile renamed without changes.
bin/esbuild
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
bin/go
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
bin/gofmt
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
bin/watchexec
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
| 8 | + | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
| 15 | + | |
14 | 16 |
| |
15 | 17 |
| |
16 | 18 |
| |
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
| 6 | + | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
0 commit comments