jquery/build
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
..
fixtures Docs: Update remaining HTTP URLs to HTTPS 2024-04-25 00:24:08 +02:00
release Build: migrate more uses of fs.promises; use node: protocol 2024-03-11 13:36:09 -04:00
tasks Build: upgrade dependencies, including eslint 9.4.0 and uglify 3.7.7 2024-06-15 09:10:59 -04:00
command.js Build: migrate most grunt tasks off of grunt (3.x) 2023-09-20 18:18:42 -04:00
release.js Build: migrate more uses of fs.promises; use node: protocol 2024-03-11 13:36:09 -04:00