JabRef / JabRefOnline

https://www.jabref.org
MIT License
32 stars 10 forks source link

chore: bump the vue group with 8 updates #2436

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the vue group with 8 updates:

Package From To
@vueuse/core 10.10.0 10.11.0
@yaireo/tagify 4.26.5 4.27.0
vue 3.4.27 3.4.31
vue-router 4.3.2 4.4.0
@vue/compiler-sfc 3.4.27 3.4.31
@vue/runtime-dom 3.4.27 3.4.31
unplugin-vue-components 0.27.0 0.27.2
vue-tsc 2.0.19 2.0.24

Updates @vueuse/core from 10.10.0 to 10.11.0

Release notes

Sourced from @​vueuse/core's releases.

v10.11.0

   🐞 Bug Fixes

    View changes on GitHub

v10.10.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits


Updates @yaireo/tagify from 4.26.5 to 4.27.0

Release notes

Sourced from @​yaireo/tagify's releases.

v4.27.0

  • added a div wrapper to prevent this bug: https://stackoverflow.com/q/34354085/104380 3fdcf3b
  • bugfix - clicking the × (clear selected tag) button in select-mode, the component should not get focused 2183e29
  • added tagify-dd-text-color to Knobs in the examples html page fedea0d
  • minor refactor eb26a2f
  • added class name this.settings.classNames.dropdownItemSelected (tagify__dropdown__item--selected) for selected dropdown items bcf2c4d
  • added new CSS variable --tagify-dd-text-color
  • fixed #1350 - added CSS for suggestion items which are currently already selected (as tags). those now have a Unicode before their dropdown suggestion's text b22d6af

https://github.com/yairEO/tagify/assets/845031/8435a925-9f8f-44d7-b6c0-7e0a3525d606

  • fixes #1353 - input should not be: autocapitalized, autocorrected & spellchecked 09a5805
  • input should not be: autocapitalized, autocorrected & spellchecked a94f033
  • fixed #1127 - updateValueByDOMTags method should not include tags which are in-transition (animated) of being removed from the DOM. 1c8d2f4

https://github.com/yairEO/tagify/compare/v4.26.6...v4.27.0

v4.26.6

  • chore: added a updatePlaceholderByTagsCount funciton to the advance-options demo to showcase the tagify.setPlaceholder method e633f26
  • chore: added 2 methods to the table of available tagify methods in the README: setRangeAtStartEnd & setPlaceholder 072af00
  • bugfix: when the input is changed to a valid value via code and there are no tags, so the current state is "empty", the empty class name should be removed d6ef32b
  • bugfix: adding timeout within postProcessNewTagNode method, because the tag node is yet to be injected into the DOM at this point and firing the add event callback is should not happened prior to that fc45e44
  • in select-mode do not care about includeSelectedTags when filtering the suggestions list 4edfe0c
  • if a tagTextProp is set in the settings, but for some reason a tag was added through selecting an item from the whitelist which did not have tagTextProp property, then the value should be used instead 45ddf9e
  • fixes #1351 - if a tag should be created when the setting autoComplete.rightKey is set to true then do not proceed with keydown logic within the suggestions dropdown 09b5f7c
  • CSS fix to the placeholder. text should not horizontally overflow the container and also should not be trimmed vertically (for tall glyphs) 0d621ee
  • fixes #1348 - when whitelist consists of primitives' the getSuggestionDataByNode method failed because it expected an a list consisting of Objects with a value property 65c75ea
  • fixes #1347 - React className prop should allow changing multiple classnames together 0399c04
  • Fix broken link in README d91e897

https://github.com/yairEO/tagify/compare/v4.26.5...v4.26.6

