Skip to content

Commit 8638d24

Browse files
chore(deps): update dependency globals to v17 (#3320)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [globals](https://redirect.github.com/sindresorhus/globals) | [`^16.0.0` → `^17.0.0`](https://renovatebot.com/diffs/npm/globals/16.5.0/17.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/globals/17.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/globals/16.5.0/17.0.0?slim=true) | --- ### Release Notes <details> <summary>sindresorhus/globals (globals)</summary> ### [`v17.0.0`](https://redirect.github.com/sindresorhus/globals/releases/tag/v17.0.0) [Compare Source](https://redirect.github.com/sindresorhus/globals/compare/v16.5.0...v17.0.0) ##### Breaking - Split `audioWorklet` environment from `browser` ([#&#8203;320](https://redirect.github.com/sindresorhus/globals/issues/320)) [`7bc293e`](https://redirect.github.com/sindresorhus/globals/commit/7bc293e) ##### Improvements - Update globals ([#&#8203;329](https://redirect.github.com/sindresorhus/globals/issues/329)) [`ebe1063`](https://redirect.github.com/sindresorhus/globals/commit/ebe1063) - Get all browser globals from both `chrome` and `firefox` ([#&#8203;321](https://redirect.github.com/sindresorhus/globals/issues/321)) [`59ceff8`](https://redirect.github.com/sindresorhus/globals/commit/59ceff8) - Add `bunBuiltin` environment ([#&#8203;324](https://redirect.github.com/sindresorhus/globals/issues/324)) [`1bc6e3b`](https://redirect.github.com/sindresorhus/globals/commit/1bc6e3b) - Add `denoBuiltin` environment ([#&#8203;324](https://redirect.github.com/sindresorhus/globals/issues/324)) [`1bc6e3b`](https://redirect.github.com/sindresorhus/globals/commit/1bc6e3b) - Add `paintWorklet` environment ([#&#8203;323](https://redirect.github.com/sindresorhus/globals/issues/323)) [`4b78f56`](https://redirect.github.com/sindresorhus/globals/commit/4b78f56) - Add `sharedWorker` environment ([#&#8203;322](https://redirect.github.com/sindresorhus/globals/issues/322)) [`4a02a85`](https://redirect.github.com/sindresorhus/globals/commit/4a02a85) *** </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9c0580b commit 8638d24

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"express": "^4.18.1",
9797
"fs-extra": "^11.0.0",
9898
"gen-esm-wrapper": "^1.1.3",
99-
"globals": "^16.0.0",
99+
"globals": "^17.0.0",
100100
"globby": "^15.0.0",
101101
"got": "^13.0.0",
102102
"husky": "^9.0.11",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ __metadata:
776776
express: "npm:^4.18.1"
777777
fs-extra: "npm:^11.0.0"
778778
gen-esm-wrapper: "npm:^1.1.3"
779-
globals: "npm:^16.0.0"
779+
globals: "npm:^17.0.0"
780780
globby: "npm:^15.0.0"
781781
got: "npm:^13.0.0"
782782
husky: "npm:^9.0.11"
@@ -7025,10 +7025,10 @@ __metadata:
70257025
languageName: node
70267026
linkType: hard
70277027

7028-
"globals@npm:^16.0.0":
7029-
version: 16.5.0
7030-
resolution: "globals@npm:16.5.0"
7031-
checksum: 10c0/615241dae7851c8012f5aa0223005b1ed6607713d6813de0741768bd4ddc39353117648f1a7086b4b0fa45eae733f1c0a0fe369aa4e543bb63f8de8990178ea9
7028+
"globals@npm:^17.0.0":
7029+
version: 17.0.0
7030+
resolution: "globals@npm:17.0.0"
7031+
checksum: 10c0/e3c169fdcb0fc6755707b697afb367bea483eb29992cfc0de1637382eb893146e17f8f96db6d7453e3696b478a7863ae2000e6c71cd2f4061410285106d3847a
70327032
languageName: node
70337033
linkType: hard
70347034

0 commit comments

Comments
 (0)