Skip to content

Commit 19c4868

Browse files
chore(deps): update rust crate json-strip-comments to v3 (#700)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [json-strip-comments](https://redirect.github.com/oxc-project/json-strip-comments) | dependencies | major | `1` -> `3` | --- ### Release Notes <details> <summary>oxc-project/json-strip-comments (json-strip-comments)</summary> ### [`v3.0.1`](https://redirect.github.com/oxc-project/json-strip-comments/blob/HEAD/CHANGELOG.md#301---2025-09-15) [Compare Source](https://redirect.github.com/oxc-project/json-strip-comments/compare/json-strip-comments-v3.0.0...json-strip-comments-v3.0.1) ##### Other - move tests - more tests ### [`v3.0.0`](https://redirect.github.com/oxc-project/json-strip-comments/blob/HEAD/CHANGELOG.md#300---2025-09-15) [Compare Source](https://redirect.github.com/oxc-project/json-strip-comments/compare/json-strip-comments-v2.0.0...json-strip-comments-v3.0.0) </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 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/oxc-resolver). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bd4210f commit 19c4868

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ name = "resolver"
7979
[dependencies]
8080
cfg-if = "1"
8181
indexmap = { version = "2", features = ["serde"] }
82-
json-strip-comments = "1"
82+
json-strip-comments = "3"
8383
once_cell = "1" # Use `std::sync::OnceLock::get_or_try_init` when it is stable.
8484
papaya = "0.2"
8585
rustc-hash = { version = "2" }

0 commit comments

Comments
 (0)