Skip to content

chore(deps): bump the npm-root-nonbreaking group with 7 updates#263

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-root-nonbreaking-58dbd43065
Open

chore(deps): bump the npm-root-nonbreaking group with 7 updates#263
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-root-nonbreaking-58dbd43065

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 31, 2026

Bumps the npm-root-nonbreaking group with 7 updates:

Package From To
zustand 5.0.13 5.0.14
@typescript-eslint/eslint-plugin 8.59.4 8.60.0
@typescript-eslint/parser 8.59.4 8.60.0
electron 40.10.1 40.10.2
fumadocs-core 16.9.1 16.9.3
fumadocs-ui 16.9.1 16.9.3
typescript-eslint 8.59.4 8.60.0

Updates zustand from 5.0.13 to 5.0.14

Release notes

Sourced from zustand's releases.

v5.0.14

This release fixes a type issue in devtools.

What's Changed

New Contributors

Full Changelog: pmndrs/zustand@v5.0.13...v5.0.14

Commits
  • bfb2a9e 5.0.14
  • 62b2aff chore(deps): update dev dependencies (#3513)
  • ad77bd3 fix(devtools): improve type inference for Devtools initializer (#3511)
  • 8476d2c update pnpm etc (#3512)
  • d690ec2 docs(combine): add object constraints to T and U in signature (#3506)
  • fd8c601 docs(react): add Action constraint to redux middleware signature (#3492)
  • 2ce8226 docs(immer): fix setPerson updater type in usage examples (#3502)
  • 038b938 docs(updating-state): use curried create form with explicit state type (#3503)
  • 60a91b4 docs(devtools): add missing devtools import to troubleshooting example (#3501)
  • efad169 Update FUNDING.json
  • Additional commits viewable in compare view

Updates @typescript-eslint/eslint-plugin from 8.59.4 to 8.60.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.60.0

8.60.0 (2026-05-25)

🚀 Features

  • rule-tester: added updates of RuleTester from upstream (#12291)

🩹 Fixes

  • playground TS version selector is not working (#12326, #12325)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.60.0 (2026-05-25)

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates @typescript-eslint/parser from 8.59.4 to 8.60.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.60.0

8.60.0 (2026-05-25)

🚀 Features

  • rule-tester: added updates of RuleTester from upstream (#12291)

🩹 Fixes

  • playground TS version selector is not working (#12326, #12325)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.60.0 (2026-05-25)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates electron from 40.10.1 to 40.10.2

Release notes

Sourced from electron's releases.

electron v40.10.2

Release Notes for v40.10.2

Fixes

  • Fixed an issue that caused the RGBAF16 shared texture format to have a keyed mutex on Windows. #51701 (Also in 41)
  • Fixed an issue where closing devtools immediately after focus caused a crash. #51702 (Also in 41, 42)
  • Fixed an issue where custom options in webContents.print() did not prefill the print dialog on macOS. #51692 (Also in 41, 42)
Commits

Updates fumadocs-core from 16.9.1 to 16.9.3

Release notes

Sourced from fumadocs-core's releases.

fumadocs-core@16.9.3

Patch Changes

  • 42f0255: Support invalidate & revalidate on dynamic loader
  • a807798: Improve source API utils & types
Commits
  • 34b75a0 Version Packages (#3324)
  • 73b9cec docs: fix build
  • d35d0d6 fix(mdx): respect root in Vite config
  • a9f95ff chore: bump deps
  • 783c048 fix(preview): fix invalid content type in /img endpoint
  • 42f0255 feat(core): support invalidate & revalidate on dynamic loader
  • a807798 fix(core): improve source API utils & types
  • 8b17019 docs: document LLM_GATEWAY_MODEL for Ask AI (#3319)
  • cad622e Merge pull request #3318 from smakosh/feat/llmgateway-ai-provider
  • ee98724 fix(openapi): newer scalar client
  • Additional commits viewable in compare view

Updates fumadocs-ui from 16.9.1 to 16.9.3

Release notes

Sourced from fumadocs-ui's releases.

fumadocs-ui@16.9.3

Patch Changes

  • Updated dependencies [42f0255]
  • Updated dependencies [a807798]
    • fumadocs-core@16.9.3
Commits
  • 34b75a0 Version Packages (#3324)
  • 73b9cec docs: fix build
  • d35d0d6 fix(mdx): respect root in Vite config
  • a9f95ff chore: bump deps
  • 783c048 fix(preview): fix invalid content type in /img endpoint
  • 42f0255 feat(core): support invalidate & revalidate on dynamic loader
  • a807798 fix(core): improve source API utils & types
  • 8b17019 docs: document LLM_GATEWAY_MODEL for Ask AI (#3319)
  • cad622e Merge pull request #3318 from smakosh/feat/llmgateway-ai-provider
  • ee98724 fix(openapi): newer scalar client
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.59.4 to 8.60.0

Release notes

Sourced from typescript-eslint's releases.

v8.60.0

8.60.0 (2026-05-25)

🚀 Features

  • rule-tester: added updates of RuleTester from upstream (#12291)

🩹 Fixes

  • playground TS version selector is not working (#12326, #12325)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.60.0 (2026-05-25)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

View with Codesmith Autofix with Codesmith
Need help on this PR? Tag @codesmith with what you need. Autofix is disabled.

Bumps the npm-root-nonbreaking group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [zustand](https://github.com/pmndrs/zustand) | `5.0.13` | `5.0.14` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.59.4` | `8.60.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.59.4` | `8.60.0` |
| [electron](https://github.com/electron/electron) | `40.10.1` | `40.10.2` |
| [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.9.1` | `16.9.3` |
| [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.9.1` | `16.9.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.59.4` | `8.60.0` |


Updates `zustand` from 5.0.13 to 5.0.14
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.13...v5.0.14)

Updates `@typescript-eslint/eslint-plugin` from 8.59.4 to 8.60.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.60.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.59.4 to 8.60.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.60.0/packages/parser)

Updates `electron` from 40.10.1 to 40.10.2
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v40.10.1...v40.10.2)

Updates `fumadocs-core` from 16.9.1 to 16.9.3
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-core@16.9.1...fumadocs-core@16.9.3)

Updates `fumadocs-ui` from 16.9.1 to 16.9.3
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-ui@16.9.1...fumadocs-ui@16.9.3)

Updates `typescript-eslint` from 8.59.4 to 8.60.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.60.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: zustand
  dependency-version: 5.0.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-root-nonbreaking
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.60.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-root-nonbreaking
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.60.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-root-nonbreaking
- dependency-name: electron
  dependency-version: 40.10.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-root-nonbreaking
- dependency-name: fumadocs-core
  dependency-version: 16.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-root-nonbreaking
- dependency-name: fumadocs-ui
  dependency-version: 16.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-root-nonbreaking
- dependency-name: typescript-eslint
  dependency-version: 8.60.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-root-nonbreaking
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 31, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 31, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agent-space-web Ready Ready Preview, Comment May 31, 2026 4:57am

Request Review

@mogplex
Copy link
Copy Markdown

mogplex Bot commented May 31, 2026

Mogplex PR Review

Status: No material issues found

The review is complete. This is a clean Dependabot dependency-bump PR with no issues found across any of the 7 package updates. All bumps are minor/patch version updates (zustand 5.0.13→5.0.14, typescript-eslint 8.59.4→8.60.0, electron 40.10.1→40.10.2, fumadocs-core/ui 16.9.1→16.9.3) with no breaking changes, security concerns, or code logic modifications.

View check run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants