Skip to content

Commit

Permalink
bump(deps): update dependency ignore-walk to ^6.0.4 (#716)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ignore-walk](https://togithub.com/npm/ignore-walk) | [`^6.0.3` ->
`^6.0.4`](https://renovatebot.com/diffs/npm/ignore-walk/6.0.3/6.0.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/ignore-walk/6.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ignore-walk/6.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ignore-walk/6.0.3/6.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ignore-walk/6.0.3/6.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>npm/ignore-walk (ignore-walk)</summary>

###
[`v6.0.4`](https://togithub.com/npm/ignore-walk/blob/HEAD/CHANGELOG.md#604-2023-11-29)

[Compare
Source](https://togithub.com/npm/ignore-walk/compare/v6.0.3...v6.0.4)

##### Bug Fixes

-
[`b587cc3`](https://togithub.com/npm/ignore-walk/commit/b587cc32f430dc8d3052cb2905416e301f26df0d)
handling of nested unignores
([#&#8203;119](https://togithub.com/npm/ignore-walk/issues/119))
([@&#8203;mohd-akram](https://togithub.com/mohd-akram))
-
[`493401a`](https://togithub.com/npm/ignore-walk/commit/493401a71e71ab3f1137a27c65e1a4412d93ae26)
recursive directory ignore rules
([#&#8203;118](https://togithub.com/npm/ignore-walk/issues/118))
([@&#8203;wraithgar](https://togithub.com/wraithgar),
[@&#8203;LinqLover](https://togithub.com/LinqLover))
-
[`0bb0972`](https://togithub.com/npm/ignore-walk/commit/0bb0972643eb52cfd828d769ef7602323e427df5)
[#&#8203;116](https://togithub.com/npm/ignore-walk/pull/116) disallow
child unignoring parent directory ignore
([#&#8203;116](https://togithub.com/npm/ignore-walk/issues/116))
([@&#8203;mohd-akram](https://togithub.com/mohd-akram))

</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/levaintech/contented).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 30, 2023
1 parent 26be417 commit bebcec7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/contented/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@parcel/watcher": "^2.2.0",
"clipanion": "3.2.1",
"debounce": "^1.2.1",
"ignore-walk": "^6.0.3"
"ignore-walk": "^6.0.4"
},
"devDependencies": {
"@types/debounce": "^1.2.4",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bebcec7

Please sign in to comment.