Skip to content

Commit 0e6dca1

Browse files
chore(deps): update dependency globals to v16 (#6974)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [globals](https://redirect.github.com/sindresorhus/globals) | [`^15.10.0` -> `^16.0.0`](https://renovatebot.com/diffs/npm/globals/15.15.0/16.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/globals/16.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/globals/16.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/globals/15.15.0/16.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/globals/15.15.0/16.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sindresorhus/globals (globals)</summary> ### [`v16.0.0`](https://redirect.github.com/sindresorhus/globals/releases/tag/v16.0.0) [Compare Source](https://redirect.github.com/sindresorhus/globals/compare/v15.15.0...v16.0.0) ##### Breaking - The `serviceworker` globals are now generated from browsers ([#&#8203;281](https://redirect.github.com/sindresorhus/globals/issues/281)) [`039ed51`](https://redirect.github.com/sindresorhus/globals/commit/039ed51) - It's a breaking change as a few globals have been removed. *** </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/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6ec2ab6 commit 0e6dca1

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

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
@@ -32,7 +32,7 @@
3232
"eslint-plugin-jsx-a11y": "^6.10.2",
3333
"eslint-plugin-react": "^7.37.2",
3434
"eslint-plugin-react-hooks": "^5.0.0",
35-
"globals": "^15.10.0",
35+
"globals": "^16.0.0",
3636
"typescript": "^5.1.6",
3737
"typescript-eslint": "^8.15.0",
3838
"vite": "^6.0.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
@@ -31,7 +31,7 @@
3131
"eslint": "^9.12.0",
3232
"eslint-plugin-react-hooks": "5.1.0",
3333
"eslint-plugin-react-refresh": "^0.4.12",
34-
"globals": "^15.10.0",
34+
"globals": "^16.0.0",
3535
"typescript-eslint": "^8.8.0",
3636
"vite": "^6.0.11"
3737
}

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": "beta",
8585
"eslint-plugin-storybook": "0.11.3",
8686
"glob": "^11.0.0",
87-
"globals": "^15.10.0",
87+
"globals": "^16.0.0",
8888
"husky": "^9.0.6",
8989
"lerna": "^8.0.0",
9090
"lint-staged": "^15.0.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
@@ -28,7 +28,7 @@
2828
"eslint": "^9.12.0",
2929
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
3030
"eslint-plugin-react-refresh": "^0.4.12",
31-
"globals": "^15.10.0",
31+
"globals": "^16.0.0",
3232
"typescript": "^5.0.2",
3333
"typescript-eslint": "^8.8.0",
3434
"vite": "^6.0.0"

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13111,10 +13111,10 @@ __metadata:
1311113111
languageName: node
1311213112
linkType: hard
1311313113

13114-
"globals@npm:^15.10.0":
13115-
version: 15.15.0
13116-
resolution: "globals@npm:15.15.0"
13117-
checksum: 10c0/f9ae80996392ca71316495a39bec88ac43ae3525a438b5626cd9d5ce9d5500d0a98a266409605f8cd7241c7acf57c354a48111ea02a767ba4f374b806d6861fe
13114+
"globals@npm:^16.0.0":
13115+
version: 16.0.0
13116+
resolution: "globals@npm:16.0.0"
13117+
checksum: 10c0/8906d5f01838df64a81d6c2a7b7214312e2216cf65c5ed1546dc9a7d0febddf55ffa906cf04efd5b01eec2534d6f14859a89535d1a68241832810e41ef3fd5bb
1311813118
languageName: node
1311913119
linkType: hard
1312013120

@@ -23664,7 +23664,7 @@ __metadata:
2366423664
eslint-plugin-react-hooks: "npm:beta"
2366523665
eslint-plugin-storybook: "npm:0.11.3"
2366623666
glob: "npm:^11.0.0"
23667-
globals: "npm:^15.10.0"
23667+
globals: "npm:^16.0.0"
2366823668
husky: "npm:^9.0.6"
2366923669
lerna: "npm:^8.0.0"
2367023670
lint-staged: "npm:^15.0.0"

0 commit comments

Comments
 (0)