@types/jquery 3.5.3 → 3.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
jquery/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for jquery (https://jquery.com).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 12 Oct 2020 17:45:41 GMT
11
+ * Last updated: Wed, 28 Oct 2020 18:55:09 GMT
12
12
  * Dependencies: [@types/sizzle](https://npmjs.com/package/@types/sizzle)
13
13
  * Global values: `$`, `Symbol`, `jQuery`
14
14
 
jquery/legacy.d.ts CHANGED
@@ -30,7 +30,6 @@ interface JQuerySupport extends JQuery.PlainObject { }
30
30
  * @deprecated ​ Deprecated. Use \`{@link JQuery.Deferred.Callback }\` or \`{@link JQuery.Deferred.CallbackBase }\`.
31
31
  */
32
32
  interface JQueryPromiseCallback<T> {
33
- // tslint:disable-next-line:callable-types
34
33
  (value?: T, ...args: any[]): void;
35
34
  }
36
35
  /**
@@ -42,7 +41,6 @@ interface JQueryParam {
42
41
  * @param obj An array or object to serialize.
43
42
  * @param traditional A Boolean indicating whether to perform a traditional "shallow" serialization.
44
43
  */
45
- // tslint:disable-next-line:callable-types
46
44
  (obj: any, traditional?: boolean): string;
47
45
  }
48
46
  /**
@@ -183,7 +181,6 @@ interface JQueryEventObject extends BaseJQueryEventObject, JQueryInputEventObjec
183
181
  * @deprecated ​ Deprecated.
184
182
  */
185
183
  interface JQueryPromiseOperator<T, U> {
186
- // tslint:disable-next-line:callable-types
187
184
  (callback1: JQuery.TypeOrArray<JQueryPromiseCallback<T>>,
188
185
  ...callbacksN: Array<JQuery.TypeOrArray<JQueryPromiseCallback<any>>>): JQueryPromise<U>;
189
186
  }
@@ -191,7 +188,6 @@ interface JQueryPromiseOperator<T, U> {
191
188
  * @deprecated ​ Deprecated. Internal. See \`{@link https://github.com/jquery/api.jquery.com/issues/912 }\`.
192
189
  */
193
190
  interface JQueryEasingFunction {
194
- // tslint:disable-next-line:callable-types
195
191
  (percent: number): number;
196
192
  }
197
193
  /**
jquery/misc.d.ts CHANGED
@@ -718,7 +718,7 @@ declare namespace JQuery {
718
718
  * @see \`{@link https://api.jquery.com/jQuery.Callbacks/ }\`
719
719
  * @since 1.7
720
720
  */
721
- // tslint:disable-next-line:ban-types callable-types no-unnecessary-generics
721
+ // tslint:disable-next-line:ban-types no-unnecessary-generics
722
722
  <T extends Function>(flags?: string): Callbacks<T>;
723
723
  }
724
724
 
jquery/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/jquery",
3
- "version": "3.5.3",
3
+ "version": "3.5.4",
4
4
  "description": "TypeScript definitions for jquery",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -131,6 +131,6 @@
131
131
  "dependencies": {
132
132
  "@types/sizzle": "*"
133
133
  },
134
- "typesPublisherContentHash": "013e0ba3f72f9ad67bca3ef1053663e593b947bbaa2ef7196c6e85924b9748b8",
134
+ "typesPublisherContentHash": "124a459cd4f34eff82dc7eac708d51c572adc63756e4541d7aa4ca46f0c60529",
135
135
  "typeScriptVersion": "3.2"
136
136
  }