Skip to content

Commit cd040fa

Browse files
chore(deps): update dependency @types/jquery.scrollto to v1.4.32 (#32993)
* chore(deps): update dependency @types/jquery.scrollto to v1.4.32 * empty commit * update patch-package --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jennifer Shehane <[email protected]>
1 parent 747ee9d commit cd040fa

File tree

3 files changed

+34
-36
lines changed

3 files changed

+34
-36
lines changed

packages/driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/chai-subset": "1.3.6",
4141
"@types/common-tags": "^1.8.0",
4242
"@types/crypto-js": "4.1.1",
43-
"@types/jquery.scrollto": "1.4.29",
43+
"@types/jquery.scrollto": "1.4.32",
4444
"@types/mime": "^3.0.1",
4545
"@types/mocha": "^8.0.3",
4646
"@types/sinonjs__fake-timers": "8.1.1",
Lines changed: 29 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,56 @@
11
diff --git a/node_modules/@types/jquery.scrollto/index.d.ts b/node_modules/@types/jquery.scrollto/index.d.ts
2-
index 0a00c69..126a3d0 100755
2+
index 25110fb..d23c9ce 100644
33
--- a/node_modules/@types/jquery.scrollto/index.d.ts
44
+++ b/node_modules/@types/jquery.scrollto/index.d.ts
5-
@@ -6,7 +6,7 @@
6-
5+
@@ -1,6 +1,6 @@
76
/// <reference types="jquery"/>
87

98
-interface ScrollToOptions {
109
+interface JQueryScrollToOptions<TElement> extends JQuery.EffectsOptions<TElement> {
1110
/**
12-
* Which axis must be scrolled, use 'x', 'y', 'xy' or 'yx'.
13-
*/
14-
@@ -48,7 +48,7 @@ interface ScrollToOptions {
11+
* Which axis must be scrolled, use 'x', 'y', 'xy' or 'yx'.
12+
*/
13+
@@ -42,7 +42,7 @@ interface ScrollToOptions {
1514
onAfterFirst?: (() => void) | undefined;
1615
}
1716

1817
-interface JQuery {
1918
+interface JQuery<TElement> {
2019
/**
21-
* Scroll the matched elements
22-
*/
23-
@@ -60,7 +60,7 @@ interface JQuery {
24-
* @param duration The OVERALL length of the animation
25-
* @param settings Set of settings.
26-
*/
20+
* Scroll the matched elements
21+
*/
22+
@@ -54,7 +54,7 @@ interface JQuery {
23+
* @param duration The OVERALL length of the animation
24+
* @param settings Set of settings.
25+
*/
2726
- (target: any, duration?: number, settings?: ScrollToOptions): JQuery;
2827
+ (target: any, duration?: number, settings?: JQueryScrollToOptions<TElement>): JQuery;
2928
/**
30-
* Scroll the matched elements
31-
*
32-
@@ -76,7 +76,7 @@ interface JQuery {
33-
* @param settings Set of settings.
34-
* @param onAfter The onAfter callback.
35-
*/
29+
* Scroll the matched elements
30+
*
31+
@@ -70,7 +70,7 @@ interface JQuery {
32+
* @param settings Set of settings.
33+
* @param onAfter The onAfter callback.
34+
*/
3635
- (target: any, settings: ScrollToOptions, onAfter?: Function): JQuery;
3736
+ (target: any, settings: JQueryScrollToOptions<TElement>, onAfter?: Function): JQuery;
38-
3937
};
38+
}
4039

41-
@@ -94,7 +94,7 @@ interface JQueryStatic {
42-
* @param duration The OVERALL length of the animation
43-
* @param settings Set of settings.
44-
*/
40+
@@ -86,7 +86,7 @@ interface JQueryStatic {
41+
* @param duration The OVERALL length of the animation
42+
* @param settings Set of settings.
43+
*/
4544
- (target: any, duration?: number, settings?: ScrollToOptions): JQuery;
4645
+ (target: any, duration?: number, settings?: JQueryScrollToOptions<any>): JQuery;
4746
/**
48-
* Scroll window
49-
*
50-
@@ -110,7 +110,7 @@ interface JQueryStatic {
51-
* @param settings Set of settings.
52-
* @param onAfter The onAfter callback.
53-
*/
47+
* Scroll window
48+
*
49+
@@ -102,6 +102,6 @@ interface JQueryStatic {
50+
* @param settings Set of settings.
51+
* @param onAfter The onAfter callback.
52+
*/
5453
- (target: any, settings: ScrollToOptions, onAfter?: Function): JQuery;
5554
+ (target: any, settings: JQueryScrollToOptions<any>, onAfter?: Function): JQuery;
56-
5755
};
58-
56+
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8628,10 +8628,10 @@
86288628
expect "^30.0.0"
86298629
pretty-format "^30.0.0"
86308630

8631-
"@types/[email protected].29":
8632-
version "1.4.29"
8633-
resolved "https://registry.yarnpkg.com/@types/jquery.scrollto/-/jquery.scrollto-1.4.29.tgz#a3cdbe757249c08740dc4c36d83bf3c041e315cc"
8634-
integrity sha512-4AGdSgD6BDFcz53My+gtmsqbQFl72V7bc5YqhUw9jZTpx1w9ZiQqdvFyRU/DXSuBDG+pif8FL3geaKM7ZDGngw==
8631+
"@types/[email protected].32":
8632+
version "1.4.32"
8633+
resolved "https://registry.yarnpkg.com/@types/jquery.scrollto/-/jquery.scrollto-1.4.32.tgz#ddc3468338254eb675e49f417c0b81f103d34187"
8634+
integrity sha512-vvSKYXgllKgvs6DJgow1sT5rhVpkyei2WOakodGxyKA+w1PNVcQuY6PwrbBztbgvWxpT62kDM3RlbL0xmejHCA==
86358635
dependencies:
86368636
"@types/jquery" "*"
86378637

0 commit comments

Comments
 (0)