shopmon
shopmon copied to clipboard
fix(deps): bump the all group across 1 directory with 25 updates
Bumps the all group with 25 updates in the /frontend directory:
Package | From | To |
---|---|---|
@headlessui/vue | 1.7.16 |
1.7.21 |
@passwordless-id/webauthn | 1.3.3 |
1.6.1 |
@trpc/client | 10.45.1 |
10.45.2 |
unplugin-icons | 0.18.1 |
0.19.0 |
unplugin-vue-components | 0.26.0 |
0.27.0 |
vee-validate | 4.12.3 |
4.12.7 |
vue | 3.3.13 |
3.4.26 |
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 |
@iconify-json/material-symbols | 1.1.72 |
1.1.79 |
@trpc/server | 10.45.1 |
10.45.2 |
@typescript-eslint/eslint-plugin | 6.15.0 |
7.8.0 |
@typescript-eslint/parser | 6.15.0 |
7.8.0 |
@vitejs/plugin-vue | 4.5.2 |
5.0.4 |
autoprefixer | 10.4.16 |
10.4.19 |
eslint | 8.56.0 |
9.2.0 |
eslint-plugin-vue | 9.19.2 |
9.25.0 |
postcss | 8.4.35 |
8.4.38 |
tailwindcss | 3.4.0 |
3.4.3 |
typescript | 5.3.3 |
5.4.5 |
vite | 5.0.13 |
5.2.11 |
wrangler | 3.28.2 |
3.53.1 |
Updates @headlessui/vue
from 1.7.16 to 1.7.21
Release notes
Sourced from @headlessui/vue
's releases.
@headlessui/vue
@v1
.7.21Fixed
- 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.20Fixed
- 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 theFeatures.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.18Added
- Allow users customize ID generation (#2959)
@headlessui/vue
@v1
.7.17Fixed
- Don't call
<Dialog>
'sonClose
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 theCombobox
(#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 whenas="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.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 theFeatures.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>
'sonClose
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 theCombobox
(#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 whenas="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)
Commits
7ebeaab
1.7.21 -@headlessui/vue
1724106
Don’t unmount portal targets used by other portals (#3144)722ad2d
Prevent closing theCombobox
component when clicking inside the scrollbar a...be95227
1.7.20 -@headlessui/vue
6784a73
RespectselectedIndex
for controlled\<Tab/>
components (#3037)2fd9d1c
Forwarddisabled
state to hidden inputs in form-like components (#3004)e9df8dd
Allow setting customtabIndex
on the\<Switch />
component (#2966)04695b2
Addhidden
attribute to internal\<Hidden />
component when the `Features....46a9b32
Don’t override explicitdisabled
prop for components inside\<MenuItem>
(#...39210df
Prevent default behaviour when clicking outside of aDialog.Panel
(#2919)- 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 => domain321bc88
Updated links1c005db
adding capability to override rp id/namec4e0963
Merge pull request #48 from functino/remove-line6598a86
Remove unnecessary line55b33a6
Merge pull request #43 from VibinOschi/patch-1b874994
Update README.md748d359
updated docs, tests & versionefed234
Merge pull request #41 from asgarovf/feat/add-userhandle-response88a7938
feat: added optionaluserHandle
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#5560Full Changelog: https://github.com/trpc/trpc/compare/v10.45.1...v10.45.2
Commits
936db6d
v10.45.2- See full diff in compare view
Updates unplugin-icons
from 0.18.1 to 0.19.0
Release notes
Sourced from unplugin-icons's releases.
v0.19.0
🚨 Breaking Changes
- Add Svelte 5 runes compiler support - by
@userquin
in unplugin/unplugin-icons#347 (4420e)🚀 Features
- Add
strict
option for resolver - by@genffy
and@antfu
in unplugin/unplugin-icons#327 (ceba7)🐞 Bug Fixes
- Vue2 compiler issue - by
@twt898xu
and mercer.xu in unplugin/unplugin-icons#356 (c6815)- types: Add qwik to package exports - by
@userquin
in unplugin/unplugin-icons#350 (30df7)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
- Support for external collection packages - by
@userquin
in unplugin/unplugin-icons#342 (dbe23)View changes on GitHub
v0.18.2
🐞 Bug Fixes
- Wrong query params splitting when resolving icon id - by
@userquin
in unplugin/unplugin-icons#339 (98813)View changes on GitHub
Commits
b510ca3
chore: release v0.19.02fbe083
chore: updateceba771
feat: addstrict
option for resolver (#327)4420eb2
feat!: add Svelte 5 runes compiler support (#347)a9d0f4a
chore: update depsc681526
fix: vue2 compiler issue (#356)30df7b7
fix(types): add qwik to package exports (#350)224e1e5
chore: release v0.18.53f7aa3b
chore: update deps57aac44
chore: release v0.18.4- Additional commits viewable in compare view
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
- ant-design-vue:
- Support
css-in-js
import style - by@JohnsonHuang4396
,@antfu
, 黄启浩 and JohnsonHuang in unplugin/unplugin-vue-components#703 (5d533)- idux:
- Update idux resolver to support v2 version - by
@sallerli1
, 李志超44657 and@antfu
in unplugin/unplugin-vue-components#722 (c1458)- prime-vue:
- Update missing components - by
@evgeniikostiukov
in unplugin/unplugin-vue-components#735 (b9140)- Add missing components - by
@tugcekucukoglu
and@antfu
in unplugin/unplugin-vue-components#731 (858ce)- varlet-ui:
- Support
styleExtname
option - by@RSS1102
in unplugin/unplugin-vue-components#740 (c0e66)🐞 Bug Fixes
- Move
prettier-ignore
statement so it works - by@HookyGV
in unplugin/unplugin-vue-components#729 (e0d37)- utils: Collapse prefixes in PascalCase name - by
@waynzh
in unplugin/unplugin-vue-components#744 (02712)View changes on GitHub
Commits
a359f2d
chore: release v0.27.0cafeb48
chore: keep list sortedc145885
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): supportcss-in-js
import style (#703)ecf1a68
chore: update depse0d37b0
fix: moveprettier-ignore
statement so it works (#729)c0e66f3
feat(varlet-ui): supportstyleExtname
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.12.7
Release notes
Sourced from vee-validate's releases.
v4.12.7
🐛 Bug Fixes
- Handle
TypedSchema.describe
API crashing with future releases, now it just reportsfalse
formeta.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
- added missing integer translation (#4674) thanks to
@Bandeirex
v4.12.6
🐛 Bug Fixes
- Apply error messages again to prevent hoisted paths from being overridden 07d01fdd9bd41d44bcb163021d15ff4b3d4bde45
👕 TypeScript
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
- Check if both source and target objects are POJOs before attempting to merge them (2a09a58)
Changelog
Sourced from vee-validate's changelog.
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
8cd2da4
chore(release): publish1376794
fix: handle single field meta reactivity closes #4738f231a07
chore: migrate eslint and other depsc4415f8
fix: ensure field's meta.required is reactive closes #473849ce89c
chore: release07d01fd
fix: re-apply form errors on fields to avoid race conditions8f32226
chore: expose Field component interfaces closes #46573112b08
chore(release): publishd779980
fix: make sure removePathState removes proper pathState (#4649)9eda544
fix: remove defineField event args for component compat closes #4637 (#4647)- Additional commits viewable in compare view
Updates vue
from 3.3.13 to 3.4.26
Release notes
Sourced from vue's releases.
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
Please refer to CHANGELOG.md for details.
v3.4.10
Please refer to CHANGELOG.md for details.
... (truncated)
Changelog
Sourced from vue's changelog.
3.4.26 (2024-04-29)
Bug Fixes
- compiler-core: fix bail constant for globals (fefce06)
- compiler-core: remove unnecessary constant bail check (09b4df8), closes #10807
- runtime-core: attrs should be readonly in functional components (#10767) (e8fd644)
- runtime-core: ensure slot compiler marker writable (#10825) (9c2de62), closes #10818
- runtime-core: properly handle inherit transition during clone VNode (#10809) (638a79f), closes #3716 #10497 #4091
- Transition: re-fix #10620 (#10832) (accf839), closes #10632 #10827
3.4.25 (2024-04-24)
Bug Fixes
- defineModel: align prod mode runtime type generation with defineProps (4253a57), closes #10769
- runtime-core: properly get keepAlive child (#10772) (3724693), closes #10771
- runtime-core: use normal object as internal prototype for attrs and slots (064e82f), closes /github.com/vuejs/core/commit/6df53d85a207986128159d88565e6e7045db2add#r141304923
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
- runtime-core: further fix slots _ctx check (cde7f05), closes #10724
- runtime-core: props should be readonly via direct template access (b93f264), closes #8216 #10736
- transition: transition is breaking/flickering when enter is canceled (#10688) (65109a7)
3.4.23 (2024-04-16)
Bug Fixes
... (truncated)
Commits
2417909
release: v3.4.26fefce06
fix(compiler-core): fix bail constant for globals638a79f
fix(runtime-core): properly handle inherit transition during clone VNode (#10...e8fd644
fix(runtime-core): attrs should be readonly in functional components (#10767)2d56816
refactor: simplify traverse() for deep watchers (#10795)b01be66
chore(deps): update lint (#10831)d00632b
refactor: remove optional chaining (#10792)1138e7a
chore(deps): update build (#10830)1e7a806
chore(deps): update test (#10829)e97fc93
chore(deps): update all non-major dependencies (#10828)- 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
960662d
release: [email protected]b78aa98
fix: Revert "fix: avoid normalizing the fullPath (#2189)"f85e5cb
release: [email protected]c54fc84
fix: avoid normalizing the fullPath (#2189)8e5f04f
docs: update aside187e7d0
docs: up cert7a7f8db
docs: use UTF-8 box drawing characters (#2201)7b6dcae
docs: Update active-links.md (#2207)0672d30
Update dynamic-matching.md (#2200)f776cbe
docs: update certificate links- Additional commits viewable in compare view
Updates yup
from 1.3.3 to 1.4.0
Commits
6e88126
Publish v1.4.0f294613
#2043 introduce ValidationErrorNoStack class to improve error creation perfor...2a9e060
feat(string): Create .datetime() (#2087)ddea4e9
Update extending.md (#2168)f7afa36
Fixes a typo in the asNestedTest() path rendering logic causing #2156 (#2157)9e1df49
fix: add optional message to nonNullable schema methods (#2119)- See full diff in compare view
Updates @iconify-json/fa6-regular
from 1.1.18 to 1.1.19
Commits
6e76163
Update Google Material Icons- See full diff in compare view
Updates @iconify-json/fa6-solid
from 1.1.20 to 1.1.21
Commits
66972f3
Update SVG Logos- See full diff in compare view
Updates @iconify-json/line-md
from 1.1.33 to 1.1.37
Commits
57f3799
Update emoji names to 13.0 and clean up categories77ea418
Update Material Design Icons4c366c8
Update IonIconsfc59626
Update Font Awesome 5 Brands- See full diff in compare view
Updates @iconify-json/material-symbols
from 1.1.72 to 1.1.79
Commits
6dc12d3
Update Material Design Icons, OpenMojia5d1697
Update OpenMoji, Simple Icons, Unicons69280cf
Update OpenMojic073a89
Update Material Design Icons, OpenMoji205b1d0
Update CoreUI Brands, CoreUI Flags, CoreUI Free16b92c5
Update IonIcons, Material Design Icons, OpenMojib4db929
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#5560Full Changelog: https://github.com/trpc/trpc/compare/v10.45.1...v10.45.2
Commits
936db6d
v10.45.2e9e0821
patch(server): upgrade to typescript 5.4 and do fixes (#5560)- See full diff in compare view
Updates @typescript-eslint/eslint-plugin
from 6.15.0 to 7.8.0
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
v7.8.0
7.8.0 (2024-04-29)
🚀 Features
- rule-tester: assert suggestion messages are unique (#8995)
- typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles glob restrictions (#8925)
🩹 Fixes
- eslint-plugin: [no-unsafe-argument] handle tagged templates (#8746)
- eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check (#8717)
- eslint-plugin: [consistent-type-assertions] handle tagged templates (#8993)
- eslint-plugin: [no-unsafe-return] handle union types (#9001)
- eslint-plugin: [no-unused-vars] clear error report range (#8640)
- utils: export ESLint backwards-compat functions (#8976)
❤️ Thank You
- auvred
@auvred
- Josh Goldberg ✨
- jsfm01
@jsfm01
- Kim Sang Du
@developer-bandi
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
v7.7.1
7.7.1 (2024-04-22)
🩹 Fixes
- eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment (#8800)
- eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type (#8809)
- eslint-plugin: [prefer-optional-chain] only look at left operand for
requireNullish
(#8559)- eslint-plugin: [no-for-in-array] refine report location (#8874)
- eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type (#8912)
❤️ Thank You
- Abraham Guo
- Kirk Waiblinger
@kirkwaiblinger
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
v7.7.0
7.7.0 (2024-04-15)
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
7.8.0 (2024-04-29)
🩹 Fixes
eslint-plugin: [no-unsafe-argument] handle tagged templates
eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check
eslint-plugin: [consistent-type-assertions] handle tagged templates
eslint-plugin: [no-unsafe-return] handle union types
eslint-plugin: [no-unused-vars] clear error report range
❤️ Thank You
- auvred
- Josh Goldberg ✨
- jsfm01
- Kim Sang Du
- YeonJuan
You can read about our versioning strategy and releases on our website.
7.7.1 (2024-04-22)
🩹 Fixes
eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment
eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type
eslint-plugin: [prefer-optional-chain] only look at left operand for
requireNullish
eslint-plugin: [no-for-in-array] refine report location
eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type
❤️ Thank You
- Abraham Guo
- Kirk Waiblinger
- YeonJuan
You can read about our versioning strategy and releases on our website.
... (truncated)