Update dependency globals to v15.9.0 (#17)
Some checks reported errors
Plex Watchlist Analysis/pipeline/head Something is wrong with the build of this commit
plex-watchlist/pipeline/head This commit looks good

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [globals](https://github.com/sindresorhus/globals) | dependencies | minor | [`15.6.0` -> `15.9.0`](https://renovatebot.com/diffs/npm/globals/15.6.0/15.9.0) |

---

### Release Notes

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

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

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

-   Update globals ([#&#8203;258](https://github.com/sindresorhus/globals/issues/258))  [`f72b047`](https://github.com/sindresorhus/globals/commit/f72b047)

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

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

-   Add `es2025` globals (Same as `es2021`) ([#&#8203;256](https://github.com/sindresorhus/globals/issues/256))  [`2ef342a`](https://github.com/sindresorhus/globals/commit/2ef342a)

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

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

-   Update globals ([#&#8203;255](https://github.com/sindresorhus/globals/issues/255))  [`f017b0f`](https://github.com/sindresorhus/globals/commit/f017b0f)

</details>

---

### 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.

---

 - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC43My4xIiwidXBkYXRlZEluVmVyIjoiMzguNzMuMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: Melissa Avery-Weir <melissa@noreply.code.irrsinn.net>
Reviewed-on: https://code.irrsinn.net/Irrsinn.net/public-plex-watchlist/pulls/17
Co-authored-by: Renovate Bot <averymd+renovate@irrsinn.net>
Co-committed-by: Renovate Bot <averymd+renovate@irrsinn.net>
This commit is contained in:
2024-09-10 16:46:55 +00:00
committed by Melissa Avery-Weir
parent 49614b5788
commit 203a72a2ef

7
package-lock.json generated
View File

@@ -7837,10 +7837,9 @@
}
},
"node_modules/globals": {
"version": "15.6.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.6.0.tgz",
"integrity": "sha512-UzcJi88Hw//CurUIRa9Jxb0vgOCcuD/MNjwmXp633cyaRKkCWACkoqHCtfZv43b1kqXGg/fpOa8bwgacCeXsVg==",
"license": "MIT",
"version": "15.9.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.9.0.tgz",
"integrity": "sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==",
"engines": {
"node": ">=18"
},