Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@arcgis/core 4.33.13 4.33.14
@ugrc/utah-design-system 1.28.1 1.28.2
react-aria 3.42.0 3.43.2
react-aria-components 1.11.0 1.12.2
react-stately 3.40.0 3.41.0
@types/react 19.1.9 19.1.13
@types/react-dom 19.1.7 19.1.9
@typescript-eslint/eslint-plugin 8.38.0 8.44.0
eslint 9.32.0 9.35.0
firebase-tools 14.11.2 14.16.0
vite 7.1.5 7.1.7

Updates @arcgis/core from 4.33.13 to 4.33.14

Updates @ugrc/utah-design-system from 1.28.1 to 1.28.2

Release notes

Sourced from @​ugrc/utah-design-system's releases.

utah-design-system: v1.28.2

1.28.2 (2025-09-17)

Bug Fixes

  • layer-selector: prevent duplicate layers from being added to the map (a597673)
Commits
  • c79679a chore: release main
  • a597673 fix(layer-selector): prevent duplicate layers from being added to the map
  • See full diff in compare view

Updates react-aria from 3.42.0 to 3.43.2

Release notes

Sourced from react-aria's releases.

July 22, 2025 Release

Happy summer! This release adds support for async loading and infinite scrolling, improves form integration and drag and drop interactions, and adds support for additional DOM events and attributes.

The new LoadMoreItem components supported in ListBox, GridList, Table, and Tree enables infinite scrolling. These trigger the loading of additional pages of items and display a loading spinner. Multiple LoadMoreItems can be rendered within a collection too, enabling loading multiple levels of a tree or sections of data from different APIs.

We've also opened up the React Aria Components API to pass through more DOM events and attributes. This improves integration with other libraries, for example making it possible to use another library's menu with a React Aria button.

As always, thanks so much to everyone who contributed to this release!

Full release notes

June 5, 2025 Release

Drop everything! Drag and drop support in React Aria Tree has been released! 🫳🎤 This supports moving items within a tree or between collection components, with full keyboard and screen reader accessibility. It's interoperable with our existing drag and drop support in components like Table and GridList, and with third party apps via native HTML APIs. Check out our previous blog post on drag and drop to learn about the interactions, and our new Tree drag and drop documentation.

This release also includes some highly requested bug fixes, including scrollbar layout shifts when opening popovers and modals, date picker interaction improvements, and enhancements to our form components.

As always, thank you to our community for their support and contributions!

Full Release Notes

