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

fix(deps): bump the all group across 1 directory with 26 updates #370

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 14, 2024

Bumps the all group with 26 updates in the /frontend directory:

Package From To
@headlessui/vue 1.7.16 1.7.23
@passwordless-id/webauthn 1.6.2 2.1.2
@tailwindcss/forms 0.5.7 0.5.9
fast-sort 3.4.0 3.4.1
pinia 2.1.7 2.3.0
unplugin-icons 0.18.1 0.21.0
unplugin-vue-components 0.26.0 0.27.5
vee-validate 4.12.3 4.14.7
vue 3.3.13 3.5.13
vue-router 4.2.5 4.5.0
yup 1.3.3 1.5.0
@iconify-json/fa6-regular 1.1.18 1.2.2
@iconify-json/fa6-solid 1.1.20 1.2.2
@iconify-json/ic 1.1.17 1.2.1
@iconify-json/line-md 1.1.33 1.2.3
@iconify-json/material-symbols 1.2.4 1.2.10
@typescript-eslint/eslint-plugin 6.15.0 8.18.0
@typescript-eslint/parser 6.15.0 8.18.0
@vitejs/plugin-vue 4.5.2 5.2.1
autoprefixer 10.4.16 10.4.20
eslint 8.56.0 9.17.0
eslint-plugin-vue 9.19.2 9.32.0
postcss 8.4.47 8.4.49
typescript 5.3.3 5.7.2
vite 5.0.13 6.0.3
wrangler 3.80.4 3.95.0

Updates @headlessui/vue from 1.7.16 to 1.7.23

Release notes

Sourced from @​headlessui/vue's releases.

@​headlessui/vue@​v1.7.23

