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

chore(deps): update vue #2574

Merged
merged 2 commits into from
Dec 26, 2024
Merged

chore(deps): update vue #2574

merged 2 commits into from
Dec 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@he-tree/vue (source) 2.8.7 -> 2.9.4 age adoption passing confidence
@vue/compiler-sfc (source) 3.5.11 -> 3.5.13 age adoption passing confidence
@vue/runtime-dom (source) 3.5.11 -> 3.5.13 age adoption passing confidence
@vueuse/core (source) 11.1.0 -> 11.3.0 age adoption passing confidence
@yaireo/tagify 4.31.3 -> 4.33.0 age adoption passing confidence
tailwindcss (source) 3.4.13 -> 3.4.17 age adoption passing confidence
unplugin-vue-components 0.27.4 -> 0.28.0 age adoption passing confidence
vue (source) 3.5.11 -> 3.5.13 age adoption passing confidence
vue-router 4.4.5 -> 4.5.0 age adoption passing confidence
vue-tsc (source) 2.1.6 -> 2.2.0 age adoption passing confidence

Release Notes

phphe/he-tree (@​he-tree/vue)

v2.9.4

Compare Source

v2.9.3

Compare Source

v2.9.2

Compare Source

v2.9.1

Compare Source

vuejs/core (@​vue/compiler-sfc)

v3.5.13

Compare Source

Bug Fixes
Performance Improvements

v3.5.12

Compare Source

Bug Fixes
Performance Improvements
vueuse/vueuse (@​vueuse/core)

v11.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v11.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
yairEO/tagify (@​yaireo/tagify)

v4.33.0

Compare Source

  • fixes #​1422 - in "select-mode" editing existing value does not re-filters the suggestions list fd2c208
  • accessibility bugfix: when Tagify gets focused (through tab), the component's input should be focused and if there is already a selected value, the caret should be places at the end 52c37a4
  • fixes #​1420: when selecting a suggestion with the keyboard, keep the same highlighted suggestion if includeSelectedTags setting is true or else, highlight the next/prev suggestion - rehydrate suggestions list when selecting a suggestion with the mouse 5746d7a
  • #​1420 - on select-mode, do not call dropdown.hide within onEditTagDone after a suggestion was selected ca64ac7
  • re-implemented #​1425 in a better way 3e9819a
  • fixes #​1428 - fixed the compatibility layer. I assume now Tagify only supports React v17 and above 108c6bc
  • slightly increased $tag-inset-shadow-size CSS variable 2d8abd2
  • Fix Tab key after click Tab key didn't work after you select a suggestion with mouse because the input lose focus cbb6864

v4.32.2

Compare Source

  • Enhance keyboard navigation for suggestions dropdown by adding support for PageUp, PageDown, Home, and End keys. This allows users to navigate through suggestions more efficiently without using the mouse. 719827b
  • bugfix: in select-mode, the x (remove tag) button should not be visible if the suggestions' dropdown is visible (open) 1cd4459
  • ran npx update-browserslist-db@latest 0ea0f30
  • fixes #​1423 - Dropdowns does not close when interacting with tags of other instances d9d9ece
  • added an FAQ item 0e0ad46
  • this.state.dropdown.suggestions should point to the sorted list and not pre-sorted one 4acd7ae
  • call the custom sortby (if defined) also when there's no search query 643f79d
  • Fix scroll behavior 7c4ce8f

v4.32.1

Compare Source

  • #​1409 - fixed incorrect example code bc63229
  • in normal mode, if there is a single tag and while the dropdown is open the tag's x button is clicked, then the component should be re-focused 9743bab
  • improved README dropdown.includeSelectedTags setting description b39985c
  • removed e.preventDefault for tab keydown event a321d15
  • typo fix 05e86a4

v4.32.0

Compare Source

  • should set the selectOption on the global state every time suggestionClick is called (before it is called), which can be either by mouse click or key press 34e81db
  • fixes #​1402 - added blur event when a tag has focus (is editable) and then blured. apparently the onFocusBlur does not catch this blur event for some reason. 3e90111
  • fixes #​1400 - tyrping text in the input element and pressing backspace key should not rmove everything that was typed f0747d1
  • fixes #​1401 - editing a tag and then selecting a suggestion (from the dropdown) results in an error 0e0e851
  • fixes ##​1403 - added missing async keywrod for a function initReac which uses async internally f1bbd0c

