chore(deps): update dependency globals to v16 (#6)
Some checks failed
build-test / test (ubuntu-latest) (push) Waiting to run
build-test / test (windows-latest) (push) Waiting to run
build-test / specific_version (push) Waiting to run
build-test / build (push) Waiting to run
Continuous Integration / TypeScript Tests (push) Has been cancelled
Check dist/ / Check dist/ (push) Has been cancelled
build-test / test (macos-latest) (push) Waiting to run
CodeQL / Analyze (push) Has been cancelled

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [globals](https://github.com/sindresorhus/globals) | devDependencies | major | [`^15.14.0` -> `^16.0.0`](https://renovatebot.com/diffs/npm/globals/15.14.0/16.0.0) |

---

### Release Notes

<details>
<summary>sindresorhus/globals (globals)</summary>

### [`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 ([#&#8203;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.

***

### [`v15.15.0`](https://github.com/sindresorhus/globals/releases/tag/v15.15.0)

[Compare Source](https://github.com/sindresorhus/globals/compare/v15.14.0...v15.15.0)

-   Regenerate vitest globals ([#&#8203;279](https://github.com/sindresorhus/globals/issues/279))  [`445df81`](https://github.com/sindresorhus/globals/commit/445df81)

***

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Friday" in timezone America/Chicago, 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODIuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #6
Co-authored-by: renovate[bot] <renovate@rgst.io>
Co-committed-by: renovate[bot] <renovate@rgst.io>
This commit is contained in:
renovate[bot] 2025-02-28 21:14:10 +00:00 committed by Jared Allard
parent ae49e30b93
commit 5e49f778bb
Signed by: git.rgst.io Signing Key
GPG key ID: C969F001BABC0EE1
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -21,7 +21,7 @@
"@types/node": "^22.10.10", "@types/node": "^22.10.10",
"@vercel/ncc": "^0.38.3", "@vercel/ncc": "^0.38.3",
"eslint": "^9.19.0", "eslint": "^9.19.0",
"globals": "^15.14.0", "globals": "^16.0.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"jest": "^29.7.0", "jest": "^29.7.0",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
@ -3285,9 +3285,9 @@
} }
}, },
"node_modules/globals": { "node_modules/globals": {
"version": "15.14.0", "version": "16.0.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.14.0.tgz", "resolved": "https://registry.npmjs.org/globals/-/globals-16.0.0.tgz",
"integrity": "sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==", "integrity": "sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"engines": { "engines": {

View file

@ -42,7 +42,7 @@
"@types/node": "^22.10.10", "@types/node": "^22.10.10",
"@vercel/ncc": "^0.38.3", "@vercel/ncc": "^0.38.3",
"eslint": "^9.19.0", "eslint": "^9.19.0",
"globals": "^15.14.0", "globals": "^16.0.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"jest": "^29.7.0", "jest": "^29.7.0",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",