Skip to content

Commit

Permalink
⬆️ Update dependency replace-in-file to ^8.1.0 (#5094)
Browse files Browse the repository at this point in the history
[![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) |
[`^8.0.2` ->
`^8.1.0`](https://renovatebot.com/diffs/npm/replace-in-file/8.0.2/8.1.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/replace-in-file/8.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/replace-in-file/8.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/replace-in-file/8.0.2/8.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/replace-in-file/8.0.2/8.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>adamreisnz/replace-in-file (replace-in-file)</summary>

###
[`v8.1.0`](https://togithub.com/adamreisnz/replace-in-file/compare/dc5e8cd2776d3cd9f855671c716e48b016bee0c3...d0b8c0d80eedfe5ef6f1ccf15ba91440d7902d98)

[Compare
Source](https://togithub.com/adamreisnz/replace-in-file/compare/dc5e8cd2776d3cd9f855671c716e48b016bee0c3...d0b8c0d80eedfe5ef6f1ccf15ba91440d7902d98)

###
[`v8.0.3`](https://togithub.com/adamreisnz/replace-in-file/compare/760102a1824b169fc4e2ba47e0b621c7d1de6e22...dc5e8cd2776d3cd9f855671c716e48b016bee0c3)

[Compare
Source](https://togithub.com/adamreisnz/replace-in-file/compare/760102a1824b169fc4e2ba47e0b621c7d1de6e22...dc5e8cd2776d3cd9f855671c716e48b016bee0c3)

</details>

---

### 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.

---

- [ ] <!-- 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://developer.mend.io/github/dubzzz/fast-check).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 5, 2024
1 parent d832762 commit 115d86e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/fast-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"glob": "^10.4.2",
"not-node-buffer": "npm:buffer@^6.0.3",
"regexp-tree": "^0.1.27",
"replace-in-file": "^8.0.2",
"replace-in-file": "^8.1.0",
"typedoc": "^0.26.3",
"typescript": "~5.5.3",
"vitest": "^1.6.0"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9487,7 +9487,7 @@ __metadata:
not-node-buffer: "npm:buffer@^6.0.3"
pure-rand: "npm:^6.1.0"
regexp-tree: "npm:^0.1.27"
replace-in-file: "npm:^8.0.2"
replace-in-file: "npm:^8.1.0"
typedoc: "npm:^0.26.3"
typescript: "npm:~5.5.3"
vitest: "npm:^1.6.0"
Expand Down Expand Up @@ -16593,16 +16593,16 @@ __metadata:
languageName: node
linkType: hard

"replace-in-file@npm:^8.0.2":
version: 8.0.2
resolution: "replace-in-file@npm:8.0.2"
"replace-in-file@npm:^8.1.0":
version: 8.1.0
resolution: "replace-in-file@npm:8.1.0"
dependencies:
chalk: "npm:^5.3.0"
glob: "npm:^10.4.2"
yargs: "npm:^17.7.2"
bin:
replace-in-file: bin/cli.js
checksum: 10c0/3ade6cf56e78d322079d27b85785bd1e24a82730ec2a3ec9cddd7d775631de1eba59d28dd632ee7fab3df3bc8d297aa1f6d027aaada939db2537e7204334b130
checksum: 10c0/e11a16a5aac4b114116730d14cde7065a9da4f5a46e06f2934c5947c77c57104bcabdfcd34423462f8019dda20fb51c7b0739f8baf8b45b5dfff67550d10c930
languageName: node
linkType: hard

Expand Down

0 comments on commit 115d86e

Please sign in to comment.