]> source.dussan.org Git - jquery-ui.git/commit
Tests: Update jQuery Migrate from 3.4.1 to 3.5.2, simplify Migrate setup
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Tue, 30 Jul 2024 15:53:47 +0000 (17:53 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Jul 2024 15:53:47 +0000 (17:53 +0200)
commitcd41c45d917d18839ab800816070db09a359d5bf
tree51e215812a1fe03e12b96625a268612bdf4129ea
parent600057f59c57fb428c0a453147476092741842c6
Tests: Update jQuery Migrate from 3.4.1 to 3.5.2, simplify Migrate setup

Apart from updating jQuery Migrate, the setup is now changed so that exact
Migrate versions are only references when fetching npm packages; other than
that, they're represented as `jquery-migrate-1.x` & `jquery-migrate-3.x`. This
will allow smaller changes when updating jQuery Migrate in the future.

Closes gh-2273
Gruntfile.js
bower.json
external/jquery-migrate-1.4.1/LICENSE.txt [deleted file]
external/jquery-migrate-1.4.1/jquery-migrate.js [deleted file]
external/jquery-migrate-1.x/LICENSE.txt [new file with mode: 0644]
external/jquery-migrate-1.x/jquery-migrate.js [new file with mode: 0644]
external/jquery-migrate-3.4.1/LICENSE.txt [deleted file]
external/jquery-migrate-3.4.1/jquery-migrate.js [deleted file]
external/jquery-migrate-3.x/LICENSE.txt [new file with mode: 0644]
external/jquery-migrate-3.x/jquery-migrate.js [new file with mode: 0644]
tests/lib/bootstrap.js