8000 chore(deps): update all non-major dependencies by renovate[bot] · Pull Request #1061 · alecthomas/chroma · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps): update all non-major dependencies #1061

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

Merged
merged 1 commit into from
Mar 23, 2025

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Mar 17, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
esbuild patch 0.25.0 -> 0.25.1 age adoption passing confidence
github.com/alecthomas/kong require minor v1.8.1 -> v1.9.0 age adoption passing confidence

Release Notes

evanw/esbuild (esbuild)

v0.25.1

Compare Source

  • Fix incorrect paths in inline source maps (#​4070, #​4075, #​4105)

    This fixes a regression from version 0.25.0 where esbuild didn't correctly resolve relative paths contained within source maps in inline sourceMappingURL data URLs. The paths were incorrectly being passed through as-is instead of being resolved relative to the source file containing the sourceMappingURL comment, which was due to the data URL not being a file URL. This regression has been fixed, and this case now has test coverage.

  • Fix invalid generated source maps (#​4080, #​4082, #​4104, #​4107)

    This release fixes a regression from version 0.24.1 that could cause esbuild to generate invalid source maps. Specifically under certain conditions, esbuild could generate a mapping with an out-of-bounds source index. It was introduced by code that attempted to improve esbuild's handling of "null" entries in source maps (i.e. mappings with a generated position but no original position). This regression has been fixed.

    This fix was contributed by @​jridgewell.

  • Fix a regression with non-file source map paths (#​4078)

    The format of paths in source maps that aren't in the file namespace was unintentionally changed in version 0.25.0. Path namespaces is an esbuild-specific concept that is optionally available for plugins to use to distinguish paths from file paths and from paths meant for other plugins. Previously the namespace was prepended to the path joined with a : character, but version 0.25.0 unintentionally failed to prepend the namespace. The previous behavior has been restored.

  • Fix a crash with switch optimization (#​4088)

    The new code in the previous release to optimize dead code in switch statements accidentally introduced a crash in the edge case where one or more switch case values include a function expression. This is because esbuild now visits the case values first to determine whether any cases are dead code, and then visits the case bodies once the dead code status is known. That triggered some internal asserts that guard against traversing the AST in an unexpected order. This crash has been fixed by changing esbuild to expect the new traversal ordering. Here's an example of affected code:

    switch (x) {
      case '':
        return y.map(z => z.value)
      case y.map(z => z.key).join(','):
        return []
    }
  • Update Go from 1.23.5 to 1.23.7 (#​4076, #​4077)

    This should have no effect on existing code as this version change does not change Go's operating system support. It may remove certain reports from vulnerability scanners that detect which version of the Go compiler esbuild uses.

    This PR was contributed by @​MikeWillCook.

alecthomas/kong (github.com/alecthomas/kong)

v1.9.0

Compare Source


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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author
renovate bot commented Mar 17, 2025

ℹ Artifact update notice

File name: cmd/chroma/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/dlclark/regexp2 v1.11.4 -> v1.11.5
File name: cmd/chromad/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/dlclark/regexp2 v1.11.4 -> v1.11.5

@alecthomas alecthomas merged commit 30e0bc6 into master Mar 23, 2025
2 checks passed
@alecthomas alecthomas deleted the renovate/all-minor-patch branch March 23, 2025 00:33
DennisRasey pushed a commit to DennisRasey/forgejo that referenced this pull request Apr 4, 2025
…7459)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) | require | minor | `v2.15.0` -> `v2.16.0` |

---

### Release Notes

<details>
<summary>alecthomas/chroma (github.com/alecthomas/chroma/v2)</summary>

### [`v2.16.0`](https://github.com/alecthomas/chroma/releases/tag/v2.16.0)

[Compare Source](alecthomas/chroma@v2.15.0...v2.16.0)

#### Changelog

-   [`ad6f149`](alecthomas/chroma@ad6f149) chore: clean up Makefile
-   [`9909f65`](alecthomas/chroma@9909f65) fix: switch to jsdelivr as unpkg was throwing CORS errors
-   [`34bf362`](alecthomas/chroma@34bf362) chore(deps): update all non-major dependencies ([#&#8203;1066](alecthomas/chroma#1066))
-   [`88084b6`](alecthomas/chroma@88084b6) fix: Dot in a string breaks the highlighting in Terraform. Fixes [#&#8203;988](alecthomas/chroma#988) ([#&#8203;1065](alecthomas/chroma#1065))
-   [`62197e9`](alecthomas/chroma@62197e9) Add lexers.Aliases() method to display only lexers' aliases ([#&#8203;1057](alecthomas/chroma#1057))
-   [`7feb358`](alecthomas/chroma@7feb358) chore(deps): update dependency svu to v3 ([#&#8203;1053](alecthomas/chroma#1053))
-   [`30e0bc6`](alecthomas/chroma@30e0bc6) chore(deps): update all non-major dependencies ([#&#8203;1061](alecthomas/chroma#1061))
-   [`e0c7747`](alecthomas/chroma@e0c7747)  Fix IP address as name detection in nginx conf ([#&#8203;1060](alecthomas/chroma#1060))
-   [`0bf0e9f`](alecthomas/chroma@0bf0e9f) Add luau file extension and alias to lua lexer ([#&#8203;1056](alecthomas/chroma#1056))
-   [`0e0e282`](alecthomas/chroma@0e0e282) chore(deps): update all non-major dependencies ([#&#8203;1049](alecthomas/chroma#1049))
-   [`4b0882a`](alecthomas/chroma@4b0882a) add Janet lexer ([#&#8203;1045](alecthomas/chroma#1045))
-   [`81fecd5`](alecthomas/chroma@81fecd5) chore(deps): update all non-major dependencies ([#&#8203;1041](alecthomas/chroma#1041))
-   [`dc982d2`](alecthomas/chroma@dc982d2) Add Mojo lexer ([#&#8203;1044](alecthomas/chroma#1044))
-   [`79621af`](alecthomas/chroma@79621af) Fix solidity lexer's handling of inline assembly ([#&#8203;1040](alecthomas/chroma#1040))
-   [`9da461e`](alecthomas/chroma@9da461e) chore(deps): update module github.com/mattn/go-colorable to v0.1.14 ([#&#8203;1039](alecthomas/chroma#1039))
-   [`f0d460e`](alecthomas/chroma@f0d460e) Update Odin lexer for new build tag feature ([#&#8203;1038](alecthomas/chroma#1038))
-   [`0bd7c68`](alecthomas/chroma@0bd7c68) chore: bump go.mod to Go 1.22 + add Iterator.Stdlib()
-   [`d829579`](alecthomas/chroma@d829579) fix(ocaml): support multistring ([#&#8203;1035](alecthomas/chroma#1035))
-   [`e79c813`](alecthomas/chroma@e79c813) chore(deps): update all non-major dependencies ([#&#8203;1029](alecthomas/chroma#1029))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjIuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIyMi4xIiwidGFyZ2V0QnJhbmNoIjoiZm9yZ2VqbyIsImxhYmVscyI6WyJkZXBlbmRlbmN5LXVwZ3JhZGUiLCJ0ZXN0L25vdC1uZWVkZWQiXX0=-->

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7459
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0