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 24 updates #296

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

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

Package From To
@headlessui/vue 1.7.16 1.7.22
unplugin-icons 0.18.1 0.19.0
unplugin-vue-components 0.26.0 0.27.0
vee-validate 4.12.3 4.13.1
vue 3.3.13 3.4.27
vue-router 4.2.5 4.3.2
yup 1.3.3 1.4.0
@iconify-json/fa6-regular 1.1.18 1.1.19
@iconify-json/fa6-solid 1.1.20 1.1.21
@iconify-json/line-md 1.1.33 1.1.37
@typescript-eslint/eslint-plugin 6.15.0 7.12.0
@typescript-eslint/parser 6.15.0 7.12.0
@vitejs/plugin-vue 4.5.2 5.0.5
autoprefixer 10.4.16 10.4.19
eslint 8.56.0 9.4.0
eslint-plugin-vue 9.19.2 9.26.0
typescript 5.3.3 5.4.5
vite 5.0.13 5.2.13

Updates @headlessui/vue from 1.7.16 to 1.7.22

Release notes

Sourced from @​headlessui/vue's releases.

@​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)
  • Fix error when transition classes contain new lines (#2871)
Changelog

Sourced from @​headlessui/vue's changelog.

[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)
  • 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)

... (truncated)

Commits
  • 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)
  • 2fd9d1c Forward disabled state to hidden inputs in form-like components (#3004)
  • e9df8dd Allow setting custom tabIndex on the \<Switch /> component (#2966)
  • Additional commits viewable in compare view

Updates @passwordless-id/webauthn from 1.3.3 to 1.6.1

Release notes

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

1.6.1

No release notes provided.

1.6.0

Added capability to override relying-party id/name

1.5.0

No release notes provided.

1.4.1

Attestation now always "direct"

1.4.0

  • added authenticator icons
  • added "synced" property
  • added attestation as base64 instead of comment
Commits
  • 78612fd rp.id => domain
  • 321bc88 Updated links
  • 1c005db adding capability to override rp id/name
  • c4e0963 Merge pull request #48 from functino/remove-line
  • 6598a86 Remove unnecessary line
  • 55b33a6 Merge pull request #43 from VibinOschi/patch-1
  • b874994 Update README.md
  • 748d359 updated docs, tests & version
  • efed234 Merge pull request #41 from asgarovf/feat/add-userhandle-response
  • 88a7938 feat: added optional userHandle field to authentication response
  • Additional commits viewable in compare view

Updates @trpc/client from 10.45.1 to 10.45.2

Release notes

Sourced from @​trpc/client's releases.

v10.45.2

What's Changed

  • patch(server): upgrade to typescript 5.4 and do fixes due to breaking changes in typescript by @​KATT in trpc/trpc#5560

Full Changelog: trpc/trpc@v10.45.1...v10.45.2

Commits

Updates unplugin-icons from 0.18.1 to 0.19.0

Release notes

Sourced from unplugin-icons's releases.

v0.19.0

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.18.5

No significant changes

    View changes on GitHub

v0.18.4

   🚀 Features

    View changes on GitHub

v0.18.3

   🚀 Features

    View changes on GitHub

v0.18.2

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates unplugin-vue-components from 0.26.0 to 0.27.0

Release notes

Sourced from unplugin-vue-components's releases.

v0.27.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • a359f2d chore: release v0.27.0
  • cafeb48 chore: keep list sorted
  • c145885 feat(idux): update idux resolver to support v2 version (#722)
  • 858ce68 feat(prime-vue): add missing components (#731)
  • b9140de feat(prime-vue): update missing components (#735)
  • 5d533b1 feat(ant-design-vue): support css-in-js import style (#703)
  • ecf1a68 chore: update deps
  • e0d37b0 fix: move prettier-ignore statement so it works (#729)
  • c0e66f3 feat(varlet-ui): support styleExtname option (#740)
  • 027128c fix(utils): collapse prefixes in PascalCase name (#744)
  • See full diff in compare view

Updates vee-validate from 4.12.3 to 4.13.1

Release notes

Sourced from vee-validate's releases.

v4.13.1

🆕

Updated @vee-validate/valibot to support valibot v0.31.0 #4756 (#4770) thanks to @​fabian-hiller

v4.13.0

🆕 Features

  • Inject form values to yup schema contexts when using field-level rules #4753 (27fe5c8)
  • Expose setValue on Field instance and slot props #4755 (ae3772a)
  • Added ResetFormOpts arg to useResetForm #4707 (fd008c1)
  • Apply Yup/Zod transformations on field-level rules #4713 (#4754) thanks to @​mehcode
  • Allow custom interpolation options for i18n #4726 (#4727) thanks to @​zleight1

🐛 Bug Fixes

  • The force option not behaving correctly when passing empty objects or empty values, now it respects whatever you pass in as the new values and initial values #4680 #4729 (454bc45)
  • Offer an all export that contains all rules for @vee-validate/rules #4766 (fdb2d47135aef898009acfe23df9026be65887f6)

v4.12.7

🐛 Bug Fixes

  • Handle TypedSchema.describe API crashing with future releases, now it just reports false for meta.required (1376794)
  • Handle meta.required for single field schema react to changes #4738 (1376794)
  • Ensure meta.required reacts to reactive form schema changes #4738 (c4415f8)

🌍 i18n

v4.12.6

🐛 Bug Fixes

  • Apply error messages again to prevent hoisted paths from being overridden 07d01fdd9bd41d44bcb163021d15ff4b3d4bde45

👕 TypeScript

  • Expose Field component interface #4657
  • Updated valibot dependency #4658

v4.12.5

🐛 Bug Fixes

  • Make sure removePathState removes the correct path state #4643 (#4649) thanks to @​bgoscinski
  • Remove event arg from define field handlers for component compat #4637 (#4647)

v4.12.4

🐛 Bug Fixes

... (truncated)

Changelog

Sourced from vee-validate's changelog.

4.13.1

4.13.0

Minor Changes

  • 454bc45: fix: force resetForm should not merge values closes #4680 closes #4729
  • 27fe5c8: feat: provide form values as context for yup closes #4753

Patch Changes

  • ae3772a: feat: expose setValue on Field instance and slot props closes #4755
  • fd008c1: feat: added ResetFormOpts arg to useResetForm closes #4707

4.12.8

Patch Changes

  • f8bab9c: "fix: field-level validation not working with typed scheams closes #4744"

4.12.7

Patch Changes

  • 1376794: fix: handle meta.required for single field schemas closes #4738
  • 1376794: fix: add try-catch for schema description logic across all major schema providers
  • c4415f8: fix: ensure meta.required is reactive whenever the schema changes closes #4738

4.12.6

Patch Changes

  • 07d01fd: fix: re-apply errors to avoid race conditions

4.12.5

Patch Changes

  • d779980: fix: make sure removePathState removes the correct path state
  • 9eda544: "fix: remove event arg from define field handlers for component compat closes #4637"

4.12.4

Patch Changes

  • 2a09a58: "fix: check if both source and target objects are POJOs"
Commits
  • 926170d chore(release): publish
  • 76f1440 chore(release): publish
  • 17a211d fix: ensure transformed values in field-level schemas are used on submit (#4754)
  • ae3772a feat: expose setValue on Field instance and slot props closes #4755
  • 454bc45 fix: force resetForm should not merge values closes #4680 closes #4729
  • fd008c1 feat: added ResetFormOpts arg to useResetForm closes #4707
  • 27fe5c8 feat: provide form values as context for yup closes #4753
  • 352aada chore(release): publish
  • f8bab9c fix: field-level typed schemas not executed closes #4744
  • 8cd2da4 chore(release): publish
  • Additional commits viewable in compare view

Updates vue from 3.3.13 to 3.4.27

Release notes

Sourced from vue's releases.

v3.4.27

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

v3.4.26

Please refer to CHANGELOG.md for details.

v3.4.25

Please refer to CHANGELOG.md for details.

v3.4.24

Please refer to CHANGELOG.md for details.

v3.4.23

Please refer to CHANGELOG.md for details.

v3.4.22

Please refer to CHANGELOG.md for details.

v3.4.21

Please refer to CHANGELOG.md for details.

v3.4.20

Please refer to CHANGELOG.md for details.

v3.4.19

Please refer to CHANGELOG.md for details.

v3.4.18

Please refer to CHANGELOG.md for details.

v3.4.17

Please refer to CHANGELOG.md for details.

v3.4.16

Please refer to CHANGELOG.md for details.

v3.4.15

Please refer to CHANGELOG.md for details.

v3.4.14

Please refer to CHANGELOG.md for details.

v3.4.13

Please refer to CHANGELOG.md for details.

v3.4.12

Please refer to CHANGELOG.md for details.

v3.4.11

... (truncated)

Changelog

Sourced from vue's changelog.

3.4.27 (2024-05-06)

Bug Fixes

3.4.26 (2024-04-29)

Bug Fixes

3.4.25 (2024-04-24)

Bug Fixes

3.4.24 (2024-04-22)

Bug Fixes

  • compiler-core: handle template ref bound via v-bind object on v-for (#10706) (da7adef), closes #10696
  • compiler-core: properly parse await expressions in edge cases (b92c25f), closes #10754
  • compiler-sfc: handle readonly operator and ReadonlyArray/Map/Set types (5cef52a), closes #10726
  • compiler-ssr: fix hydration mismatch for conditional slot in transition (f12c81e), closes #10743
  • compiler-ssr: fix v-html SSR for nullish values (1ff4076), closes #10725
  • deps: update compiler (#10760) (15df5c1)
  • runtime-core: fix edge case of KeepAlive inside Transition with slot children (#10719) (e51ca61), closes #10708

... (truncated)

Commits
  • 4619461 release: v3.4.27
  • 10d34a5 fix(compiler-sfc): handle keyof operator (#10874)
  • 8366126 fix(compat): include legacy scoped slots (#10868)
  • f2c1412 fix(hydration): handle edge case of style mismatch without style attribute
  • 481b1b6 refactor(types): use explicit modifiers type (#10856)
  • 8373350 chore(deps): update build (#10867)
  • bead21a chore(deps): update all non-major dependencies (#10866)
  • c0c9432 test(watch): watching a reactive array (#10848)
  • 0e3d617 fix(compiler-dom): restrict createStaticVNode usage with option elements (#10...
  • c9c9dff refactor(perf): assign value in if block (#10836)
  • Additional commits viewable in compare view

Updates vue-router from 4.2.5 to 4.3.2

Release notes

Sourced from vue-router's releases.

v4.3.2

Please refer to CHANGELOG.md for details.

v4.3.1

Please refer to CHANGELOG.md for details.

v4.3.0

Please refer to CHANGELOG.md for details.

Commits

Updates yup from 1.3.3 to 1.4.0

Changelog

Sourced from yup's changelog.

1.4.0 (2024-03-06)

Bug Fixes

  • add optional message to nonNullable schema methods (#2119) (9e1df49)

Features

Commits

Updates @iconify-json/fa6-regular from 1.1.18 to 1.1.19

Commits

Updates @iconify-json/fa6-solid from 1.1.20 to 1.1.21

Commits

Updates @iconify-json/line-md from 1.1.33 to 1.1.37

Commits

Updates @iconify-json/material-symbols from 1.1.72 to 1.1.82

Commits
  • aeda0ff Update OpenMoji
  • 614a743 Update Maki, Material Design Icons
  • f2d8d6d Update IonIcons, Material Design Icons
  • 6dc12d3 Update Material Design Icons, OpenMoji
  • a5d1697 Update OpenMoji, Simple Icons, Unicons
  • 69280cf Update OpenMoji
  • c073a89 Update Material Design Icons, OpenMoji
  • 205b1d0 Update CoreUI Brands, CoreUI Flags, CoreUI Free
  • 16b92c5 Update IonIcons, Material Design Icons, OpenMoji
  • b4db929 Update IonIcons, Material Design Icons, OpenMoji
  • See full diff in compare view

Updates @trpc/server from 10.45.1 to 10.45.2

Release notes

Sourced from @​trpc/server's releases.

v10.45.2

What's Changed

  • patch(server): upgrade to typescript 5.4 and do fixes due to breaking changes in typescript by @​KATT in trpc/trpc#5560

Full Changelog: trpc/trpc@v10.45.1...v10.45.2

Commits

Updates @typescript-eslint/eslint-plugin from 6.15.0 to 7.12.0

Release notes

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

v7.12.0

7.12.0 (2024-06-03)

🚀 Features

  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals) (#8821)
  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises' (#9186)
  • rule-tester: check for parsing errors in suggestion fixes (#9052)
  • rule-tester: port checkDuplicateTestCases from ESLint (#9026)

🩹 Fixes

  • no-useless-template-expression -> no-unnecessary-template-expression (#9174)
  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check (#8820)
  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining (#8851)
  • eslint-plugin: [explicit-member-accessibility] refine report locations (

Bumps the all group with 18 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.22` |
| [unplugin-icons](https://github.com/unplugin/unplugin-icons) | `0.18.1` | `0.19.0` |
| [unplugin-vue-components](https://github.com/unplugin/unplugin-vue-components) | `0.26.0` | `0.27.0` |
| [vee-validate](https://github.com/logaretm/vee-validate/tree/HEAD/packages/vee-validate) | `4.12.3` | `4.13.1` |
| [vue](https://github.com/vuejs/core) | `3.3.13` | `3.4.27` |
| [vue-router](https://github.com/vuejs/router) | `4.2.5` | `4.3.2` |
| [yup](https://github.com/jquense/yup) | `1.3.3` | `1.4.0` |
| [@iconify-json/fa6-regular](https://github.com/iconify/icon-sets) | `1.1.18` | `1.1.19` |
| [@iconify-json/fa6-solid](https://github.com/iconify/icon-sets) | `1.1.20` | `1.1.21` |
| [@iconify-json/line-md](https://github.com/iconify/icon-sets) | `1.1.33` | `1.1.37` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.15.0` | `7.12.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.15.0` | `7.12.0` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `4.5.2` | `5.0.5` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.16` | `10.4.19` |
| [eslint](https://github.com/eslint/eslint) | `8.56.0` | `9.4.0` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `9.19.2` | `9.26.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.5` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.0.13` | `5.2.13` |



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

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

Updates `@trpc/client` from 10.45.1 to 10.45.2
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v10.45.2/packages/client)

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

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

Updates `vee-validate` from 4.12.3 to 4.13.1
- [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.13.1/packages/vee-validate)

Updates `vue` from 3.3.13 to 3.4.27
- [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.4.27)

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

Updates `yup` from 1.3.3 to 1.4.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.4.0)

Updates `@iconify-json/fa6-regular` from 1.1.18 to 1.1.19
- [Commits](iconify/icon-sets@1.1.18...1.1.19)

Updates `@iconify-json/fa6-solid` from 1.1.20 to 1.1.21
- [Commits](iconify/icon-sets@1.1.20...1.1.21)

Updates `@iconify-json/line-md` from 1.1.33 to 1.1.37
- [Commits](iconify/icon-sets@1.1.33...1.1.37)

Updates `@iconify-json/material-symbols` from 1.1.72 to 1.1.82
- [Commits](iconify/icon-sets@1.1.72...1.1.82)

Updates `@trpc/server` from 10.45.1 to 10.45.2
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v10.45.2/packages/server)

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

Updates `@typescript-eslint/parser` from 6.15.0 to 7.12.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/v7.12.0/packages/parser)

Updates `@vitejs/plugin-vue` from 4.5.2 to 5.0.5
- [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.19
- [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.19)

Updates `eslint` from 8.56.0 to 9.4.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.4.0)

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

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

Updates `typescript` from 5.3.3 to 5.4.5
- [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.4.5)

Updates `vite` from 5.0.13 to 5.2.13
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.2.13/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.2.13/packages/vite)

Updates `wrangler` from 3.28.2 to 3.60.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-minor
  dependency-group: all
- dependency-name: "@trpc/client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-patch
  dependency-group: all
- dependency-name: "@iconify-json/fa6-solid"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@iconify-json/line-md"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@iconify-json/material-symbols"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@trpc/server"
  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-minor
  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 Jun 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 17, 2024

Superseded by #299.

@dependabot dependabot bot closed this Jun 17, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/all-51d1f7d768 branch June 17, 2024 03:14
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