chore(deps): update dependency replace-in-file to v7#13922
Conversation
✅ Deploy Preview for carbon-components-react ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
tay1orjones
left a comment
There was a problem hiding this comment.
This looks good if CI passes 👍
…novate/replace-in-file-7.x
|
@tay1orjones looks like this one has some issues |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 7.x releases. But if you manually upgrade to 7.x then Renovate will re-enable If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
d6ddd0a to
a6e2f8b
Compare
…gn-system/carbon into renovate/replace-in-file-7.x
Edited/Blocked NotificationRenovate 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. |
This PR contains the following updates:
^3.4.2->^7.0.0^6.1.0->^7.0.0Release Notes
adamreisnz/replace-in-file (replace-in-file)
v7.0.1Compare Source
v7.0.0Compare Source
Strings provided to the
fromvalue 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.v6.3.5Compare Source
v6.3.4Compare Source
v6.3.3Compare Source
v6.3.2Compare Source
v6.3.1Compare Source
v6.3.0Compare Source
v6.2.0Compare Source
v6.1.1Compare Source
v6.1.0Compare Source
v6.0.0Compare Source
From version 6.0.0 onwards, replace in file requires Node 10 or higher. If you need support for Node 8, please use version 5.x.x.
v5.0.2Compare Source
v5.0.1Compare Source
v4.3.1Compare Source
v4.3.0Compare Source
v4.2.0Compare Source
v4.1.3Compare Source
v4.1.2Compare Source
v4.1.1Compare Source
v4.1.0Compare Source
v4.0.0Compare Source
Breaking changes
The return value is now a results array instead of an array with changed files. The new results array includes each file that was processed, with a flag to indicate whether or not the file was changed, and optionally information about the number of matches and replacements that were made. See the readme for more details.
To update existing code and obtain an array of changed files again, simply convert the results array as follows:
New features
countMatchesflag to count the number of matches and replacements per file #38, #42, #61--quietflag for CLI to suppress success output #63cwdconfiguration parameter for network drive replacements #56Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.