Skip to content

Commit 8070350

Browse files
Bump globals from 15.11.0 to 15.14.0 (#227)
Bumps [globals](https://github.com/sindresorhus/globals) from 15.11.0 to 15.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/globals/releases">globals's releases</a>.</em></p> <blockquote> <h2>v15.14.0</h2> <ul> <li>Add <code>vitest</code> globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/274">#274</a>) 06a5723</li> </ul> <p><a href="https://github.com/sindresorhus/globals/compare/v15.13.0...v15.14.0">https://github.com/sindresorhus/globals/compare/v15.13.0...v15.14.0</a></p> <h2>v15.13.0</h2> <ul> <li>Update globals</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/globals/compare/v15.12.0...v15.13.0">https://github.com/sindresorhus/globals/compare/v15.12.0...v15.13.0</a></p> <h2>v15.12.0</h2> <ul> <li>Add <code>Iterator</code> to ES2025 (<a href="https://redirect.github.com/sindresorhus/globals/issues/272">#272</a>) 439b398</li> <li>Update globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/271">#271</a>) dd0a502</li> </ul> <p><a href="https://github.com/sindresorhus/globals/compare/v15.11.0...v15.12.0">https://github.com/sindresorhus/globals/compare/v15.11.0...v15.12.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/globals/commit/48c7b51a8fb284142f88fe34ada7558c0531c44f"><code>48c7b51</code></a> 15.14.0</li> <li><a href="https://github.com/sindresorhus/globals/commit/06a572349b08709b49d8999038961558da4da4e7"><code>06a5723</code></a> Add <code>vitest</code> globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/274">#274</a>)</li> <li><a href="https://github.com/sindresorhus/globals/commit/ad28ede9cd5dc3f28c0244dad6ea004183bc9a18"><code>ad28ede</code></a> 15.13.0</li> <li><a href="https://github.com/sindresorhus/globals/commit/dc7a9a16c29278ea088b0726ac8f4ce97043d7c6"><code>dc7a9a1</code></a> Update globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/273">#273</a>)</li> <li><a href="https://github.com/sindresorhus/globals/commit/ff4844d90c7639b1bd30a5705109bf4a30b6d896"><code>ff4844d</code></a> 15.12.0</li> <li><a href="https://github.com/sindresorhus/globals/commit/439b398dc8bbad03a71069d60384e24956ab6606"><code>439b398</code></a> Add <code>Iterator</code> to ES2025 (<a href="https://redirect.github.com/sindresorhus/globals/issues/272">#272</a>)</li> <li><a href="https://github.com/sindresorhus/globals/commit/dd0a50200236e15e415c1947c20ffb47b1bedd0c"><code>dd0a502</code></a> Update globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/271">#271</a>)</li> <li>See full diff in <a href="https://github.com/sindresorhus/globals/compare/v15.11.0...v15.14.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=globals&package-manager=npm_and_yarn&previous-version=15.11.0&new-version=15.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1df2356 commit 8070350

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"crc": "4.3.2",
4444
"crc-32": "1.2.2",
4545
"eslint": "9.17.0",
46-
"globals": "15.11.0",
46+
"globals": "15.14.0",
4747
"jest": "29.7.0",
4848
"node-crc": "3.0.2",
4949
"polycrc": "1.1.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2555,10 +2555,10 @@ glob@^7.1.3, glob@^7.1.4:
25552555
once "^1.3.0"
25562556
path-is-absolute "^1.0.0"
25572557

2558-
globals@15.11.0:
2559-
version "15.11.0"
2560-
resolved "https://registry.yarnpkg.com/globals/-/globals-15.11.0.tgz#b96ed4c6998540c6fb824b24b5499216d2438d6e"
2561-
integrity sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==
2558+
globals@15.14.0:
2559+
version "15.14.0"
2560+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.14.0.tgz#b8fd3a8941ff3b4d38f3319d433b61bbb482e73f"
2561+
integrity sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==
25622562

25632563
globals@^11.1.0:
25642564
version "11.12.0"

0 commit comments

Comments
 (0)