Update dependency re2js to v2 (main)#235671
Draft
elastic-renovate-prod[bot] wants to merge 1 commit into
Draft
Conversation
Contributor
|
Pinging @elastic/kibana-visualizations (Team:Visualizations) |
Contributor
💔 Build Failed
Failed CI StepsHistory |
f2d07fd to
7ed10fb
Compare
Contributor
|
🤖 Jobs for this PR can be triggered through checkboxes. 🚧
ℹ️ To trigger the CI, please tick the checkbox below 👇
|
7ed10fb to
9278085
Compare
9be3c71 to
120c670
Compare
120c670 to
9ee2e6f
Compare
d002a35 to
402e41d
Compare
1041a25 to
374a9c5
Compare
9400b5e to
f8651ec
Compare
083bc14 to
d1a6321
Compare
abb2ab5 to
859426e
Compare
f730b70 to
6120ef8
Compare
2ed81e6 to
cd8a233
Compare
cd8a233 to
08826f6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.4.3->2.8.02.8.3(+2)Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
le0pard/re2js (re2js)
v2.8.0Compare Source
What's Changed
replaceAll()andreplaceFirst()now supportreplacementas function (additional to string type). More infoFull Changelog: le0pard/re2js@2.7.1...2.8.0
v2.7.1Compare Source
What's Changed
LOOKBEHINDSflagFull Changelog: le0pard/re2js@2.7.0...2.7.1
v2.7.0Compare Source
What's Changed
Inst.argmemory optimizationLOOKBEHINDSflagFull Changelog: le0pard/re2js@2.6.1...2.7.0
v2.6.1Compare Source
What's Changed
matchAllFull Changelog: le0pard/re2js@2.6.0...2.6.1
v2.6.0Compare Source
What's Changed
matchAllmethodFull Changelog: le0pard/re2js@2.5.0...2.6.0
v2.5.0Compare Source
What's Changed
retagged template literal methodFull Changelog: le0pard/re2js@2.4.0...2.5.0
v2.4.0Compare Source
What's Changed
Full Changelog: le0pard/re2js@2.3.2...2.4.0
v2.3.2Compare Source
What's Changed
Full Changelog: le0pard/re2js@2.3.1...2.3.2
v2.3.1Compare Source
What's Changed
Full Changelog: le0pard/re2js@2.3.0...2.3.1
v2.3.0Compare Source
What's Changed
translateRegExp()now support native RegexFull Changelog: le0pard/re2js@2.2.3...2.3.0
v2.2.3Compare Source
What's Changed
translateRegExp()fixesFull Changelog: le0pard/re2js@2.2.2...2.2.3
v2.2.2Compare Source
What's Changed
Maximum call stack size exceededfixesFull Changelog: le0pard/re2js@2.2.1...2.2.2
v2.2.1Compare Source
What's Changed
Full Changelog: le0pard/re2js@2.2.0...2.2.1
v2.2.0Compare Source
What's Changed
Full Changelog: le0pard/re2js@2.1.1...2.2.0
v2.1.1Compare Source
What's Changed
Full Changelog: le0pard/re2js@2.1.0...2.1.1
v2.1.0Compare Source
What's Changed
Full Changelog: le0pard/re2js@2.0.2...2.1.0
v2.0.2Compare Source
What's Changed
Full Changelog: le0pard/re2js@2.0.1...2.0.2
v2.0.1Compare Source
What's Changed
Full Changelog: le0pard/re2js@2.0.0...2.0.1
v2.0.0Compare Source
What's Changed
Breaking Changes
replaceAllandreplaceFirstnow use native ECMAScript replacement semantics by default ($$escapes a dollar sign, and\is treated literally).\escapes special characters and throws exceptions on invalid capture groups), you must now explicitly pass true for the newjavaModeflag (e.g.,replaceAll(replacement, true))Full Changelog: le0pard/re2js@1.3.3...2.0.0
v1.4.0Compare Source
v1.3.3Compare Source
What's Changed
Matcher.quoteReplacementFull Changelog: le0pard/re2js@1.3.2...1.3.3
v1.3.2Compare Source
What's Changed
matches()Speedup: Upgraded both the instance and staticRE2JS.matches()methods to use the newtestExact()DFA fast-path under the hood. Existing code using.matches()gets a free, significant performance boost and ReDoS immunity without any code changes.Full Changelog: le0pard/re2js@1.3.1...1.3.2
v1.3.1Compare Source
What's Changed
test()andtestExact()methodsFull Changelog: le0pard/re2js@1.3.0...1.3.1
v1.3.0Compare Source
What's Changed
Full Changelog: le0pard/re2js@1.2.3...1.3.0
v1.2.3Compare Source
What's Changed
Full Changelog: le0pard/re2js@1.2.2...1.2.3
v1.2.2Compare Source
Full Changelog: le0pard/re2js@1.2.1...1.2.2
v1.2.1Compare Source
What's Changed
New Contributors
Full Changelog: le0pard/re2js@1.2.0...1.2.1
v1.2.0Compare Source
What's Changed
Full Changelog: le0pard/re2js@1.1.0...1.2.0
v1.1.0: Unicode 16 andtranslateRegExp()methodCompare Source
What's Changed
translateRegExp()method to preprocesses a given regular expression string to ensure compatibility with RE2JSFull Changelog: le0pard/re2js@1.0.1...1.1.0
v1.0.1: FixedprogramSize()d.ts return typeCompare Source
What's Changed
programSize()d.ts return typeFull Changelog: le0pard/re2js@1.0.0...1.0.1
v1.0.0: - added additional regex checks, like have original re2 + programSize()Compare Source
What's Changed
programSize()- represents a very approximate measure of a regexp's "cost". Larger numbers are more expensive than smaller numbersFull Changelog: le0pard/re2js@0.4.3...1.0.0
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.
This PR has been generated by Renovate Bot.