Unverified Commit 09597b73 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3268228 by murilohp, Feuerwagen: Remove Jquery joyride

parent 2cac8de8
Loading
Loading
Loading
Loading
+0 −928

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −18
Original line number Diff line number Diff line
@@ -798,24 +798,6 @@ jquery.form:
  dependencies:
    - core/jquery

jquery.joyride:
  remote: https://github.com/zurb/joyride
  # We rely on a fix (commit c2b3866) that occurred after 2.1.0 was released.
  # @see https://www.drupal.org/node/2898808.
  # @todo Update to 2.1.1 or later when that's released.
  # Version is set at 2.1.0.1 allowing version_compare to consider this lower
  # than 2.1.1 however greater than 2.1.0
  version: "2.1.0.1"
  license:
    name: MIT
    url: https://raw.githubusercontent.com/zurb/joyride/v2.1.0/README.markdown
    gpl-compatible: true
  js:
    assets/vendor/jquery-joyride/jquery.joyride-2.1.js: { }
  deprecated: The "%library_id%" asset library is deprecated in drupal:9.2.0 and is removed from drupal:10.0.0. Use the core/shepherd library instead. See https://www.drupal.org/node/3195234
  dependencies:
    - core/jquery

shepherd:
  remote: https://github.com/shipshapecode/shepherd
  version: "9.0.0"
+0 −1
Original line number Diff line number Diff line
@@ -81,7 +81,6 @@
    "eslint-plugin-yml": "^0.14.0",
    "farbtastic": "https://github.com/mattfarina/farbtastic/archive/1.3u.tar.gz",
    "glob": "^7.1.2",
    "joyride": "https://github.com/zurb/joyride/archive/refs/heads/v2.1.tar.gz",
    "jquery": "^3.6.0",
    "jquery-form": "^4.3.0",
    "jquery-once": "^2.2.3",
+2 −8
Original line number Diff line number Diff line
@@ -122,12 +122,6 @@ const assetsFolder = `${coreFolder}/assets/vendor`;
        { from: 'src/jquery.form.js', to: 'src/jquery.form.js' },
      ],
    },
    {
      pack: 'joyride',
      folder: 'jquery-joyride',
      library: 'jquery.joyride',
      files: ['jquery.joyride-2.1.js'],
    },
    {
      pack: 'jquery-once',
      library: 'jquery.once',
@@ -317,9 +311,9 @@ const assetsFolder = `${coreFolder}/assets/vendor`;
        await copyFile(sourceFile, destFile);
      }

      // These 2 files come from a zip file that hasn't been updated in years
      // This file comes from a zip file that hasn't been updated in years
      // hardcode the permission fix to pass the commit checks.
      if (['jquery.joyride-2.1.js', 'marker.png'].includes(file.to)) {
      if (['marker.png'].includes(file.to)) {
        await chmod(destFile, 0o644);
      }
    }
+0 −4
Original line number Diff line number Diff line
@@ -5027,10 +5027,6 @@ jest-worker@^27.4.5:
    merge-stream "^2.0.0"
    supports-color "^8.0.0"

"joyride@https://github.com/zurb/joyride/archive/refs/heads/v2.1.tar.gz":
  version "0.0.0"
  resolved "https://github.com/zurb/joyride/archive/refs/heads/v2.1.tar.gz#a2149b220318565de072ed0c956310cd7c30c7d7"

jquery-form@^4.3.0:
  version "4.3.0"
  resolved "https://registry.yarnpkg.com/jquery-form/-/jquery-form-4.3.0.tgz#7d3961c314a1f2d15298f4af1d3943f54f4149c6"