Skip to content

Commit c7ab49a

Browse files
fix(deps): update dependency jquery to ~3.6.0 (#315)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jquery](https://jquery.com) ([source](https://togithub.com/jquery/jquery)) | [`~3.5.0` -> `~3.6.0`](https://renovatebot.com/diffs/npm/jquery/3.5.1/3.6.4) | [![age](https://badges.renovateapi.com/packages/npm/jquery/3.6.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/jquery/3.6.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/jquery/3.6.4/compatibility-slim/3.5.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/jquery/3.6.4/confidence-slim/3.5.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>jquery/jquery</summary> ### [`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/ ### [`v3.6.0`](https://togithub.com/jquery/jquery/releases/tag/3.6.0): jQuery 3.6.0 Released! [Compare Source](https://togithub.com/jquery/jquery/compare/3.5.1...3.6.0) https://blog.jquery.com/2021/03/02/jquery-3-6-0-released/ </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/openedx/edx-ui-toolkit). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMTQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7ca3c34 commit c7ab49a

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

package-lock.json

Lines changed: 4 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"backbone": "1.4.1",
2222
"backbone.paginator": "2.0.8",
2323
"gulp-shell": "0.8.0",
24-
"jquery": "~3.5.0",
24+
"jquery": "~3.6.0",
2525
"mini-css-extract-plugin": "^2.7.2",
2626
"moment": "2.29.4",
2727
"moment-timezone": "0.5.42",

0 commit comments

Comments
 (0)