Skip to content

chore(deps): bump the npm-root-nonbreaking group across 1 directory with 18 updates#210

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-root-nonbreaking-3a1a2a4e11
Open

chore(deps): bump the npm-root-nonbreaking group across 1 directory with 18 updates#210
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-root-nonbreaking-3a1a2a4e11

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 26, 2026

Bumps the npm-root-nonbreaking group with 18 updates in the / directory:

Package From To
@memories.sh/cli 0.7.6 0.7.9
@modelcontextprotocol/sdk 1.26.0 1.27.1
electron-updater 6.7.3 6.8.3
@eslint/js 9.39.2 9.39.3
@tailwindcss/postcss 4.1.18 4.2.1
@types/node 22.19.11 22.19.12
@typescript-eslint/eslint-plugin 8.55.0 8.56.1
@typescript-eslint/parser 8.55.0 8.56.1
electron 40.4.1 40.6.1
electron-builder 26.7.0 26.8.1
eslint 9.39.2 9.39.3
eslint-plugin-react-refresh 0.5.0 0.5.2
tailwindcss 4.1.18 4.2.1
framer-motion 12.34.0 12.34.3
fumadocs-core 16.6.1 16.6.5
fumadocs-mdx 14.2.7 14.2.8
fumadocs-ui 16.6.1 16.6.5
typescript-eslint 8.55.0 8.56.1

Updates @memories.sh/cli from 0.7.6 to 0.7.9

Release notes

Sourced from @​memories.sh/cli's releases.

@​memories.sh/cli@0.7.9

Minor Changes

  • Add cron-based reminder support to the CLI with memories reminders subcommands (add, list, run, enable, disable, delete).
  • Add local CLI MCP reminder tools: add_reminder, list_reminders, run_due_reminders, enable_reminder, disable_reminder, and delete_reminder.
  • Add reminder schema migration (reminders table + due/scope indexes) and coverage tests for scheduling, scope filtering, and due-run execution.

@​memories.sh/cli@0.7.8

@​memories.sh/cli

0.7.7

Patch Changes

  • 504c3fe: Improve generate target selection to default to detected integrations, so memories generate and memories generate all no longer write unrelated outputs (for example Copilot or Gemini) unless those integrations are actually detected.

    Add a first-class factory generation target for Droid output (.factory/instructions.md) and improve detection for Factory/Droid and Codex CLI installs.

    Clarify command messaging and docs that memories generate exports stored memories to config files and does not create database memories.

0.7.2

Patch Changes

  • Fix FTS trigger logic to avoid SQLITE_CORRUPT_VTAB when hard-deleting soft-deleted memories, and auto-refresh outdated trigger definitions during migrations.

0.7.0

Minor Changes

  • Improve default skill ingestion coverage for agent setups.

    • memories setup now imports existing project skills into memories by default.
    • Added --skip-skill-ingest to opt out during setup.
    • memories ingest skills now scans the full set of project skill directories, including .codex/skills and other supported tool locations.

@​memories.sh/cli@0.7.7

Patch Changes

  • 504c3fe: Improve generate target selection to default to detected integrations, so memories generate and memories generate all no longer write unrelated outputs (for example Copilot or Gemini) unless those integrations are actually detected.

    Add a first-class factory generation target for Droid output (.factory/instructions.md) and improve detection for Factory/Droid and Codex CLI installs.

    Clarify command messaging and docs that memories generate exports stored memories to config files and does not create database memories.

Changelog

Sourced from @​memories.sh/cli's changelog.

0.7.9

Minor Changes

  • Add cron-based reminder support to the CLI with memories reminders subcommands (add, list, run, enable, disable, delete).
  • Add local CLI MCP reminder tools: add_reminder, list_reminders, run_due_reminders, enable_reminder, disable_reminder, and delete_reminder.
  • Add reminder schema migration (reminders table + due/scope indexes) and coverage tests for scheduling, scope filtering, and due-run execution.

0.7.7

