Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 10, 2025

This PR contains the following updates:

Package Type Update Change
lockFileMaintenance All locks refreshed
hashbrown workspace.dependencies patch 0.15.4 -> 0.15.5
oxc_resolver workspace.dependencies patch 11.6.0 -> 11.6.1
tower-lsp-server workspace.dependencies patch 0.22.0 -> 0.22.1

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

rust-lang/hashbrown (hashbrown)

v0.15.5

Compare Source

Added
  • Added Entry::or_default_entry and Entry::or_insert_entry.
Changed
  • Re-implemented likely/unlikely with #[cold]
oxc-project/oxc-resolver (oxc_resolver)

v11.6.1

Compare Source

🚀 Features
🐛 Bug Fixes
💼 Other
Contributors
tower-lsp-community/tower-lsp-server (tower-lsp-server)

v0.22.1

Compare Source

Added
  • add systemd-lsp to projects section (#​59)
  • add biome and oxc to projects section (#​60)
Changed
  • UriExt::to_file_path do not panic on invalid/empty uri (#​61)

Configuration

📅 Schedule: Branch creation - "before 9am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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

graphite-app bot commented Aug 10, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@github-actions github-actions bot added the C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior label Aug 10, 2025
Copy link

codspeed-hq bot commented Aug 10, 2025

CodSpeed Instrumentation Performance Report

Merging #12974 will not alter performance

Comparing renovate/rust-crates (d45cb82) with main (451bc07)

Summary

✅ 34 untouched benchmarks

@renovate renovate bot merged commit 8c44a3d into main Aug 10, 2025
31 checks passed
@renovate renovate bot deleted the renovate/rust-crates branch August 10, 2025 21:40
taearls pushed a commit to taearls/oxc that referenced this pull request Aug 12, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|  |  | lockFileMaintenance | All locks refreshed |
| [hashbrown](https://redirect.github.com/rust-lang/hashbrown) |
workspace.dependencies | patch | `0.15.4` -> `0.15.5` |
| [oxc_resolver](https://redirect.github.com/oxc-project/oxc-resolver) |
workspace.dependencies | patch | `11.6.0` -> `11.6.1` |
|
[tower-lsp-server](https://redirect.github.com/tower-lsp-community/tower-lsp-server)
| workspace.dependencies | patch | `0.22.0` -> `0.22.1` |

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Release Notes

<details>
<summary>rust-lang/hashbrown (hashbrown)</summary>

###
[`v0.15.5`](https://redirect.github.com/rust-lang/hashbrown/blob/HEAD/CHANGELOG.md#0155---2025-08-07)

[Compare
Source](https://redirect.github.com/rust-lang/hashbrown/compare/v0.15.4...v0.15.5)

##### Added

- Added `Entry::or_default_entry` and `Entry::or_insert_entry`.

##### Changed

- Re-implemented likely/unlikely with `#[cold]`

</details>

<details>
<summary>oxc-project/oxc-resolver (oxc_resolver)</summary>

###
[`v11.6.1`](https://redirect.github.com/oxc-project/oxc-resolver/releases/tag/v11.6.1)

[Compare
Source](https://redirect.github.com/oxc-project/oxc-resolver/compare/v11.6.0...v11.6.1)

##### <!-- 0 -->🚀 Features

- support pass closure to restriction
([#&oxc-project#8203;604](https://redirect.github.com/oxc-project/oxc-resolver/pull/604))
(by [@&oxc-project#8203;JounQin](https://redirect.github.com/JounQin)) -
[#&oxc-project#8203;604](https://redirect.github.com/oxc-project/oxc-resolver/issues/604)

##### <!-- 1 -->🐛 Bug Fixes

- support for resolving empty tsconfig file
([#&oxc-project#8203;602](https://redirect.github.com/oxc-project/oxc-resolver/pull/602))
(by [@&oxc-project#8203;JounQin](https://redirect.github.com/JounQin)) -
[#&oxc-project#8203;602](https://redirect.github.com/oxc-project/oxc-resolver/issues/602)

##### <!-- 9 -->💼 Other

- Expose the `ExtendsField` enum of TsConfig
([#&oxc-project#8203;607](https://redirect.github.com/oxc-project/oxc-resolver/pull/607))
(by [@&oxc-project#8203;ostenbom](https://redirect.github.com/ostenbom)) -
[#&oxc-project#8203;607](https://redirect.github.com/oxc-project/oxc-resolver/issues/607)

##### Contributors

- [@&oxc-project#8203;Boshen](https://redirect.github.com/Boshen)
- [@&oxc-project#8203;JounQin](https://redirect.github.com/JounQin)
- [@&oxc-project#8203;renovate](https://redirect.github.com/renovate)\[bot]
- [@&oxc-project#8203;ostenbom](https://redirect.github.com/ostenbom)

</details>

<details>
<summary>tower-lsp-community/tower-lsp-server
(tower-lsp-server)</summary>

###
[`v0.22.1`](https://redirect.github.com/tower-lsp-community/tower-lsp-server/blob/HEAD/CHANGELOG.md#0221---2025-08-05)

[Compare
Source](https://redirect.github.com/tower-lsp-community/tower-lsp-server/compare/v0.22.0...v0.22.1)

[0.22.1]:
https://redirect.github.com/tower-lsp-community/tower-lsp-server/compare/v0.22.0...v0.22.1

##### Added

- add systemd-lsp to projects section
([#&oxc-project#8203;59](https://redirect.github.com/tower-lsp-community/tower-lsp-server/issues/59))
- add biome and oxc to projects section
([#&oxc-project#8203;60](https://redirect.github.com/tower-lsp-community/tower-lsp-server/issues/60))

##### Changed

- `UriExt::to_file_path` do not panic on invalid/empty uri
([#&oxc-project#8203;61](https://redirect.github.com/tower-lsp-community/tower-lsp-server/issues/61))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 9am on monday" in timezone
Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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/oxc-project/oxc).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42MC40IiwidXBkYXRlZEluVmVyIjoiNDEuNjAuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants