-
Notifications
You must be signed in to change notification settings - Fork 10
Update dependency replace-in-file to v8 #119
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/replace-in-file-8.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0245a22 to
8c8ee05
Compare
84a2e7c to
e02f67f
Compare
3a7323e to
7ca82d7
Compare
7ca82d7 to
1c85c54
Compare
1c85c54 to
710a44b
Compare
c47df98 to
8263787
Compare
8a7e710 to
5d7e62e
Compare
84dca3f to
f032a7f
Compare
2298030 to
5e12a4e
Compare
cece492 to
3d964dd
Compare
9fb8693 to
c5cd443
Compare
9a40958 to
772b591
Compare
772b591 to
be29747
Compare
be29747 to
3dbae1f
Compare
3dbae1f to
56c26ae
Compare
9d9fee9 to
4876cf3
Compare
1e02585 to
615946f
Compare
615946f to
3f89470
Compare
3f89470 to
99fcf6a
Compare
99fcf6a to
230e671
Compare
38259e6 to
cef4421
Compare
cef4421 to
b055256
Compare
5e9031d to
1186598
Compare
1186598 to
14a5333
Compare
14a5333 to
18af366
Compare
18af366 to
f0b5165
Compare
50c8891 to
12e61c4
Compare
12e61c4 to
b4e81a5
Compare
b4e81a5 to
0fecf94
Compare
0fecf94 to
dd20d28
Compare
dd20d28 to
fd6d295
Compare
fd6d295 to
d8590d6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.3.5→8.4.0Release Notes
adamreisnz/replace-in-file (replace-in-file)
v8.4.0Compare Source
v8.3.1Compare Source
v8.3.0Compare Source
v8.2.0Compare Source
v8.1.0Compare Source
v8.0.3Compare Source
v8.0.2Compare Source
v8.0.1Compare Source
v8.0.0Compare Source
The package has been converted to an ES module and now requires Node 18 or higher. If you need support for Node 16 or below, please use version 7.x.x.
Breaking changes
replaceInFileorreplaceInFileSyncinstead.replace.syncsyntax is no longer available. Use the named exportreplaceInFileSyncinstead.async/awaitinstead.--configFileflag can now only be JSON.fsimplementation, you must now specifyfsconfig parameter for the async API, andfsSyncfor the sync API. For the asynchronous APIs, the providedfsmust provide thereadFileandwriteFilemethods. For the synchronous APIs, the providedfsSyncmust provide thereadFileSyncandwriteFileSyncmethods.cwdparameter is provided, it will no longer be prefixed to each path using basic string concatenation, but rather usespath.join()to ensure correct path concatenation.New features
isRegexflag is no longer required.getTargetFileconfig param to modify the target file for saving the new file contents to. For example:v7.2.0Compare Source
v7.1.0Compare Source
v7.0.2Compare Source
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.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.
This PR was generated by Mend Renovate. View the repository job log.