Skip to content

Commit

Permalink
fix(deps): update dependency globby to ^14.0.1 (#2467)
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 |
|---|---|---|---|---|---|
| [globby](https://togithub.com/sindresorhus/globby) | [`^14.0.0` ->
`^14.0.1`](https://renovatebot.com/diffs/npm/globby/14.0.0/14.0.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/globby/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/globby/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/globby/14.0.0/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/globby/14.0.0/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sindresorhus/globby (globby)</summary>

###
[`v14.0.1`](https://togithub.com/sindresorhus/globby/releases/tag/v14.0.1)

[Compare
Source](https://togithub.com/sindresorhus/globby/compare/v14.0.0...v14.0.1)

- Fix `expandDirectories.extension` option
([#&#8203;263](https://togithub.com/sindresorhus/globby/issues/263))
[`af5d139`](https://togithub.com/sindresorhus/globby/commit/af5d139)
- Fix read permission error on ignore files search
([#&#8203;259](https://togithub.com/sindresorhus/globby/issues/259))
[`3a28601`](https://togithub.com/sindresorhus/globby/commit/3a28601)

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 11, 2024
1 parent 521bde6 commit e1dcc73
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 43 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"exclusive-promises": "^1.0.3",
"express": "^4.18.2",
"fs-extra": "^11.2.0",
"globby": "^14.0.0",
"globby": "^14.0.1",
"html-escaper": "^3.0.3",
"http-terminator": "^3.2.0",
"pino": "^8.18.0",
Expand Down
59 changes: 19 additions & 40 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion screenshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@previewjs/chromeless": "^13.0.0",
"@previewjs/core": "^29.0.0",
"@previewjs/plugin-react": "^16.0.0",
"globby": "^14.0.0",
"globby": "^14.0.1",
"playwright": "^1.41.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion type-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@previewjs/vfs": "^2.1.2",
"assert-never": "^1.2.1",
"globby": "^14.0.0",
"globby": "^14.0.1",
"prettier": "^2.8.8",
"typescript": "^5.3.3"
},
Expand Down

0 comments on commit e1dcc73

Please sign in to comment.