Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the safe-app-dependencies group with 22 updates in the / directory:

Package From To
@tanstack/react-query 5.83.0 5.90.5
esri-leaflet 3.0.17 3.0.19
immer 10.1.1 10.1.3
ky 1.8.2 1.12.0
react 19.1.1 19.2.0
react-dom 19.1.1 19.2.0
@chromatic-com/storybook 4.0.1 4.1.1
@playwright/test 1.54.1 1.56.1
@storybook/addon-links 9.0.18 9.1.13
@storybook/react-vite 9.0.18 9.1.13
concurrently 9.2.0 9.2.1
esbuild 0.25.8 0.25.11
eslint 9.32.0 9.38.0
firebase-tools 14.11.1 14.20.0
globals 16.3.0 16.4.0
sass 1.89.2 1.93.2
storybook 9.0.18 9.1.13
wait-on 8.0.4 8.0.5
eslint-plugin-storybook 9.0.18 9.1.13
@storybook/addon-docs 9.0.18 9.1.13
firebase-admin 13.4.0 13.5.0
firebase-functions 6.4.0 6.5.0

Updates @tanstack/react-query from 5.83.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 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.12.0

Release notes

Sourced from ky's releases.

v1.12.0

Improvements

  • Add retry count to afterResponse and beforeError hooks (#763) 37fc250
  • Add retry count to beforeRequest hook (#754) b7572d0
  • Add type guards for errors (#746) 7e1fd0b

Fixes

  • Fix dispatcher option being ignored (#757) 5a3fc90
  • Fix hooks field incorrectly included in NormalizedOptions (#726) (#756) 0f2f00a
  • Fix searchParams option merging with URLSearchParams instances (#755) c847eec
  • Fix signal merging when using both instance and request options (#751) 2b0a100
  • Fix FormData content-type boundary regeneration when retrying in hooks (#752) d02b636

sindresorhus/ky@v1.11.0...v1.12.0

v1.11.0

  • Improve progress events for onDownloadProgress and onUploadProgress (#736) 60958f9
  • Fix hang on stream request cleanup in Node.js (#741) 9a89a35

sindresorhus/ky@v1.10.0...v1.11.0

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
  • 5d0a85d 1.12.0
  • d93560c Document how to modify FormData in beforeRequest hooks (#764)
  • ec10a68 Document Chromium's automatic retry behavior for 408 status codes
  • 37fc250 Add retry count to afterResponse and beforeError hooks (#763)
  • 5fc5bfb Fix flaky timing tests on Node.js 24 in CI
  • 5a3fc90 Fix dispatcher option being ignored (#757)
  • 001c340 Document requirement to handle error.response body when catching `HTTPError...
  • 0f2f00a Fix hooks field incorrectly included in NormalizedOptions (#726) (#756)
  • b7572d0 Add retry count to beforeRequest hook (#754)
  • c847eec Fix searchParams option merging with URLSearchParams instances (#755)
  • Additional commits viewable in compare view

Updates react from 19.1.1 to 19.2.0

Release notes

Sourced from react's releases.

19.2.0 (Oct 1, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

React DOM

... (truncated)

Changelog

Sourced from react's changelog.

19.2.0 (October 1st, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

React DOM

... (truncated)

Commits

Updates react-dom from 19.1.1 to 19.2.0

Release notes

Sourced from react-dom's releases.

19.2.0 (Oct 1, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

React DOM

... (truncated)

Changelog

Sourced from react-dom's changelog.

19.2.0 (October 1st, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

React DOM

... (truncated)

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.56.1

Release notes

Sourced from @​playwright/test's releases.

v1.56.1

Highlights

#37871 chore: allow local-network-access permission in chromium #37891 fix(agents): remove workspaceFolder ref from vscode mcp #37759 chore: rename agents to test agents #37757 chore(mcp): fallback to cwd when resolving test config

Browser Versions

  • Chromium 141.0.7390.37
  • Mozilla Firefox 142.0.1
  • WebKit 26.0

v1.56.0

Playwright Agents

Introducing Playwright Agents, three custom agent definitions designed to guide LLMs through the core process of building a Playwright test:

  • 🎭 planner explores the app and produces a Markdown test plan
  • 🎭 generator transforms the Markdown plan into the Playwright Test files
  • 🎭 healer executes the test suite and automatically repairs failing tests

Run npx playwright init-agents with your client of choice to generate the latest agent definitions:

# Generate agent files for each agentic loop
# Visual Studio Code
npx playwright init-agents --loop=vscode
# Claude Code
npx playwright init-agents --loop=claude
# opencode
npx playwright init-agents --loop=opencode

[!NOTE] VS Code v1.105 (currently on the VS Code Insiders channel) is needed for the agentic experience in VS Code. It will become stable shortly, we are a bit ahead of times with this functionality!

Learn more about Playwright Agents

New APIs

UI Mode and HTML Reporter

  • Added option to 'html' reporter to disable the "Copy prompt" button
  • Added option to <...

    Description has been truncated

… updates

Bumps the safe-app-dependencies group with 22 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.83.0` | `5.90.5` |
| [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.12.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.1.1` | `19.2.0` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.1.1` | `19.2.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.56.1` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `9.0.18` | `9.1.13` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `9.0.18` | `9.1.13` |
| [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.11` |
| [eslint](https://github.com/eslint/eslint) | `9.32.0` | `9.38.0` |
| [firebase-tools](https://github.com/firebase/firebase-tools) | `14.11.1` | `14.20.0` |
| [globals](https://github.com/sindresorhus/globals) | `16.3.0` | `16.4.0` |
| [sass](https://github.com/sass/dart-sass) | `1.89.2` | `1.93.2` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `9.0.18` | `9.1.13` |
| [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.13` |
| [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `9.0.18` | `9.1.13` |
| [firebase-admin](https://github.com/firebase/firebase-admin-node) | `13.4.0` | `13.5.0` |
| [firebase-functions](https://github.com/firebase/firebase-functions) | `6.4.0` | `6.5.0` |



Updates `@tanstack/react-query` from 5.83.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/react-query@5.90.5/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.12.0
- [Release notes](https://github.com/sindresorhus/ky/releases)
- [Commits](sindresorhus/ky@v1.8.2...v1.12.0)

Updates `react` from 19.1.1 to 19.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react)

Updates `react-dom` from 19.1.1 to 19.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react-dom)

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/next/CHANGELOG.md)
- [Commits](chromaui/addon-visual-tests@v4.0.1...v4.1.1)

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

Updates `@storybook/addon-links` from 9.0.18 to 9.1.13
- [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.13/code/addons/links)

Updates `@storybook/react-vite` from 9.0.18 to 9.1.13
- [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.13/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.11
- [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.11)

Updates `eslint` from 9.32.0 to 9.38.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.32.0...v9.38.0)

Updates `firebase-tools` from 14.11.1 to 14.20.0
- [Release notes](https://github.com/firebase/firebase-tools/releases)
- [Commits](firebase/firebase-tools@v14.11.1...v14.20.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.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.89.2...1.93.2)

Updates `storybook` from 9.0.18 to 9.1.13
- [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.13/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.13
- [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.13/code/lib/eslint-plugin)

Updates `@storybook/addon-docs` from 9.0.18 to 9.1.13
- [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.13/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)

Updates `firebase-functions` from 6.4.0 to 6.5.0
- [Release notes](https://github.com/firebase/firebase-functions/releases)
- [Changelog](https://github.com/firebase/firebase-functions/blob/master/tsconfig.release.json)
- [Commits](firebase/firebase-functions@v6.4.0...v6.5.0)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.90.5
  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.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: react
  dependency-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.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.56.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: "@storybook/addon-links"
  dependency-version: 9.1.13
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: "@storybook/react-vite"
  dependency-version: 9.1.13
  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.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-app-dependencies
- dependency-name: eslint
  dependency-version: 9.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: firebase-tools
  dependency-version: 14.20.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.93.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: storybook
  dependency-version: 9.1.13
  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.13
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: "@storybook/addon-docs"
  dependency-version: 9.1.13
  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
- dependency-name: firebase-functions
  dependency-version: 6.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 Nov 1, 2025
@stdavis stdavis self-assigned this Nov 3, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2025

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

@dependabot dependabot bot closed this Nov 25, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/safe-app-dependencies-50d51cad79 branch November 25, 2025 00:15
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.

2 participants