Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the safe-app-dependencies group with 36 updates #311

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2023

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

Package From To
@headlessui/react 1.7.15 1.7.17
@hookform/resolvers 3.1.1 3.3.1
@tanstack/react-query 4.29.19 4.35.7
@tanstack/react-query-devtools 4.29.19 4.35.7
@ugrc/layer-selector 6.1.2 6.2.1
firebase-admin 11.9.0 11.11.0
immer 10.0.2 10.0.3
react-error-boundary 4.0.10 4.0.11
react-hook-form 7.45.1 7.47.0
xstate 4.38.0 4.38.2
yup 1.2.0 1.3.2
@commitlint/cli 17.6.6 17.7.2
@commitlint/config-conventional 17.6.6 17.7.0
@storybook/addon-actions 7.0.25 7.4.6
@storybook/addon-essentials 7.0.25 7.4.6
@storybook/addon-interactions 7.0.25 7.4.6
@storybook/addon-links 7.0.25 7.4.6
@storybook/addons 7.0.25 7.4.6
@storybook/react-vite 7.0.25 7.4.6
@types/arcgis-js-api 4.27.0 4.27.1
@types/react 18.2.14 18.2.25
@types/react-dom 18.2.6 18.2.10
@vitejs/plugin-react-swc 3.3.2 3.4.0
@vitest/coverage-v8 0.32.4 0.34.6
@vitest/ui 0.32.4 0.34.6
autoprefixer 10.4.14 10.4.16
eslint 8.44.0 8.50.0
eslint-plugin-react 7.32.2 7.33.2
eslint-plugin-react-refresh 0.4.1 0.4.3
firebase-tools 12.4.2 12.6.2
postcss 8.4.24 8.4.31
prettier-plugin-tailwindcss 0.3.0 0.5.5
storybook 7.0.25 7.4.6
tailwindcss 3.3.2 3.3.3
vite 4.3.9 4.4.11
vitest 0.32.4 0.34.6

Updates @headlessui/react from 1.7.15 to 1.7.17

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v1.7.17

