From f34036b7df7017dcec1df6e190787f026e3a4c04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 02:17:04 +0000 Subject: [PATCH 1/2] Bump intro.js from 4.3.0 to 7.2.0 in /csunplugged Bumps [intro.js](https://github.com/usablica/intro.js) from 4.3.0 to 7.2.0. - [Release notes](https://github.com/usablica/intro.js/releases) - [Changelog](https://github.com/usablica/intro.js/blob/master/tsconfig.release.json) - [Commits](https://github.com/usablica/intro.js/compare/v4.3.0...v7.2.0) --- updated-dependencies: - dependency-name: intro.js dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- csunplugged/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/package.json b/csunplugged/package.json index c0b399c8d..c4a9e44cd 100644 --- a/csunplugged/package.json +++ b/csunplugged/package.json @@ -27,7 +27,7 @@ "gulp-tap": "2.0.0", "gulp-terser": "2.1.0", "gulp": "4.0.2", - "intro.js": "4.3.0", + "intro.js": "7.2.0", "jquery": "3.7.1", "multiple-select": "1.6.0", "pixrem": "5.0.0", From 9b8e6070046c5fac153f3ccc20d578b262647bfb Mon Sep 17 00:00:00 2001 From: jhn27 Date: Thu, 21 Dec 2023 11:54:08 +1300 Subject: [PATCH 2/2] add argument to keep TS happy --- csunplugged/static/js/plugging-it-in-walkthrough.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csunplugged/static/js/plugging-it-in-walkthrough.js b/csunplugged/static/js/plugging-it-in-walkthrough.js index aa63aff06..335e4c435 100644 --- a/csunplugged/static/js/plugging-it-in-walkthrough.js +++ b/csunplugged/static/js/plugging-it-in-walkthrough.js @@ -156,7 +156,7 @@ $(document).ready(function () { } $("#introjs-walkthrough").click(function() { - intro.start().onbeforechange(function() { + intro.start().onbeforechange(function(_) { currentElement = $(this._introItems[this._currentStep].element); node = currentElement.prop('nodeName'); // When looking at a full row of the table, force it to scroll to the far left