Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps the minor-and-patch-updates group with 33 updates in the / directory:

Package From To
@date-fns/tz 1.2.0 1.4.1
@headlessui/react 2.2.0 2.2.9
@phosphor-icons/react 2.1.7 2.1.10
@tanstack/react-query 5.69.0 5.90.5
chrome-extension-toolkit 0.0.54 0.0.96
highcharts-react-official 3.2.1 3.2.3
nanoid 5.1.2 5.1.6
sass 1.85.1 1.93.2
simple-git 3.27.0 3.28.0
sql.js 1.11.0 1.13.0
@iconify-json/bi 1.2.2 1.2.6
@iconify-json/ic 1.2.2 1.2.4
@iconify-json/iconoir 1.2.7 1.2.9
@iconify-json/material-symbols 1.2.14 1.2.42
@iconify-json/ri 1.2.5 1.2.6
@iconify-json/streamline 1.2.2 1.2.5
@storybook/addon-essentials 8.6.0 8.6.14
@storybook/blocks 8.6.0 8.6.14
@storybook/test 8.6.0 8.6.14
@types/chrome 0.0.273 0.1.24
@types/semver 7.5.8 7.7.1
chalk 5.4.1 5.6.2
cssnano 7.0.6 7.1.1
cssnano-preset-advanced 7.0.6 7.0.9
eslint-plugin-import 2.31.0 2.32.0
eslint-plugin-prettier 5.2.3 5.5.4
eslint-plugin-react 7.37.4 7.37.5
eslint-plugin-react-refresh 0.4.19 0.4.24
eslint-plugin-tsdoc 0.3.0 0.4.0
gulp 5.0.0 5.0.1
postcss 8.5.3 8.5.6
prettier 3.5.2 3.6.2
typescript 5.7.3 5.9.3

Updates @date-fns/tz from 1.2.0 to 1.4.1

Release notes

Sourced from @​date-fns/tz's releases.

v1.4.1

Fixed

v1.4.0

Added

v1.3.1

Fixed

v1.3.0

Fixed

  • Fixed Format.JS support when running in Hermes engine (React Native). Ensured compatibility with JavaScriptCore engine (Safari).

  • Fixed TypeScript node16 module resolution #59. Thanks to @​samchungy.

Added

  • Added tzName function that formats time zone name in given date time and format. It supports "short", "long", "shortGeneric", and "longGeneric" formats, corresponding to TR35 tokens z..zzz, zzzz, v, and vvvv respectively. See README for more details.
Changelog

Sourced from @​date-fns/tz's changelog.

v1.4.1 - 2025-08-12

Fixed

v1.4.0 - 2025-08-12

Added

v1.3.1 - 2025-08-01

Fixed

v1.3.0 - 2025-08-01

Fixed

  • Fixed Format.JS support when running in Hermes engine (React Native). Ensured compatibility with JavaScriptCore engine (Safari).

  • Fixed TypeScript node16 module resolution #59. Thanks to @​samchungy.

Added

  • Added tzName function that formats time zone name in given date time and format. It supports "short", "long", "shortGeneric", and "longGeneric" formats, corresponding to TR35 tokens z..zzz, zzzz, v, and vvvv respectively. See README for more details.
Commits

Updates @headlessui/react from 2.2.0 to 2.2.9

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.2.9

