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

Update dependency replace-in-file to v7 #626

Merged
merged 1 commit into from
Jul 31, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
replace-in-file 6.3.5 -> 7.0.1 age adoption passing confidence

Release Notes

adamreisnz/replace-in-file (replace-in-file)

v7.0.1

Compare Source

v7.0.0

Compare Source

Strings provided to the from value are now escaped for regex matching when counting of matches is enabled. This is unlikely to result in any breaking changes, but as a precaution the major version has been bumped.


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 Mend Renovate. View repository job log here.

@socket-security
Copy link

socket-security bot commented May 28, 2023

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

@renovate renovate bot force-pushed the renovate/replace-in-file-7.x branch 2 times, most recently from 784ffaa to 4029b2c Compare May 31, 2023 23:52
@renovate renovate bot force-pushed the renovate/replace-in-file-7.x branch from 4029b2c to ef0f29f Compare June 6, 2023 21:32
@socket-security
Copy link

socket-security bot commented Jun 6, 2023

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
replace-in-file 6.3.5...7.0.1 None +5/-3 645 kB adamreisnz

@renovate renovate bot force-pushed the renovate/replace-in-file-7.x branch 6 times, most recently from 248960c to cad70fa Compare June 15, 2023 11:32
@renovate renovate bot force-pushed the renovate/replace-in-file-7.x branch 6 times, most recently from dd787c3 to 834ab69 Compare July 6, 2023 18:08
@renovate renovate bot force-pushed the renovate/replace-in-file-7.x branch 9 times, most recently from 95b4c6d to 9243e41 Compare July 17, 2023 17:54
@renovate renovate bot force-pushed the renovate/replace-in-file-7.x branch 4 times, most recently from c00b2f9 to fdc4d03 Compare July 25, 2023 18:54
@renovate renovate bot force-pushed the renovate/replace-in-file-7.x branch 2 times, most recently from 146b2d7 to bae50a6 Compare July 29, 2023 18:51
@renovate renovate bot force-pushed the renovate/replace-in-file-7.x branch from bae50a6 to a1c96fc Compare July 31, 2023 16:48
Copy link
Collaborator

@antonok-edm antonok-edm left a comment

Choose a reason for hiding this comment

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

According to the release notes:

Strings provided to the from value are now escaped for regex matching when counting of matches is enabled. This is unlikely to result in any breaking changes, but as a precaution the major version has been bumped.

We're using the from argument in a lot of places, but it's hardcoded as from: /0\.0\.0/ in all of them. That's a regex object, not a string. Aside from an insane level of code duplication (see #622), there should be no problems merging this.

@antonok-edm antonok-edm merged commit a204c78 into master Jul 31, 2023
5 checks passed
@antonok-edm antonok-edm deleted the renovate/replace-in-file-7.x branch July 31, 2023 16:55
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