Skip to content

Commit 884c833

Browse files
chore(deps): update dependency replace-in-file to v7 (#485)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [replace-in-file](https://togithub.com/adamreisnz/replace-in-file) | [`^6.3.5` -> `^7.0.0`](https://renovatebot.com/diffs/npm/replace-in-file/6.3.5/7.0.1) | [![age](https://badges.renovateapi.com/packages/npm/replace-in-file/7.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/replace-in-file/7.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/replace-in-file/7.0.1/compatibility-slim/6.3.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/replace-in-file/7.0.1/confidence-slim/6.3.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>adamreisnz/replace-in-file</summary> ### [`v7.0.1`](https://togithub.com/adamreisnz/replace-in-file/compare/e766b0e9be983a22979ffbe600c5efb657062db9...a8619da2db61ee3247f5161279c95ab61e0bb0db) [Compare Source](https://togithub.com/adamreisnz/replace-in-file/compare/e766b0e9be983a22979ffbe600c5efb657062db9...a8619da2db61ee3247f5161279c95ab61e0bb0db) ### [`v7.0.0`](https://togithub.com/adamreisnz/replace-in-file/blob/HEAD/CHANGELOG.md#&#8203;700) [Compare Source](https://togithub.com/adamreisnz/replace-in-file/compare/v6.3.5...e766b0e9be983a22979ffbe600c5efb657062db9) 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. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/JoshuaKGoldberg/template-typescript-node-package). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 31890c8 commit 884c833

File tree

2 files changed

+27
-9
lines changed

2 files changed

+27
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"prettier": "^2.8.8",
8484
"prettier-plugin-packagejson": "^2.4.3",
8585
"release-it": "^15.10.3",
86-
"replace-in-file": "^6.3.5",
86+
"replace-in-file": "^7.0.0",
8787
"sentences-per-line": "^0.2.1",
8888
"should-semantic-release": "^0.1.1",
8989
"title-case": "^3.0.3",

pnpm-lock.yaml

Lines changed: 26 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)