-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit 0c2173d
authored
chore(deps): lock file maintenance rust crates (#633)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| | | lockFileMaintenance | All locks refreshed |
| [fancy-regex](https://redirect.github.com/fancy-regex/fancy-regex) |
dependencies | minor | `^0.15.0` -> `^0.16.0` |
| [criterion2](https://bheisler.github.io/criterion.rs/book/index.html)
([source](https://redirect.github.com/Boshen/criterion2.rs)) |
dev-dependencies | patch | `3.0.1` -> `3.0.2` |
| [fancy-regex](https://redirect.github.com/fancy-regex/fancy-regex) |
dev-dependencies | minor | `^0.15.0` -> `^0.16.0` |
| [serde_json](https://redirect.github.com/serde-rs/json) | dependencies
| patch | `1.0.141` -> `1.0.142` |
🔧 This Pull Request updates lock files to use the latest dependency
versions.
---
### Release Notes
<details>
<summary>fancy-regex/fancy-regex (fancy-regex)</summary>
###
[`v0.16.1`](https://redirect.github.com/fancy-regex/fancy-regex/blob/HEAD/CHANGELOG.md#0161---2025-08-02)
[Compare
Source](https://redirect.github.com/fancy-regex/fancy-regex/compare/0.16.0...0.16.1)
##### Fixed
- Fixed a bug whereby sometimes a backreference to a non-existing
capture group would compile successfully
when it should fail, causing a panic in the VM when trying to match the
regex.
([#​174](https://redirect.github.com/fancy-regex/fancy-regex/issues/174))
###
[`v0.16.0`](https://redirect.github.com/fancy-regex/fancy-regex/blob/HEAD/CHANGELOG.md#0160---2025-08-01)
[Compare
Source](https://redirect.github.com/fancy-regex/fancy-regex/compare/0.15.0...0.16.0)
##### Added
- Add an optimization step after the pattern is parsed but before it is
analyzed.
Currently it only optimizes one specific use-case - where the expression
is easy except
for a trailing positive lookahead whose contents are also easy. The
optimization is to delegate to the regex crate instead of using the
backtracking VM.
([#​171](https://redirect.github.com/fancy-regex/fancy-regex/issues/171))
##### Changed
- Patterns which are anchored to the start of the text (i.e. with `^`
when not in multiline mode) should now fail faster when there is no
match, because `fancy-regex` no longer tries to match at other
positions.
([#​170](https://redirect.github.com/fancy-regex/fancy-regex/issues/170))
- The `CompileError` for an invalid (numbered) backref has been updated
to mention which backref was invalid
([#​170](https://redirect.github.com/fancy-regex/fancy-regex/issues/170))
- Removed dependency on derivative
([#​169](https://redirect.github.com/fancy-regex/fancy-regex/issues/169))
##### Fixed
- Fixed a bug whereby sometimes a capture group containing a backref to
itself would cause a compile error, when it is valid - this fixes a few
Oniguruma test cases
([#​170](https://redirect.github.com/fancy-regex/fancy-regex/issues/170))
</details>
<details>
<summary>Boshen/criterion2.rs (criterion2)</summary>
###
[`v3.0.2`](https://redirect.github.com/Boshen/criterion2.rs/blob/HEAD/CHANGELOG.md#302---2025-07-28)
[Compare
Source](https://redirect.github.com/Boshen/criterion2.rs/compare/v3.0.1...v3.0.2)
##### Other
- *(release)* enable trusted publishing
- *(deps)* lock file maintenance rust crates
([#​116](https://redirect.github.com/Boshen/criterion2.rs/pull/116))
- *(deps)* lock file maintenance rust crates
([#​115](https://redirect.github.com/Boshen/criterion2.rs/pull/115))
- *(deps)* lock file maintenance rust crates
([#​114](https://redirect.github.com/Boshen/criterion2.rs/pull/114))
- *(deps)* lock file maintenance rust crates
([#​113](https://redirect.github.com/Boshen/criterion2.rs/pull/113))
- *(deps)* update rust crate codspeed to v3
([#​111](https://redirect.github.com/Boshen/criterion2.rs/pull/111))
- *(deps)* lock file maintenance rust crates
([#​112](https://redirect.github.com/Boshen/criterion2.rs/pull/112))
- *(deps)* lock file maintenance
([#​110](https://redirect.github.com/Boshen/criterion2.rs/pull/110))
- update release-plz.yml
</details>
<details>
<summary>serde-rs/json (serde_json)</summary>
###
[`v1.0.142`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.142)
[Compare
Source](https://redirect.github.com/serde-rs/json/compare/v1.0.141...v1.0.142)
- impl Default for \&Value
([#​1265](https://redirect.github.com/serde-rs/json/issues/1265),
thanks [@​aatifsyed](https://redirect.github.com/aatifsyed))
</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.
👻 **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-resolver).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent c564422 commit 0c2173dCopy full SHA for 0c2173d
File tree
Expand file treeCollapse file tree
3 files changed
+107
-60
lines changedFilter options
- napi
Expand file treeCollapse file tree
3 files changed
+107
-60
lines changed
0 commit comments