From dacbde2d2eed0468f0cef5105393e8a6a33e38b9 Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 24 Feb 2025 13:25:53 -0500 Subject: [PATCH] chore(deps): update dependency globals to v16 (#53) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [globals](https://github.com/sindresorhus/globals) | devDependencies | major | [`15.15.0` -> `16.0.0`](https://renovatebot.com/diffs/npm/globals/15.15.0/16.0.0) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
sindresorhus/globals (globals) ### [`v16.0.0`](https://github.com/sindresorhus/globals/releases/tag/v16.0.0) [Compare Source](https://github.com/sindresorhus/globals/compare/v15.15.0...v16.0.0) ##### Breaking - The `serviceworker` globals are now generated from browsers ([#​281](https://github.com/sindresorhus/globals/issues/281)) [`039ed51`](https://github.com/sindresorhus/globals/commit/039ed51) - It's a breaking change as a few globals have been removed. ***
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://c.csw.im/cswimr/gauntlet-cswimr-plugins/pulls/53 Co-authored-by: Renovate Co-committed-by: Renovate --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d69b867..a0188d6 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-config-prettier": "10.0.1", "eslint-plugin-prettier": "5.2.3", "eslint-plugin-react": "7.37.4", - "globals": "15.15.0", + "globals": "16.0.0", "prettier": "3.5.1", "typescript": "5.7.3", "typescript-eslint": "8.24.1" diff --git a/yarn.lock b/yarn.lock index 5b8a49e..6c9e18b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3619,10 +3619,10 @@ glob@^7.1.1: once "^1.3.0" path-is-absolute "^1.0.0" -globals@15.15.0: - version "15.15.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8" - integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg== +globals@16.0.0: + version "16.0.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-16.0.0.tgz#3d7684652c5c4fbd086ec82f9448214da49382d8" + integrity sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A== globals@^11.1.0: version "11.12.0"