Skip to content

Update dependency oniguruma-to-es to v4 (main)#215073

Merged
Kerry350 merged 3 commits intomainfrom
renovate/main-oniguruma-to-es
Mar 21, 2025
Merged

Update dependency oniguruma-to-es to v4 (main)#215073
Kerry350 merged 3 commits intomainfrom
renovate/main-oniguruma-to-es

Conversation

@elastic-renovate-prod
Copy link
Contributor

@elastic-renovate-prod elastic-renovate-prod bot commented Mar 18, 2025

This PR contains the following updates:

Package Type Update Change
oniguruma-to-es dependencies major ^3.1.1 -> ^4.1.0

Release Notes

slevithan/oniguruma-to-es (oniguruma-to-es)

v4.1.0

Compare Source

🚀 Features
  • Added partial support for nested, negated classes with target ES2018 (supports top-level-nested, negated classes in non-negated classes).
    • Allows supporting output from oniguruma-parser/optimizer in older environments.

v4.0.1

Compare Source

🐞 Fixes
  • Bumped the oniguruma-parser dependency to fix a bundle size regression.

v4.0.0

Compare Source

🚨 Breaking
  • Removed toOnigurumaAst. Its functionality has moved to the new, dedicated library oniguruma-parser, which includes many improvements, new features, and changes to the AST structure.
🚀 Features
  • toRegExp/toRegExpDetails: Throw if the second argument isn't an object or undefined.
  • Shorter output for POSIX classes cntrl, graph, print.