Commits
  • dba7a6b 4.27.0
  • 3fdcf3b added a div wrapper to prevent this bug: https://stackoverflow.com/q/34354085...
  • 2183e29 bugfix - clicking the × (clear selected tag) button in select-mode, the com...
  • fedea0d added tagify-dd-text-color to Knobs in the examples html page
  • eb26a2f minor refactor
  • bcf2c4d added class name this.settings.classNames.dropdownItemSelected (`tagify__dr...
  • b22d6af - added new CSS variable --tagify-dd-text-color
  • 2cb5ec1 added comment
  • 09a5805 fixes #1353 - input should not be: autocapitalized, autocorrected & spellchecked
  • a94f033 input should not be: autocapitalized, autocorrected & spellchecked
  • Additional commits viewable in compare view


Updates vue from 3.4.27 to 3.4.31

Release notes

Sourced from vue's releases.

v3.4.31

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

v3.4.30

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

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.31 (2024-06-28)

Bug Fixes

Reverts

  • Revert "fix(reactivity): avoid infinite loop when render access a side effect computed (#11135)" (e0df985)
  • Revert "fix(reactivity): fix side effect computed dirty level (#11183)" (6c303ea), closes #11183

3.4.30 (2024-06-22)

Note: this release contains a fix (#11150) that requires vue-tsc to also be updated in sync to ^2.0.22. See #11196

Bug Fixes

  • compiler-core: should not remove slot node with v-else (#11150) (e102670)
  • hydration: fix css vars hydration mismatch false positive on attr-fallthrough (#11190) (7ad67ce), closes #11188
  • hydration: skip prop mismatch check for directives that mutate DOM in created (3169c91), closes #11189
  • reactivity: fix side effect computed dirty level (#11183) (3bd79e3), closes #11181 #11169
  • runtime-core: ensure unmount dynamic components in optimized mode (#11171) (220fe24), closes #11168
  • runtime-core: update devtool __vnode on patch, avoid memory leak during dev (a959781), closes #11192
  • runtime-dom: ensure only symbols are explicitly stringified during attribute patching (#11182) (a2e35d6), closes #11177
  • runtime-dom: prevent setting state as attribute for custom elements (#11165) (8ae4c29), closes #11163

Performance Improvements

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

... (truncated)

Commits
  • f2acd51 release: v3.4.31
  • 746352a fix(compiler-core): handle inline comments with undefined bindings (#11217)
  • ad22879 test(reactivity): add a failed test for computed (#11243)
  • b1d1f44 chore(deps): update dependency monaco-editor to ^0.50.0 (#11211)
  • e0df985 fix: Revert "fix(reactivity): avoid infinite loop when render access a side e...
  • 6c303ea Revert "fix(reactivity): fix side effect computed dirty level (#11183)"
  • 261fb7c chore(deps): update dawidd6/action-download-artifact action to v6 (#11212)
  • 01ff603 chore(deps): update dependency puppeteer to ~22.12.0 (#11210)
  • 89946f8 chore(deps): update dependency typescript-eslint to ^7.13.1 (#11209)
  • a1170db chore(deps): update all non-major dependencies (#11207)
  • Additional commits viewable in compare view


Updates vue-router from 4.3.2 to 4.4.0

Release notes

Sourced from vue-router's releases.

v4.4.0

Please refer to CHANGELOG.md for details.

v4.4.0-alpha.3

Please refer to CHANGELOG.md for details.

v4.4.0-alpha.2

Please refer to CHANGELOG.md for details.

v4.4.0-alpha.1

Please refer to CHANGELOG.md for details.

v4.4.0-alpha.0

Please refer to CHANGELOG.md for details.

v4.3.3

Please refer to CHANGELOG.md for details.

Commits
  • 77d7217 release: vue-router@4.4.0
  • 52b531d docs: update vitepress
  • bf106df chore: remove unused dep
  • b55ab88 chore: up pnpm
  • 19142f5 Merge pull request #2264 from vuejs/refactor/typed-routes
  • a91123f docs: vuejs.de banner
  • 805e6ff docs(zh): fix the order of useRouter() and useRoute() in packages/docs/zh/gui...
  • edff284 release: vue-router@4.4.0-alpha.3
  • abe223d feat: add a clearRoutes method
  • 249bf2d docs: vuejs.de banner
  • Additional commits viewable in compare view


Updates @vue/compiler-sfc from 3.4.27 to 3.4.31

Release notes

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

v3.4.31

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

v3.4.30

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

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-sfc's changelog.

3.4.31 (2024-06-28)

Bug Fixes

Reverts

  • Revert "fix(reactivity): avoid infinite loop when render access a side effect computed (#11135)" (e0df985)
  • Revert "fix(reactivity): fix side effect computed dirty level (#11183)" (6c303ea), closes #11183

3.4.30 (2024-06-22)

Note: this release contains a fix (#11150) that requires vue-tsc to also be updated in sync to ^2.0.22. See #11196

Bug Fixes

  • compiler-core: should not remove slot node with v-else (#11150) (e102670)
  • hydration: fix css vars hydration mismatch false positive on attr-fallthrough (#11190) (7ad67ce), closes #11188
  • hydration: skip prop mismatch check for directives that mutate DOM in created (3169c91), closes #11189
  • reactivity: fix side effect computed dirty level (#11183) (3bd79e3), closes #11181 #11169
  • runtime-core: ensure unmount dynamic components in optimized mode (#11171) (220fe24), closes #11168
  • runtime-core: update devtool __vnode on patch, avoid memory leak during dev (a959781), closes #11192
  • runtime-dom: ensure only symbols are explicitly stringified during attribute patching (#11182) (a2e35d6), closes #11177
  • runtime-dom: prevent setting state as attribute for custom elements (#11165) (8ae4c29), closes #11163

Performance Improvements

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

... (truncated)

Commits
  • f2acd51 release: v3.4.31
  • 746352a fix(compiler-core): handle inline comments with undefined bindings (#11217)
  • a1170db chore(deps): update all non-major dependencies (#11207)
  • 582cd2e release: v3.4.30
  • 98a0b42 chore(deps): update all non-major dependencies (#11152)
  • e5ca13a release: v3.4.29
  • 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
  • 3e89a0d release: v3.4.28
  • Additional commits viewable in compare view


Updates @vue/runtime-dom from 3.4.27 to 3.4.31

Release notes

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

v3.4.31

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

v3.4.30

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

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/runtime-dom's changelog.

3.4.31 (2024-06-28)

Bug Fixes

Reverts

  • Revert "fix(reactivity): avoid infinite loop when render access a side effect computed (#11135)" (e0df985)
  • Revert "fix(reactivity): fix side effect computed dirty level (#11183)" (6c303ea), closes #11183

3.4.30 (2024-06-22)

Note: this release contains a fix (#11150) that requires vue-tsc to also be updated in sync to ^2.0.22. See #11196

Bug Fixes

  • compiler-core: should not remove slot node with v-else (#11150) (e102670)
  • hydration: fix css vars hydration mismatch false positive on attr-fallthrough (#11190) (7ad67ce), closes #11188
  • hydration: skip prop mismatch check for directives that mutate DOM in created (3169c91), closes #11189
  • reactivity: fix side effect computed dirty level (#11183) (3bd79e3), closes #11181 #11169
  • runtime-core: ensure unmount dynamic components in optimized mode (#11171) (220fe24), closes #11168
  • runtime-core: update devtool __vnode on patch, avoid memory leak during dev (a959781), closes #11192
  • runtime-dom: ensure only symbols are explicitly stringified during attribute patching (#11182) (a2e35d6), closes #11177
  • runtime-dom: prevent setting state as attribute for custom elements (#11165) (8ae4c29), closes #11163

Performance Improvements

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

... (truncated)

Commits
  • f2acd51 release: v3.4.31
  • 582cd2e release: v3.4.30
  • a2e35d6 fix(runtime-dom): ensure only symbols are explicitly stringified during attri...
  • 8ae4c29 fix(runtime-dom): prevent setting state as attribute for custom elements (#11...
  • e5ca13a release: v3.4.29
  • bda5ff1 chore: fix missing type import
  • 7c8b126 fix(custom-element): support same direct setup function signature in defineCu...
  • 3e89a0d release: v3.4.28
  • 04729ba fix(compat): only warn ATTR_FALSE_VALUE when enabled
  • 188f3ae fix(runtime-dom): support Symbol for input value bindings (#10608)
  • Additional commits viewable in compare view


Updates unplugin-vue-components from 0.27.0 to 0.27.2

Release notes

Sourced from unplugin-vue-components's releases.

v0.27.2

No significant changes

    View changes on GitHub

v0.27.1

   🚀 Features

    View changes on GitHub
Commits


Updates vue-tsc from 2.0.19 to 2.0.24

Release notes

Sourced from vue-tsc's releases.

v2.0.22

Bug Fixes

  • vscode: directive syntax highlighting (#4482) - Thanks @​KermanX
  • language-core: move declare defineProp out of function scope (#4454) - Thanks @​zhiyuanzmj
  • language-core: compatible with TS 5.5 (#4492)

Other Changes

  • Upgrade Volar from v2.3.0-alpha.14 to v2.3.1.
    • Error tolerant to contentChanges length (#4457)
  • Add feature request template (#4490) - Thanks @​so1ve
  • docs: fix wrong links in CHANGELOG.md (#4475) - Thanks @​KermanX

Please refer to CHANGELOG.md for details.

Insiders Program 🚀

This project is community-driven. If you would like to support this project, consider joining the Insiders Program to improve the sustainability of this project and unlock more features.

Sponsors

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

2.0.24 official, 2.0.25 insiders (2024-06-30)

Features

  • vscode: pop message box if new insiders version available insiders
  • vscode: if insiders versions information failed to fetch from GitHub, try to fetch from CDN insiders
  • language-service: better sfc-level tag name completion (#4506) - Thanks @​KermanX

Bug Fixes

Refactors

  • language-server: reorganize the code structure (#4507)

Other Changes

  • Upgrade Volar from v2.3.1 to v2.4.0-alpha.2.
  • docs: add nvim-cmp integration (#4463) - Thanks @​RayGuo-ergou
  • docs: update mermaid
  • The following extensions have been added to Hybrid Mode’s compatibility whitelist (#4206):
    • p42ai.refactor
    • nrwl.angular-console
    • styled-components.vscode-styled-components
    • Divlo.vscode-styled-jsx-languageserver

2.1.0-insiders.14 (2024-06-22)

Download Pages: GitHub Releases, 爱发电电圈

Other Changes

2.0.22 (2024-06-22)

Bug Fixes

  • vscode: directive syntax highlighting (#4482) - Thanks @​KermanX
  • language-core: move declare defineProp out of function scope (#4454) - Thanks @​zhiyuanzmj
  • language-core: compatible with TS 5.5 (#4492)

Other Changes

  • Upgrade Volar from v2.3.0-alpha.14 to v2.3.1.
    • Error tolerant to contentChanges length (#4457)
  • Add feature request template (#4490) - Thanks @​so1ve

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 4 months ago

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