Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency weapon-regex to v1 #3642

Merged
merged 2 commits into from
Jul 26, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 18, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
weapon-regex ~0.6.0 -> ~1.0.0 age adoption passing confidence

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: Renovate will not automatically rebase this PR, because other commits have been found.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox. ⚠ Warning: custom changes will be lost.

This PR has been generated by Mend Renovate. View repository job log here.

@hugo-vrijswijk
Copy link
Member

@nicojs feel free to give this a review :)

@nicojs
Copy link
Member

nicojs commented Jul 25, 2022

Fixes #3579

@nicojs nicojs linked an issue Jul 25, 2022 that may be closed by this pull request
const errorStub = sinon.stub(console, 'error');

// Act
expectJSMutation(sut, '/[[]]/');
expectJSMutation(sut, 'new RegExp("*(a|$]")');
Copy link
Member

Choose a reason for hiding this comment

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

Great solution!

@nicojs nicojs merged commit fcf3a6b into master Jul 26, 2022
@nicojs nicojs deleted the renovate/weapon-regex-1.x branch July 26, 2022 06:29
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.

Invalid regular expression in initial test run on Node 18
2 participants