🐞 Fixes
  • Fixed a regression in support for comment groups in v3.1.1. (#​31)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

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


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

This PR has been generated by Renovate Bot.

@elastic-renovate-prod elastic-renovate-prod bot added backport:all-open Backport to all branches that could still receive a release release_note:skip Skip the PR/issue when compiling release notes Team:obs-onboarding Observability Onboarding Team labels Mar 18, 2025
@elastic-renovate-prod elastic-renovate-prod bot requested a review from a team March 18, 2025 23:20
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-logs-team (Team:obs-ux-logs)

@Kerry350 Kerry350 requested review from Kerry350 and removed request for a team March 19, 2025 12:23
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/main-oniguruma-to-es branch from 7aa48fe to 9fa152b Compare March 19, 2025 16:48
Copy link
Contributor

@Kerry350 Kerry350 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is currently only used in the Grok UI package, and updates LGTM 👍

@elastic-renovate-prod
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@Kerry350
Copy link
Contributor

/ci

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

@Kerry350 Kerry350 merged commit 0aa226c into main Mar 21, 2025
9 checks passed
@Kerry350 Kerry350 deleted the renovate/main-oniguruma-to-es branch March 21, 2025 10:19
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 7.17, 8.16, 8.17, 8.18, 8.x, 9.0

https://github.com/elastic/kibana/actions/runs/13989551026

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Mar 21, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[oniguruma-to-es](https://github.com/slevithan/oniguruma-to-es)
| dependencies | major | [`^3.1.1` ->
`^4.1.0`](https://renovatebot.com/diffs/npm/oniguruma-to-es/3.1.1/4.1.0)
|

---

### Release Notes

<details>
<summary>slevithan/oniguruma-to-es (oniguruma-to-es)</summary>

###
[`v4.1.0`](https://github.com/slevithan/oniguruma-to-es/releases/tag/v4.1.0)

[Compare
Source](https://github.com/slevithan/oniguruma-to-es/compare/v4.0.1...v4.1.0)

##### 🚀 Features

- Added partial support for nested, negated classes with `target`
`ES2018` (supports top-level-nested, negated classes in non-negated
classes).
- Allows supporting output from `oniguruma-parser/optimizer` in older
environments.

###
[`v4.0.1`](https://github.com/slevithan/oniguruma-to-es/releases/tag/v4.0.1)

[Compare
Source](https://github.com/slevithan/oniguruma-to-es/compare/v4.0.0...v4.0.1)

##### 🐞 Fixes

- Bumped the `oniguruma-parser` dependency to fix a bundle size
regression.

###
[`v4.0.0`](https://github.com/slevithan/oniguruma-to-es/releases/tag/v4.0.0)

[Compare
Source](https://github.com/slevithan/oniguruma-to-es/compare/v3.1.1...v4.0.0)

##### 🚨 Breaking

- Removed `toOnigurumaAst`. Its functionality has moved to the new,
dedicated library
[oniguruma-parser](https://github.com/slevithan/oniguruma-parser),
which includes many improvements, new features, and changes to the AST
structure.

##### 🚀 Features

- `toRegExp`/`toRegExpDetails`: Throw if the second argument isn't an
object or `undefined`.
-   Shorter output for POSIX classes `cntrl`, `graph`, `print`.

##### 🐞 Fixes

- Fixed a regression in support for comment groups in v3.1.1.
([#&elastic#8203;31](https://github.com/slevithan/oniguruma-to-es/issues/31))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOm9icy11eC1sb2dzIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Kerry Gallagher <kerry.gallagher@elastic.co>
(cherry picked from commit 0aa226c)
@kibanamachine
Copy link
Contributor

💔 Some backports could not be created

Status Branch Result
7.17 Backport failed because of merge conflicts

You might need to backport the following PRs to 7.17:
- Update dependency peggy to v4 (main) (#212280)
8.16 Backport failed because of merge conflicts

You might need to backport the following PRs to 8.16:
- Update dependency peggy to v4 (main) (#212280)
8.17 Backport failed because of merge conflicts

You might need to backport the following PRs to 8.17:
- Update dependency peggy to v4 (main) (#212280)
8.18 Backport failed because of merge conflicts
8.x
9.0 Backport failed because of merge conflicts

You might need to backport the following PRs to 9.0:
- Update dependency peggy to v4 (main) (#212280)
- Update dependency @redocly/cli to ^1.32.0 (main) (#212624)

Note: Successful backport PRs will be merged automatically after passing CI.

Manual backport

To create the backport manually run:

node scripts/backport --pr 215073

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Mar 21, 2025
# Backport

This will backport the following commits from `main` to `8.x`:
- [Update dependency oniguruma-to-es to v4 (main)
(#215073)](#215073)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT
[{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-03-21T10:19:28Z","message":"Update
dependency oniguruma-to-es to v4 (main) (#215073)\n\nThis PR contains
the following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|\n[oniguruma-to-es](https://github.com/slevithan/oniguruma-to-es)\n|
dependencies | major | [`^3.1.1`
->\n`^4.1.0`](https://renovatebot.com/diffs/npm/oniguruma-to-es/3.1.1/4.1.0)\n|\n\n---\n\n###
Release Notes\n\n<details>\n<summary>slevithan/oniguruma-to-es
(oniguruma-to-es)</summary>\n\n###\n[`v4.1.0`](https://github.com/slevithan/oniguruma-to-es/releases/tag/v4.1.0)\n\n[Compare\nSource](https://github.com/slevithan/oniguruma-to-es/compare/v4.0.1...v4.1.0)\n\n#####
🚀 Features\n\n- Added partial support for nested, negated classes with
`target`\n`ES2018` (supports top-level-nested, negated classes in
non-negated\nclasses).\n- Allows supporting output from
`oniguruma-parser/optimizer` in
older\nenvironments.\n\n###\n[`v4.0.1`](https://github.com/slevithan/oniguruma-to-es/releases/tag/v4.0.1)\n\n[Compare\nSource](https://github.com/slevithan/oniguruma-to-es/compare/v4.0.0...v4.0.1)\n\n#####
🐞 Fixes\n\n- Bumped the `oniguruma-parser` dependency to fix a bundle
size\nregression.\n\n###\n[`v4.0.0`](https://github.com/slevithan/oniguruma-to-es/releases/tag/v4.0.0)\n\n[Compare\nSource](https://github.com/slevithan/oniguruma-to-es/compare/v3.1.1...v4.0.0)\n\n#####
🚨 Breaking\n\n- Removed `toOnigurumaAst`. Its functionality has moved to
the new,\ndedicated
library\n[oniguruma-parser](https://github.com/slevithan/oniguruma-parser),\nwhich
includes many improvements, new features, and changes to the
AST\nstructure.\n\n##### 🚀 Features\n\n- `toRegExp`/`toRegExpDetails`:
Throw if the second argument isn't an\nobject or `undefined`.\n- Shorter
output for POSIX classes `cntrl`, `graph`, `print`.\n\n##### 🐞
Fixes\n\n- Fixed a regression in support for comment groups in
v3.1.1.\n([#&#8203;31](https://github.com/slevithan/oniguruma-to-es/issues/31))\n\n</details>\n\n---\n\n###
Configuration\n\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦
**Automerge**: Disabled by config. Please merge this manually once
you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted,
or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR
and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If
you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has
been generated by
[Renovate\nBot](https://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
Kerry Gallagher
<kerry.gallagher@elastic.co>","sha":"0aa226cad4d0d15981788233950ffee76b235587","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","Team:obs-ux-logs","v9.1.0"],"title":"Update
dependency oniguruma-to-es to v4
(main)","number":215073,"url":"https://github.com/elastic/kibana/pull/215073","mergeCommit":{"message":"Update
dependency oniguruma-to-es to v4 (main) (#215073)\n\nThis PR contains
the following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|\n[oniguruma-to-es](https://github.com/slevithan/oniguruma-to-es)\n|
dependencies | major | [`^3.1.1`
->\n`^4.1.0`](https://renovatebot.com/diffs/npm/oniguruma-to-es/3.1.1/4.1.0)\n|\n\n---\n\n###
Release Notes\n\n<details>\n<summary>slevithan/oniguruma-to-es
(oniguruma-to-es)</summary>\n\n###\n[`v4.1.0`](https://github.com/slevithan/oniguruma-to-es/releases/tag/v4.1.0)\n\n[Compare\nSource](https://github.com/slevithan/oniguruma-to-es/compare/v4.0.1...v4.1.0)\n\n#####
🚀 Features\n\n- Added partial support for nested, negated classes with
`target`\n`ES2018` (supports top-level-nested, negated classes in
non-negated\nclasses).\n- Allows supporting output from
`oniguruma-parser/optimizer` in
older\nenvironments.\n\n###\n[`v4.0.1`](https://github.com/slevithan/oniguruma-to-es/releases/tag/v4.0.1)\n\n[Compare\nSource](https://github.com/slevithan/oniguruma-to-es/compare/v4.0.0...v4.0.1)\n\n#####
🐞 Fixes\n\n- Bumped the `oniguruma-parser` dependency to fix a bundle
size\nregression.\n\n###\n[`v4.0.0`](https://github.com/slevithan/oniguruma-to-es/releases/tag/v4.0.0)\n\n[Compare\nSource](https://github.com/slevithan/oniguruma-to-es/compare/v3.1.1...v4.0.0)\n\n#####
🚨 Breaking\n\n- Removed `toOnigurumaAst`. Its functionality has moved to
the new,\ndedicated
library\n[oniguruma-parser](https://github.com/slevithan/oniguruma-parser),\nwhich
includes many improvements, new features, and changes to the
AST\nstructure.\n\n##### 🚀 Features\n\n- `toRegExp`/`toRegExpDetails`:
Throw if the second argument isn't an\nobject or `undefined`.\n- Shorter
output for POSIX classes `cntrl`, `graph`, `print`.\n\n##### 🐞
Fixes\n\n- Fixed a regression in support for comment groups in
v3.1.1.\n([#&#8203;31](https://github.com/slevithan/oniguruma-to-es/issues/31))\n\n</details>\n\n---\n\n###
Configuration\n\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦
**Automerge**: Disabled by config. Please merge this manually once
you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted,
or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR
and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If
you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has
been generated by
[Renovate\nBot](https://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
Kerry Gallagher
<kerry.gallagher@elastic.co>","sha":"0aa226cad4d0d15981788233950ffee76b235587"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/215073","number":215073,"mergeCommit":{"message":"Update
dependency oniguruma-to-es to v4 (main) (#215073)\n\nThis PR contains
the following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|\n[oniguruma-to-es](https://github.com/slevithan/oniguruma-to-es)\n|
dependencies | major | [`^3.1.1`
->\n`^4.1.0`](https://renovatebot.com/diffs/npm/oniguruma-to-es/3.1.1/4.1.0)\n|\n\n---\n\n###
Release Notes\n\n<details>\n<summary>slevithan/oniguruma-to-es
(oniguruma-to-es)</summary>\n\n###\n[`v4.1.0`](https://github.com/slevithan/oniguruma-to-es/releases/tag/v4.1.0)\n\n[Compare\nSource](https://github.com/slevithan/oniguruma-to-es/compare/v4.0.1...v4.1.0)\n\n#####
🚀 Features\n\n- Added partial support for nested, negated classes with
`target`\n`ES2018` (supports top-level-nested, negated classes in
non-negated\nclasses).\n- Allows supporting output from
`oniguruma-parser/optimizer` in
older\nenvironments.\n\n###\n[`v4.0.1`](https://github.com/slevithan/oniguruma-to-es/releases/tag/v4.0.1)\n\n[Compare\nSource](https://github.com/slevithan/oniguruma-to-es/compare/v4.0.0...v4.0.1)\n\n#####
🐞 Fixes\n\n- Bumped the `oniguruma-parser` dependency to fix a bundle
size\nregression.\n\n###\n[`v4.0.0`](https://github.com/slevithan/oniguruma-to-es/releases/tag/v4.0.0)\n\n[Compare\nSource](https://github.com/slevithan/oniguruma-to-es/compare/v3.1.1...v4.0.0)\n\n#####
🚨 Breaking\n\n- Removed `toOnigurumaAst`. Its functionality has moved to
the new,\ndedicated
library\n[oniguruma-parser](https://github.com/slevithan/oniguruma-parser),\nwhich
includes many improvements, new features, and changes to the
AST\nstructure.\n\n##### 🚀 Features\n\n- `toRegExp`/`toRegExpDetails`:
Throw if the second argument isn't an\nobject or `undefined`.\n- Shorter
output for POSIX classes `cntrl`, `graph`, `print`.\n\n##### 🐞
Fixes\n\n- Fixed a regression in support for comment groups in
v3.1.1.\n([#&#8203;31](https://github.com/slevithan/oniguruma-to-es/issues/31))\n\n</details>\n\n---\n\n###
Configuration\n\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦
**Automerge**: Disabled by config. Please merge this manually once
you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted,
or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR
and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If
you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has
been generated by
[Renovate\nBot](https://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
Kerry Gallagher
<kerry.gallagher@elastic.co>","sha":"0aa226cad4d0d15981788233950ffee76b235587"}}]}]
BACKPORT-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
JoseLuisGJ pushed a commit to JoseLuisGJ/kibana that referenced this pull request Mar 24, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[oniguruma-to-es](https://github.com/slevithan/oniguruma-to-es)
| dependencies | major | [`^3.1.1` ->
`^4.1.0`](https://renovatebot.com/diffs/npm/oniguruma-to-es/3.1.1/4.1.0)
|

---

### Release Notes

<details>
<summary>slevithan/oniguruma-to-es (oniguruma-to-es)</summary>

###
[`v4.1.0`](https://github.com/slevithan/oniguruma-to-es/releases/tag/v4.1.0)

[Compare
Source](https://github.com/slevithan/oniguruma-to-es/compare/v4.0.1...v4.1.0)

##### 🚀 Features

- Added partial support for nested, negated classes with `target`
`ES2018` (supports top-level-nested, negated classes in non-negated
classes).
- Allows supporting output from `oniguruma-parser/optimizer` in older
environments.

###
[`v4.0.1`](https://github.com/slevithan/oniguruma-to-es/releases/tag/v4.0.1)

[Compare
Source](https://github.com/slevithan/oniguruma-to-es/compare/v4.0.0...v4.0.1)

##### 🐞 Fixes

- Bumped the `oniguruma-parser` dependency to fix a bundle size
regression.

###
[`v4.0.0`](https://github.com/slevithan/oniguruma-to-es/releases/tag/v4.0.0)

[Compare
Source](https://github.com/slevithan/oniguruma-to-es/compare/v3.1.1...v4.0.0)

##### 🚨 Breaking

- Removed `toOnigurumaAst`. Its functionality has moved to the new,
dedicated library
[oniguruma-parser](https://github.com/slevithan/oniguruma-parser),
which includes many improvements, new features, and changes to the AST
structure.

##### 🚀 Features

- `toRegExp`/`toRegExpDetails`: Throw if the second argument isn't an
object or `undefined`.
-   Shorter output for POSIX classes `cntrl`, `graph`, `print`.

##### 🐞 Fixes

- Fixed a regression in support for comment groups in v3.1.1.
([#&elastic#8203;31](https://github.com/slevithan/oniguruma-to-es/issues/31))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOm9icy11eC1sb2dzIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Kerry Gallagher <kerry.gallagher@elastic.co>
cqliu1 pushed a commit to cqliu1/kibana that referenced this pull request Mar 31, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[oniguruma-to-es](https://github.com/slevithan/oniguruma-to-es)
| dependencies | major | [`^3.1.1` ->
`^4.1.0`](https://renovatebot.com/diffs/npm/oniguruma-to-es/3.1.1/4.1.0)
|

---

### Release Notes

<details>
<summary>slevithan/oniguruma-to-es (oniguruma-to-es)</summary>

###
[`v4.1.0`](https://github.com/slevithan/oniguruma-to-es/releases/tag/v4.1.0)

[Compare
Source](https://github.com/slevithan/oniguruma-to-es/compare/v4.0.1...v4.1.0)

##### 🚀 Features

- Added partial support for nested, negated classes with `target`
`ES2018` (supports top-level-nested, negated classes in non-negated
classes).
- Allows supporting output from `oniguruma-parser/optimizer` in older
environments.

###
[`v4.0.1`](https://github.com/slevithan/oniguruma-to-es/releases/tag/v4.0.1)

[Compare
Source](https://github.com/slevithan/oniguruma-to-es/compare/v4.0.0...v4.0.1)

##### 🐞 Fixes

- Bumped the `oniguruma-parser` dependency to fix a bundle size
regression.

###
[`v4.0.0`](https://github.com/slevithan/oniguruma-to-es/releases/tag/v4.0.0)

[Compare
Source](https://github.com/slevithan/oniguruma-to-es/compare/v3.1.1...v4.0.0)

##### 🚨 Breaking

- Removed `toOnigurumaAst`. Its functionality has moved to the new,
dedicated library
[oniguruma-parser](https://github.com/slevithan/oniguruma-parser),
which includes many improvements, new features, and changes to the AST
structure.

##### 🚀 Features

- `toRegExp`/`toRegExpDetails`: Throw if the second argument isn't an
object or `undefined`.
-   Shorter output for POSIX classes `cntrl`, `graph`, `print`.

##### 🐞 Fixes

- Fixed a regression in support for comment groups in v3.1.1.
([#&elastic#8203;31](https://github.com/slevithan/oniguruma-to-es/issues/31))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOm9icy11eC1sb2dzIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Kerry Gallagher <kerry.gallagher@elastic.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:all-open Backport to all branches that could still receive a release release_note:skip Skip the PR/issue when compiling release notes Team:obs-onboarding Observability Onboarding Team v8.19.0 v9.1.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants