SchwarzIT / onyx

🚀 A design system and Vue.js component library created by Schwarz IT
https://onyx.schwarz
Apache License 2.0
40 stars 4 forks source link

chore(deps): bump the minor group across 1 directory with 12 updates #1323

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps the minor group with 12 updates in the / directory:

Package From To
@storybook/addon-essentials 8.1.7 8.1.9
@storybook/blocks 8.1.7 8.1.9
@storybook/vue3 8.1.7 8.1.9
@storybook/vue3-vite 8.1.7 8.1.9
@vue/compiler-dom 3.4.27 3.4.29
storybook 8.1.7 8.1.9
vite 5.2.13 5.3.1
vue 3.4.27 3.4.29
tsx 4.15.2 4.15.5
@nuxt/kit 3.12.1 3.12.2
@nuxt/schema 3.12.1 3.12.2
nuxt 3.12.1 3.12.2

Updates @storybook/addon-essentials from 8.1.7 to 8.1.9

Release notes

Sourced from @​storybook/addon-essentials's releases.

v8.1.9

8.1.9

v8.1.8

8.1.8

Changelog

Sourced from @​storybook/addon-essentials's changelog.

8.1.9

8.1.8

Commits
  • 01bb58e Bump version from "8.1.8" to "8.1.9" [skip ci]
  • 001c9d8 Bump version from "8.1.7" to "8.1.8" [skip ci]
  • See full diff in compare view


Updates @storybook/blocks from 8.1.7 to 8.1.9

Release notes

Sourced from @​storybook/blocks's releases.

v8.1.9

8.1.9

v8.1.8

8.1.8

Changelog

Sourced from @​storybook/blocks's changelog.

8.1.9

8.1.8

Commits
  • 01bb58e Bump version from "8.1.8" to "8.1.9" [skip ci]
  • 001c9d8 Bump version from "8.1.7" to "8.1.8" [skip ci]
  • See full diff in compare view


Updates @storybook/vue3 from 8.1.7 to 8.1.9

Release notes

Sourced from @​storybook/vue3's releases.

v8.1.9

8.1.9

v8.1.8

8.1.8

Changelog

Sourced from @​storybook/vue3's changelog.

8.1.9

8.1.8

Commits
  • 01bb58e Bump version from "8.1.8" to "8.1.9" [skip ci]
  • 001c9d8 Bump version from "8.1.7" to "8.1.8" [skip ci]
  • See full diff in compare view


Updates @storybook/vue3-vite from 8.1.7 to 8.1.9

Release notes

Sourced from @​storybook/vue3-vite's releases.

v8.1.9

8.1.9

v8.1.8

8.1.8

Changelog

Sourced from @​storybook/vue3-vite's changelog.

8.1.9

8.1.8

Commits
  • 01bb58e Bump version from "8.1.8" to "8.1.9" [skip ci]
  • 001c9d8 Bump version from "8.1.7" to "8.1.8" [skip ci]
  • See full diff in compare view


Updates @vue/compiler-dom from 3.4.27 to 3.4.29

Release notes

Sourced from @​vue/compiler-dom's releases.

v3.4.29

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

v3.4.28

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

Changelog

Sourced from @​vue/compiler-dom's changelog.

3.4.29 (2024-06-14)

Bug Fixes

  • build: fix accidental inclusion of runtime-core in server-renderer cjs build (11cc12b), closes #11137
  • compiler-sfc: fix missing scope for extends error message (4ec387b)
  • compiler-sfc: fix parsing of mts, d.mts, and mtsx files (a476692)
  • compiler-sfc: support @​vue-ignore comment on more type sources (a23e99b)
  • custom-element: support same direct setup function signature in defineCustomElement (7c8b126), closes #11116
  • reactivity: avoid infinite loop when render access a side effect computed (#11135) (8296e19), closes #11121

3.4.28 (2024-06-14)

Bug Fixes

  • compat: correctly transform non-identifier expressions in legacy filter syntax (#10896) (07b3c4b), closes #10852
  • compat: ensure proper handling of render fuction from SFC using Vue.extend (#7781) (c73847f), closes #7766
  • compat: only warn ATTR_FALSE_VALUE when enabled (04729ba), closes #11126
  • compile-sfc: register props destructure rest id as setup bindings (#10888) (b2b5f57), closes #10885
  • compile-sfc: Support project reference with folder, (#10908) (bdeac37), closes #10907
  • compiler-core: allow unicode to appear in simple identifiers (#6765) (3ea9644), closes #6367
  • compiler-core: change v-for key type to match Object.keys (#10963) (9fead52), closes #8819
  • compiler-core: emit TS-compatible function declaration when requested (#9363) (5d25850)
  • compiler-core: fix :key shorthand on v-for (#10942) (29425df), closes #10882 #10939
  • compiler-core: make ForIteratorExpression's returns property optional (#11011) (5b8c1af)
  • compiler-core: should set <math> tag as block to retain MathML namespace after patching (#10891) (87c5443)
  • compiler-core: v-for expression missing source with spaces should emit error (#5821) (b9ca202), closes #5819
  • compiler-sfc: improve type resolving for the keyof operator (#10921) (293cf4e), closes #10920 #11002
  • compiler-sfc: support as keyword with template literal types (#11100) (2594b1d), closes #10962
  • compiler-sfc: support type resolve for keyof for intersection & union types (#11132) (495263a), closes #11129
  • compiler-sfc: throw error when import macro as alias (#11041) (34a97ed)
  • correct the type of <details>'s onToggle event handler (#10938) (fd18ce7), closes #10928
  • custom-element: disconnect MutationObserver in nextTick in case that custom elements are moved (#10613) (bbb5be2), closes #10610
  • custom-elements: compatibility of createElement in older versions of Chrome (#9615) (a88295d), closes #9614
  • hmr: avoid infinite recursion when reloading hmr components (#6936) (36bd9b0), closes #6930
  • hydration: log hydration error even when using async components (#9403) (5afc76c), closes #9369
  • KeepAlive: properly cache nested Suspense subtree (#10912) (07764fe)
  • npm: explicitly add @vue/reactivity as dependency of @vue/runtime-dom (#10468) (ec424f6)
  • reactivity: pass oldValue in debug info when triggering refs (#8210) (3b0a56a), closes vuejs/pinia#2061
  • runtime-core: avoid traversing static children for vnodes w/ PatchFlags.BAIL (#11115) (b557d3f), closes #10547
  • runtime-core: do not fire mount/activated hooks if unmounted before mounted (#9370) (aa156ed), closes #8898 #9264 #9617
  • runtime-core: ensure suspense creates dep component's render effect with correct optimized flag (#7689) (c521f95), closes #7688
  • runtime-core: fix missed updates when passing text vnode to <component :is> (#8304) (b310ec3), closes #8298
  • runtime-core: fix stale v-memo after v-if toggle (#6606) (edf2638), closes #6593
  • runtime-core: fix Transition for components with root-level v-if (#7678) (ef2e737), closes #7649
  • runtime-dom: also set attribute for form element state (537a571), closes #6007 #6012

... (truncated)

Commits


Updates storybook from 8.1.7 to 8.1.9

Release notes

Sourced from storybook's releases.

v8.1.9

8.1.9

v8.1.8

8.1.8

Changelog

Sourced from storybook's changelog.

8.1.9

8.1.8

Commits
  • 01bb58e Bump version from "8.1.8" to "8.1.9" [skip ci]
  • 20fc7d3 Merge pull request #28226 from storybookjs/shilman/27096-fix-init-skip-install
  • 5362ff6 Merge pull request #26918 from fastfrwrd/fastfrwrd/25510-no-dev-for-init
  • 001c9d8 Bump version from "8.1.7" to "8.1.8" [skip ci]
  • 1882133 Merge pull request #28020 from deiga/patch-1
  • See full diff in compare view


Updates vite from 5.2.13 to 5.3.1

Changelog

Sourced from vite's changelog.

5.3.1 (2024-06-14)

5.3.0 (2024-06-13)

Features

Performance

Fixes

Chore

... (truncated)

Commits


Updates vue from 3.4.27 to 3.4.29

Release notes

Sourced from vue's releases.

v3.4.29

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

v3.4.28

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

Changelog

Sourced from vue's changelog.

3.4.29 (2024-06-14)

Bug Fixes

  • build: fix accidental inclusion of runtime-core in server-renderer cjs build (11cc12b), closes #11137
  • compiler-sfc: fix missing scope for extends error message (4ec387b)
  • compiler-sfc: fix parsing of mts, d.mts, and mtsx files (a476692)
  • compiler-sfc: support @​vue-ignore comment on more type sources (a23e99b)
  • custom-element: support same direct setup function signature in defineCustomElement (7c8b126), closes #11116
  • reactivity: avoid infinite loop when render access a side effect computed (#11135) (8296e19), closes #11121

3.4.28 (2024-06-14)

Bug Fixes

  • compat: correctly transform non-identifier expressions in legacy filter syntax (#10896) (07b3c4b), closes #10852
  • compat: ensure proper handling of render fuction from SFC using Vue.extend (#7781) (c73847f), closes #7766
  • compat: only warn ATTR_FALSE_VALUE when enabled (04729ba), closes #11126
  • compile-sfc: register props destructure rest id as setup bindings (#10888) (b2b5f57), closes #10885
  • compile-sfc: Support project reference with folder, (#10908) (bdeac37), closes #10907
  • compiler-core: allow unicode to appear in simple identifiers (#6765) (3ea9644), closes #6367
  • compiler-core: change v-for key type to match Object.keys (#10963) (9fead52), closes #8819
  • compiler-core: emit TS-compatible function declaration when requested (#9363) (5d25850)
  • compiler-core: fix :key shorthand on v-for (#10942) (29425df), closes #10882 #10939
  • compiler-core: make ForIteratorExpression's returns property optional (#11011) (5b8c1af)
  • compiler-core: should set <math> tag as block to retain MathML namespace after patching (#10891) (87c5443)
  • compiler-core: v-for expression missing source with spaces should emit error (#5821) (b9ca202), closes #5819
  • compiler-sfc: improve type resolving for the keyof operator (#10921) (293cf4e), closes #10920 #11002
  • compiler-sfc: support as keyword with template literal types (#11100) (2594b1d), closes #10962
  • compiler-sfc: support type resolve for keyof for intersection & union types (#11132) (495263a), closes #11129
  • compiler-sfc: throw error when import macro as alias (#11041) (34a97ed)
  • correct the type of <details>'s onToggle event handler (#10938) (fd18ce7), closes #10928
  • custom-element: disconnect MutationObserver in nextTick in case that custom elements are moved (#10613) (bbb5be2), closes #10610
  • custom-elements: compatibility of createElement in older versions of Chrome (#9615) (a88295d), closes #9614
  • hmr: avoid infinite recursion when reloading hmr components (#6936) (36bd9b0), closes #6930
  • hydration: log hydration error even when using async components (#9403) (5afc76c), closes #9369
  • KeepAlive: properly cache nested Suspense subtree (#10912) (07764fe)
  • npm: explicitly add @vue/reactivity as dependency of @vue/runtime-dom (#10468) (ec424f6)
  • reactivity: pass oldValue in debug info when triggering refs (#8210) (3b0a56a), closes vuejs/pinia#2061
  • runtime-core: avoid traversing static children for vnodes w/ PatchFlags.BAIL (#11115) (b557d3f), closes #10547
  • runtime-core: do not fire mount/activated hooks if unmounted before mounted (#9370) (aa156ed), closes #8898 #9264 #9617
  • runtime-core: ensure suspense creates dep component's render effect with correct optimized flag (#7689) (c521f95), closes #7688
  • runtime-core: fix missed updates when passing text vnode to <component :is> (#8304) (b310ec3), closes #8298
  • runtime-core: fix stale v-memo after v-if toggle (#6606) (edf2638), closes #6593
  • runtime-core: fix Transition for components with root-level v-if (#7678) (ef2e737), closes #7649
  • runtime-dom: also set attribute for form element state (537a571), closes #6007 #6012

... (truncated)

Commits
  • e5ca13a release: v3.4.29
  • cc04fd2 chore: exclude sfc local proxy files from tsconfig
  • 1e42f24 workflow: improve release script ci status check
  • 8296e19 fix(reactivity): avoid infinite loop when render access a side effect compute...
  • a23e99b fix(compiler-sfc): support @​vue-ignore comment on more type sources
  • a476692 fix(compiler-sfc): fix parsing of mts, d.mts, and mtsx files
  • 4ec387b fix(compiler-sfc): fix missing scope for extends error message
  • 11cc12b fix(build): fix accidental inclusion of runtime-core in server-renderer cjs b...
  • bda5ff1 chore: fix missing type import
  • 7c8b126 fix(custom-element): support same direct setup function signature in defineCu...
  • Additional commits viewable in compare view


Updates tsx from 4.15.2 to 4.15.5

Release notes

Sourced from tsx's releases.

v4.15.5

4.15.5 (2024-06-15)

Bug Fixes

  • cjs: make transformers overwritable (c22fa7d)

This release is also available on:

v4.15.4

4.15.4 (2024-06-13)

Bug Fixes

  • cjs: handle re-exports from relative paths (5166122)

This release is also available on:

v4.15.3

4.15.3 (2024-06-13)

Bug Fixes

  • cjs: load json with namespace (6b03a38)

This release is also available on:

Commits
  • c22fa7d fix(cjs): make transformers overwritable
  • 6e117c2 chore: add tsx.is homepage to package.json
  • 4c53853 test(esm): confirm cjsInterop effectiveness
  • 5166122 fix(cjs): handle re-exports from relative paths
  • 531fafa refactor(cjs): move implicitResolver outside of closure
  • 2a7deea chore(issue): add monetary value
  • 6b03a38 fix(cjs): load json with namespace
  • 817d6b2 chore: improve issue close message
  • See full diff in compare view


Updates @nuxt/kit from 3.12.1 to 3.12.2

Release notes

Sourced from @​nuxt/kit's releases.

v3.12.2

3.12.2 is the a regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

npx nuxi@latest upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that N... _Description has been truncated_

changeset-bot[bot] commented 1 week ago

⚠️ No Changeset found

Latest commit: 6b0b7f13ba945f9aefe785e79a35ac164dae53bc

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR