@types/jquery 3.5.24 → 3.5.26

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/JQueryStatic.d.ts CHANGED
@@ -96,10 +96,10 @@ $( "<div/>", {
96
96
  .appendTo( "body" );
97
97
  ```
98
98
  */
99
+ // eslint-disable-next-line @definitelytyped/no-unnecessary-generics
99
100
  <TElement extends HTMLElement = HTMLElement>(
100
101
  html: JQuery.htmlString,
101
102
  ownerDocument_attributes?: Document | JQuery.PlainObject,
102
- // eslint-disable-next-line @definitelytyped/no-unnecessary-generics
103
103
  ): JQuery<TElement>;
104
104
  /**
105
105
  * Accepts a string containing a CSS selector which is then used to match a set of elements.
@@ -138,10 +138,10 @@ $( "div", xml.responseXML );
138
138
  ```
139
139
 
140
140
  */
141
+ // eslint-disable-next-line @definitelytyped/no-unnecessary-generics
141
142
  <TElement extends Element = HTMLElement>(
142
143
  selector: JQuery.Selector,
143
144
  context?: Element | Document | JQuery | JQuery.Selector,
144
- // eslint-disable-next-line @definitelytyped/no-unnecessary-generics
145
145
  ): JQuery<TElement>;
146
146
  /**
147
147
  * Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
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: Wed, 18 Oct 2023 18:04:03 GMT
11
+ * Last updated: Mon, 06 Nov 2023 19:41:13 GMT
12
12
  * Dependencies: [@types/sizzle](https://npmjs.com/package/@types/sizzle)
13
13
 
14
14
  # Credits
jquery/misc.d.ts CHANGED
@@ -5583,7 +5583,6 @@ $( document ).on( "mousemove", function( event ) {
5583
5583
  * For key or mouse events, this property indicates the specific key or button that was pressed.
5584
5584
  * @see \`{@link https://api.jquery.com/event.which/ }\`
5585
5585
  * @since 1.1.3
5586
- * @deprecated ​ Deprecated since 3.3. See \`{@link https://github.com/jquery/api.jquery.com/issues/821 }\`.
5587
5586
  * @example ​ ````Log which key was depressed.
5588
5587
  ```html
5589
5588
  <!doctype html>
@@ -5883,7 +5882,6 @@ $( document ).on( "mousemove", function( event ) {
5883
5882
  * For key or mouse events, this property indicates the specific key or button that was pressed.
5884
5883
  * @see \`{@link https://api.jquery.com/event.which/ }\`
5885
5884
  * @since 1.1.3
5886
- * @deprecated ​ Deprecated since 3.3. See \`{@link https://github.com/jquery/api.jquery.com/issues/821 }\`.
5887
5885
  * @example ​ ````Log which key was depressed.
5888
5886
  ```html
5889
5887
  <!doctype html>
@@ -6372,7 +6370,6 @@ $( document ).on( "mousemove", function( event ) {
6372
6370
  * For key or mouse events, this property indicates the specific key or button that was pressed.
6373
6371
  * @see \`{@link https://api.jquery.com/event.which/ }\`
6374
6372
  * @since 1.1.3
6375
- * @deprecated ​ Deprecated since 3.3. See \`{@link https://github.com/jquery/api.jquery.com/issues/821 }\`.
6376
6373
  * @example ​ ````Log which key was depressed.
6377
6374
  ```html
6378
6375
  <!doctype html>
@@ -6631,7 +6628,6 @@ $( document ).on( "mousemove", function( event ) {
6631
6628
  * For key or mouse events, this property indicates the specific key or button that was pressed.
6632
6629
  * @see \`{@link https://api.jquery.com/event.which/ }\`
6633
6630
  * @since 1.1.3
6634
- * @deprecated ​ Deprecated since 3.3. See \`{@link https://github.com/jquery/api.jquery.com/issues/821 }\`.
6635
6631
  * @example ​ ````Log which key was depressed.
6636
6632
  ```html
6637
6633
  <!doctype html>
@@ -6899,7 +6895,6 @@ $( document ).on( "mousemove", function( event ) {
6899
6895
  * For key or mouse events, this property indicates the specific key or button that was pressed.
6900
6896
  * @see \`{@link https://api.jquery.com/event.which/ }\`
6901
6897
  * @since 1.1.3
6902
- * @deprecated ​ Deprecated since 3.3. See \`{@link https://github.com/jquery/api.jquery.com/issues/821 }\`.
6903
6898
  * @example ​ ````Log which key was depressed.
6904
6899
  ```html
6905
6900
  <!doctype html>
jquery/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/jquery",
3
- "version": "3.5.24",
3
+ "version": "3.5.26",
4
4
  "description": "TypeScript definitions for jquery",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery",
6
6
  "license": "MIT",
@@ -127,6 +127,6 @@
127
127
  "dependencies": {
128
128
  "@types/sizzle": "*"
129
129
  },
130
- "typesPublisherContentHash": "ae813e5cfab6d7bc6697fbc2c53b7e963f067fbb1483d16c26e035d20678d8a6",
130
+ "typesPublisherContentHash": "88557c95f6a1612913b78347534d44703a762aa28e3b66d543e20f44886e9759",
131
131
  "typeScriptVersion": "4.5"
132
132
  }