Skip to content

Commit

Permalink
deps: Bump globals from 15.9.0 to 15.10.0 (#256)
Browse files Browse the repository at this point in the history
Bumps [globals](https://github.com/sindresorhus/globals) from 15.9.0 to
15.10.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.10.0</h2>
<ul>
<li>Update globals (<a
href="https://redirect.github.com/sindresorhus/globals/issues/264">#264</a>)
3cbce2d</li>
</ul>
<p><a
href="https://github.com/sindresorhus/globals/compare/v15.9.0...v15.10.0">https://github.com/sindresorhus/globals/compare/v15.9.0...v15.10.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sindresorhus/globals/commit/756071711d916e360cef77afa0cbb16c612ca115"><code>7560717</code></a>
15.10.0</li>
<li><a
href="https://github.com/sindresorhus/globals/commit/3cbce2d229c54f361b8a93149e8c1b6a6a70d909"><code>3cbce2d</code></a>
Update globals (<a
href="https://redirect.github.com/sindresorhus/globals/issues/264">#264</a>)</li>
<li><a
href="https://github.com/sindresorhus/globals/commit/bd201b5bc2b565c2005de643fd63d69e54628de7"><code>bd201b5</code></a>
Add <code>permissions</code> for automated job (<a
href="https://redirect.github.com/sindresorhus/globals/issues/263">#263</a>)</li>
<li><a
href="https://github.com/sindresorhus/globals/commit/53f872a1c3b6be946591c3e9102bc470d7562cf4"><code>53f872a</code></a>
Collect globals on all platforms (<a
href="https://redirect.github.com/sindresorhus/globals/issues/261">#261</a>)</li>
<li><a
href="https://github.com/sindresorhus/globals/commit/560cf2f9839a2eda7b64347646afc9b3359ded51"><code>560cf2f</code></a>
Update dependencies (<a
href="https://redirect.github.com/sindresorhus/globals/issues/262">#262</a>)</li>
<li>See full diff in <a
href="https://github.com/sindresorhus/globals/compare/v15.9.0...v15.10.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.9.0&new-version=15.10.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>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 4955b0c commit b53f46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint-plugin-jsdoc": "50.3.0",
"eslint-plugin-markdown": "5.1.0",
"eslint-plugin-unused-imports": "4.1.4",
"globals": "15.9.0",
"globals": "15.10.0",
"prettier": "3.3.3",
"synckit": "0.9.1",
"typescript-eslint": "8.8.0"
Expand Down

0 comments on commit b53f46c

Please sign in to comment.