Skip to content

Commit

Permalink
fix(deps): update dependency globby to ^14.0.2 (#2762)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [globby](https://redirect.github.com/sindresorhus/globby) | [`^14.0.1`
-> `^14.0.2`](https://renovatebot.com/diffs/npm/globby/14.0.1/14.0.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/globby/14.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/globby/14.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/globby/14.0.1/14.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/globby/14.0.1/14.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v14.0.2`](https://redirect.github.com/sindresorhus/globby/releases/tag/v14.0.2)

[Compare
Source](https://redirect.github.com/sindresorhus/globby/compare/v14.0.1...v14.0.2)

- Fix types
[`f600250`](https://redirect.github.com/sindresorhus/globby/commit/f600250)

</details>

---

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

---

- [ ] <!-- 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/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent 9d015cb commit 66460ad
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 30 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.19.2",
"fs-extra": "^11.2.0",
"globby": "^14.0.1",
"globby": "^14.0.2",
"html-escaper": "^3.0.3",
"http-terminator": "^3.2.0",
"pino": "^9.5.0",
Expand Down
41 changes: 14 additions & 27 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.1.0",
"@previewjs/core": "^29.1.0",
"@previewjs/plugin-react": "^16.0.1",
"globby": "^14.0.1",
"globby": "^14.0.2",
"playwright": "^1.48.1"
},
"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.1",
"globby": "^14.0.2",
"prettier": "^2.8.8",
"typescript": "^5.5.2"
},
Expand Down

0 comments on commit 66460ad

Please sign in to comment.