v4.31.6

Compare Source

  • hopefully fixes #​1378 - Vue file with compilation error 9b2f3a9
  • should tab-autocomplete a tag from the whitelist and with all its data, instead of only the suggetion's text, which is incorrect in case of a whitelist collection ab72938

v4.31.5

Compare Source

  • Calling removeChild in the destory method only if this.DOM.scope.parentNode exists afade9e
  • Upgraded some packages 12f90dd
  • Fixes #​1393 - calling this.getPersistedData(&#​39;value&#​39;) should return nothing if settings.id is undefined 1d3419f
  • Fix error when DOM element is already detached during call to destroy method a10ff9a
  • Bump rollup from 2.79.1 to 2.79.2 a5ff0d2

v4.31.4

Compare Source

  • fixes #​1374 - add some protection in case id ' does not exists or if even localStorage does not exists 92dfd05
  • fixes #​1373 - removed top-level await in order to resolve the error: "await is only valid in async functions and the top level bodies of modules" b0b16d3
  • added missing template mentioning in the README: input template 0b2a55a
  • fixes #​1386 - re-enabled spellcheck for the input component a459362
  • fixes #​1391 - Can't add a tag with the value 0 as integer 5de627b
  • Fix test on settings "dropdown.enable" (should be "dropdown.enabled" instead) f93da3e
tailwindlabs/tailwindcss (tailwindcss)

v3.4.17

Compare Source

v3.4.16

Compare Source

Fixed
  • Ensure the TypeScript types for PluginsConfig allow undefined values (#​14668)

Changed

v3.4.15

Compare Source

  • Bump versions for security vulnerabilities (#​14697)
  • Ensure the TypeScript types for the boxShadow theme configuration allows arrays (#​14856)
  • Set fallback for opacity variables to ensure setting colors with the selection:* variant works in Chrome 131 (#​15003)

v3.4.14

Compare Source

Fixed
  • Don't set display: none on elements that use hidden="until-found" (#​14625)
unplugin/unplugin-vue-components (unplugin-vue-components)

v0.28.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
    View changes on GitHub

v0.27.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vuejs/router (vue-router)

v4.5.0

Compare Source

Please refer to CHANGELOG.md for details.

vuejs/language-tools (vue-tsc)

v2.2.0

Compare Source

v2.1.10

Compare Source

v2.1.8

Compare Source

Features
  • vscode: reactions visualization now identifies more use cases Insiders
  • language-core: auto infer $el type (#​4805) - Thanks to @​KazariEX!
  • language-core: typed directive arg and modifiers (#​4813) - Thanks to @​KazariEX!
Bug Fixes
Performance
  • language-service: find destructured props only with enabled setting (#​4815) - Thanks to @​KazariEX!
Other Changes

Configuration

📅 Schedule: Branch creation - "on the 2nd through 5th day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) November 2, 2024 15:25
@renovate renovate bot force-pushed the renovate/vue branch 5 times, most recently from 4bde8c1 to 67c12c3 Compare November 3, 2024 11:58
@renovate renovate bot force-pushed the renovate/vue branch 4 times, most recently from a9ad1c4 to df78613 Compare November 15, 2024 19:25
@renovate renovate bot force-pushed the renovate/vue branch 4 times, most recently from 9c59185 to 625d14b Compare November 27, 2024 12:45
@renovate renovate bot force-pushed the renovate/vue branch 3 times, most recently from 1812a2f to 8e6834b Compare December 7, 2024 16:51
@renovate renovate bot force-pushed the renovate/vue branch 3 times, most recently from 4c09ca6 to c01ab56 Compare December 21, 2024 19:35
@renovate renovate bot force-pushed the renovate/vue branch 2 times, most recently from 3550de2 to 32218f0 Compare December 24, 2024 16:43
Copy link

github-actions bot commented Dec 24, 2024

@renovate renovate bot force-pushed the renovate/vue branch 7 times, most recently from 556c309 to 7a6b712 Compare December 25, 2024 18:04
@renovate renovate bot merged commit decb9e4 into main Dec 26, 2024
5 checks passed
@renovate renovate bot deleted the renovate/vue branch December 26, 2024 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant