Update dependency replace-in-file to v8 #174
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: procyon/seedling#174
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/replace-in-file-8.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
7.1.0->8.3.0Release Notes
adamreisnz/replace-in-file (replace-in-file)
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
This PR has been generated by Renovate Bot.
3937504cb5toccdfcb8faaccdfcb8faatofba86f9eb0fba86f9eb0to16e77cbd18⚠ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
File name: pnpm-lock.yaml
16e77cbd18to856d8539b0⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
File name: pnpm-lock.yaml
856d8539b0to2bd8d50472View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.