Skip to content

BC-9407 - minor updates #3703

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

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open

BC-9407 - minor updates #3703

wants to merge 19 commits into from

Conversation

hoeppner-dataport
Copy link
Contributor

@hoeppner-dataport hoeppner-dataport commented May 23, 2025

Short Description

Updating additional modules.

Links to Ticket and related Pull-Requests

BC-9407

pinia

new Version: 3.0.2
old Version: 3.0.1
repository: https://github.com/vuejs/pinia.git

3.0.2

  • fix obj.hasOwnProperty in shouldHydrate

socket.io-client

new Version: 4.8.1
old Version: 4.8.0
repository: https://github.com/socketio/socket.io.git

sortablejs

new Version: 1.15.6
old Version: 1.15.3
repository: git://github.com/SortableJS/Sortable.git

1.15.6

  • Restore pervious text clearing selection behaviour on fallback-enabled sortable lists. Text should be cleared whenever mouse is down on a sortable item, but text inputs within items should still be interactable
  • #2244: Fix issue where multi-drag selection doesn't work on IOS devices

1.15.5

  • #2410: Further improvements to handling of text selection during drag, to allow text inputs to continue to function within sortable items. Removed the previous nextTick solution which caused text inputs to be noninteractive, and instead have moved the text selection clearing to the actual drag start.

1.15.4

  • Fix issue where text selection occurs during dragging when fallback is enabled
  • Improved support for pointer events
  • #1897: [MultiDrag] Prevent multi-select of non-draggable and filtered items

vue-router

new Version: 4.5.1
old Version: 4.5.0
repository: https://github.com/vuejs/router.git

4.5.1

vuetify

new Version: 3.8.6
old Version: 3.8.5
repository: https://github.com/vuetifyjs/vuetify.git

3.8.6

@eslint/js

new Version: 9.27.0
old Version: 9.21.0
repository: https://github.com/eslint/eslint.git

@pinia/testing

new Version: 1.0.1
old Version: 0.1.6
repository: https://github.com/vuejs/pinia.git

@types/jest

new Version: 29.5.14
old Version: 29.5.13
repository: https://github.com/DefinitelyTyped/DefinitelyTyped.git

@types/lodash

new Version: 4.17.17
old Version: 4.17.10
repository: https://github.com/DefinitelyTyped/DefinitelyTyped.git

@types/webpack-env

new Version: 1.18.8
old Version: 1.18.5
repository: https://github.com/DefinitelyTyped/DefinitelyTyped.git

eslint

new Version: 9.27.0
old Version: 9.21.0
repository: https://github.com/eslint/eslint.git

eslint-plugin-prettier

new Version: 5.4.0
old Version: 5.2.3
repository: https://github.com/prettier/eslint-plugin-prettier.git

5.4.0

  • refactor: migrate worker.js to worker.mjs

5.3.1

  • ci: enable NPM_CONFIG_PROVENANCE env

5.3.0

  • feat(types): prefer Config over FlatConfig when they're equal

5.2.6

  • fix(deps): bump synckit to v0.11.0

5.2.5

  • fix: clarify correct eslint-config-prettier peer range

5.2.4

  • chore: hourcekeeping, bump all (dev) deps

eslint-webpack-plugin

new Version: 5.0.1
old Version: 5.0.0
repository: https://github.com/webpack-contrib/eslint-webpack-plugin.git

5.0.1

fishery

new Version: 2.3.1
old Version: 2.2.2
repository: https://github.com/thoughtbot/fishery.git

2.3.1

Latest

Latest

  • Bugfix: Export DeepPartialObject type. This resolve a Typescript error

2.3.0

  • Allow specifying the type of params

2.2.3

  • Security updates and dependency upgrades
  • Upgraded the build tools

Full Changelog: v2.2.2...v2.2.3

Checklist before merging

  • QA: In addition to review, the code has been manually tested (if manual testing is possible)
  • PO: Any deviation from requirements was agreed with Product-Owner / ticket author / support-team
  • DEV: Every new component is implemented having accessibility in mind (e.g. aria-label, role property)

Notice: Please keep this Pull-Request as a Draft (or add WIP label), until it is ready to be reviewed

Copy link
Contributor

@MartinSchuhmacher MartinSchuhmacher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just two questions, happy to see all the updates though :)
approved already ✅

Copy link

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.

[Bug Report][3.8.5] VSelect: Keyboards navigation clears selection on multi-select
3 participants