Fixed

  • Use correct value when resetting <Listbox multiple> and <Combobox multiple> (#2626)
  • Render <MainTreeNode /> in Popover.Group component only (#2634)
  • Disable smooth scrolling when opening/closing Dialog components on iOS (#2635)
  • Don't assume <Tab /> components are available when setting the next index (#2642)
  • Fix incorrectly focused Combobox.Input component on page load (#2654)
  • Ensure appear works using the Transition component (even when used with SSR) (#2646)
  • Improve resetting values when using the nullable prop on the Combobox component (#2660)
  • Fix hydration of components inside <Suspense> (#2663)
  • Prevent scrolling when focusing a tab (#2674)

@​headlessui/react@​v1.7.16

Fixed

  • Ensure the caret is in a consistent position when syncing the Combobox.Input value (#2568)
  • Improve "outside click" behaviour in combination with 3rd party libraries (#2572)
  • Ensure IME works on Android devices (#2580)
  • Calculate aria-expanded purely based on the open/closed state (#2610)
  • Submit form on Enter even if no submit-like button was found (#2613)
Changelog

Sourced from @​headlessui/react's changelog.

[1.7.17] - 2023-08-17

Fixed

  • Use correct value when resetting <Listbox multiple> and <Combobox multiple> (#2626)
  • Render <MainTreeNode /> in Popover.Group component only (#2634)
  • Disable smooth scrolling when opening/closing Dialog components on iOS (#2635)
  • Don't assume <Tab /> components are available when setting the next index (#2642)
  • Fix incorrectly focused Combobox.Input component on page load (#2654)
  • Ensure appear works using the Transition component (even when used with SSR) (#2646)
  • Improve resetting values when using the nullable prop on the Combobox component (#2660)
  • Fix hydration of components inside <Suspense> (#2663)
  • Prevent scrolling when focusing a tab (#2674)

[1.7.16] - 2023-07-27

Fixed

  • Ensure the caret is in a consistent position when syncing the Combobox.Input value (#2568)
  • Improve "outside click" behaviour in combination with 3rd party libraries (#2572)
  • Ensure IME works on Android devices (#2580)
  • Calculate aria-expanded purely based on the open/closed state (#2610)
  • Submit form on Enter even if no submit-like button was found (#2613)
Commits
  • 0b8bd32 1.7.17 - @​headlessui/react
  • c2bf9dd Prevent scrolling when focusing a tab (#2674)
  • a317866 Fix hydration of components inside \<Suspense> (#2663)
  • 88b068c Improve resetting values when using the nullable prop on the Combobox com...
  • 842890d Ensure appear works using the Transition component (even when used with S...
  • 88a0138 Fix incorrectly focused Combobox.Input component on page load (#2654)
  • c22a8c1 Don't assume \<Tab /> components are available when setting the next index (...
  • 6f9de89 Disable smooth scrolling when opening/closing Dialog components on iOS (#2635)
  • 34275da Revert "Fix hydration of components inside \<Suspense> (#2633)"
  • 3501289 Fix hydration of components inside \<Suspense> (#2633)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by thecrypticace, a new releaser for @​headlessui/react since your current version.


Updates @hookform/resolvers from 3.1.1 to 3.3.1

Release notes

Sourced from @​hookform/resolvers's releases.

v3.3.1

3.3.1 (2023-08-28)

Bug Fixes

v3.3.0

3.3.0 (2023-08-22)

Bug Fixes

Features

  • add support for root errors for field array (#621) (5f1a622)
  • pass field names and a context as arguments to a Vest suite (#584) (3519701)
  • valibot: add more tests, support of criteriaMode and reduce size (#620) (a9d319d)

v3.2.0

3.2.0 (2023-08-06)

Features

Commits

Updates @tanstack/react-query from 4.29.19 to 4.35.7

Release notes

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

v4.35.7

Version 4.35.7 - 10/1/2023, 10:15 AM

Changes

Fix

  • hydration: do not alter fetchStatus when hydrating existing queries (#6088) (a29f1a60) by Dominik Dorfmeister

Chore

  • Update CONTRIBUTING.md (b29824a3) by Dominik Dorfmeister

Docs

Packages

  • @​tanstack/query-core@​4.35.7
  • @​tanstack/query-persist-client-core@​4.35.7
  • @​tanstack/query-async-storage-persister@​4.35.7
  • @​tanstack/query-broadcast-client-experimental@​4.35.7
  • @​tanstack/query-sync-storage-persister@​4.35.7
  • @​tanstack/react-query@​4.35.7
  • @​tanstack/react-query-devtools@​4.35.7
  • @​tanstack/react-query-persist-client@​4.35.7
  • @​tanstack/solid-query@​4.35.7
  • @​tanstack/svelte-query@​4.35.7
  • @​tanstack/vue-query@​4.35.7

v4.35.6

Version 4.35.6 - 9/27/2023, 12:58 PM

Changes

Fix

  • vue-query: avoid use sync watchers that cause frequent requests (#6043) (da79651c) by @​Mini-ghost

Packages

  • @​tanstack/vue-query@​4.35.6

v4.35.5

Version 4.35.5 - 9/18/2023, 6:59 AM

Changes

Fix

... (truncated)

Commits

Updates @tanstack/react-query-devtools from 4.29.19 to 4.35.7

Release notes

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

v4.35.7

Version 4.35.7 - 10/1/2023, 10:15 AM

Changes

Fix

  • hydration: do not alter fetchStatus when hydrating existing queries (#6088) (a29f1a60) by Dominik Dorfmeister

Chore

  • Update CONTRIBUTING.md (b29824a3) by Dominik Dorfmeister

Docs

Packages

  • @​tanstack/query-core@​4.35.7
  • @​tanstack/query-persist-client-core@​4.35.7
  • @​tanstack/query-async-storage-persister@​4.35.7
  • @​tanstack/query-broadcast-client-experimental@​4.35.7
  • @​tanstack/query-sync-storage-persister@​4.35.7
  • @​tanstack/react-query@​4.35.7
  • @​tanstack/react-query-devtools@​4.35.7
  • @​tanstack/react-query-persist-client@​4.35.7
  • @​tanstack/solid-query@​4.35.7
  • @​tanstack/svelte-query@​4.35.7
  • @​tanstack/vue-query@​4.35.7

v4.35.6

Version 4.35.6 - 9/27/2023, 12:58 PM

Changes

Fix

  • vue-query: avoid use sync watchers that cause frequent requests (#6043) (da79651c) by @​Mini-ghost

Packages

  • @​tanstack/vue-query@​4.35.6

v4.35.5

Version 4.35.5 - 9/18/2023, 6:59 AM

Changes

Fix

... (truncated)

Commits

Updates @ugrc/layer-selector from 6.1.2 to 6.2.1

Release notes

Sourced from @​ugrc/layer-selector's releases.

layer-selector: v6.2.1

6.2.1 (2023-09-25)

Bug Fixes

  • layer-selector: make opacity slider take into account initial layer opacities (844c8a7)
  • layer-selector: typo in aria element attribute (2e22b62)

layer-selector: v6.2.0

6.2.0 (2023-09-12)

Features

  • layer-selector: add string factory support for TileLayer base layers (27cd0f0)
Commits
  • 4350e45 chore: release main
  • 2e22b62 fix(layer-selector): typo in aria element attribute
  • 844c8a7 fix(layer-selector): make opacity slider take into account initial layer opac...
  • 4e6a2c6 chore: release main
  • 27cd0f0 feat(layer-selector): add string factory support for TileLayer base layers
  • 45293b4 build(deps): bump tough-cookie from 4.1.2 to 4.1.3
  • See full diff in compare view

Updates firebase-admin from 11.9.0 to 11.11.0

Release notes

Sourced from firebase-admin's releases.

Firebase Admin Node.js SDK v11.11.0

New Features

  • feat(auth): Add Email Privacy support in Project and Tenant config (#2198)

Miscellaneous

  • [chore] Release 11.11.0 (#2315)
  • build(deps-dev): bump @​types/lodash from 4.14.197 to 4.14.199 (#2309)
  • build(deps-dev): bump eslint from 8.47.0 to 8.50.0 (#2311)
  • Update github.ref value in release.yml (#2313)
  • build(deps-dev): bump nock from 13.3.2 to 13.3.3 (#2288)
  • build(deps-dev): bump bcrypt from 5.1.0 to 5.1.1 (#2289)
  • build(deps-dev): bump eslint from 8.43.0 to 8.47.0 (#2279)
  • build(deps-dev): bump @​types/lodash from 4.14.195 to 4.14.197 (#2280)
  • build(deps-dev): bump @​typescript-eslint/eslint-plugin (#2282)
  • build(deps-dev): bump nock from 13.3.1 to 13.3.2 (#2270)
  • build(deps-dev): bump @​firebase/auth-compat from 0.4.3 to 0.4.4 (#2273)
  • build(deps-dev): bump @​typescript-eslint/parser from 5.59.9 to 5.62.0 (#2264)
  • build(deps): bump @​google-cloud/firestore from 6.6.1 to 6.7.0 (#2265)
  • build(deps-dev): bump @​types/uuid from 9.0.1 to 9.0.2 (#2267)
  • build(deps-dev): bump @​firebase/app-compat from 0.2.13 to 0.2.15 (#2263)
  • build(deps): bump @​google-cloud/storage from 6.11.0 to 6.12.0 (#2253)
  • build(deps-dev): bump @​microsoft/api-extractor from 7.36.1 to 7.36.3 (#2261)
  • build(deps): bump word-wrap from 1.2.3 to 1.2.4 (#2256)
  • build(deps): bump @​types/node from 20.3.2 to 20.4.2 (#2255)
  • build(deps-dev): bump @​firebase/auth-compat from 0.4.2 to 0.4.3 (#2252)

Firebase Admin Node.js SDK v11.10.1

Miscellaneous

  • [chore] Release 11.10.1 (#2248)
  • Revert "chore: upgrade databse-compat (#2244)" (#2247)

Firebase Admin Node.js SDK v11.10.0

New Features

  • feat(functions): Add features to task queue functions (#2216)
  • feat(auth): Add TotpInfo field to UserRecord (#2197)
  • feat(storage): Add getDownloadUrl method to the Storage API (#2036)

Bug Fixes

  • fix: Update TOTP docstrings (#2245)

Miscellaneous

  • [chore] Release 11.10.0 (#2246)
  • chore: upgrade databse-compat (#2244)
  • build(deps): bump semver from 5.7.1 to 5.7.2 (#2242)

... (truncated)

Commits
  • c8838e1 [chore] Release 11.11.0 (#2315)
  • 4fe5577 build(deps-dev): bump @​types/lodash from 4.14.197 to 4.14.199 (#2309)
  • ba27460 build(deps-dev): bump eslint from 8.47.0 to 8.50.0 (#2311)
  • 6e2fea4 Update github.ref value in release.yml (#2313)
  • a4019e4 feat(auth): Add Email Privacy support in Project and Tenant config (#2198)
  • a4ce27d build(deps-dev): bump nock from 13.3.2 to 13.3.3 (#2288)
  • eba78a1 build(deps-dev): bump bcrypt from 5.1.0 to 5.1.1 (#2289)
  • bd8a111 build(deps-dev): bump eslint from 8.43.0 to 8.47.0 (#2279)
  • 903d629 build(deps-dev): bump @​types/lodash from 4.14.195 to 4.14.197 (#2280)
  • 3d0b25f build(deps-dev): bump @​typescript-eslint/eslint-plugin (#2282)
  • Additional commits viewable in compare view

Updates immer from 10.0.2 to 10.0.3

Release notes

Sourced from immer's releases.

v10.0.3

10.0.3 (2023-10-02)

Bug Fixes

Commits
  • f6736a4 fix: don't use .mjs file for react-native, which isn't supported by default...
  • See full diff in compare view

Updates react-error-boundary from 4.0.10 to 4.0.11

Release notes

Sourced from react-error-boundary's releases.

4.0.11

  • Re-throw original error in the event that no fallback is specified (#160)
  • Improved exported prop types def (#152)
  • Bundle built with Preconstruct (#144, #149, 9b7b15bc29829b2a145c047ef188fecb90c9894e)
Commits
  • 8b2c6c5 Re-throw original error if no fallback provided (#160)
  • 341f67d Upgrade TypeScript
  • 9b7b15b Add is-development import conditional
  • 13d5cf7 fix: remove unnecessary PropsWithRef type (#158)
  • a4c8f9b Add cache option of actions/setup-node@v3 (#157)
  • 37baab4 chore: use .nvmrc as source of actions/setup-node@v3's following version (#151)
  • 45175a8 docs: update README.md's pnpm support (#155)
  • bd91a6d docs: update CONTRIBUTING.md (#153)
  • 21b9e01 chore: update pnpm version (#150)
  • 196537e fix: ErrorBoundarySharedProps's info type (#156)
  • Additional commits viewable in compare view

Updates react-hook-form from 7.45.1 to 7.47.0

Release notes

Sourced from react-hook-form's releases.

Version 7.47.0

🫡 allow keepIsSubmitSuccessful flag (#9640)

const { reset } = useForm()
<Form
onSubmit={() => {
reset(formValues, {
keepIsSubmitSuccessful: true,
});
}}
/>

🦉 fix typo in form.ts (#10978) 🤡 close #10907 potential fix on unmounted component (#10980) 🪖 simplify logic for subscription by name (#10947)

thanks to @​stefanpl, @​kai-dorschner-twinsity & @​nitschSB

Version 7.46.2

🐞 fix implicit type coercion (#10949) 🙄 close #10932 omit disabled prop when not defined (#10937) 🔧 fix controller test is dirty (#10899)

thanks to @​samimakicc & @​pierluigigiancola

Version 7.46.1

🐞 fix #10878 return disabled field state (#10879)

thanks to @​Moshyfawn

Version 7.46.0

🧟‍♂️ feat: support disabled prop for useController (#10810)

const [disabled, setDisabled] = useState(false)
useController({
  disabled
})
  • field value will be disabled
  • field value will be omitted

🫖 prevent reset argument mutation (#10847) 🐞 fix: add exact option for array name in useWatch. (#10707) 🐞 update isDirty when setting disabled in register (#10805) 🧶 feat: trigger passed names to construct resolver options (#10590)

... (truncated)

Changelog

Sourced from react-hook-form's changelog.

[7.47.0] - 2023-10-02

Added

  • reset api with keepIsSubmitSuccessful option, keep successfully submitted form state.
<Form
  onSubmit={() => {
    reset(formValues, {
      keepIsSubmitSuccessful: true,
    });
  }}
/>

[7.46.0] - 2023-09-03

Added

  • Controller disabled prop
const [disabled, setDisabled] = useState(false);
useController({
  disabled,
});
  • Trigger passed names to construct resolver options
  • Add exact option for array name in useWatch

Changed

  • Update isDirty when setting disabled in register

Fixed

  • Prevent reset argument mutation

[7.45.0] - 2023-06-20

Changed

  • Controller with type check on onChange
- onChange: (...event: any[]) => void;
+ onChange: (event: ChangeEvent | FieldPathValue<TFieldValues, TName>) => void;

... (truncated)

Commits

Updates xstate from 4.38.0 to 4.38.2

Release notes

Sourced from xstate's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

  • #4130 e659fac5d Thanks @​davidkpiano! - The pure(...) action creator is now properly typed so that it allows function actions:

    actions: pure(() => [
      // now allowed!
      (context, event) => { ... }
    ])
Commits

Updates yup from 1.2.0 to 1.3.2

Changelog

Sourced from yup's changelog.

1.3.2 (2023-09-29)

Bug Fixes

1.3.1 (2023-09-26)

Bug Fixes

  • ValidationError extends Error (bc5121b)

1.3.0 (2023-09-23)

Bug Fixes

Features

  • Allow schema metadata to be strongly typed (#2021) (e593f8f)

Reverts

Commits

Updates @commitlint/cli from 17.6.6 to 17.7.2

Release notes

Sourced from @​commitlint/cli's releases.

v17.7.2

What's Changed

New Contributors

Full Changelog: conventional-changelog/commitlint@v17.7.1...v17.7.2

v17.7.1

17.7.1 (2023-08-10)

Reverts

  • Revert "feat(load): use cosmiconfig-typescript-loader v5 to remove ts-node dependency for @​commitlint/load (#3633)" (8e41897), closes #3633

Full Changelog: conventional-changelog/commitlint@v17.7.0...v17.7.1

v17.7.0

17.7.0 (2023-08-09)

Features

  • load: use cosmiconfig-typescript-loader v5 to remove ts-node dependency for @​commitlint/load (#3633) (4aa46d7)

Reverts

  • eslint-config-prettier to v8 (f279ff7)
  • prettier to v2 to not break lerna v6 publish (cd854cb)

New Contributors

Full Changelog: conventional-changelog/commitlint@v17.6.7...v17.7.0

v17.6.7

... (truncated)

Changelog

Sourced from @​commitlint/cli's changelog.

17.7.2 (2023-09-28)

Note: Version bump only for package @​commitlint/cli

17.7.1 (2023-08-10)

Note: Version bump only for package @​commitlint/cli

17.7.0 (2023-08-09)

Note: Version bump only for package @​commitlint/cli

17.6.7 (2023-07-19)

Note: Version bump only for package @​commitlint/cli

Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 6, 2023
Bumps the safe-app-dependencies group with 36 updates:

| Package | From | To |
| --- | --- | --- |
| [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `1.7.15` | `1.7.17` |
| [@hookform/resolvers](https://github.com/react-hook-form/resolvers) | `3.1.1` | `3.3.1` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `4.29.19` | `4.35.7` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `4.29.19` | `4.35.7` |
| [@ugrc/layer-selector](https://github.com/agrc/kitchen-sink) | `6.1.2` | `6.2.1` |
| [firebase-admin](https://github.com/firebase/firebase-admin-node) | `11.9.0` | `11.11.0` |
| [immer](https://github.com/immerjs/immer) | `10.0.2` | `10.0.3` |
| [react-error-boundary](https://github.com/bvaughn/react-error-boundary) | `4.0.10` | `4.0.11` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.45.1` | `7.47.0` |
| [xstate](https://github.com/statelyai/xstate) | `4.38.0` | `4.38.2` |
| [yup](https://github.com/jquense/yup) | `1.2.0` | `1.3.2` |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `17.6.6` | `17.7.2` |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `17.6.6` | `17.7.0` |
| [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions) | `7.0.25` | `7.4.6` |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `7.0.25` | `7.4.6` |
| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `7.0.25` | `7.4.6` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `7.0.25` | `7.4.6` |
| [@storybook/addons](https://github.com/storybookjs/storybook/tree/HEAD/code/deprecated/addons) | `7.0.25` | `7.4.6` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `7.0.25` | `7.4.6` |
| [@types/arcgis-js-api](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/arcgis-js-api) | `4.27.0` | `4.27.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.14` | `18.2.25` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.6` | `18.2.10` |
| [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) | `3.3.2` | `3.4.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `0.32.4` | `0.34.6` |
| [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `0.32.4` | `0.34.6` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.14` | `10.4.16` |
| [eslint](https://github.com/eslint/eslint) | `8.44.0` | `8.50.0` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.32.2` | `7.33.2` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.1` | `0.4.3` |
| [firebase-tools](https://github.com/firebase/firebase-tools) | `12.4.2` | `12.6.2` |
| [postcss](https://github.com/postcss/postcss) | `8.4.24` | `8.4.31` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.3.0` | `0.5.5` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.0.25` | `7.4.6` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.3.2` | `3.3.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.3.9` | `4.4.11` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `0.32.4` | `0.34.6` |


Updates `@headlessui/react` from 1.7.15 to 1.7.17
- [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 `@hookform/resolvers` from 3.1.1 to 3.3.1
- [Release notes](https://github.com/react-hook-form/resolvers/releases)
- [Commits](react-hook-form/resolvers@v3.1.1...v3.3.1)

Updates `@tanstack/react-query` from 4.29.19 to 4.35.7
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v4.35.7/packages/react-query)

Updates `@tanstack/react-query-devtools` from 4.29.19 to 4.35.7
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v4.35.7/packages/react-query-devtools)

Updates `@ugrc/layer-selector` from 6.1.2 to 6.2.1
- [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@layer-selector-v6.1.2...layer-selector-v6.2.1)

Updates `firebase-admin` from 11.9.0 to 11.11.0
- [Release notes](https://github.com/firebase/firebase-admin-node/releases)
- [Commits](firebase/firebase-admin-node@v11.9.0...v11.11.0)

Updates `immer` from 10.0.2 to 10.0.3
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](immerjs/immer@v10.0.2...v10.0.3)

Updates `react-error-boundary` from 4.0.10 to 4.0.11
- [Release notes](https://github.com/bvaughn/react-error-boundary/releases)
- [Commits](bvaughn/react-error-boundary@4.0.10...4.0.11)

Updates `react-hook-form` from 7.45.1 to 7.47.0
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.45.1...v7.47.0)

Updates `xstate` from 4.38.0 to 4.38.2
- [Release notes](https://github.com/statelyai/xstate/releases)
- [Commits](https://github.com/statelyai/xstate/compare/[email protected]@4.38.2)

Updates `yup` from 1.2.0 to 1.3.2
- [Release notes](https://github.com/jquense/yup/releases)
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md)
- [Commits](jquense/yup@v1.2.0...v1.3.2)

Updates `@commitlint/cli` from 17.6.6 to 17.7.2
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.7.2/@commitlint/cli)

Updates `@commitlint/config-conventional` from 17.6.6 to 17.7.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.7.0/@commitlint/config-conventional)

Updates `@storybook/addon-actions` from 7.0.25 to 7.4.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/v7.4.6/code/addons/actions)

Updates `@storybook/addon-essentials` from 7.0.25 to 7.4.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/v7.4.6/code/addons/essentials)

Updates `@storybook/addon-interactions` from 7.0.25 to 7.4.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/v7.4.6/code/addons/interactions)

Updates `@storybook/addon-links` from 7.0.25 to 7.4.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/v7.4.6/code/addons/links)

Updates `@storybook/addons` from 7.0.25 to 7.4.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/v7.4.6/code/deprecated/addons)

Updates `@storybook/react-vite` from 7.0.25 to 7.4.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/v7.4.6/code/frameworks/react-vite)

Updates `@types/arcgis-js-api` from 4.27.0 to 4.27.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/arcgis-js-api)

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

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

Updates `@vitejs/plugin-react-swc` from 3.3.2 to 3.4.0
- [Release notes](https://github.com/vitejs/vite-plugin-react-swc/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md)
- [Commits](vitejs/vite-plugin-react-swc@v3.3.2...v3.4.0)

Updates `@vitest/coverage-v8` from 0.32.4 to 0.34.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.34.6/packages/coverage-v8)

Updates `@vitest/ui` from 0.32.4 to 0.34.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.34.6/packages/ui)

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

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

Updates `eslint-plugin-react` from 7.32.2 to 7.33.2
- [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.32.2...v7.33.2)

Updates `eslint-plugin-react-refresh` from 0.4.1 to 0.4.3
- [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.1...v0.4.3)

Updates `firebase-tools` from 12.4.2 to 12.6.2
- [Release notes](https://github.com/firebase/firebase-tools/releases)
- [Commits](firebase/firebase-tools@v12.4.2...v12.6.2)

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

Updates `prettier-plugin-tailwindcss` from 0.3.0 to 0.5.5
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.3.0...v0.5.5)

Updates `storybook` from 7.0.25 to 7.4.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/v7.4.6/code/lib/cli)

Updates `tailwindcss` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.3.2...v3.3.3)

Updates `vite` from 4.3.9 to 4.4.11
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.4.11/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.4.11/packages/vite)

Updates `vitest` from 0.32.4 to 0.34.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.34.6/packages/vitest)

---
updated-dependencies:
- dependency-name: "@headlessui/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe-app-dependencies
- dependency-name: "@hookform/resolvers"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: "@ugrc/layer-selector"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: firebase-admin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: immer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe-app-dependencies
- dependency-name: react-error-boundary
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe-app-dependencies
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: xstate
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe-app-dependencies
- dependency-name: yup
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: "@storybook/addon-actions"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: "@storybook/addon-interactions"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: "@storybook/addons"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: "@storybook/react-vite"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: "@types/arcgis-js-api"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-app-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-app-dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-app-dependencies
- dependency-name: "@vitejs/plugin-react-swc"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: "@vitest/ui"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-app-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: eslint-plugin-react-refresh
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-app-dependencies
- dependency-name: firebase-tools
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-app-dependencies
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-app-dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-app-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/safe-app-dependencies-54f04bfa88 branch from 82f507a to ed8da18 Compare October 6, 2023 19:53
@steveoh steveoh merged commit 75822c6 into main Oct 6, 2023
3 of 4 checks passed
@steveoh steveoh deleted the dependabot/npm_and_yarn/safe-app-dependencies-54f04bfa88 branch October 6, 2023 19:55
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