Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the safe-app-dependencies group with 19 updates:

Package From To
@tanstack/react-query 5.83.0 5.89.0
esri-leaflet 3.0.17 3.0.19
immer 10.1.1 10.1.3
ky 1.8.2 1.10.0
@chromatic-com/storybook 4.0.1 4.1.1
@playwright/test 1.54.1 1.55.0
@storybook/addon-links 9.0.18 9.1.6
@storybook/react-vite 9.0.18 9.1.6
concurrently 9.2.0 9.2.1
esbuild 0.25.8 0.25.10
eslint 9.32.0 9.35.0
firebase-tools 14.11.1 14.17.0
globals 16.3.0 16.4.0
sass 1.89.2 1.92.1
storybook 9.0.18 9.1.6
wait-on 8.0.4 8.0.5
eslint-plugin-storybook 9.0.18 9.1.6
@storybook/addon-docs 9.0.18 9.1.6
firebase-admin 13.4.0 13.5.0

Updates @tanstack/react-query from 5.83.0 to 5.89.0

Release notes

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

v5.89.0

Version 5.89.0 - 9/16/25, 8:27 AM

Changes

Feat

  • query-core: add context to mutationfn & mutation callbacks (#9615) (a2151d2) by Josh

Chore

  • deps: update marocchino/sticky-pull-request-comment digest to a071bc9 (#9627) (0e99327) by renovate[bot]

Packages

  • @​tanstack/eslint-plugin-query@​5.89.0
  • @​tanstack/query-core@​5.89.0
  • @​tanstack/react-query@​5.89.0
  • @​tanstack/solid-query@​5.89.0
  • @​tanstack/svelte-query@​5.89.0
  • @​tanstack/vue-query@​5.89.0
  • @​tanstack/angular-query-experimental@​5.89.0
  • @​tanstack/query-async-storage-persister@​5.89.0
  • @​tanstack/query-broadcast-client-experimental@​5.89.0
  • @​tanstack/query-persist-client-core@​5.89.0
  • @​tanstack/query-sync-storage-persister@​5.89.0
  • @​tanstack/react-query-devtools@​5.89.0
  • @​tanstack/react-query-persist-client@​5.89.0
  • @​tanstack/react-query-next-experimental@​5.89.0
  • @​tanstack/solid-query-devtools@​5.89.0
  • @​tanstack/solid-query-persist-client@​5.89.0
  • @​tanstack/svelte-query-devtools@​5.89.0
  • @​tanstack/svelte-query-persist-client@​5.89.0
  • @​tanstack/vue-query-devtools@​5.89.0

v5.88.0

Version 5.88.0 - 9/15/25, 10:12 PM

Changes

Feat

  • angular-query: move devtools to conditional sub-paths (#9270) (e75a5f9) by Arnoud

Packages

  • @​tanstack/angular-query-experimental@​5.88.0

v5.87.5

Version 5.87.5 - 9/15/25, 12:35 AM

... (truncated)

Commits
  • 2a00fb6 release: v5.89.0
  • a2151d2 feat(query-core): add context to mutationfn & mutation callbacks (#9615)
  • 230435d release: v5.87.4
  • 19445a0 fix(query-core): infinite re-renders in useQueries (#9639)
  • bc2c87f release: v5.87.1
  • b43af57 release: v5.87.0
  • 1599bb4 release: v5.86.0
  • 43049c5 test(react-query/useMutationState): clarify assertions and improve code forma...
  • 7306474 chore(tsconfig.json): simplify 'include' patterns by consolidating file exten...
  • 0a35234 release: v5.85.9
  • Additional commits viewable in compare view

Updates esri-leaflet from 3.0.17 to 3.0.19

Release notes

Sourced from esri-leaflet's releases.

v3.0.19

Fixed

  • Wrong initial tile set zoom level for tileLayer with custom LODs (#1411)

v3.0.18

Changed

  • Reverted "fix LODmap issue" (#1400) since it caused a regression (#1413)
Changelog

Sourced from esri-leaflet's changelog.

[3.0.19] - 2025-09-04

Fixed

  • Wrong initial tile set zoom level for tileLayer with custom LODs (#1411)

[3.0.18] - 2025-08-14

Changed

  • Reverted "fix LODmap issue" (#1400) since it caused a regression (#1413)
Commits

Updates immer from 10.1.1 to 10.1.3

Release notes

Sourced from immer's releases.

v10.1.3

10.1.3 (2025-09-01)

Bug Fixes

  • Mark exports as pure, for better tree-shakability (#1124) (85faaa2)

v10.1.2

10.1.2 (2025-09-01)

Bug Fixes

  • non-enumerable (immutable) methods on Map/Set (#1069) (aa24400)
  • Update package.json exports for react-native (#1159) (b2fcc66)
Commits
  • 85faaa2 fix: Mark exports as pure, for better tree-shakability (#1124)
  • a8d78af chore: fix some comments (#1122)
  • 062210e chore(deps): bump webpack from 5.76.1 to 5.94.0 in /website (#1140)
  • b2fcc66 fix: Update package.json exports for react-native (#1159)
  • aa24400 fix: non-enumerable (immutable) methods on Map/Set (#1069)
  • b4f71a6 Fix: freezing of Map values during finalization (#1150)
  • 857b4b7 docs: unfinished todo filter condition (#1155)
  • 19cbe47 Prefix param with underscore to prevent unused param warning (#1145)
  • See full diff in compare view

Updates ky from 1.8.2 to 1.10.0

Release notes

Sourced from ky's releases.

v1.10.0

  • Support undefined values for searchParams object (#729) a87d9e9
  • Fix race condition issue with .json() (#731) 8cd79d3

sindresorhus/ky@v1.9.1...v1.10.0

v1.9.1

  • Fix uploadProgress with form data (#725) 3a8f89c

sindresorhus/ky@v1.9.0...v1.9.1

v1.9.0

  • Add .bytes() shortcut (#720) d112283
  • Don't produce URL with "?" alone (#706) 17ca389

sindresorhus/ky@v1.8.2...v1.9.0

Commits

Updates @chromatic-com/storybook from 4.0.1 to 4.1.1

Release notes

Sourced from @​chromatic-com/storybook's releases.

v4.1.1

🐛 Bug Fix

Authors: 1

v4.1.0

🚀 Enhancement

🐛 Bug Fix

Authors: 2

v4.1.0-next.1

🐛 Bug Fix

Authors: 1

Changelog

Sourced from @​chromatic-com/storybook's changelog.

v4.1.1 (Wed Aug 20 2025)

🐛 Bug Fix

Authors: 1


v4.1.0 (Fri Aug 01 2025)

🚀 Enhancement

🐛 Bug Fix

Authors: 2


Commits
  • e38f120 Bump version to: 4.1.1 [skip ci]
  • adb8570 Update CHANGELOG.md [skip ci]
  • 9e38298 Merge pull request #390 from chromaui/next
  • 7b3a184 Merge branch 'main' into next
  • 2faff8b Merge pull request #389 from chromaui/ndelangen/sb10-beta-compatibility
  • 51015a7 Update yarn.lock to add support for Storybook 10.0.0-0
  • 6f050ad Update package.json
  • 5dd92e6 Bump version to: 4.1.0 [skip ci]
  • bba5226 Update CHANGELOG.md [skip ci]
  • c7167d5 Merge pull request #386 from chromaui/next
  • Additional commits viewable in compare view

Updates @playwright/test from 1.54.1 to 1.55.0

Release notes

Sourced from @​playwright/test's releases.

v1.55.0

New APIs

  • New Property testStepInfo.titlePath Returns the full title path starting from the test file, including test and step titles.

Codegen

  • Automatic toBeVisible() assertions: Codegen can now generate automatic toBeVisible() assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.

Breaking Changes

  • ⚠️ Dropped support for Chromium extension manifest v2.

Miscellaneous

  • Added support for Debian 13 "Trixie".

Browser Versions

  • Chromium 140.0.7339.16
  • Mozilla Firefox 141.0
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 139
  • Microsoft Edge 139

v1.54.2

Highlights

microsoft/playwright#36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error) microsoft/playwright#36828 - [Regression]: Playwright Codegen keeps spamming with selected option microsoft/playwright#36810 - [Regression]: Starting Codegen with target language doesn't work anymore

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140
Commits

Updates @storybook/addon-links from 9.0.18 to 9.1.6

Release notes

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

v9.1.6

9.1.6

v9.1.5

9.1.5

v9.1.4

9.1.4

v9.1.3

9.1.3

v9.1.2

9.1.2

v9.1.1

9.1.1

v9.1.0

9.1.0

... (truncated)

Changelog

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

9.1.6

9.1.5

9.1.4

9.1.3

9.1.2

9.1.1

9.1.0

Storybook 9.1 is packed with new features and improvements to enhance accessibility, streamline testing, and make your development workflow even smoother!

🚀 Improved upgrade command with monorepo support for seamless upgrades 🅰 Angular fixes for Tailwind 4, cache busting, and zoneless compatibility 🧪 sb.mock API and Automocking: one-line module mocking to simplify your testing workflow 🧪 Favicon shows test run status for quick visual feedback

... (truncated)

Commits
  • 304edc3 Bump version from "9.1.5" to "9.1.6" [skip ci]
  • 56c04b0 Bump version from "9.1.4" to "9.1.5" [skip ci]
  • 9f02684 Bump version from "9.1.3" to "9.1.4" [skip ci]
  • ce39157 Bump version from "9.1.2" to "9.1.3" [skip ci]
  • 730bbf0 Merge pull request #32284 from storybookjs/shilman/package-json-keywords
  • 2bae930 Merge pull request #32283 from storybookjs/shilman/readme-utm-params
  • 99c205c Bump version from "9.1.1" to "9.1.2" [skip ci]
  • 933b626 Merge pull request #32220 from storybookjs/yann/fix-jsx-issue-2
  • a6bb54c Bump version from "9.1.0" to "9.1.1" [skip ci]
  • 073a65a Bump version from "9.1.0-beta.3" to "9.1.0" [skip ci]
  • Additional commits viewable in compare view

Updates @storybook/react-vite from 9.0.18 to 9.1.6

Release notes

Sourced from @​storybook/react-vite's releases.

v9.1.6

9.1.6

v9.1.5

9.1.5

v9.1.4

9.1.4

v9.1.3

9.1.3

v9.1.2

9.1.2

v9.1.1

9.1.1

v9.1.0

9.1.0

... (truncated)

Changelog

Sourced from @​storybook/react-vite's changelog.

9.1.6

9.1.5

9.1.4

9.1.3

9.1.2

9.1.1

9.1.0

Storybook 9.1 is packed with new features and improvements to enhance accessibility, streamline testing, and make your development workflow even smoother!

🚀 Improved upgrade command with monorepo support for seamless upgrades 🅰 Angular fixes for Tailwind 4, cache busting, and zoneless compatibility 🧪 sb.mock API and Automocking: one-line module mocking to simplify your testing workflow 🧪 Favicon shows test run status for quick visual feedback

... (truncated)

Commits
  • 304edc3 Bump version from "9.1.5" to "9.1.6" [skip ci]
  • 56c04b0 Bump version from "9.1.4" to "9.1.5" [skip ci]
  • 9f02684 Bump version from "9.1.3" to "9.1.4" [skip ci]
  • ce39157 Bump version from "9.1.2" to "9.1.3" [skip ci]
  • 730bbf0 Merge pull request #32284 from storybookjs/shilman/package-json-keywords
  • 2bae930 Merge pull request #32283 from storybookjs/shilman/readme-utm-params
  • 99c205c Bump version from "9.1.1" to "9.1.2" [skip ci]
  • 933b626 Merge pull request #32220 from storybookjs/yann/fix-jsx-issue-2
  • a6bb54c Bump version from "9.1.0" to "9.1.1" [skip ci]
  • 073a65a Bump version from "9.1.0-beta.3" to "9.1.0" [skip ci]
  • Additional commits viewable in compare view

Updates concurrently from 9.2.0 to 9.2.1

Release notes

Sourced from concurrently's releases.

v9.2.1

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.2.0...v9.2.1

Commits

Updates esbuild from 0.25.8 to 0.25.10

Release notes

Sourced from esbuild's releases.

v0.25.10

  • Fix a panic in a minification edge case (#4287)

    This release fixes a panic due to a null pointer that could happen when esbuild inlines a doubly-nested identity function and the final...

    Description has been truncated

Bumps the safe-app-dependencies group with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.83.0` | `5.89.0` |
| [esri-leaflet](https://github.com/Esri/esri-leaflet) | `3.0.17` | `3.0.19` |
| [immer](https://github.com/immerjs/immer) | `10.1.1` | `10.1.3` |
| [ky](https://github.com/sindresorhus/ky) | `1.8.2` | `1.10.0` |
| [@chromatic-com/storybook](https://github.com/chromaui/addon-visual-tests) | `4.0.1` | `4.1.1` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.54.1` | `1.55.0` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `9.0.18` | `9.1.6` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `9.0.18` | `9.1.6` |
| [concurrently](https://github.com/open-cli-tools/concurrently) | `9.2.0` | `9.2.1` |
| [esbuild](https://github.com/evanw/esbuild) | `0.25.8` | `0.25.10` |
| [eslint](https://github.com/eslint/eslint) | `9.32.0` | `9.35.0` |
| [firebase-tools](https://github.com/firebase/firebase-tools) | `14.11.1` | `14.17.0` |
| [globals](https://github.com/sindresorhus/globals) | `16.3.0` | `16.4.0` |
| [sass](https://github.com/sass/dart-sass) | `1.89.2` | `1.92.1` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `9.0.18` | `9.1.6` |
| [wait-on](https://github.com/jeffbski/wait-on) | `8.0.4` | `8.0.5` |
| [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `9.0.18` | `9.1.6` |
| [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `9.0.18` | `9.1.6` |
| [firebase-admin](https://github.com/firebase/firebase-admin-node) | `13.4.0` | `13.5.0` |


Updates `@tanstack/react-query` from 5.83.0 to 5.89.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.89.0/packages/react-query)

Updates `esri-leaflet` from 3.0.17 to 3.0.19
- [Release notes](https://github.com/Esri/esri-leaflet/releases)
- [Changelog](https://github.com/Esri/esri-leaflet/blob/master/CHANGELOG.md)
- [Commits](Esri/esri-leaflet@v3.0.17...v3.0.19)

Updates `immer` from 10.1.1 to 10.1.3
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](immerjs/immer@v10.1.1...v10.1.3)

Updates `ky` from 1.8.2 to 1.10.0
- [Release notes](https://github.com/sindresorhus/ky/releases)
- [Commits](sindresorhus/ky@v1.8.2...v1.10.0)

Updates `@chromatic-com/storybook` from 4.0.1 to 4.1.1
- [Release notes](https://github.com/chromaui/addon-visual-tests/releases)
- [Changelog](https://github.com/chromaui/addon-visual-tests/blob/v4.1.1/CHANGELOG.md)
- [Commits](chromaui/addon-visual-tests@v4.0.1...v4.1.1)

Updates `@playwright/test` from 1.54.1 to 1.55.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.54.1...v1.55.0)

Updates `@storybook/addon-links` from 9.0.18 to 9.1.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v9.1.6/code/addons/links)

Updates `@storybook/react-vite` from 9.0.18 to 9.1.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v9.1.6/code/frameworks/react-vite)

Updates `concurrently` from 9.2.0 to 9.2.1
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](open-cli-tools/concurrently@v9.2.0...v9.2.1)

Updates `esbuild` from 0.25.8 to 0.25.10
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.25.8...v0.25.10)

Updates `eslint` from 9.32.0 to 9.35.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.32.0...v9.35.0)

Updates `firebase-tools` from 14.11.1 to 14.17.0
- [Release notes](https://github.com/firebase/firebase-tools/releases)
- [Changelog](https://github.com/firebase/firebase-tools/blob/master/CHANGELOG.md)
- [Commits](firebase/firebase-tools@v14.11.1...v14.17.0)

Updates `globals` from 16.3.0 to 16.4.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v16.3.0...v16.4.0)

Updates `sass` from 1.89.2 to 1.92.1
- [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.89.2...1.92.1)

Updates `storybook` from 9.0.18 to 9.1.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v9.1.6/code/core)

Updates `wait-on` from 8.0.4 to 8.0.5
- [Release notes](https://github.com/jeffbski/wait-on/releases)
- [Commits](jeffbski/wait-on@v8.0.4...v8.0.5)

Updates `eslint-plugin-storybook` from 9.0.18 to 9.1.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v9.1.6/code/lib/eslint-plugin)

Updates `@storybook/addon-docs` from 9.0.18 to 9.1.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v9.1.6/code/addons/docs)

Updates `firebase-admin` from 13.4.0 to 13.5.0
- [Release notes](https://github.com/firebase/firebase-admin-node/releases)
- [Changelog](https://github.com/firebase/firebase-admin-node/blob/master/CHANGELOG.md)
- [Commits](firebase/firebase-admin-node@v13.4.0...v13.5.0)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.89.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: esri-leaflet
  dependency-version: 3.0.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe-app-dependencies
- dependency-name: immer
  dependency-version: 10.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe-app-dependencies
- dependency-name: ky
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: "@chromatic-com/storybook"
  dependency-version: 4.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: "@playwright/test"
  dependency-version: 1.55.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: "@storybook/addon-links"
  dependency-version: 9.1.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: "@storybook/react-vite"
  dependency-version: 9.1.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: concurrently
  dependency-version: 9.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-app-dependencies
- dependency-name: esbuild
  dependency-version: 0.25.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-app-dependencies
- dependency-name: eslint
  dependency-version: 9.35.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: firebase-tools
  dependency-version: 14.17.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: globals
  dependency-version: 16.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: sass
  dependency-version: 1.92.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: storybook
  dependency-version: 9.1.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: wait-on
  dependency-version: 8.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-app-dependencies
- dependency-name: eslint-plugin-storybook
  dependency-version: 9.1.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: "@storybook/addon-docs"
  dependency-version: 9.1.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: firebase-admin
  dependency-version: 13.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
...

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 Oct 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 1, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/safe-app-dependencies-0a2e7b18c7 branch November 1, 2025 22:09
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