Skip to content

fix(deps): update dependency re2js to v2 - #1828

Merged
firecow merged 1 commit into
masterfrom
renovate/re2js-2.x
Apr 17, 2026
Merged

fix(deps): update dependency re2js to v2#1828
firecow merged 1 commit into
masterfrom
renovate/re2js-2.x

Conversation

@renovate

@renovate renovate Bot commented Apr 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
re2js 1.x.x2.x age confidence

Release Notes

le0pard/re2js (re2js)

v2.2.0

Compare Source

What's Changed

  • RE2 lookbehinds by @​le0pard in #​40
  • Update unicode mapping to 17 version
  • Fix RE2Set flags interface
  • Improve readme

Full Changelog: le0pard/re2js@2.1.1...2.2.0

v2.1.1

Compare Source

What's Changed

  • Fix prototype pollution for getNamedGroups method

Full Changelog: le0pard/re2js@2.1.0...2.1.1

v2.1.0

Compare Source

What's Changed

Full Changelog: le0pard/re2js@2.0.2...2.1.0

v2.0.2

Compare Source

What's Changed

Full Changelog: le0pard/re2js@2.0.1...2.0.2

v2.0.1

Compare Source

What's Changed

  • Performance improvements for DFA
  • Add more info about performance in README

Full Changelog: le0pard/re2js@2.0.0...2.0.1

v2.0.0

Compare Source

What's Changed

Breaking Changes
  • Native JavaScript replacement semantics by default: replaceAll and replaceFirst now use native ECMAScript replacement semantics by default ($$ escapes a dollar sign, and \ is treated literally).
  • Legacy Java mode opt-in: If you relied on the previous Java-style escaping (where \ escapes special characters and throws exceptions on invalid capture groups), you must now explicitly pass true for the new javaMode flag (e.g., replaceAll(replacement, true))

Full Changelog: le0pard/re2js@1.3.3...2.0.0

v1.4.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

No issues found across 2 files

@renovate
renovate Bot force-pushed the renovate/re2js-2.x branch 5 times, most recently from a320e9e to de218a9 Compare April 14, 2026 09:15
@renovate
renovate Bot force-pushed the renovate/re2js-2.x branch from de218a9 to 44d9fab Compare April 17, 2026 10:08

@firecow firecow left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

LGTM. Breaking change in re2js v2 only affects replaceAll/replaceFirst, which this project doesn't use. v2.1.1 also fixes a prototype-pollution issue — nice bonus.

@firecow
firecow merged commit 67e7873 into master Apr 17, 2026
13 checks passed
@firecow
firecow deleted the renovate/re2js-2.x branch April 17, 2026 10:12
@sonarqubecloud

Copy link
Copy Markdown

tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request May 7, 2026
This MR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| [npm:gitlab-ci-local](https://github.com/firecow/gitlab-ci-local) | `4.70.1` → `4.71.0` | ![age](https://developer.mend.io/api/mc/badges/age/npm/gitlab-ci-local/4.71.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/gitlab-ci-local/4.71.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/gitlab-ci-local/4.70.1/4.71.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/gitlab-ci-local/4.70.1/4.71.0?slim=true) |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>firecow/gitlab-ci-local (npm:gitlab-ci-local)</summary>

### [`v4.71.0`](https://github.com/firecow/gitlab-ci-local/releases/tag/4.71.0)

[Compare Source](firecow/gitlab-ci-local@4.70.1...4.71.0)

#### What's Changed

- Fix remaining SonarCloud findings by [@&#8203;firecow](https://github.com/firecow) in [#&#8203;1823](firecow/gitlab-ci-local#1823)
- fix(windows): skip id -u on Windows to avoid confusing startup error by [@&#8203;bcouetil](https://github.com/bcouetil) in [#&#8203;1824](firecow/gitlab-ci-local#1824)
- fix: --completion outputs wrong script name when run via Bun by [@&#8203;Paul-Goulpie](https://github.com/Paul-Goulpie) in [#&#8203;1826](firecow/gitlab-ci-local#1826)
- feat: improve --list-csv and --list output by [@&#8203;bcouetil](https://github.com/bcouetil) in [#&#8203;1810](firecow/gitlab-ci-local#1810)
- chore(deps): update all non-major by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;1830](firecow/gitlab-ci-local#1830)
- chore(deps): lock file maintenance by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;1827](firecow/gitlab-ci-local#1827)
- fix(deps): update dependency re2js to v2 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;1828](firecow/gitlab-ci-local#1828)

#### New Contributors

- [@&#8203;Paul-Goulpie](https://github.com/Paul-Goulpie) made their first contribution in [#&#8203;1826](firecow/gitlab-ci-local#1826)

**Full Changelog**: <firecow/gitlab-ci-local@4.70.1...4.71.0>

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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 MR becomes conflicted, or you tick the rebase/retry checkbox.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzkuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE0MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiLCJhdXRvbWF0aW9uOmJvdC1hdXRob3JlZCIsImRlcGVuZGVuY3ktdHlwZTo6bWlub3IiXX0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant