jquery/src
Timmy Willison fc864c83c8
Build: upgrade dependencies, including eslint 9.4.0 and uglify 3.7.7
- Sinon is already at the latest version that supports IE9.
- Upgraded uglify to 3.7.7, which is the latest that worked with IE9.
  I tried 3.9.4, which we are using in jquery-migrate, and 3.8.1,
  but there were failures in traversing ("Permission denied" errors).
- Upgraded eslint to version 9, which required some changes.
  Mainly, unused arguments in catch expressions error by default in 9+.
  The config now makes use of `caughtErrorsIgnorePattern`,
  which is set to `"^_"`, the same as unused function params.
- Ignored main branch dist files when switching branches.

Closes gh-5508
2024-06-15 09:10:59 -04:00
..
ajax Build: upgrade dependencies, including eslint 9.4.0 and uglify 3.7.7 2024-06-15 09:10:59 -04:00
attributes Build: upgrade dependencies, including eslint 9.4.0 and uglify 3.7.7 2024-06-15 09:10:59 -04:00
core Build: upgrade dependencies, including eslint 9.4.0 and uglify 3.7.7 2024-06-15 09:10:59 -04:00
css CSS:Tests: Fix tests & support tests under CSS Zoom (3.x version) 2024-06-03 18:15:39 +02:00
data Docs: Replace #NUMBER Trac issue references with trac-NUMBER 2022-01-12 23:23:10 +01:00
deferred Deferred: Rename getStackHook to getErrorHook (3.x version) 2023-03-14 22:32:57 +01:00
deprecated Deprecated: Define .hover() using non-deprecated methods 2023-05-22 18:23:31 +02:00
effects Build: Correct code indentations based on jQuery Style Guide 2020-05-05 13:04:46 +02:00
event Event: Simulate focus/blur in IE via focusin/focusout (3.x version) 2023-03-27 21:24:42 +02:00
exports Docs: Replace #NUMBER Trac issue references with trac-NUMBER 2022-01-12 23:23:10 +01:00
manipulation Docs: Replace #NUMBER Trac issue references with trac-NUMBER 2022-01-12 23:23:10 +01:00
queue Docs: Remove links to Web Archive from source 2022-01-04 16:36:20 +01:00
selector Selector: Inline Sizzle into the selector module: 3.x version (#5113) 2022-12-14 01:41:31 +01:00
traversing Filter: Use direct filter in winnow 2018-01-17 11:01:08 -05:00
var Selector: Inline Sizzle into the selector module: 3.x version (#5113) 2022-12-14 01:41:31 +01:00
ajax.js Build: upgrade dependencies, including eslint 9.4.0 and uglify 3.7.7 2024-06-15 09:10:59 -04:00
attributes.js Build: Put all AMD modules in "src/" in strict mode 2016-04-25 20:25:08 +02:00
callbacks.js Core: deprecate jQuery.type 2018-01-16 10:39:08 -05:00
core.js Core: Fix regression in jQuery.text() on HTMLDocument objects 2023-06-12 23:12:15 +02:00
css.js CSS: Fix reliableTrDimensions test for initially hidden iframes (3.x) 2023-11-07 00:35:56 +01:00
data.js Build: upgrade dependencies, including eslint 9.4.0 and uglify 3.7.7 2024-06-15 09:10:59 -04:00
deferred.js Deferred: Rename getStackHook to getErrorHook (3.x version) 2023-03-14 22:32:57 +01:00
deprecated.js Deprecated: Improve $.trim performance for strings with lots of whitespace 2022-07-20 10:51:13 +02:00
dimensions.js Build: Correct code indentations based on jQuery Style Guide 2020-05-05 13:04:46 +02:00
effects.js Core: Simplify code post browser support reduction 2023-09-20 00:59:32 +02:00
event.js Event: Increase robustness of an inner native event in leverageNative 2024-05-20 18:05:38 +02:00
jquery.js Event: Simulate focus/blur in IE via focusin/focusout (3.x version) 2023-03-27 21:24:42 +02:00
manipulation.js Build: upgrade dependencies, including eslint 9.4.0 and uglify 3.7.7 2024-06-15 09:10:59 -04:00
offset.js Revert "Offset: Send px-ed strings to .css()" 2020-07-20 21:29:40 +02:00
queue.js Core: Deprecate jQuery.isArray 2016-11-30 12:22:24 +01:00
selector-native.js Selector: Implement the uniqueSort chainable method 2022-12-14 01:54:41 +01:00
selector.js Build: upgrade dependencies, including eslint 9.4.0 and uglify 3.7.7 2024-06-15 09:10:59 -04:00
serialize.js Build: Correct code indentations based on jQuery Style Guide 2020-05-05 13:04:46 +02:00
traversing.js Selector: Inline Sizzle into the selector module: 3.x version (#5113) 2022-12-14 01:41:31 +01:00
wrap.js Core: deprecate jQuery.isFunction 2018-01-15 09:26:19 -08:00
wrapper.js Selector: Inline Sizzle into the selector module: 3.x version (#5113) 2022-12-14 01:41:31 +01:00