Skip to content

Commit

Permalink
Update jquery (main) (#206180)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[@types/jquery](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jquery))
| devDependencies | minor | [`^3.3.31` ->
`^3.5.32`](https://renovatebot.com/diffs/npm/@types%2fjquery/3.3.31/3.5.32)
|
| [jquery](https://jquery.com)
([source](https://togithub.com/jquery/jquery)) | dependencies | minor |
[`^3.5.0` ->
`^3.7.1`](https://renovatebot.com/diffs/npm/jquery/3.6.0/3.7.1) |

---

### Release Notes

<details>
<summary>jquery/jquery (jquery)</summary>

### [`v3.7.1`](https://togithub.com/jquery/jquery/releases/tag/3.7.1):
jQuery 3.7.1 Released: Reliable Table Row Dimensions

[Compare
Source](https://togithub.com/jquery/jquery/compare/3.7.0...3.7.1)

https://blog.jquery.com/2023/08/28/jquery-3-7-1-released-reliable-table-row-dimensions/

### [`v3.7.0`](https://togithub.com/jquery/jquery/releases/tag/3.7.0):
jQuery 3.7.0: Staying in Order

[Compare
Source](https://togithub.com/jquery/jquery/compare/3.6.4...3.7.0)

https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/

### [`v3.6.4`](https://togithub.com/jquery/jquery/releases/tag/3.6.4):
jQuery 3.6.4 Released: Selector Forgiveness

[Compare
Source](https://togithub.com/jquery/jquery/compare/3.6.3...3.6.4)

https://blog.jquery.com/2023/03/08/jquery-3-6-4-released-selector-forgiveness/

### [`v3.6.3`](https://togithub.com/jquery/jquery/releases/tag/3.6.3):
jQuery supports CSS.supports in jQuery 3.6.3

[Compare
Source](https://togithub.com/jquery/jquery/compare/3.6.2...3.6.3)

https://blog.jquery.com/2022/12/20/jquery-3-6-3-released-a-quick-selector-fix/

### [`v3.6.2`](https://togithub.com/jquery/jquery/releases/tag/3.6.2):
jQuery 3.6.2 :has arrived!

[Compare
Source](https://togithub.com/jquery/jquery/compare/3.6.1...3.6.2)

https://blog.jquery.com/2022/12/13/jquery-3-6-2-released/

### [`v3.6.1`](https://togithub.com/jquery/jquery/releases/tag/3.6.1):
jQuery 3.6.1 Maintenance Release

[Compare
Source](https://togithub.com/jquery/jquery/compare/3.6.0...3.6.1)

https://blog.jquery.com/2022/08/26/jquery-3-6-1-maintenance-release/

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlZpc3VhbGl6YXRpb25zIiwiYmFja3BvcnQ6YWxsLW9wZW4iXX0=-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Marco Vettorello <[email protected]>
(cherry picked from commit 2468329)
  • Loading branch information
elastic-renovate-prod[bot] committed Jan 31, 2025
1 parent 60477b0 commit 9c2524f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@
"isbinaryfile": "4.0.2",
"joi": "^17.13.3",
"joi-to-json": "^4.3.0",
"jquery": "^3.5.0",
"jquery": "^3.7.1",
"js-search": "^1.4.3",
"js-sha256": "^0.11.0",
"js-yaml": "^3.14.1",
Expand Down Expand Up @@ -1577,7 +1577,7 @@
"@types/http-proxy": "^1.17.4",
"@types/inquirer": "^7.3.1",
"@types/jest": "^29.5.3",
"@types/jquery": "^3.3.31",
"@types/jquery": "^3.5.32",
"@types/js-search": "^1.4.0",
"@types/js-yaml": "^3.11.1",
"@types/jsdom": "^20.0.1",
Expand Down
17 changes: 12 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10788,13 +10788,20 @@
expect "^29.0.0"
pretty-format "^29.0.0"

"@types/jquery@*", "@types/jquery@^3.3.31":
"@types/jquery@*":
version "3.3.31"
resolved "https://registry.yarnpkg.com/@types/jquery/-/jquery-3.3.31.tgz#27c706e4bf488474e1cb54a71d8303f37c93451b"
integrity sha512-Lz4BAJihoFw5nRzKvg4nawXPzutkv7wmfQ5121avptaSIXlDNJCUuxZxX/G+9EVidZGuO0UBlk+YjKbwRKJigg==
dependencies:
"@types/sizzle" "*"

"@types/jquery@^3.5.32":
version "3.5.32"
resolved "https://registry.yarnpkg.com/@types/jquery/-/jquery-3.5.32.tgz#3eb0da20611b92c7c49ebed6163b52a4fdc57def"
integrity sha512-b9Xbf4CkMqS02YH8zACqN1xzdxc3cO735Qe5AbSUFmyOiaWAbcpqh9Wna+Uk0vgACvoQHpWDg2rGdHkYPLmCiQ==
dependencies:
"@types/sizzle" "*"

"@types/[email protected]":
version "2.2.6"
resolved "https://registry.yarnpkg.com/@types/js-cookie/-/js-cookie-2.2.6.tgz#f1a1cb35aff47bc5cfb05cb0c441ca91e914c26f"
Expand Down Expand Up @@ -21544,10 +21551,10 @@ jpeg-exif@^1.1.4:
resolved "https://registry.yarnpkg.com/jpeg-exif/-/jpeg-exif-1.1.4.tgz#781a65b6cd74f62cb1c493511020f8d3577a1c2b"
integrity sha512-a+bKEcCjtuW5WTdgeXFzswSrdqi0jk4XlEtZlx5A94wCoBpFjfFTbo/Tra5SpNCl/YFZPvcV1dJc+TAYeg6ROQ==

jquery@^3.5.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470"
integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==
jquery@^3.7.1:
version "3.7.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de"
integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==

js-cookie@^2.2.1:
version "2.2.1"
Expand Down

0 comments on commit 9c2524f

Please sign in to comment.