Skip to content

Commit c78e412

Browse files
chore(deps): update dependency globals to v17 (#8064)
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.5.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 - 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/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1ba3a72 commit c78e412

10 files changed

Lines changed: 26 additions & 26 deletions

File tree

examples/react-router-ts/package-lock.json

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

examples/react-router-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint-plugin-jsx-a11y": "6.10.2",
3434
"eslint-plugin-react": "7.37.5",
3535
"eslint-plugin-react-hooks": "6.1.1",
36-
"globals": "16.5.0",
36+
"globals": "17.0.0",
3737
"typescript": "5.8.3",
3838
"typescript-eslint": "8.52.0",
3939
"vite": "7.3.0",

examples/vite-ts/package-lock.json

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

examples/vite-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint": "9.39.2",
3333
"eslint-plugin-react-hooks": "6.1.1",
3434
"eslint-plugin-react-refresh": "0.4.26",
35-
"globals": "16.5.0",
35+
"globals": "17.0.0",
3636
"typescript-eslint": "8.52.0",
3737
"vite": "7.3.0"
3838
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"eslint-plugin-react-hooks": "6.1.1",
8585
"eslint-plugin-storybook": "10.1.10",
8686
"glob": "13.0.0",
87-
"globals": "16.5.0",
87+
"globals": "17.0.0",
8888
"husky": "9.1.7",
8989
"lerna": "9.0.3",
9090
"lint-staged": "16.2.7",

patterns/navigation-layout/package-lock.json

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

patterns/navigation-layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint": "9.39.2",
2626
"eslint-plugin-react-hooks": "6.1.1",
2727
"eslint-plugin-react-refresh": "0.4.26",
28-
"globals": "16.5.0",
28+
"globals": "17.0.0",
2929
"typescript": "5.8.3",
3030
"typescript-eslint": "8.52.0",
3131
"vite": "7.3.0"

templates/vite-ts/package-lock.json

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

templates/vite-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint": "9.39.2",
3030
"eslint-plugin-react-hooks": "6.1.1",
3131
"eslint-plugin-react-refresh": "0.4.26",
32-
"globals": "16.5.0",
32+
"globals": "17.0.0",
3333
"typescript": "5.8.3",
3434
"typescript-eslint": "8.52.0",
3535
"vite": "7.3.0"

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11222,10 +11222,10 @@ __metadata:
1122211222
languageName: node
1122311223
linkType: hard
1122411224

11225-
"globals@npm:16.5.0":
11226-
version: 16.5.0
11227-
resolution: "globals@npm:16.5.0"
11228-
checksum: 10c0/615241dae7851c8012f5aa0223005b1ed6607713d6813de0741768bd4ddc39353117648f1a7086b4b0fa45eae733f1c0a0fe369aa4e543bb63f8de8990178ea9
11225+
"globals@npm:17.0.0":
11226+
version: 17.0.0
11227+
resolution: "globals@npm:17.0.0"
11228+
checksum: 10c0/e3c169fdcb0fc6755707b697afb367bea483eb29992cfc0de1637382eb893146e17f8f96db6d7453e3696b478a7863ae2000e6c71cd2f4061410285106d3847a
1122911229
languageName: node
1123011230
linkType: hard
1123111231

@@ -20431,7 +20431,7 @@ __metadata:
2043120431
eslint-plugin-react-hooks: "npm:6.1.1"
2043220432
eslint-plugin-storybook: "npm:10.1.10"
2043320433
glob: "npm:13.0.0"
20434-
globals: "npm:16.5.0"
20434+
globals: "npm:17.0.0"
2043520435
husky: "npm:9.1.7"
2043620436
lerna: "npm:9.0.3"
2043720437
lint-staged: "npm:16.2.7"

0 commit comments

Comments
 (0)