Commits
  • 53366f0 Publish
  • ee5c451 fix: Properly allow user to keyboard edit the Autocomplete input field when c...
  • 6c17b7c fix: Apply page.css styles in shadow DOM (#8852)
  • 7ffbbc3 fix: position ColorLoupe relative to ColorHandle in V3 ColorWheel (#8846)
  • 38a7696 fix: Popover positioning and various other bugs (#8816)
  • 89e9e5b fix: iso8601 week start and use intl.locale when possible for week start (#8815)
  • e5e2a72 fix: add @​babel/runtime to @​spectrum-icons/ui dependencies (#8845)
  • af10b48 chore: remove argTypesRegex and explicitly pass actions args in S2 storybook ...
  • 3cdd953 fix: avoid triggering onClick on disabled links (#8828)
  • 661ba8e fix: Prevent crash in RAC collections when used with Suspence/useTransition (...
  • Additional commits viewable in compare view

Updates react-aria-components from 1.11.0 to 1.12.2

Commits
  • 53366f0 Publish
  • ee5c451 fix: Properly allow user to keyboard edit the Autocomplete input field when c...
  • 6c17b7c fix: Apply page.css styles in shadow DOM (#8852)
  • 7ffbbc3 fix: position ColorLoupe relative to ColorHandle in V3 ColorWheel (#8846)
  • 38a7696 fix: Popover positioning and various other bugs (#8816)
  • 89e9e5b fix: iso8601 week start and use intl.locale when possible for week start (#8815)
  • e5e2a72 fix: add @​babel/runtime to @​spectrum-icons/ui dependencies (#8845)
  • af10b48 chore: remove argTypesRegex and explicitly pass actions args in S2 storybook ...
  • 3cdd953 fix: avoid triggering onClick on disabled links (#8828)
  • 661ba8e fix: Prevent crash in RAC collections when used with Suspence/useTransition (...
  • Additional commits viewable in compare view

Updates react-stately from 3.40.0 to 3.41.0

Release notes

Sourced from react-stately's releases.

April 11, 2025 Release

In today’s release, we are excited to announce custom calendar support across all React Spectrum libraries! This feature allows you to create your own calendar that implements custom business logic, such as a 4-5-4 fiscal calendar, either by extending an existing Calendar implementation or building from scratch. Please see the React Spectrum docs for an example implementation. A special shout out to @​ToyWalrus for all the hard work that went into this contribution!

This release also includes several updates for collections in React Aria Components. These include enhanced support for React Suspense and optimizations for large collections. These changes should result in much more performant collections when fetching and rendering large amounts of data.

We have also reduced the bundle sizes of our libraries by moving some console warnings to development only, and removing old browser fallbacks for pointer events. For example, @​react-aria/interactions, which powers most of our components, is now 22% smaller!

Lastly, we have decided to handle onClick as an alias for onPress. This improves interoperability with other dependencies that use onClick events. Please note that onPress is still preferred over onClick as it standardizes behavior across a variety of platforms.

A huge thank you once again to everyone in the community for all of your feedback and contributions!

Full Release Notes

Commits
  • 2c58ed3 Publish
  • eb58e40 docs: Update dnd docs for new getItems API (#8769)
  • 62eb6ce chore: SelectBox audit (#8766)
  • a2caea4 chore: use hook data from useDate*Picker to apply calendar props (#8649)
  • 0487f38 fix: S2 Tabs collapsing with a single word (#8765)
  • ad255f4 docs: Add trigger-anchor-point example (#8764)
  • 5ccf5b7 chore: Updating name of useAutocomplete textfieldProps to inputProps (#8762)
  • e3037d6 chore: export SelectBoxGroupContext (#8763)
  • d55c920 chore: add SelectBoxGroup to chromatic (#8760)
  • 341ae3f chore: Remove CollectionNode default filter behavior and other release API up...
  • Additional commits viewable in compare view

Updates @types/react from 19.1.9 to 19.1.13

Commits

Updates @types/react-dom from 19.1.7 to 19.1.9

Commits

Updates @typescript-eslint/eslint-plugin from 8.38.0 to 8.44.0

Release notes

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

v8.44.0

8.44.0 (2025-09-15)

🚀 Features

  • eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#11267)

🩹 Fixes

  • deps: update dependency @​eslint-community/eslint-utils to v4.8.0 (#11589)
  • eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#11490)

❤️ Thank You

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

v8.43.0

8.43.0 (2025-09-08)

🚀 Features

  • typescript-estree: disallow empty type parameter/argument lists (#11563)

🩹 Fixes

  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#11489)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#11517)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#11457)
  • eslint-plugin: [no-floating-promises] allowForKnownSafeCalls now supports function names (#11423, #11430)
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#11359)
  • eslint-plugin: [prefer-return-this-type] don't report an error when returning a union type that includes a classType (#11432)
  • rule-tester: normalize paths before checking if they escape cwd (#11525)
  • scope-manager: exclude Program from DefinitionBase node types (#11469)
  • type-utils: add union type support to TypeOrValueSpecifier (#11526)
  • typescript-estree: match filenames starting with a period when using glob in allowDefaultProject / (#11537)

❤️ Thank You

... (truncated)

Changelog

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

8.44.0 (2025-09-15)

🚀 Features

  • eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#11267)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#11490)

❤️ Thank You

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

8.43.0 (2025-09-08)

🚀 Features

  • typescript-estree: disallow empty type parameter/argument lists (#11563)

🩹 Fixes

  • eslint-plugin: [prefer-return-this-type] don't report an error when returning a union type that includes a classType (#11432)
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#11359)
  • eslint-plugin: [no-floating-promises] allowForKnownSafeCalls now supports function names (#11423, #11430)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#11457)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#11517)
  • scope-manager: exclude Program from DefinitionBase node types (#11469)
  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#11489)
  • type-utils: add union type support to TypeOrValueSpecifier (#11526)

❤️ Thank You

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

8.42.0 (2025-09-02)

🩹 Fixes

... (truncated)

Commits
  • 77056f7 chore(release): publish 8.44.0
  • 684e63f chore(deps): update eslint monorepo to v9.35.0 (#11600)
  • 2ed6857 fix(eslint-plugin): [no-unnecessary-type-conversion] ignore enum members (#11...
  • 85d8dea feat(eslint-plugin): [await-thenable] report invalid (non-promise) values pas...
  • 42527df chore: remove unnecessary nullThrows() (#11580)
  • ef9173c chore(release): publish 8.43.0
  • 4f44a6e feat(typescript-estree): disallow empty type parameter/argument lists (#11563)
  • bd8ed8d fix(eslint-plugin): [prefer-return-this-type] don't report an error when retu...
  • d8ca5ef fix(eslint-plugin): [no-deprecated] should report deprecated exports and reex...
  • 8154204 docs: mark rules that are frozen on rules index page (#11467)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​typescript-eslint/eslint-plugin since your current version.


Updates eslint from 9.32.0 to 9.35.0

Release notes

Sourced from eslint's releases.

v9.35.0

Features

  • 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
  • e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)

Bug Fixes

  • 10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)

Documentation

  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#20036) (Francesco Trotta)
  • 8033b19 docs: add documentation for --no-config-lookup (#20033) (Francesco Trotta)

Chores

  • da87f2f chore: upgrade @​eslint/js@​9.35.0 (#20077) (Milos Djermanovic)
  • af2a087 chore: package.json update for @​eslint/js release (Jenkins)
  • 7055764 test: remove tests/lib/eslint/eslint.config.js (#20065) (Milos Djermanovic)
  • 84ffb96 chore: update @eslint-community/eslint-utils (#20069) (Francesco Trotta)
  • d5ef939 refactor: remove deprecated context.parserOptions usage across rules (#20060) (sethamus)
  • 1b3881d chore: remove redundant word (#20058) (pxwanglu)

v9.34.0

Features

  • 0bb777a feat: multithread linting (#19794) (Francesco Trotta)
  • 43a5f9e feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)

Bug Fixes

  • 9b89903 fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)
  • 6c07420 fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)
  • 676f4ac fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)

Documentation

  • 0b4a590 docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)
  • 327c672 docs: Update README (GitHub Actions Bot)
  • bf26229 docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)
  • 2309327 docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)
  • 2b87e21 docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))
  • c36570c docs: Update README (GitHub Actions Bot)

Chores

  • f19ad94 chore: upgrade to @eslint/js@9.34.0 (#20030) (Francesco Trotta)
  • b48fa20 chore: package.json update for @​eslint/js release (Jenkins)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.35.0 - September 5, 2025

  • da87f2f chore: upgrade @​eslint/js@​9.35.0 (#20077) (Milos Djermanovic)
  • af2a087 chore: package.json update for @​eslint/js release (Jenkins)
  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
  • 7055764 test: remove tests/lib/eslint/eslint.config.js (#20065) (Milos Djermanovic)
  • 10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
  • 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
  • 84ffb96 chore: update @eslint-community/eslint-utils (#20069) (Francesco Trotta)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
  • e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • d5ef939 refactor: remove deprecated context.parserOptions usage across rules (#20060) (sethamus)
  • 1b3881d chore: remove redundant word (#20058) (pxwanglu)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#20036) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
  • 8033b19 docs: add documentation for --no-config-lookup (#20033) (Francesco Trotta)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)

v9.34.0 - August 22, 2025

  • f19ad94 chore: upgrade to @eslint/js@9.34.0 (#20030) (Francesco Trotta)
  • b48fa20 chore: package.json update for @​eslint/js release (Jenkins)
  • 4bce8a2 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 0c9999c refactor: prefer default options in grouped-accessor-pairs (#20028) (루밀LuMir)
  • 0b4a590 docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)
  • 9b89903 fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)
  • 6c07420 fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)
  • 676f4ac fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)
  • 327c672 docs: Update README (GitHub Actions Bot)
  • d503f19 ci: fix stale.yml (#20010) (루밀LuMir)
  • 0bb777a feat: multithread linting (#19794) (Francesco Trotta)
  • bf26229 docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)
  • 43a5f9e feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)
  • e2dc67d ci: centralize stale.yml (#19994) (루밀LuMir)
  • 7093cb8 ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])
  • 2309327 docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)
  • 2b87e21 docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))
  • c36570c docs: Update README (GitHub Actions Bot)

v9.33.0 - August 8, 2025

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)

... (truncated)

Commits

Updates firebase-tools from 14.11.2 to 14.16.0

Release notes

Sourced from firebase-tools's releases.

v14.16.0

  • Added firestore:bulkdelete which initiates a Firestore managed bulk delete operation (#8974)
  • Added firestore:operations:* commands to list, describe, and cancel long-running operations (#8982)
  • firebase emulator:start use a default project demo-no-project if no project can be found. (#9072)
  • firebase init dataconnect also supports bootstrapping flutter template. (#9084)
  • Fixed a vulnerability in unzip util where files could be written outside of the expected output directory.
  • firebase init dataconnect confirms Cloud SQL provisioning. (#9095)
  • MCP firebase_init tool can download an existing FDC service returned from dataconnect_list_services (#9091)
  • Updated the Firebase Data Connect local toolkit to v2.13.0, which adds validation that checks that _insert data includes all non-null columns without defaults. (#9106)
  • Added firebase_login and firebase_logout MCP tools.

v14.15.2

  • Added support for auth token JSON in dataconnect_execute MPC tool. (#9046)
  • Fixed issue where firebase-ios-sdk could not finalize MFA with auth emulator. (#9062)
  • Fixed the bugs when MCP tools cannot connect to emulator due to CLI version mis-matched. (#9068)
  • Fixed a bug where firebase dataconnect:sdk:generate --watch swallowed all logs. (#9055)
  • Added GA4 agent user property to tag CLI usage by coding agents. (#9070)
  • Consolidated Data Connect MCP tools into dataconnect_info tool to surface information of local workspace and backend resources. (#9056)

v14.15.1

  • Fixed an issue where core MCP tools would be excluded from listTools. (#9045)
  • Fixed an issue where the MCP server would fail to identify active projects.
  • Added new dataconnect_compile MCP tool.

v14.15.0

  • Added additional Crashlytics tools for debugging/analyzing crashes (#9020)
  • Updated Data Connect local toolkit to 2.12, which
    • Added ImpersonateQuery, ImpersonateMutation and IntrospectGraphql APIs to the Firebase Data Connect emulator
    • Added support for Firebase JS SDK v12

v14.14.0

  • Fixed the SQL permission bug in sql:migrate. (#9018)
  • firebase init dataconnect:sdk generate consistent fixed package names (#9021)
  • Added configDir configuration option to specify a custom directory for .env files in Functions (#9000)

v14.13.0

  • Updated Data Connect emulator to v2.11.2, which:
    • [fixed] Fixed an issue causing SQL errors when combining aggregates and full-text search.
  • Fixed a bug when deploying firestore indexes failed due to broken index comparison logic (#8859)
  • Added prefix support for multi-instance Cloud Functions extension parameters. (#8911)
  • Make it possible to init a dataconnect project in non interactive mode (#8993)
  • Added 2 new MCP tools for crashlytics get_sample_crash_for_issue and get_issue_details (#8995)
  • Use Gemini to generate schema and seed_data.gql in firebase init dataconnect (#8988)
  • Fixed a bug when firebase deploy --only dataconnect didn't include GQL files in nested folders (#8981)
  • Changed firebase deploy create Cloud SQL instances asynchronously (#9004)
  • Fixed an issue where 'database' deploys did not read source code correctly (#8985)

v14.12.1

  • Updated runtime config deprecation warning to no longer shows for v1 functions that only use default Firebase config. (#8963)
  • Fixed an issue where 'dataconnect:migrate' would use an invalid temporary password when connecting to enterprise plus CloudSQL instances.

... (truncated)

Commits

Updates vite from 7.1.5 to 7.1.7

Release notes

Sourced from vite's releases.

v7.1.7

Please refer to CHANGELOG.md for details.

v7.1.6

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.1.7 (2025-09-22)

Bug Fixes

  • build: fix ssr environment emitAssets: true when sharedConfigBuild: true (#20787) (4c4583c)
  • client: use CSP nonce when rendering error overlay (#20791) (9bc9d12)
  • deps: update all non-major dependencies (#20811) (9f2247c)
  • glob: handle glob imports from folders starting with dot (#20800) (105abe8)
  • hmr: trigger prune event when import is removed from non hmr module (#20768) (9f32b1d)
  • hmr: wait for import.meta.hot.prune callbacks to complete before running other HMRs (#20698) (98a3484)

7.1.6 (2025-09-18)

Bug Fixes

  • deps: update all non-major dependencies (#20773) (88af2ae)
  • esbuild: inject esbuild helper functions with minified $ variables correctly (#20761) (7e8e004)
  • fallback terser to main thread when nameCache is provided (#20750) (a679a64)
  • types: strict env typings fail when skipLibCheck is false (#20755) (cc54e29)

Miscellaneous Chores

Commits
  • 693d255 release: v7.1.7
  • 98a3484 fix(hmr): wait for import.meta.hot.prune callbacks to complete before runni...
  • 9f32b1d fix(hmr): trigger prune event when import is removed from non hmr module (#20...
  • 9f2247c fix(deps): update all non-major dependencies (#20811)
  • 105abe8 fix(glob): handle glob imports from folders starting with dot (#20800)
  • 4c4583c fix(build): fix ssr environment emitAssets: true when `sharedConfigBuild: t...
  • ...

    Description has been truncated

…ates

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

| Package | From | To |
| --- | --- | --- |
| [@arcgis/core](https://js.arcgis.com) | `4.33.13` | `4.33.14` |
| [@ugrc/utah-design-system](https://github.com/agrc/kitchen-sink) | `1.28.1` | `1.28.2` |
| [react-aria](https://github.com/adobe/react-spectrum) | `3.42.0` | `3.43.2` |
| [react-aria-components](https://github.com/adobe/react-spectrum) | `1.11.0` | `1.12.2` |
| [react-stately](https://github.com/adobe/react-spectrum) | `3.40.0` | `3.41.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.9` | `19.1.13` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.1.7` | `19.1.9` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.38.0` | `8.44.0` |
| [eslint](https://github.com/eslint/eslint) | `9.32.0` | `9.35.0` |
| [firebase-tools](https://github.com/firebase/firebase-tools) | `14.11.2` | `14.16.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.5` | `7.1.7` |



Updates `@arcgis/core` from 4.33.13 to 4.33.14

Updates `@ugrc/utah-design-system` from 1.28.1 to 1.28.2
- [Release notes](https://github.com/agrc/kitchen-sink/releases)
- [Changelog](https://github.com/agrc/kitchen-sink/blob/main/release-please-config.json)
- [Commits](agrc/kitchen-sink@utah-design-system-v1.28.1...utah-design-system-v1.28.2)

Updates `react-aria` from 3.42.0 to 3.43.2
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/react-aria@3.42.0...react-aria@3.43.2)

Updates `react-aria-components` from 1.11.0 to 1.12.2
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/react-aria-components@1.11.0...react-aria-components@1.12.2)

Updates `react-stately` from 3.40.0 to 3.41.0
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/react-stately@3.40.0...react-stately@3.41.0)

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

Updates `@types/react-dom` from 19.1.7 to 19.1.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

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

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.2 to 14.16.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.2...v14.16.0)

Updates `vite` from 7.1.5 to 7.1.7
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.7/packages/vite)

---
updated-dependencies:
- dependency-name: "@arcgis/core"
  dependency-version: 4.33.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe-dependencies
- dependency-name: "@ugrc/utah-design-system"
  dependency-version: 1.28.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe-dependencies
- dependency-name: react-aria
  dependency-version: 3.43.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: react-aria-components
  dependency-version: 1.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: react-stately
  dependency-version: 3.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-dependencies
- dependency-name: "@types/react-dom"
  dependency-version: 19.1.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.44.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: eslint
  dependency-version: 9.35.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: firebase-tools
  dependency-version: 14.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: vite
  dependency-version: 7.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-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
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