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

[Snyk] Upgrade sortablejs from 1.8.4 to 1.15.2 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-io[bot]
Copy link

@snyk-io snyk-io bot commented May 21, 2024

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade sortablejs from 1.8.4 to 1.15.2.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 16 versions ahead of your current version.

  • The recommended version was released 4 months ago, on 2024-01-14.

Release notes
Package name: sortablejs
  • 1.15.2 - 2024-01-14
    • #2339: Fixes 1.15.1 regression with not being able to add element into start & end of list.
  • 1.15.1 - 2023-11-30
    • #2203: Fix multi drag sort event not firing
    • #2263: Only call onDrop on destroy if dragged element inside parent element
    • #1686: Prevent drag item from jumping to end of list if last element has smaller width/height
  • 1.15.0 - 2022-03-20
    • #2072: Make sure dragged element is inserted after last dragged element
    • #2084: Added avoidImplicitDeselect option to MultiDrag
    • #2093: Remove ID from cloned element
    • #2095: Remove ignoring click on Chrome for Android when dragging (wasn't necessary)
  • 1.14.0 - 2021-07-04
    • Clarify dataIdAttr option docs
    • #1942: Check if ghost is first
    • #2021: Fix multidrag indicies
    • #2025: Fix reverting with nested sortables
    • Added forceAutoScrollFallback option
    • Add trick for empty sortables to README
    • Use minified version main field of package.json
  • 1.13.0 - 2021-01-08
    • #1681: Fix clicking select tags
    • #1784: Fix "insertBefore error" issue on nested lists
    • #1834: Improve repaint function for compressor scripts
    • Throw error when mounting duplicate plugins
    • #1904: Fix IE11 error when dragging element
    • Improve docs
    • #1571: Ignore pointer events on Safari (Fixes issue with Safari 13+)
    • #1954: Add useAnimation option to sort()
  • 1.12.0 - 2020-09-21
  • 1.11.2-alpha.4 - 2020-09-18
  • 1.11.2-alpha.3 - 2020-09-14
  • 1.11.2-alpha.2 - 2020-09-14
  • 1.10.2 - 2019-12-25
    • #1674: add MSCSSMatrix to matrixFn options
    • #1639: disable delayed drag events during destroy
    • #1644: Remove transform on drop
    • #1689: Added type check for 'dragStarted' variable
    • #1647: Fix(utils): Chrome < 44 not support scrollingElement
    • #1699: Fixed multiplying ghost transform
    • Added Open Collective
  • 1.10.1 - 2019-10-01
    • #1640: Fix OnSpill destroy error
    • Fix errors if imported in NodeJS context
  • 1.10.0 - 2019-09-15
    • #1556: Fix delayOnTouchOnly for android
    • Add tests
    • #1580: Fix plugins' references to options
    • Improve OnSpill support with multiple sortables + fix drop events
    • #1611: Remove MultiDrag events on GLOBAL destroy
    • #1597: Fix docs for enabling plugins
    • #1599: Support for transforms on ghost element
    • Animation performance improvements
    • #1634: Fix onSpill plugins on mobile
    • #1598: Allow selecting with SHIFT key without multiDragKey being down
  • 1.10.0-rc3 - 2019-06-27
    • Fixed IE compatibility
    • #1517: Fixed delay issue (again)
    • #1539: Better loop safety
  • 1.10.0-rc2 - 2019-06-07
    • Better documentation of plugin usage
    • Fixed issues where Sortable dependency was not available in plugins
  • 1.10.0-rc1 - 2019-06-06
  • 1.9.0 - 2019-04-20
  • 1.8.4 - 2019-03-11
from sortablejs GitHub release notes
Commit messages
Package name: sortablejs
  • 424eed6 1.15.2
  • 38e4d87 #2339: Use child containing rect for ghostIsLast & ghostIsFirst
  • 1b7575f 1.15.1
  • 5604d6e npm audit
  • d12f4b0 Merge branch 'master' of https://github.com/SortableJS/Sortable
  • 70bf738 #1686: Use parent rect in ghostIsLast & ghostIsFirst
  • ed02426 Merge pull request #2309 from Gudine/master
  • 029d0d4 docs: properly capitalize forceAutoScrollFallback option
  • c5a8822 #2203: Fix multi drag sort event not firing
  • a66e04d Merge pull request #2291 from anton-gustafsson/patch-1
  • d3a7f09 docs: remove dollar sign from code blocks
  • 7af63fd Merge pull request #2263 from lucaplays/master
  • 87fc741 Added conditional statement whether dragged element should be dropped
  • babf6ab 1.15.0
  • 632d70b fix vulnerabilities
  • 63762d4 Merge pull request #2095 from itsjohncs/prevent-next-click-failure-android
  • 8e8a107 Merge pull request #2094 from vanboom/master
  • c047ac2 Merge pull request #2104 from jombLiu/patch-1
  • bf66902 Update package.json
  • cf04481 Prevent ignored touches on Android Chrome.
  • 840f9ae Issue #2093 remove ID from the cloned element prior to adding to the DOM.
  • daaefed Merge pull request #2072 from code4fan/master
  • b8940a9 Merge pull request #2084 from Agnaev/master
  • 796bb3f Update README.md

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Note: This is a default PR template raised by Snyk. Find out more about how you can customise Snyk PRs in our documentation.

Snyk has created this PR to upgrade sortablejs from 1.8.4 to 1.15.2.

See this package in npm:
sortablejs

See this project in Snyk:
https://app.snyk.io/org/hawthorne001/project/eb2dddbe-4328-4405-9c8a-3c060c19a650?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
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.

0 participants