Fixed

  • use native useId from Vue.js 3.5 when available (#3458)

@​headlessui/vue@​v1.7.22

Fixed

  • Don’t cancel touchmove on input elements inside a dialog (#3166)
  • Ensure clicking a ComboboxOption after filtering the options, correctly triggers a change (#3180)

@​headlessui/vue@​v1.7.21

Fixed

  • Prevent closing the Combobox component when clicking inside the scrollbar area (#3104)
  • Don’t unmount portal targets used by other portals (#3144)

@​headlessui/vue@​v1.7.20

Fixed

  • Expose disabled state on Tab component (#2918)
  • Prevent default behaviour when clicking outside of a DialogPanel (#2919)
  • Don’t override explicit disabled prop for components inside MenuItem (#2929)
  • Add hidden attribute to internal Hidden component when the Features.Hidden feature is used (#2955)
  • Allow setting custom tabIndex on the Switch component (#2966)
  • Forward disabled state to hidden inputs in form-like components (#3004)
  • Respect selectedIndex for controlled Tab components (#3037)

@​headlessui/vue@​v1.7.19

  • Fix Combobox activeOption render prop (#2973)

@​headlessui/vue@​v1.7.18

Added

  • Allow users customize ID generation (#2959)

@​headlessui/vue@​v1.7.17

Fixed

  • Don't call <Dialog>'s onClose twice on mobile devices (#2690)
  • Fix Portal SSR hydration mismatches (#2700)
  • Ensure hidden TabPanel components are hidden from the accessibility tree (#2708)
  • Add support for role="alertdialog" to <Dialog> component (#2709)
  • Ensure blurring the ComboboxInput component closes the Combobox (#2712)
  • Allow <button> to be in nested components in <PopoverButton> (#2715)
  • Don't overwrite user-defined template refs when rendering (#2720)
  • Fix missing data-headlessui-state attribute when as="template" (#2787)
  • Fix VoiceOver bug for Listbox component in Chrome (#2824)
  • Fix outside click detection when component is mounted in the Shadow DOM (6846231)
  • Fix CJS types (#2880)

... (truncated)

Changelog

Sourced from @​headlessui/vue's changelog.

[1.7.23] - 2024-09-09

Fixed

  • use native useId from Vue.js 3.5 when available (#3458)

[1.7.22] - 2024-05-08

Fixed

  • Don’t cancel touchmove on input elements inside a dialog (#3166)
  • Ensure clicking a ComboboxOption after filtering the options, correctly triggers a change (#3180)

[1.7.21] - 2024-04-26

Fixed

  • Prevent closing the Combobox component when clicking inside the scrollbar area (#3104)
  • Don’t unmount portal targets used by other portals (#3144)

[1.7.20] - 2024-04-15

Fixed

  • Expose disabled state on <Tab /> component (#2918)
  • Prevent default behaviour when clicking outside of a DialogPanel (#2919)
  • Don’t override explicit disabled prop for components inside <MenuItem> (#2929)
  • Add hidden attribute to internal <Hidden /> component when the Features.Hidden feature is used (#2955)
  • Allow setting custom tabIndex on the <Switch /> component (#2966)
  • Forward disabled state to hidden inputs in form-like components (#3004)
  • Respect selectedIndex for controlled <Tab/> components (#3037)

[1.7.19] - 2024-02-07

  • Fix Combobox activeOption render prop (#2973)

[1.7.18] - 2024-02-02

Added

  • Allow users customize ID generation (#2959)

[1.7.17] - 2024-01-08

Fixed

  • Don't call <Dialog>'s onClose twice on mobile devices (#2690)
  • Fix Portal SSR hydration mismatches (#2700)
  • Ensure hidden TabPanel components are hidden from the accessibility tree (#2708)
  • Add support for role="alertdialog" to <Dialog> component (#2709)

... (truncated)

Commits
  • 2a46945 1.7.23 - @​headlessui/vue
  • d064738 use native useId from Vue.js 3.5 when available (#3458)
  • 7004a25 1.7.22 - @​headlessui/vue
  • 156880c Ensure clicking a ComboboxOption after filtering the options, correctly tri...
  • 47d4b4f Don’t cancel touchmove on input elements inside a dialog (#3166)
  • 7ebeaab 1.7.21 - @​headlessui/vue
  • 1724106 Don’t unmount portal targets used by other portals (#3144)
  • 722ad2d Prevent closing the Combobox component when clicking inside the scrollbar a...
  • be95227 1.7.20 - @​headlessui/vue
  • 6784a73 Respect selectedIndex for controlled \<Tab/> components (#3037)
  • Additional commits viewable in compare view

Updates @passwordless-id/webauthn from 1.6.2 to 2.1.2

Release notes

Sourced from @​passwordless-id/webauthn's releases.

2.1.2

No release notes provided.

2.1.1

No release notes provided.

2.1.0

No release notes provided.

2.0.4

No release notes provided.

2.0.3

No release notes provided.

2.0.2

  • autocomplete flag and isAutocompleteAvailable()
  • allowCredentials also accepts list of credentials ids instead of {id: ..., transports: ...}
  • transports also returned as part of registration

2.0.1

  • Fixed type coutner => counter
  • Attempt at CommonJS build fix

2.0.0

At last, the new version is here! It now supports the most recent features like conditional UI and hints, has defaults that better support security keys and uses the default intermediate JSON format for a better interop with other libraries. For more details, consult the docs at https://webauthn.passwordless.id

Commits

Updates @tailwindcss/forms from 0.5.7 to 0.5.9

Release notes

Sourced from @​tailwindcss/forms's releases.

v0.5.9

Fixed

  • Fallback to static chevron color if theme is using variables (#167)

v0.5.8

Fixed

  • Support installing with alpha versions of Tailwind CSS v4 (#163)
Changelog

Sourced from @​tailwindcss/forms's changelog.

[0.5.9] - 2024-09-05

Fixed

  • Fallback to static chevron color if theme is using variables (#167)

[0.5.8] - 2024-08-28

Fixed

  • Support installing with alpha versions of Tailwind CSS v4 (#163)
Commits

Updates fast-sort from 3.4.0 to 3.4.1

Changelog

Sourced from fast-sort's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Commits

Updates pinia from 2.1.7 to 2.3.0

Release notes

Sourced from pinia's releases.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

Commits

Updates unplugin-icons from 0.18.1 to 0.21.0

Release notes

Sourced from unplugin-icons's releases.

v0.21.0

   🚀 Features

    View changes on GitHub

v0.20.2

   🚀 Features

    View changes on GitHub

v0.20.1

   🚀 Features

    View changes on GitHub

v0.20.0

   🚨 Breaking Changes

   🐞 Bug Fixes

    View changes on GitHub

v0.19.3

No significant changes

    View changes on GitHub

v0.19.2

   🚀 Features

    View changes on GitHub

v0.19.1

   🚀 Features

... (truncated)

Commits

Updates unplugin-vue-components from 0.26.0 to 0.27.5

Release notes

Sourced from unplugin-vue-components's releases.

v0.27.5

   🐞 Bug Fixes

    View changes on GitHub

v0.27.4

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.27.3

   🐞 Bug Fixes

    View changes on GitHub

v0.27.2

No significant changes

    View changes on GitHub

v0.27.1

   🚀 Features

    View changes on GitHub

v0.27.0

   🚀 Features

... (truncated)

Commits

Updates vee-validate from 4.12.3 to 4.14.7

Release notes

Sourced from vee-validate's releases.

v4.14.7

🛠️ Devtools

  • Fixed uncontrolled fields (non-form associated) not showing their state in the devtools #4914 (be994b4c59e0ead536573dc26b6947131b4b6eda)
  • Added name prop to <Form /> and useForm to distinguish them in devtools #4930 (#4933) thanks to @​genu

v4.14.6

🛠️ Misc

  • Exclude vee-validate from Vite's dep optmization when used in Nuxt. #4906 #4909 (41d82fd1f0ceb62f3b9d6b2ca2270dfdc69520fc)

v4.14.5

🛠️ Misc

Changes here are related to @vee-validate/nuxt, nothing else changed.

  • Switch @vee-validate/nuxt package type to module. (e9f8c882c827d03d4548b74bda3ef3f2e6d90332)
  • Upgrade nuxt module dependencies. (e9f8c882c827d03d4548b74bda3ef3f2e6d90332)
  • Force loading the mjs module when using nuxt to reduce chances of double import. (e9f8c882c827d03d4548b74bda3ef3f2e6d90332)

v4.14.4

🆕 New Features

  • Can set a fallback locale for rules that do not have messages in the active locale with setFallbackLocale. #4872 (193a96fd3584974df50296ebbe9c00770fa1cd22)

🐛 Bug Fixes

  • Devtools crashing when a field name is defined as getter. (0991c01)
  • Handle getter field names properly. #4877 (ecb540a)
  • Properly name exported files to avoid dual package hazard. #4905 (4f88d851a3975a1ed69f9ee53b68394306e20abb)
  • Mark form dirty when object keys are deleted. #4678 (#4710) thanks to @​evpaassen

👕 Types

  • fix(types): expose field and form slot prop types. #4900 (f33974c)

v4.14.3

🐛 Bug Fixes

  • Removed a rogue console.log that escaped 🤦‍♂️ (07c27d5a6adaeb7a039d5fb3d25804e9d56dc43f)

v4.14.2

🐛 Bug Fixes

  • Upgraded @vue/devtools-api to the latest version which fixes #4863 which is related to nuxt/nuxt#27544 (f0d4e24778f1e6f5aba9003f1dc1b20308a2e163)

... (truncated)

Changelog

Sourced from vee-validate's changelog.

4.14.7

Patch Changes

  • be994b4: fix: show uncontrolled field info in devtools closes #4914

4.14.6

4.14.5

Patch Changes

  • e9f8c88: fix: force loading the mjs module when using nuxt

4.14.4

Patch Changes

  • f33974c: fix(types): expose field and form slot prop types closes #4900
  • 0991c01: fix: devtools crashing when a field name is defined as getter
  • ecb540a: fix: handle getter field names properly closes #4877
  • 4f88d85: fix: specify module type on package.json

4.14.3

Patch Changes

  • 07c27d5: fix: remove rogue console.log

4.14.2

Patch Changes

  • f0d4e24: fix: upgrade vue devtools dependency version closes #4863

4.14.1

4.14.0

Minor Changes

  • 404cf57: chore: bump release

Patch Changes

  • f7a4929: feat: expose useFormContext closes #4490
  • 97cebd8: chore: add 'exports' field in package.json for all packages
  • 421ae69: "fix(types): export component internal types"

4.13.2

... (truncated)

Commits

Updates vue from 3.3.13 to 3.5.13

Release notes

Sourced from vue's releases.

v3.5.13

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.12

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.11

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.10

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.9

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.8

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.7

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.6

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.5

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.4

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.3

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.2

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.1

For stable releases, please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vue's changelog.

3.5.13 (2024-11-15)

Bug Fixes

  • compiler-core: handle v-memo + v-for with functional key (#12014) (99009ee), closes #12013
  • compiler-dom: properly stringify template string style (#12392) (2d78539), closes #12391
  • custom-element: avoid triggering mutationObserver when relecting props (352bc88), closes #12214 #12215
  • deps: update dependency postcss to ^8.4.48 (#12356) (b5ff930)
  • hydration: the component vnode's el should be updated when a mismatch occurs. (#12255) (a20a4cb), closes #12253
  • reactiivty: avoid unnecessary watcher effect removal from inactive scope (2193284), closes #5783 #5806
  • reactivity: release nested effects/scopes on effect scope stop (#12373) (bee2f5e), closes #12370
  • runtime-dom: set css vars before user onMounted hooks (2d5c5e2), closes #11533
  • runtime-dom: set css vars on update to handle child forcing reflow in onMount (#11561) (c4312f9)
  • ssr: avoid updating subtree of async component if it is resolved (#12363) (da7ad5e), closes #12362
  • ssr: ensure v-text updates correctly with custom directives in SSR output (#12311) (1f75d4e), closes #12309
  • ssr: handle initial selected state for select with v-model + v-for option (#12399) (4f8d807), closes #12395
  • teleport: handle deferred teleport update before mounted (#12168) (8bff142), closes #12161
  • templateRef: set ref on cached async component which wrapped in KeepAlive (#12290) (983eb50), closes #4999 #5004
  • test: update snapshot (#12169) (828d4a4)
  • Transition: fix transition memory leak edge case (#12182) (660132d), closes #12181
  • transition: reflow before leave-active class after leave-from (#12288) (4b479db), closes #2593
  • types: defineEmits w/ interface declaration (#12343) (1022eab), closes #8457
  • v-once: setting hasOnce to current block only when in v-once (#12374) (37300fc), closes #12371

Performance Improvements

  • reactivity: do not track inner key `__v_skip`` (#11690) (d637bd6)
  • runtime-core: use feature flag for call to resolveMergedOptions (#12163) (1755ac0)

3.5.12 (2024-10-11)

Bug Fixes

... (truncated)

Commits
  • 6eb29d3 release: v3.5.13
  • 4f8d807 fix(ssr): handle initial selected state for select with v-model + v-for optio...
  • 983eb50 fix(templateRef): set ref on cached async component which wrapped in KeepAliv...
  • da7ad5e fix(ssr): avoid updating subtree of async component if it is resolved (#12363)
  • 1f75d4e fix(ssr): ensure v-text updates correctly with custom directives in SSR outpu...
  • 4b479db fix(transition): reflow before leave-active class after leave-from (#12288)
  • a20a4cb fix(hydration): the component vnode's el should be updated when a mismatch oc...
  • 352bc88 fix(custom-element): avoid triggering mutationObserver when relecting props
  • 10ab8c0 chore(playground): reset version when opening local playground from reproduction
  • d637bd6 perf(reactivity): do not track inner key `__v_skip`` (#11690)
  • Additional commits viewable in compare view

Updates vue-router from 4.2.5 to 4.5.0

Release notes

Sourced from vue-router's ...

Description has been truncated

Bumps the all group with 26 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@headlessui/vue](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-vue) | `1.7.16` | `1.7.23` |
| [@passwordless-id/webauthn](https://github.com/passwordless-id/webauthn) | `1.6.2` | `2.1.2` |
| [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) | `0.5.7` | `0.5.9` |
| [fast-sort](https://github.com/snovakovic/fast-sort) | `3.4.0` | `3.4.1` |
| [pinia](https://github.com/vuejs/pinia) | `2.1.7` | `2.3.0` |
| [unplugin-icons](https://github.com/unplugin/unplugin-icons) | `0.18.1` | `0.21.0` |
| [unplugin-vue-components](https://github.com/unplugin/unplugin-vue-components) | `0.26.0` | `0.27.5` |
| [vee-validate](https://github.com/logaretm/vee-validate/tree/HEAD/packages/vee-validate) | `4.12.3` | `4.14.7` |
| [vue](https://github.com/vuejs/core) | `3.3.13` | `3.5.13` |
| [vue-router](https://github.com/vuejs/router) | `4.2.5` | `4.5.0` |
| [yup](https://github.com/jquense/yup) | `1.3.3` | `1.5.0` |
| [@iconify-json/fa6-regular](https://github.com/iconify/icon-sets) | `1.1.18` | `1.2.2` |
| [@iconify-json/fa6-solid](https://github.com/iconify/icon-sets) | `1.1.20` | `1.2.2` |
| [@iconify-json/ic](https://github.com/iconify/icon-sets) | `1.1.17` | `1.2.1` |
| [@iconify-json/line-md](https://github.com/iconify/icon-sets) | `1.1.33` | `1.2.3` |
| [@iconify-json/material-symbols](https://github.com/iconify/icon-sets) | `1.2.4` | `1.2.10` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.15.0` | `8.18.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.15.0` | `8.18.0` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `4.5.2` | `5.2.1` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.16` | `10.4.20` |
| [eslint](https://github.com/eslint/eslint) | `8.56.0` | `9.17.0` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `9.19.2` | `9.32.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.47` | `8.4.49` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.3.3` | `5.7.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.0.13` | `6.0.3` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `3.80.4` | `3.95.0` |



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

Updates `@passwordless-id/webauthn` from 1.6.2 to 2.1.2
- [Release notes](https://github.com/passwordless-id/webauthn/releases)
- [Commits](passwordless-id/webauthn@1.6.2...2.1.2)

Updates `@tailwindcss/forms` from 0.5.7 to 0.5.9
- [Release notes](https://github.com/tailwindlabs/tailwindcss-forms/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-forms/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss-forms@v0.5.7...v0.5.9)

Updates `fast-sort` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/snovakovic/fast-sort/releases)
- [Changelog](https://github.com/snovakovic/fast-sort/blob/master/CHANGELOG.md)
- [Commits](https://github.com/snovakovic/fast-sort/commits)

Updates `pinia` from 2.1.7 to 2.3.0
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/[email protected])

Updates `unplugin-icons` from 0.18.1 to 0.21.0
- [Release notes](https://github.com/unplugin/unplugin-icons/releases)
- [Commits](unplugin/unplugin-icons@v0.18.1...v0.21.0)

Updates `unplugin-vue-components` from 0.26.0 to 0.27.5
- [Release notes](https://github.com/unplugin/unplugin-vue-components/releases)
- [Commits](unplugin/unplugin-vue-components@v0.26.0...v0.27.5)

Updates `vee-validate` from 4.12.3 to 4.14.7
- [Release notes](https://github.com/logaretm/vee-validate/releases)
- [Changelog](https://github.com/logaretm/vee-validate/blob/main/packages/vee-validate/CHANGELOG.md)
- [Commits](https://github.com/logaretm/vee-validate/commits/v4.14.7/packages/vee-validate)

Updates `vue` from 3.3.13 to 3.5.13
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.3.13...v3.5.13)

Updates `vue-router` from 4.2.5 to 4.5.0
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.2.5...v4.5.0)

Updates `yup` from 1.3.3 to 1.5.0
- [Release notes](https://github.com/jquense/yup/releases)
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md)
- [Commits](jquense/yup@v1.3.3...v1.5.0)

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

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

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

Updates `@iconify-json/line-md` from 1.1.33 to 1.2.3
- [Commits](https://github.com/iconify/icon-sets/commits)

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

Updates `@typescript-eslint/eslint-plugin` from 6.15.0 to 8.18.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.18.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.15.0 to 8.18.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.0/packages/parser)

Updates `@vitejs/plugin-vue` from 4.5.2 to 5.2.1
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/[email protected]/packages/plugin-vue)

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

Updates `eslint` from 8.56.0 to 9.17.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.56.0...v9.17.0)

Updates `eslint-plugin-vue` from 9.19.2 to 9.32.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](vuejs/eslint-plugin-vue@v9.19.2...v9.32.0)

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

Updates `typescript` from 5.3.3 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.7.2)

Updates `vite` from 5.0.13 to 6.0.3
- [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/v6.0.3/packages/vite)

Updates `wrangler` from 3.80.4 to 3.95.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/[email protected]/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@headlessui/vue"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@passwordless-id/webauthn"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@tailwindcss/forms"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: fast-sort
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: pinia
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: unplugin-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: unplugin-vue-components
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: vee-validate
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: yup
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@iconify-json/fa6-regular"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@iconify-json/fa6-solid"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@iconify-json/ic"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@iconify-json/line-md"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@iconify-json/material-symbols"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: wrangler
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 14, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 23, 2024

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

@dependabot dependabot bot closed this Dec 23, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/all-5e96ce4eac branch December 23, 2024 03:44
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