Skip to content

Commit 564eaaa

Browse files
chore(deps): update dependency globby to v15 (#3178)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [globby](https://redirect.github.com/sindresorhus/globby) | [`^14.0.0` -> `^15.0.0`](https://renovatebot.com/diffs/npm/globby/14.1.0/15.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/globby/15.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/globby/14.1.0/15.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sindresorhus/globby (globby)</summary> ### [`v15.0.0`](https://redirect.github.com/sindresorhus/globby/compare/v14.1.0...v15.0.0) [Compare Source](https://redirect.github.com/sindresorhus/globby/compare/v14.1.0...v15.0.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (UTC), 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apify/crawlee). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7cfe7c0 commit 564eaaa

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"fs-extra": "^11.0.0",
9898
"gen-esm-wrapper": "^1.1.3",
9999
"globals": "^16.0.0",
100-
"globby": "^14.0.0",
100+
"globby": "^15.0.0",
101101
"got": "^13.0.0",
102102
"husky": "^9.0.11",
103103
"is-ci": "^4.0.0",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ __metadata:
782782
fs-extra: "npm:^11.0.0"
783783
gen-esm-wrapper: "npm:^1.1.3"
784784
globals: "npm:^16.0.0"
785-
globby: "npm:^14.0.0"
785+
globby: "npm:^15.0.0"
786786
got: "npm:^13.0.0"
787787
husky: "npm:^9.0.11"
788788
is-ci: "npm:^4.0.0"
@@ -2744,10 +2744,10 @@ __metadata:
27442744
languageName: node
27452745
linkType: hard
27462746

2747-
"@sindresorhus/merge-streams@npm:^2.1.0":
2748-
version: 2.3.0
2749-
resolution: "@sindresorhus/merge-streams@npm:2.3.0"
2750-
checksum: 10c0/69ee906f3125fb2c6bb6ec5cdd84e8827d93b49b3892bce8b62267116cc7e197b5cccf20c160a1d32c26014ecd14470a72a5e3ee37a58f1d6dadc0db1ccf3894
2747+
"@sindresorhus/merge-streams@npm:^4.0.0":
2748+
version: 4.0.0
2749+
resolution: "@sindresorhus/merge-streams@npm:4.0.0"
2750+
checksum: 10c0/482ee543629aa1933b332f811a1ae805a213681ecdd98c042b1c1b89387df63e7812248bb4df3910b02b3cc5589d3d73e4393f30e197c9dde18046ccd471fc6b
27512751
languageName: node
27522752
linkType: hard
27532753

@@ -7263,17 +7263,17 @@ __metadata:
72637263
languageName: node
72647264
linkType: hard
72657265

7266-
"globby@npm:^14.0.0":
7267-
version: 14.1.0
7268-
resolution: "globby@npm:14.1.0"
7266+
"globby@npm:^15.0.0":
7267+
version: 15.0.0
7268+
resolution: "globby@npm:15.0.0"
72697269
dependencies:
7270-
"@sindresorhus/merge-streams": "npm:^2.1.0"
7270+
"@sindresorhus/merge-streams": "npm:^4.0.0"
72717271
fast-glob: "npm:^3.3.3"
7272-
ignore: "npm:^7.0.3"
7272+
ignore: "npm:^7.0.5"
72737273
path-type: "npm:^6.0.0"
72747274
slash: "npm:^5.1.0"
72757275
unicorn-magic: "npm:^0.3.0"
7276-
checksum: 10c0/527a1063c5958255969620c6fa4444a2b2e9278caddd571d46dfbfa307cb15977afb746e84d682ba5b6c94fc081e8997f80ff05dd235441ba1cb16f86153e58e
7276+
checksum: 10c0/e4107be0579bcdd9642b8dff86aeafeaf62b2b9dd116669ab6e02e0e0c07ada0d972c2db182dee7588b460fe8c8919ddcc6b1cc4db405ca3a2adc9d35fa6eb21
72777277
languageName: node
72787278
linkType: hard
72797279

@@ -7700,7 +7700,7 @@ __metadata:
77007700
languageName: node
77017701
linkType: hard
77027702

7703-
"ignore@npm:^7.0.0, ignore@npm:^7.0.3":
7703+
"ignore@npm:^7.0.0, ignore@npm:^7.0.5":
77047704
version: 7.0.5
77057705
resolution: "ignore@npm:7.0.5"
77067706
checksum: 10c0/ae00db89fe873064a093b8999fe4cc284b13ef2a178636211842cceb650b9c3e390d3339191acb145d81ed5379d2074840cf0c33a20bdbd6f32821f79eb4ad5d

0 commit comments

Comments
 (0)