Patch Changes

  • 504c3fe: Improve generate target selection to default to detected integrations, so memories generate and memories generate all no longer write unrelated outputs (for example Copilot or Gemini) unless those integrations are actually detected.

    Add a first-class factory generation target for Droid output (.factory/instructions.md) and improve detection for Factory/Droid and Codex CLI installs.

    Clarify command messaging and docs that memories generate exports stored memories to config files and does not create database memories.

0.7.2

Patch Changes

  • Fix FTS trigger logic to avoid SQLITE_CORRUPT_VTAB when hard-deleting soft-deleted memories, and auto-refresh outdated trigger definitions during migrations.

0.7.0

Minor Changes

  • Improve default skill ingestion coverage for agent setups.

    • memories setup now imports existing project skills into memories by default.
    • Added --skip-skill-ingest to opt out during setup.
    • memories ingest skills now scans the full set of project skill directories, including .codex/skills and other supported tool locations.
Commits
  • af249c7 feat(cli): add cron reminders + local MCP reminder tools (#224)
  • 4f40381 feat(cli): add minimal local setup preset and local-only doctor checks
  • 78ca9ae feat(cli): bootstrap global SKILLS guide and bump to 0.7.8 (#180)
  • 2066137 chore: version packages (#173)
  • 504c3fe fix(cli): detect generate targets and add factory output (#169)
  • 547b39f refactor: split mcp, setup, tool-adapters, team, scope, generate, and embeddi...
  • 7722fc0 refactor: split memory.ts, init.ts, and mcp route.ts into focused modules (#38)
  • b83390d refactor: split files.ts, team-content.tsx, and mcp/index.ts into focused mod...
  • e698e06 test: add test stubs for 20 untested CLI command files (#35)
  • ab9f666 refactor: consolidate scattered process.env access into centralized config mo...
  • Additional commits viewable in compare view
Install script changes

This version adds postinstall script that runs during installation. Review the package contents before updating.


Updates @modelcontextprotocol/sdk from 1.26.0 to 1.27.1

Release notes

Sourced from @​modelcontextprotocol/sdk's releases.

v1.27.1

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@v1.27.0...v1.27.1

v1.27.0

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@v1.26.0...v1.27.0

Commits
  • 4faa8c8 chore: bump version to 1.27.1 (#1581)
  • 09a85a8 fix: call onerror for silently swallowed transport errors (#1580)
  • e79d14a fix: prevent command injection in example URL opening (v1.x backport) (#1579)
  • 342ea39 docs: comprehensive feature documentation for SEP-1730 Tier 1 (#1548)
  • 2084a22 docs: add governance documentation for SEP-1730 (#1547)
  • f2d2145 feat: implement auth/pre-registration conformance scenario (#1545)
  • 8cbc658 chore: bump version for v1.27.0 (#1541)
  • 5c16ae3 [v1.x] feat(tasks): add streaming methods for elicitation and sampling (#1528)
  • 97ab379 feat: add url property to RequestInfo interface (#1353)
  • 825e9ab feat: backport discoverOAuthServerInfo() and discovery caching to v1.x (#1533)
  • Additional commits viewable in compare view

Updates electron-updater from 6.7.3 to 6.8.3

Release notes

Sourced from electron-updater's releases.

electron-updater@6.8.3

Patch Changes

electron-updater@6.8.2

Patch Changes

electron-updater@6.8.1

Patch Changes

electron-updater@6.8.0

Minor Changes

Changelog

Sourced from electron-updater's changelog.

6.8.3

Patch Changes

6.8.2

Patch Changes

6.8.1

Patch Changes

6.8.0

Minor Changes

Commits
  • 3a3f439 chore(deploy): Release v26.8.0 (electron-updater@6.8.3) (#9556)
  • 9c67fd3 chore: Remove console logs for linux autoupdater platform check (#9561)
  • f1c2ec3 chore(deploy): Release v26.7.0 (electron-updater@6.8.2) (#9549)
  • 8aee1e6 fix(updater): don't throw on releases with non-semver tags when collecting fu...
  • 7b5901b chore(deploy): Release v26.5.0 (electron-updater@6.8.1) (#9503)
  • 6c20eeb chore: running eslint --fix on more files (#9502)
  • 06de969 chore(deploy): Release v26.4.1 (electron-updater@6.8.0) (#9458)
  • 3533a3e feat: Provide progress updates for multiple range differential downloads (#9448)
  • See full diff in compare view

Updates @eslint/js from 9.39.2 to 9.39.3

Release notes

Sourced from @​eslint/js's releases.

v9.39.3

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#20504) (sethamus)

Chores

  • 8594a43 chore: upgrade @​eslint/js@​9.39.3 (#20529) (Milos Djermanovic)
  • 9ceef92 chore: package.json update for @​eslint/js release (Jenkins)
  • af498c6 chore: ignore /docs/v9.x in link checker (#20453) (Milos Djermanovic)
Commits

Updates @tailwindcss/postcss from 4.1.18 to 4.2.1

Release notes

Sourced from @​tailwindcss/postcss's releases.

v4.2.1

Fixed

  • Allow trailing dash in functional utility names for backwards compatibility (#19696)
  • Properly detect classes containing . characters within curly braces in MDX files (#19711)

v4.2.0

Added

  • Add mauve, olive, mist, and taupe color palettes to the default theme (#19627)
  • Add @tailwindcss/webpack package to run Tailwind CSS as a webpack plugin (#19610)
  • Add pbs-* and pbe-* utilities for padding-block-start and padding-block-end (#19601)
  • Add mbs-* and mbe-* utilities for margin-block-start and margin-block-end (#19601)
  • Add scroll-pbs-* and scroll-pbe-* utilities for scroll-padding-block-start and scroll-padding-block-end (#19601)
  • Add scroll-mbs-* and scroll-mbe-* utilities for scroll-margin-block-start and scroll-margin-block-end (#19601)
  • Add border-bs-* and border-be-* utilities for border-block-start and border-block-end (#19601)
  • Add inline-*, min-inline-*, max-inline-* utilities for inline-size, min-inline-size, and max-inline-size (#19612)
  • Add block-*, min-block-*, max-block-* utilities for block-size, min-block-size, and max-block-size (#19612)
  • Add inset-s-*, inset-e-*, inset-bs-*, inset-be-* utilities for inset-inline-start, inset-inline-end, inset-block-start, and inset-block-end (#19613)
  • Add font-features-* utility for font-feature-settings (#19623)

Fixed

  • Prevent double @supports wrapper for color-mix values (#19450)
  • Allow whitespace around @source inline() argument (#19461)
  • Emit comment when source maps are saved to files when using @tailwindcss/cli (#19447)
  • Detect utilities containing capital letters followed by numbers (#19465)
  • Fix class extraction for Rails' strict locals (#19525)
  • Align @utility name validation with Oxide scanner rules (#19524)
  • Fix infinite loop when using @variant inside @custom-variant (#19633)
  • Allow multiples of .25 in aspect-* fractions (e.g. aspect-8.5/11) (#19688)
  • Ensure changes to external files listed via @source trigger a full page reload when using @tailwindcss/vite (#19670)
  • Improve performance of Oxide scanner in bigger projects by reducing file system walks (#19632)
  • Ensure import aliases in Astro v5 work without crashing when using @tailwindcss/vite (#19677)
  • Allow escape characters in @utility names to improve support with formatters such as Biome (#19626)
  • Fix incorrect canonicalization results when canonicalizing multiple times (#19675)
  • Add .jj to default ignored content directories (#19687)

Deprecated

  • Deprecate start-* and end-* utilities in favor of inset-s-* and inset-e-* utilities (#19613)
Changelog

Sourced from @​tailwindcss/postcss's changelog.

[4.2.1] - 2026-02-23

Fixed

  • Allow trailing dash in functional utility names for backwards compatibility (#19696)
  • Properly detect classes containing . characters within curly braces in MDX files (#19711)

[4.2.0] - 2026-02-18

Added

  • Add mauve, olive, mist, and taupe color palettes to the default theme (#19627)
  • Add @tailwindcss/webpack package to run Tailwind CSS as a webpack plugin (#19610)
  • Add pbs-* and pbe-* utilities for padding-block-start and padding-block-end (#19601)
  • Add mbs-* and mbe-* utilities for margin-block-start and margin-block-end (#19601)
  • Add scroll-pbs-* and scroll-pbe-* utilities for scroll-padding-block-start and scroll-padding-block-end (#19601)
  • Add scroll-mbs-* and scroll-mbe-* utilities for scroll-margin-block-start and scroll-margin-block-end (#19601)
  • Add border-bs-* and border-be-* utilities for border-block-start and border-block-end (#19601)
  • Add inline-*, min-inline-*, max-inline-* utilities for inline-size, min-inline-size, and max-inline-size (#19612)
  • Add block-*, min-block-*, max-block-* utilities for block-size, min-block-size, and max-block-size (#19612)
  • Add inset-s-*, inset-e-*, inset-bs-*, inset-be-* utilities for inset-inline-start, inset-inline-end, inset-block-start, and inset-block-end (#19613)
  • Add font-features-* utility for font-feature-settings (#19623)

Fixed

  • Prevent double @supports wrapper for color-mix values (#19450)
  • Allow whitespace around @source inline() argument (#19461)
  • Emit comment when source maps are saved to files when using @tailwindcss/cli (#19447)
  • Detect utilities containing capital letters followed by numbers (#19465)
  • Fix class extraction for Rails' strict locals (#19525)
  • Align @utility name validation with Oxide scanner rules (#19524)
  • Fix infinite loop when using @variant inside @custom-variant (#19633)
  • Allow multiples of .25 in aspect-* fractions (e.g. aspect-8.5/11) (#19688)
  • Ensure changes to external files listed via @source trigger a full page reload when using @tailwindcss/vite (#19670)
  • Improve performance of Oxide scanner in bigger projects by reducing file system walks (#19632)
  • Ensure import aliases in Astro v5 work without crashing when using @tailwindcss/vite (#19677)
  • Allow escape characters in @utility names to improve support with formatters such as Biome (#19626)
  • Fix incorrect canonicalization results when canonicalizing multiple times (#19675)
  • Add .jj to default ignored content directories (#19687)

Deprecated

  • Deprecate start-* and end-* utilities in favor of inset-s-* and inset-e-* utilities (#19613)
Commits

Updates @types/node from 22.19.11 to 22.19.12

Commits

Updates @typescript-eslint/eslint-plugin from 8.55.0 to 8.56.1

Release notes

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

v8.56.1

8.56.1 (2026-02-23)

What's Changed

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

v8.56.0

8.56.0 (2026-02-16)

🚀 Features

🩹 Fixes

  • use parser options from context.languageOptions (#12043)

❤️ 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.56.1 (2026-02-23)

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.

8.56.0 (2026-02-16)

🚀 Features

🩹 Fixes

  • use parser options from context.languageOptions (#12043)

❤️ Thank You

See GitHub Releases for more information.

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

Commits
  • 96a04a9 chore(release): publish 8.56.1
  • 958f390 chore(eslint-plugin): add default excludes to vitest (#12067)
  • ffb46ea docs(eslint-plugin): [method-signature-style] clarify autofix impact on type ...
  • 8b8b68f chore(release): publish 8.56.0
  • 68a074f feat: support ESLint v10 (#12057)
  • c0a359d fix: use parser options from context.languageOptions (#12043)
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.55.0 to 8.56.1

Release notes

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

v8.56.1

8.56.1 (2026-02-23)

What's Changed

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

v8.56.0

8.56.0 (2026-02-16)

🚀 Features

🩹 Fixes

  • use parser options from context.languageOptions (#12043)

❤️ 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.56.1 (2026-02-23)

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.

8.56.0 (2026-02-16)

🚀 Features

❤️ Thank You

See GitHub Releases for more information.

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

Commits

Updates electron from 40.4.1 to 40.6.1

Release notes

Sourced from electron's releases.

electron v40.6.1

Release Notes for v40.6.1

Fixes

  • Fixed globalShortcut not working on Wayland with GlobalShortcutsPortal feature enabled. #49870 (Also in 41)
  • Fixed an issue where making a window fullscreen on Windows, minimizing it and then restoring it broke previous fullscreen state. #49892 (Also in 41)
  • Fixed an issue where menu item enabled state wasn't updated during key equivalent dispatch when the menu was closed on macOS. #49889 (Also in 39, 41)
  • Fixed an issue where pressing AltGr could activate or focus the menu bar. #49915 (Also in 39, 41)
  • Fixed an issue where setting zoomFactor in setWindowOpenHandler's overrideBrowserWindowOptions had no effect on windows opened via window.open(). #49909 (Also in 41)
  • Fixed draggable regions not updating position when DevTools is docked to the left or right in a frameless window. #49847 (Also in 39, 41)
  • Fixed memory leak when setting icons on Linux/GTK. #49898 (Also in 38, 39, 41)
  • Fixed startup crash when V8 sandbox is disabled. #49884 (Also in 41)

Other Changes

  • Fixed crash in platform_util::Beep() on Linux. #49864 (Also in 41)
  • Updated Chromium to 144.0.7559.220. #49869

electron v40.6.0

Release Notes for v40.6.0

Features

  • Added the ability to disable auto-focusing of WebContents on navigation using webPreferences.focusOnNavigation. #49512 (Also in 41)

Fixes

  • Fixed an issue where frameless windows had resize issues in Mac App Store builds. #49856

electron v40.5.0

Release Notes for v40.5.0

Features

  • Added support for long-animation-frame script attribution (via --enable-features=AlwaysLogLOAFURL). #49772 (Also in 41)
  • Extended actions support for Windows notifications to include buttons, select dropdowns, and replies. #49786 (Also in 41)

Fixes

  • Addressed upstream Chromium shift to enable CoreAudio Tap API for audio capture used in electron's desktopCapturer (🍏 macOS). #49741 (Also in 39, 41)
  • Made pointer lock work on Wayland. #49283

Other Changes

  • Updated Chromium to 144.0.7559.177. #49800
  • Updated Node.js to v24.13.1. #49742
Commits
  • 477fe85 ci: fix checking latest release for website docs update (#49921)
  • a9837ed fix: updated Alt detection to explicitly exclude AltGraph/AltGr (#49915)
  • 1f7269f fix: apply zoomFactor from setWindowOpenHandler to window.open() window...
  • 2813b89 fix: prevent GBytes leak in GdkPixbufFromSkBitmap on Linux/GTK (#49898)
  • a4560db fix: refresh menu item state on key equivalent dispatch (#49889)
  • adfc062 fix: fullscreen restoration on Windows (#49892)
  • 8dc34b4 fix: update DBus signal signature for XDG GlobalShortcuts portal (#49870)
  • 6cc5ad7 fix: avoid startup crash when V8 sandbox is disabled (#49884)
  • 4c5637c ci: log mocha retries in spec runner (#49877)
  • 0d71ed0 chore: bump chromium to 144.0.7559.220 (40-x-y) (#49869)
  • Additional commits viewable in compare view

Updates electron-builder from 26.7.0 to 26.8.1

Release notes

Sourced from electron-builder's releases.

electron-builder@26.8.1

What's Changed

Full Changelog: https://github.com/electron-userland/electron-builder/compare/electron-builder@26.8.0...electron-builder@26.8.1

electron-builder@26.8.0

What's Changed

…ith 18 updates

Bumps the npm-root-nonbreaking group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@memories.sh/cli](https://github.com/webrenew/memories/tree/HEAD/packages/cli) | `0.7.6` | `0.7.9` |
| [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) | `1.26.0` | `1.27.1` |
| [electron-updater](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater) | `6.7.3` | `6.8.3` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.2` | `9.39.3` |
| [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.1.18` | `4.2.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.11` | `22.19.12` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.55.0` | `8.56.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.55.0` | `8.56.1` |
| [electron](https://github.com/electron/electron) | `40.4.1` | `40.6.1` |
| [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `26.7.0` | `26.8.1` |
| [eslint](https://github.com/eslint/eslint) | `9.39.2` | `9.39.3` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.5.0` | `0.5.2` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.18` | `4.2.1` |
| [framer-motion](https://github.com/motiondivision/motion) | `12.34.0` | `12.34.3` |
| [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.6.1` | `16.6.5` |
| [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) | `14.2.7` | `14.2.8` |
| [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.6.1` | `16.6.5` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.55.0` | `8.56.1` |



Updates `@memories.sh/cli` from 0.7.6 to 0.7.9
- [Release notes](https://github.com/webrenew/memories/releases)
- [Changelog](https://github.com/webrenew/memories/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/webrenew/memories/commits/@memories.sh/cli@0.7.9/packages/cli)

Updates `@modelcontextprotocol/sdk` from 1.26.0 to 1.27.1
- [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
- [Commits](modelcontextprotocol/typescript-sdk@v1.26.0...v1.27.1)

Updates `electron-updater` from 6.7.3 to 6.8.3
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-updater/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/electron-updater@6.8.3/packages/electron-updater)

Updates `@eslint/js` from 9.39.2 to 9.39.3
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.3/packages/js)

Updates `@tailwindcss/postcss` from 4.1.18 to 4.2.1
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.1/packages/@tailwindcss-postcss)

Updates `@types/node` from 22.19.11 to 22.19.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.55.0 to 8.56.1
- [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.56.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.55.0 to 8.56.1
- [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.56.1/packages/parser)

Updates `electron` from 40.4.1 to 40.6.1
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v40.4.1...v40.6.1)

Updates `electron-builder` from 26.7.0 to 26.8.1
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/electron-builder@26.8.1/packages/electron-builder)

Updates `eslint` from 9.39.2 to 9.39.3
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.2...v9.39.3)

Updates `eslint-plugin-react-refresh` from 0.5.0 to 0.5.2
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.5.0...v0.5.2)

Updates `tailwindcss` from 4.1.18 to 4.2.1
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.1/packages/tailwindcss)

Updates `framer-motion` from 12.34.0 to 12.34.3
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.34.0...v12.34.3)

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

Updates `fumadocs-mdx` from 14.2.7 to 14.2.8
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/commits/fumadocs-mdx@14.2.8)

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

Updates `typescript-eslint` from 8.55.0 to 8.56.1
- [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.56.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@memories.sh/cli"
  dependency-version: 0.7.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-root-nonbreaking
- dependency-name: "@modelcontextprotocol/sdk"
  dependency-version: 1.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-root-nonbreaking
- dependency-name: electron-updater
  dependency-version: 6.8.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-root-nonbreaking
- dependency-name: "@eslint/js"
  dependency-version: 9.39.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-root-nonbreaking
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-root-nonbreaking
- dependency-name: "@types/node"
  dependency-version: 22.19.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-root-nonbreaking
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.56.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-root-nonbreaking
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.56.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-root-nonbreaking
- dependency-name: electron
  dependency-version: 40.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-root-nonbreaking
- dependency-name: electron-builder
  dependency-version: 26.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-root-nonbreaking
- dependency-name: eslint
  dependency-version: 9.39.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-root-nonbreaking
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-root-nonbreaking
- dependency-name: tailwindcss
  dependency-version: 4.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-root-nonbreaking
- dependency-name: framer-motion
  dependency-version: 12.34.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-root-nonbreaking
- dependency-name: fumadocs-core
  dependency-version: 16.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-root-nonbreaking
- dependency-name: fumadocs-mdx
  dependency-version: 14.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-root-nonbreaking
- dependency-name: fumadocs-ui
  dependency-version: 16.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-root-nonbreaking
- dependency-name: typescript-eslint
  dependency-version: 8.56.1
  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 Feb 26, 2026
@vercel
Copy link

vercel bot commented Feb 26, 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 Feb 26, 2026 1:47am

Request Review

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