Skip to content

Commit 89d8201

Browse files
authored
chore(deps): update dependency globals to v17 (#111)
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) | | [globals](https://redirect.github.com/sindresorhus/globals) | [`^16.2.0` → `^17.0.0`](https://renovatebot.com/diffs/npm/globals/16.3.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.3.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 weekend" (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 these updates 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/TomPlum/react-git-log). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents cbbdc42 + c1ae797 commit 89d8201

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"eslint-plugin-react-hooks": "^7.0.0",
2222
"eslint-plugin-react-refresh": "^0.4.19",
2323
"eslint-plugin-storybook": "^9.0.8",
24-
"globals": "^16.2.0",
24+
"globals": "^17.0.0",
2525
"typescript-eslint": "^8.34.1"
2626
},
2727
"overrides": {

packages/library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@vitest/ui": "^4.0.0",
7575
"canvas": "^3.1.1",
7676
"estree-walker": "^3.0.3",
77-
"globals": "^16.0.0",
77+
"globals": "^17.0.0",
7878
"jsdom": "^26.0.0",
7979
"sass": "^1.85.1",
8080
"typedoc": "^0.28.6",

0 commit comments

Comments
 (0)