-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update dependency replace-in-file to v8 #925
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.
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/replace-in-file-8.x
branch
5 times, most recently
from
June 30, 2024 19:25
7a6bfd9
to
2746070
Compare
renovate
bot
force-pushed
the
renovate/replace-in-file-8.x
branch
2 times, most recently
from
July 7, 2024 20:25
851b2d4
to
5fae4bb
Compare
renovate
bot
force-pushed
the
renovate/replace-in-file-8.x
branch
from
July 14, 2024 11:29
5fae4bb
to
1259ca8
Compare
renovate
bot
force-pushed
the
renovate/replace-in-file-8.x
branch
7 times, most recently
from
August 2, 2024 15:49
ff0e77f
to
306f6c7
Compare
renovate
bot
force-pushed
the
renovate/replace-in-file-8.x
branch
3 times, most recently
from
August 14, 2024 19:07
0fa1d7c
to
397b333
Compare
renovate
bot
force-pushed
the
renovate/replace-in-file-8.x
branch
2 times, most recently
from
August 19, 2024 18:14
dc2b252
to
1944b3b
Compare
renovate
bot
force-pushed
the
renovate/replace-in-file-8.x
branch
5 times, most recently
from
August 30, 2024 21:09
6544a10
to
a1f1e28
Compare
renovate
bot
force-pushed
the
renovate/replace-in-file-8.x
branch
4 times, most recently
from
September 8, 2024 19:39
01d142a
to
42a5c82
Compare
renovate
bot
force-pushed
the
renovate/replace-in-file-8.x
branch
from
September 24, 2024 20:45
42a5c82
to
990f8fa
Compare
renovate
bot
force-pushed
the
renovate/replace-in-file-8.x
branch
2 times, most recently
from
October 11, 2024 06:14
cece0a8
to
632f927
Compare
renovate
bot
force-pushed
the
renovate/replace-in-file-8.x
branch
8 times, most recently
from
October 24, 2024 07:11
f20f0f6
to
fdb3cbb
Compare
renovate
bot
force-pushed
the
renovate/replace-in-file-8.x
branch
4 times, most recently
from
November 3, 2024 21:21
4f6b355
to
c5be2e1
Compare
renovate
bot
force-pushed
the
renovate/replace-in-file-8.x
branch
from
November 5, 2024 14:44
c5be2e1
to
7f55134
Compare
renovate
bot
force-pushed
the
renovate/replace-in-file-8.x
branch
4 times, most recently
from
November 30, 2024 16:57
69cd28e
to
eaf8d94
Compare
renovate
bot
force-pushed
the
renovate/replace-in-file-8.x
branch
5 times, most recently
from
December 13, 2024 18:21
ce6fbf5
to
507abd5
Compare
renovate
bot
force-pushed
the
renovate/replace-in-file-8.x
branch
from
December 21, 2024 22:14
507abd5
to
a06e07d
Compare
renovate
bot
force-pushed
the
renovate/replace-in-file-8.x
branch
2 times, most recently
from
January 4, 2025 18:24
12cf084
to
013e102
Compare
renovate
bot
force-pushed
the
renovate/replace-in-file-8.x
branch
from
January 15, 2025 20:49
013e102
to
76e1900
Compare
Quality Gate passedIssues Measures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
^7.1.0
->^8.0.0
Release Notes
adamreisnz/replace-in-file (replace-in-file)
v8.2.0
Compare Source
v8.1.0
Compare Source
v8.0.3
Compare Source
v8.0.2
Compare Source
v8.0.1
Compare Source
v8.0.0
Compare 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
replaceInFile
orreplaceInFileSync
instead.replace.sync
syntax is no longer available. Use the named exportreplaceInFileSync
instead.async/await
instead.--configFile
flag can now only be JSON.fs
implementation, you must now specifyfs
config parameter for the async API, andfsSync
for the sync API. For the asynchronous APIs, the providedfs
must provide thereadFile
andwriteFile
methods. For the synchronous APIs, the providedfsSync
must provide thereadFileSync
andwriteFileSync
methods.cwd
parameter 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
isRegex
flag is no longer required.getTargetFile
config param to modify the target file for saving the new file contents to. For example:v7.2.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.