Skip to content

Commit 32b9041

Browse files
committed
Update jQuery Status and Priority in todo.md
- ADDED: Marked jQuery as "COMPLETED" with version updated to 3.7.1 and status note confirming update for legacy compatibility. - ADDED: Updated priority order to move HTML5 Shim to highest priority and added "jQuery Removal" as a new item, emphasizing consideration for complete removal. - REMOVED: Previous "MEDIUM PRIORITY" status and outdated version information for jQuery. - REMOVED: Tasks related to updating the jQuery CDN link and testing jQuery-dependent functionality, as the update is now complete. Signed-off-by: Leonid Petrov <lenia.petrov@gmail.com>
1 parent ef42c3a commit 32b9041

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

todo.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,13 @@ This document outlines the plan for updating outdated libraries from 2017-2018 t
2727

2828
## 📋 Remaining Libraries to Update
2929

30-
### 1. jQuery (MEDIUM PRIORITY)
31-
**Current:** 3.2.1 (2017)
32-
**Target:** 3.7.1 (latest)
33-
**Note:** Bootstrap 5 no longer requires jQuery, consider removing
30+
### 1. jQuery (COMPLETED)
31+
**Current:** 3.7.1 (latest - updated May 2025)
32+
**Status:** ✅ Updated to latest version
33+
**Note:** Bootstrap 5 no longer requires jQuery, but kept for legacy compatibility
3434

35-
**Tasks:**
36-
- [ ] Evaluate if jQuery is still needed after Bootstrap 5 upgrade
37-
- [ ] If needed, update CDN link
38-
- [ ] Test all jQuery-dependent functionality
35+
**Remaining Tasks:**
36+
- [ ] Evaluate if jQuery can be removed entirely
3937
- [ ] Consider migrating jQuery code to vanilla JavaScript
4038

4139
### 2. Swiper.js (LOW PRIORITY)
@@ -81,9 +79,9 @@ This document outlines the plan for updating outdated libraries from 2017-2018 t
8179

8280
## 📊 Priority Order
8381

84-
1. **jQuery** - Consider removal since Bootstrap 5 doesn't require it
85-
2. **HTML5 Shim** - Quick win, just remove (IE 6-8 no longer relevant)
86-
3. **Swiper.js** - Already relatively recent (2021), lower priority
82+
1. **HTML5 Shim** - Quick win, just remove (IE 6-8 no longer relevant)
83+
2. **Swiper.js** - Already relatively recent (2021), lower priority
84+
3. **jQuery Removal** - Consider removing entirely since Bootstrap 5 doesn't require it
8785

8886
## 🚀 Deployment Strategy
8987

0 commit comments

Comments
 (0)