@types/jquery 3.5.19 → 3.5.20

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
@@ -97,9 +97,9 @@ $( "<div/>", {
97
97
  ```
98
98
  */
99
99
  <TElement extends HTMLElement = HTMLElement>(
100
- html: JQuery.htmlString,
101
- ownerDocument_attributes?: Document | JQuery.PlainObject,
102
- // eslint-disable-next-line @definitelytyped/no-unnecessary-generics
100
+ html: JQuery.htmlString,
101
+ 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.
@@ -139,9 +139,9 @@ $( "div", xml.responseXML );
139
139
 
140
140
  */
141
141
  <TElement extends Element = HTMLElement>(
142
- selector: JQuery.Selector,
143
- context?: Element | Document | JQuery | JQuery.Selector,
144
- // eslint-disable-next-line @definitelytyped/no-unnecessary-generics
142
+ selector: JQuery.Selector,
143
+ 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: Fri, 15 Sep 2023 20:36:37 GMT
11
+ * Last updated: Wed, 27 Sep 2023 20:35:06 GMT
12
12
  * Dependencies: [@types/sizzle](https://npmjs.com/package/@types/sizzle)
13
13
  * Global values: `$`, `Symbol`, `jQuery`
14
14
 
jquery/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/jquery",
3
- "version": "3.5.19",
3
+ "version": "3.5.20",
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": "912b18644dbdfab49160c043f69d81d95f5d032119f87b83ec620b6e4525d515",
130
+ "typesPublisherContentHash": "9edf445b76f01f9f38e4136eff3e248be46ea0ec1b32bb860a90ca7f2e8632d1",
131
131
  "typeScriptVersion": "4.5"
132
132
  }