Skip to content

Commit

Permalink
chore(deps): update dependency @actions/glob to v0.5.0 (#11501)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@actions/glob](https://redirect.github.com/actions/toolkit/tree/main/packages/glob)
([source](https://redirect.github.com/actions/toolkit/tree/HEAD/packages/glob))
| [`0.4.0` ->
`0.5.0`](https://renovatebot.com/diffs/npm/@actions%2fglob/0.4.0/0.5.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@actions%2fglob/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@actions%2fglob/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@actions%2fglob/0.4.0/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@actions%2fglob/0.4.0/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>actions/toolkit (@&#8203;actions/glob)</summary>

###
[`v0.5.0`](https://redirect.github.com/actions/toolkit/blob/HEAD/packages/glob/RELEASES.md#050)

- Added `excludeHiddenFiles` option, which is disabled by default to
preserve existing behavior [#&#8203;1791: Add glob option to ignore
hidden files](https://redirect.github.com/actions/toolkit/pull/1791)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/redwoodjs/redwood).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and Josh-Walker-GM committed Sep 10, 2024
1 parent 7e38232 commit a52a216
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@actions/cache": "3.2.4",
"@actions/core": "1.10.1",
"@actions/exec": "1.1.1",
"@actions/glob": "0.4.0",
"@actions/glob": "0.5.0",
"@babel/cli": "7.24.8",
"@babel/core": "^7.22.20",
"@babel/generator": "7.25.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ __metadata:
languageName: node
linkType: hard

"@actions/glob@npm:0.4.0":
version: 0.4.0
resolution: "@actions/glob@npm:0.4.0"
"@actions/glob@npm:0.5.0":
version: 0.5.0
resolution: "@actions/glob@npm:0.5.0"
dependencies:
"@actions/core": "npm:^1.9.1"
minimatch: "npm:^3.0.4"
checksum: 10c0/f50f029244b216676184ec00034508594cc750ed7efc2ebff490eb407352526424e1280cbf7fef95a75247f54a1732277ef6c007ce193aeca8430e7f4d356d33
checksum: 10c0/ba4a8f6cfb0ecacf40ef5943d9a618a5a7c95d88189f6c86982aba8eed464a686c1b4860972618c75c00732571d43f5cff6c515cc4ef339f9bf1ab57df484337
languageName: node
linkType: hard

Expand Down Expand Up @@ -26636,7 +26636,7 @@ __metadata:
"@actions/cache": "npm:3.2.4"
"@actions/core": "npm:1.10.1"
"@actions/exec": "npm:1.1.1"
"@actions/glob": "npm:0.4.0"
"@actions/glob": "npm:0.5.0"
"@babel/cli": "npm:7.24.8"
"@babel/core": "npm:^7.22.20"
"@babel/generator": "npm:7.25.0"
Expand Down

0 comments on commit a52a216

Please sign in to comment.