Skip to content

Commit 73d0636

Browse files
authored
Build: Test on jQuery 4.0.0-rc.1
When a stable 4.0.0 gets released, we'll remove the RC in favor of it. Closes gh-2363
1 parent 2037c3a commit 73d0636

File tree

10 files changed

+10848
-2
lines changed

10 files changed

+10848
-2
lines changed

Gruntfile.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,13 +316,20 @@ grunt.initConfig( {
316316
"jquery-3.7.1/jquery.js": "jquery-3.7.1/dist/jquery.js",
317317
"jquery-3.7.1/LICENSE.txt": "jquery-3.7.1/LICENSE.txt",
318318

319+
"jquery-4.0.0-rc.1/jquery.js": "jquery-4.0.0-rc.1/dist/jquery.js",
320+
"jquery-4.0.0-rc.1/LICENSE.txt": "jquery-4.0.0-rc.1/LICENSE.txt",
321+
319322
"jquery-migrate-1.x/jquery-migrate.js":
320323
"jquery-migrate-1.x/dist/jquery-migrate.js",
321324
"jquery-migrate-1.x/LICENSE.txt": "jquery-migrate-1.x/LICENSE.txt",
322325

323326
"jquery-migrate-3.x/jquery-migrate.js":
324327
"jquery-migrate-3.x/dist/jquery-migrate.js",
325-
"jquery-migrate-3.x/LICENSE.txt": "jquery-migrate-3.x/LICENSE.txt"
328+
"jquery-migrate-3.x/LICENSE.txt": "jquery-migrate-3.x/LICENSE.txt",
329+
330+
"jquery-migrate-4.x/jquery-migrate.js":
331+
"jquery-migrate-4.x/dist/jquery-migrate.js",
332+
"jquery-migrate-4.x/LICENSE.txt": "jquery-migrate-4.x/LICENSE.txt"
326333
}
327334
}
328335
},

bower.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@
3838
"jquery-3.6.4": "jquery#3.6.4",
3939
"jquery-3.7.0": "jquery#3.7.0",
4040
"jquery-3.7.1": "jquery#3.7.1",
41+
"jquery-4.0.0-rc.1": "jquery#4.0.0-rc.1",
4142
"jquery-migrate-1.x": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-1.4.1.tgz",
42-
"jquery-migrate-3.x": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.5.2.tgz"
43+
"jquery-migrate-3.x": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.5.2.tgz",
44+
"jquery-migrate-4.x": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-4.0.0-beta.1.tgz"
4345
}
4446
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Copyright OpenJS Foundation and other contributors, https://openjsf.org/
2+
3+
Permission is hereby granted, free of charge, to any person obtaining
4+
a copy of this software and associated documentation files (the
5+
"Software"), to deal in the Software without restriction, including
6+
without limitation the rights to use, copy, modify, merge, publish,
7+
distribute, sublicense, and/or sell copies of the Software, and to
8+
permit persons to whom the Software is furnished to do so, subject to
9+
the following conditions:
10+
11+
The above copyright notice and this permission notice shall be
12+
included in all copies or substantial portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)