Fixed

  • Improve focus management in shadow DOM roots (#3794)
  • Don't accidentally open the Combobox when touching the ComboboxButton while dragging on mobile (#3795)
  • Ensure sibling Dialog components are scrollable on mobile (#3796)
  • Infer Combobox type based on onChange handler (#3798)
  • Allow home/end key default behavior inside ComboboxInput when Combobox is closed (#3798)
  • Ensure interacting with a Dialog on iOS works after interacting with a disallowed area (#3801)
  • Freeze Listbox values as soon as a value is selected (#3802)
  • Ensure refs are forwarded when freezing data (#3390)
  • Do not serialize React components into form fields (49e9e8e)

@​headlessui/react@​v2.2.8

Fixed

  • Ensure we are not freezing data when the static prop is used (#3779)
  • Ensure onChange types are contravariant instead of bivariant (#3781)
  • Support <summary> as a focusable element inside <details> (#3389)
  • Fix Maximum update depth exceeded crash when using transition prop (#3782)
  • Ensure pressing Tab in the ComboboxInput, correctly syncs the input value (#3785)
  • Ensure --button-width and --input-width have the latest value (#3786)
  • Fix 'Invalid prop data-headlessui-state supplied to React.Fragment' warning (#3788)
  • Ensure element in ref callback is always connected when rendering in a Portal (#3789)
  • Ensure form state is up to date when using uncontrolled components (#3790)
  • Ensure data-open on ComboboxInput is up to date (#3791)
  • Ensure changing the immediate prop value on the Combobox component works as expected (#3792)

@​headlessui/react@​v2.2.7

Fixed

  • Fix incorrect double invocation of menu items, listbox options and combobox options (#3766)
  • Fix memory leak in SSR environment (#3767)
  • Ensure programmatic .click() on MenuButton ref works (#3768)
  • Don't activate hovered items while using the keyboard (#3769)

@​headlessui/react@​v2.2.6

Fixed

  • Fix immediately closing Listbox by requiring some cursor movement (#3762)

@​headlessui/react@​v2.2.5

Fixed

  • Fix listbox closing immediately after opening on touch devices (#3755)

@​headlessui/react@​v2.2.4

Fixed

  • Fix Combobox error (unexpected undefined) when using virtual mode (#3734)

... (truncated)

Changelog

Sourced from @​headlessui/react's changelog.

[2.2.9] - 2025-09-25

Fixed

  • Improve focus management in shadow DOM roots (#3794)
  • Don't accidentally open the Combobox when touching the ComboboxButton while dragging on mobile (#3795)
  • Ensure sibling Dialog components are scrollable on mobile (#3796)
  • Infer Combobox type based on onChange handler (#3798)
  • Allow home/end key default behavior inside ComboboxInput when Combobox is closed (#3798)
  • Ensure interacting with a Dialog on iOS works after interacting with a disallowed area (#3801)
  • Freeze Listbox values as soon as a value is selected (#3802)
  • Ensure refs are forwarded when freezing data (#3390)
  • Do not serialize React components into form fields (49e9e8e)

[2.2.8] - 2025-09-12

Fixed

  • Ensure we are not freezing data when the static prop is used (#3779)
  • Ensure onChange types are contravariant instead of bivariant (#3781)
  • Support <summary> as a focusable element inside <details> (#3389)
  • Fix Maximum update depth exceeded crash when using transition prop (#3782)
  • Ensure pressing Tab in the ComboboxInput, correctly syncs the input value (#3785)
  • Ensure --button-width and --input-width have the latest value (#3786)
  • Fix 'Invalid prop data-headlessui-state supplied to React.Fragment' warning (#3788)
  • Ensure element in ref callback is always connected when rendering in a Portal (#3789)
  • Ensure form state is up to date when using uncontrolled components (#3790)
  • Ensure data-open on ComboboxInput is up to date (#3791)
  • Ensure changing the immediate prop value on the Combobox component works as expected (#3792)

[2.2.7] - 2025-07-30

Fixed

  • Fix incorrect double invocation of menu items, listbox options and combobox options (#3766)
  • Fix memory leak in SSR environment (#3767)
  • Ensure programmatic .click() on MenuButton ref works (#3768)
  • Don't activate hovered items while using the keyboard (#3769)

[2.2.6] - 2025-07-24

Fixed

  • Fix immediately closing Listbox by requiring some cursor movement (#3762)

[2.2.5] - 2025-07-23

Fixed

  • Fix listbox closing immediately after opening on touch devices (#3755)

... (truncated)

Commits
  • 589ea90 2.2.9 - @​headlessui/react
  • bba75c7 update changelog
  • ca536ed update changelog
  • 49e9e8e do not serialize React components into form fields
  • 2a647a7 Ensure refs are forwarded when freezing data (#3390)
  • da2fa94 Freeze values as soon as possible (#3802)
  • 6b5709a Fix touch actions on iOS after entering disallowed area (#3801)
  • 433b174 Allow home/end key default behavior inside ComboboxInput when Combobox is...
  • 31b3e47 Infer Combobox type based on onChange handler (#3798)
  • b0615ad Ensure sibling Dialog components are scrollable on mobile (#3796)
  • Additional commits viewable in compare view

Updates @phosphor-icons/react from 2.1.7 to 2.1.10

Release notes

Sourced from @​phosphor-icons/react's releases.

v2.1.10

Fixes

  • Add explicit "type": "module" back to package.json for more predictable bundler behavior
  • Add export map alias @phosphor-icons/react/ssr for easier access to SSR versions of icons

Related projects

Check out our plugins for popular design tools:

For developers, please check out our framework-specific packages:

v2.1.8

Enhancements

  • All exported icon components are now suffixed with the word "Icon". We think this will improve readability of JSX and avoid polluting the scope, name-squatting common app things like User and Settings. Old names are still valid, but are marked deprecated. For additional context, see: #104, #127.
// ⚠️ This is still valid, but deprecated:
import { User } from "@phosphor-icons/react";
// ✅ This is the new name going forward:
import { UserIcon } from "@​phosphor-icons/react";

  • Bundle size reduced ~20% thanks to better minification.
  • Potentially fixed TypeScript errors in some projects due to more explicit "exports" field and disambiguation between es and cjs builds.

Related projects

Check out our plugins for popular design tools:

For developers, please check out our framework-specific packages:

... (truncated)

Commits
  • 57424d5 chore(lib): better export mapping
  • 96fba92 chore(lib): explicit module type declaration
  • 5ac3fd9 chore(lib): promote version
  • c0362b9 fix(lib): use classic jsx runtime, more compatible imports
  • 85f73c4 chore(build+deps): update build config and dependencies
  • 8f28530 feat(icons): add "Icon" suffix to all icons and deprecate old names
  • 7235f24 chore(docs): sync readme section
  • 8ae94cf Update README.md
  • ed61cf0 Update README.md
  • 64549d8 Double quotes instead of single
  • Additional commits viewable in compare view

Updates @tanstack/react-query from 5.69.0 to 5.90.5

Release notes

Sourced from @​tanstack/react-query's releases.

@​tanstack/react-query-persist-client@​5.90.5

Patch Changes

  • Updated dependencies [4e1c433]:
    • @​tanstack/react-query@​5.90.3
    • @​tanstack/query-persist-client-core@​5.91.2

@​tanstack/react-query@​5.90.5

Patch Changes

  • Updated dependencies [e42ddfe]:
    • @​tanstack/query-core@​5.90.5

@​tanstack/react-query-persist-client@​5.90.4

Patch Changes

  • Updated dependencies [846d53d]:
    • @​tanstack/query-persist-client-core@​5.91.1
    • @​tanstack/react-query@​5.90.2

@​tanstack/react-query@​5.90.4

Patch Changes

  • Updated dependencies [20ef922]:
    • @​tanstack/query-core@​5.90.4

@​tanstack/react-query-persist-client@​5.90.3

Patch Changes

  • Updated dependencies [5cd86c6]:
    • @​tanstack/query-persist-client-core@​5.91.0
    • @​tanstack/react-query@​5.90.2

@​tanstack/react-query@​5.90.3

Patch Changes

  • Avoid unhandled promise rejection errors during de/rehydration of pending queries. (#9752)

  • Updated dependencies [4e1c433]:

    • @​tanstack/query-core@​5.90.3
Changelog

Sourced from @​tanstack/react-query's changelog.

5.90.5

Patch Changes

  • Updated dependencies [e42ddfe]:
    • @​tanstack/query-core@​5.90.5

5.90.4

Patch Changes

  • Updated dependencies [20ef922]:
    • @​tanstack/query-core@​5.90.4

5.90.3

Patch Changes

  • Avoid unhandled promise rejection errors during de/rehydration of pending queries. (#9752)

  • Updated dependencies [4e1c433]:

    • @​tanstack/query-core@​5.90.3
Commits

Updates chrome-extension-toolkit from 0.0.54 to 0.0.96

Updates highcharts-react-official from 3.2.1 to 3.2.3

Changelog

Sourced from highcharts-react-official's changelog.

3.2.3 (2025-10-1)

Added mention of new package available at @​highcharts/react

Commits
Maintainer changes

This version was pushed to npm by goransle, a new releaser for highcharts-react-official since your current version.


Updates nanoid from 5.1.2 to 5.1.6

Release notes

Sourced from nanoid's releases.

5.1.6

  • Fixed infinite loop on 0 size for customAlphabet.

5.1.5

  • Fixed latest version on npm after 3.x release.

5.1.4

  • Fixed latest version on npm after 3.x release.

5.1.3

Changelog

Sourced from nanoid's changelog.

5.1.6

  • Fixed infinite loop on 0 size for customAlphabet.

5.1.5

  • Fixed latest version on npm after 3.x release.

5.1.4

  • Fixed latest version on npm after 3.x release.

5.1.3

Commits

Updates sass from 1.85.1 to 1.93.2

Release notes

Sourced from sass's releases.

Dart Sass 1.93.2

To install Sass 1.93.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No user-visible changes.

JavaScript API

  • Fix another error in the release process for @sass/types.

See the full changelog for changes in earlier releases.

Dart Sass 1.93.1

To install Sass 1.93.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No user-visible changes.

JavaScript API

  • Fix an error in the release process for @sass/types.

See the full changelog for changes in earlier releases.

Dart Sass 1.93.0

To install Sass 1.93.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a crash when a style rule contains a nested @import, and the loaded file @uses a user-defined module as well as @includes a top-level mixin which emits top-level declarations.

JavaScript API

  • Release a @sass/types package which contains the type annotations used by both the sass and sass-embedded package without any additional code or dependencies.

See the full changelog for changes in earlier releases.

Dart Sass 1.92.1

To install Sass 1.92.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

... (truncated)

Changelog

Sourced from sass's changelog.

1.93.2

  • No user-visible changes.

JavaScript API

  • Fix another error in the release process for @sass/types.

1.93.1

  • No user-visible changes.

JavaScript API

  • Fix an error in the release process for @sass/types.

1.93.0

  • Fix a crash when a style rule contains a nested @import, and the loaded file @uses a user-defined module as well as @includes a top-level mixin which emits top-level declarations.

JavaScript API

  • Release a @sass/types package which contains the type annotations used by both the sass and sass-embedded package without any additional code or dependencies.

1.92.1

  • Fix a bug where variable definitions from one imported, forwarded module would not be passed as implicit configuration to a later imported, forwarded module.

1.92.0

  • Breaking change: Emit declarations, childless at-rules, and comments in the order they appear in the source even when they're interleaved with nested rules. This obsoletes the mixed-decls deprecation.

  • Breaking change: The function name type() is now fully reserved for the plain CSS function. This means that @function definitions with the name type will produce errors, while function calls will be parsed as special function strings.

  • Configuring private variables using @use ... with, @forward ... with, and meta.load-css(..., $with: ...) is now deprecated. Private variables were always intended to be fully encapsulated within the module that defines them, and this helps enforce that encapsulation.

... (truncated)

Commits

Updates simple-git from 3.27.0 to 3.28.0

Release notes

Sourced from simple-git's releases.

[email protected]

Minor Changes

  • 2adf47d: Allow repeating git options like {'--opt': ['value1', 'value2']}
Changelog

Sourced from simple-git's changelog.

3.28.0

Minor Changes

  • 2adf47d: Allow repeating git options like {'--opt': ['value1', 'value2']}
Commits
  • 025981e Version Packages
  • 2adf47d Pr/1047 (#1049)
  • 685b4d6 Add skipLibCheck when building types - resolves issue with @types/node se...
  • c9576c4 Add skipLibCheck when building types - resolves issue with @types/node se...
  • e53f2d6 Add v23 to the tested versions
  • f028b48 chore(deps-dev): bump esbuild from 0.14.54 to 0.25.0
  • See full diff in compare view

Updates sql.js from 1.11.0 to 1.13.0

Release notes

Sourced from sql.js's releases.

Release v1.13.0

sql.js v1.13 Release Notes

This release of sql.js brings significant updates and improvements, primarily focused on modernizing the underlying toolchain and enhancing functionality.

The online playground was rewritten:

sql editor

Key highlights include:

🚀 Dependency Updates and Modernization

  • SQLite Core Upgrade: sql.js is now built with SQLite version 3.49. This incorporates all the enhancements and bug fixes from SQLite versions 3.45.0 through 3.49.1. See SQLite release notes. Notable SQLite improvements in this range include:

    • Query Planner Enhancements: Expect improved query performance due to optimizations in query planning, especially for complex queries, star joins, and queries involving IN operators. These improvements are detailed in the SQLite release notes for versions 3.47.0, 3.49.0, and 3.46.0.
    • New SQL Features: Take advantage of new SQL functions and features introduced in SQLite 3.47+, such as:
      • Enhanced iif() function with support for multiple arguments (SQLite 3.49.0).
      • Right-hand side negative indexing for JSON ->> operator (SQLite 3.47.0).
      • json_pretty() function for formatted JSON output (SQLite 3.46.0).
      • Support for underscore characters in numeric literals (SQLite 3.46.0).
      • Improved date and time function modifiers like ceiling and floor (SQLite 3.46.0).
    • Bug Fixes and Stability: Benefit from numerous bug fixes and stability improvements across various SQLite components, ensuring a more robust database experience. Refer to the SQLite Changelog for detailed fixes in versions 3.45.1, 3.45.2, 3.45.3, 3.46.1, 3.47.1, 3.47.2, 3.49.1, and 3.44.2.
  • Emscripten 4.x Upgrade: sql.js is now compiled with Emscripten 4. See changes in emscripten. This major update to the Emscripten toolchain brings several under-the-hood improvements:

    • Modern JavaScript Output: Emscripten 4 generates more modern JavaScript code. While compatibility with older browsers is still maintained through transpilation where necessary, this move to modern JS internally can lead to performance improvements in modern environments.
    • LLVM 19.1.6: The underlying compiler toolchain is updated to LLVM 19.1.6, which includes improvements to code generation, optimizations, and potentially better support for newer WebAssembly features.
    • Minimum Node.js Version Increase (for Emscripten Toolchain): While sql.js itself aims for broad compatibility, the Emscripten toolchain now requires Node.js v18.3 as a minimum (and is tested with Node.js 22 in this release). This is primarily relevant for developers building sql.js from source.
  • Node.js Worker Thread Compatibility: The worker scripts are now fully compatible with Node.js worker threads, allowing for seamless integration in Node.js environments leveraging worker threads. This is a significant step towards better performance and concurrency in Node.js.

  • Removal of Puppeteer Dev Dependency: The project no longer depends on Puppeteer for worker tests. Worker tests now utilize Node.js worker threads directly, simplifying the testing setup and removing an external dependency. This also speeds up the devcontainer installation.

✨ New Features

  • updateHook API (#604): This release introduces a new low-level API, Database.updateHook, providing a mechanism to register a callback function that is invoked whenever a row is updated, inserted, or deleted in the database. view docs
    • This feature wraps the native sqlite3_update_hook functionality, allowing developers to monitor database modifications at a granular level.
    • Callbacks receive information about the operation type (update, insert, delete), the database name, table name, and rowid.

🛠️ Internal and Development Changes

  • Worker Debug Script: Added a new debug script specifically for worker environments to aid in development and troubleshooting of worker-related issues.

Release v1.12.0

No release notes provided.

Commits

Updates @iconify-json/bi from 1.2.2 to 1.2.6

Commits

Updates @iconify-json/ic from 1.2.2 to 1.2.4

Commits

Updates @iconify-json/iconoir from 1.2.7 to 1.2.9

Commits

Updates @iconify-json/material-symbols from 1.2.14 to 1.2.42

Commits

Updates @iconify-json/ri from 1.2.5 to 1.2.6

Commits

Updates @iconify-json/streamline from 1.2.2 to 1.2.5

Commits

Updates @storybook/addon-essentials from 8.6.0 to 8.6.14

Release notes

Sourced from @​storybook/addon-essentials's releases.

v8.6.14

8.6.14

v8.6.13

8.6.13

v8.6.12

8.6.12

Changelog

Sourced from @​storybook/addon-essentials's changelog.

8.6.14

8.6.13

8.6.12

8.6.11

8.6.10

8.6.9

8.6.8

8.6.7

8.6.6

  • Angular: Make sure that polyfills are loaded before the storybook is loaded - #30811, thanks @​kasperpeulen!

... (truncated)

Commits
  • ab87178 Bump version from "8.6.13" to "8.6.14" [skip ci]
  • 8fa9049 Bump version from "8.6.12" to "8.6.13" [skip ci]
  • 1c35b29 Bump version from "8.6.11" to "8.6.12" [skip ci]
  • 2afd30d Bump version from "8.6.10" to "8.6.11" [skip ci]
  • 23d2037 Bump version from "8.6.9" to "8.6.10" [skip ci]
  • 207c2f4 Bump version from "8.6.8" to "8.6.9" [skip ci]
  • Reviewable

@dependabot dependabot bot added Dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 27, 2025
@changeset-bot
Copy link

changeset-bot bot commented Oct 27, 2025

⚠️ No Changeset found

Latest commit: c9ed27a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-updates-cbe29abe31 branch from c7e717e to c9ed27a Compare November 17, 2025 15:23
…y with 33 updates

Bumps the minor-and-patch-updates group with 33 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@date-fns/tz](https://github.com/date-fns/tz) | `1.2.0` | `1.4.1` |
| [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `2.2.0` | `2.2.9` |
| [@phosphor-icons/react](https://github.com/phosphor-icons/react) | `2.1.7` | `2.1.10` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.69.0` | `5.90.5` |
| chrome-extension-toolkit | `0.0.54` | `0.0.96` |
| [highcharts-react-official](https://github.com/highcharts/highcharts-react) | `3.2.1` | `3.2.3` |
| [nanoid](https://github.com/ai/nanoid) | `5.1.2` | `5.1.6` |
| [sass](https://github.com/sass/dart-sass) | `1.85.1` | `1.93.2` |
| [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) | `3.27.0` | `3.28.0` |
| [sql.js](https://github.com/sql-js/sql.js) | `1.11.0` | `1.13.0` |
| [@iconify-json/bi](https://github.com/iconify/icon-sets) | `1.2.2` | `1.2.6` |
| [@iconify-json/ic](https://github.com/iconify/icon-sets) | `1.2.2` | `1.2.4` |
| [@iconify-json/iconoir](https://github.com/iconify/icon-sets) | `1.2.7` | `1.2.9` |
| [@iconify-json/material-symbols](https://github.com/iconify/icon-sets) | `1.2.14` | `1.2.42` |
| [@iconify-json/ri](https://github.com/iconify/icon-sets) | `1.2.5` | `1.2.6` |
| [@iconify-json/streamline](https://github.com/iconify/icon-sets) | `1.2.2` | `1.2.5` |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `8.6.0` | `8.6.14` |
| [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks) | `8.6.0` | `8.6.14` |
| [@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test) | `8.6.0` | `8.6.14` |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.0.273` | `0.1.24` |
| [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) | `7.5.8` | `7.7.1` |
| [chalk](https://github.com/chalk/chalk) | `5.4.1` | `5.6.2` |
| [cssnano](https://github.com/cssnano/cssnano) | `7.0.6` | `7.1.1` |
| [cssnano-preset-advanced](https://github.com/cssnano/cssnano) | `7.0.6` | `7.0.9` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.3` | `5.5.4` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.4` | `7.37.5` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.19` | `0.4.24` |
| [eslint-plugin-tsdoc](https://github.com/microsoft/tsdoc/tree/HEAD/eslint-plugin) | `0.3.0` | `0.4.0` |
| [gulp](https://github.com/gulpjs/gulp) | `5.0.0` | `5.0.1` |
| [postcss](https://github.com/postcss/postcss) | `8.5.3` | `8.5.6` |
| [prettier](https://github.com/prettier/prettier) | `3.5.2` | `3.6.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.9.3` |



Updates `@date-fns/tz` from 1.2.0 to 1.4.1
- [Release notes](https://github.com/date-fns/tz/releases)
- [Changelog](https://github.com/date-fns/tz/blob/main/CHANGELOG.md)
- [Commits](https://github.com/date-fns/tz/commits/v1.4.1)

Updates `@headlessui/react` from 2.2.0 to 2.2.9
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/[email protected]/packages/@headlessui-react)

Updates `@phosphor-icons/react` from 2.1.7 to 2.1.10
- [Release notes](https://github.com/phosphor-icons/react/releases)
- [Commits](phosphor-icons/react@v2.1.7...v2.1.10)

Updates `@tanstack/react-query` from 5.69.0 to 5.90.5
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/[email protected]/packages/react-query)

Updates `chrome-extension-toolkit` from 0.0.54 to 0.0.96

Updates `highcharts-react-official` from 3.2.1 to 3.2.3
- [Changelog](https://github.com/highcharts/highcharts-react/blob/v3.2.3/CHANGELOG.md)
- [Commits](https://github.com/highcharts/highcharts-react/commits/v3.2.3)

Updates `nanoid` from 5.1.2 to 5.1.6
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@5.1.2...5.1.6)

Updates `sass` from 1.85.1 to 1.93.2
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.85.1...1.93.2)

Updates `simple-git` from 3.27.0 to 3.28.0
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/[email protected]/simple-git)

Updates `sql.js` from 1.11.0 to 1.13.0
- [Release notes](https://github.com/sql-js/sql.js/releases)
- [Commits](sql-js/sql.js@v1.11.0...v1.13.0)

Updates `@iconify-json/bi` from 1.2.2 to 1.2.6
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@iconify-json/ic` from 1.2.2 to 1.2.4
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@iconify-json/iconoir` from 1.2.7 to 1.2.9
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@iconify-json/material-symbols` from 1.2.14 to 1.2.42
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@iconify-json/ri` from 1.2.5 to 1.2.6
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@iconify-json/streamline` from 1.2.2 to 1.2.5
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@storybook/addon-essentials` from 8.6.0 to 8.6.14
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v8.6.14/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.14/code/addons/essentials)

Updates `@storybook/blocks` from 8.6.0 to 8.6.14
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v8.6.14/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.14/code/lib/blocks)

Updates `@storybook/test` from 8.6.0 to 8.6.14
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v8.6.14/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.14/code/lib/test)

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

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

Updates `chalk` from 5.4.1 to 5.6.2
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](chalk/chalk@v5.4.1...v5.6.2)

Updates `cssnano` from 7.0.6 to 7.1.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/[email protected]@7.1.1)

Updates `cssnano-preset-advanced` from 7.0.6 to 7.0.9
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/[email protected]@7.0.9)

Updates `eslint-plugin-import` from 2.31.0 to 2.32.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.31.0...v2.32.0)

Updates `eslint-plugin-prettier` from 5.2.3 to 5.5.4
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.2.3...v5.5.4)

Updates `eslint-plugin-react` from 7.37.4 to 7.37.5
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.37.4...v7.37.5)

Updates `eslint-plugin-react-refresh` from 0.4.19 to 0.4.24
- [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.4.19...v0.4.24)

Updates `eslint-plugin-tsdoc` from 0.3.0 to 0.4.0
- [Changelog](https://github.com/microsoft/tsdoc/blob/main/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/microsoft/tsdoc/commits/eslint-plugin-tsdoc_v0.4.0/eslint-plugin)

Updates `gulp` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/gulpjs/gulp/releases)
- [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md)
- [Commits](gulpjs/gulp@v5.0.0...v5.0.1)

Updates `postcss` from 8.5.3 to 8.5.6
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.3...8.5.6)

Updates `prettier` from 3.5.2 to 3.6.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.5.2...3.6.2)

Updates `typescript` from 5.7.3 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.7.3...v5.9.3)

---
updated-dependencies:
- dependency-name: "@date-fns/tz"
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: "@headlessui/react"
  dependency-version: 2.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@phosphor-icons/react"
  dependency-version: 2.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.90.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: chrome-extension-toolkit
  dependency-version: 0.0.96
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: highcharts-react-official
  dependency-version: 3.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: nanoid
  dependency-version: 5.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: sass
  dependency-version: 1.93.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: simple-git
  dependency-version: 3.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: sql.js
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: "@iconify-json/bi"
  dependency-version: 1.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@iconify-json/ic"
  dependency-version: 1.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@iconify-json/iconoir"
  dependency-version: 1.2.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@iconify-json/material-symbols"
  dependency-version: 1.2.42
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@iconify-json/ri"
  dependency-version: 1.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@iconify-json/streamline"
  dependency-version: 1.2.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@storybook/addon-essentials"
  dependency-version: 8.6.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@storybook/blocks"
  dependency-version: 8.6.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@storybook/test"
  dependency-version: 8.6.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@types/chrome"
  dependency-version: 0.1.24
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: "@types/semver"
  dependency-version: 7.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: chalk
  dependency-version: 5.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: cssnano
  dependency-version: 7.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: cssnano-preset-advanced
  dependency-version: 7.0.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: eslint-plugin-import
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: eslint-plugin-react
  dependency-version: 7.37.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.4.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: eslint-plugin-tsdoc
  dependency-version: 0.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: gulp
  dependency-version: 5.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: postcss
  dependency-version: 8.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: prettier
  dependency-version: 3.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-updates-cbe29abe31 branch from c9ed27a to d668c0b Compare November 24, 2025 16:02
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.

1 participant