Commit c676445
File tree
8 files changed
+40
-8
lines changed- .github/workflows
- test
8 files changed
+40
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
38 | 46 | | |
39 | 47 | | |
40 | | - | |
| 48 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
38 | 46 | | |
39 | 47 | | |
40 | | - | |
| 48 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
38 | 46 | | |
39 | 47 | | |
40 | | - | |
| 48 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
38 | 46 | | |
39 | 47 | | |
40 | | - | |
| 48 | + | |
- .github/lock.yml-13
- .github/workflows/browser-tests.yml+102
- .github/workflows/browserstack-dispatch.yml+2-2
- .github/workflows/browserstack.yml+15-16
- .github/workflows/codeql-analysis.yml+4-4
- .github/workflows/filestash.yml+6-12
- .github/workflows/lock-threads.yml+24
- .github/workflows/node.js.yml+7-107
- .github/workflows/verify-release.yml+11-4
- .release-it.cjs+14-4
- AUTHORS.txt+2
- README.md+1-1
- SECURITY.md+25-3
- build/release/post-release.sh+27-11
- build/release/pre-release.sh+10-3
- build/release/verify.js+53-6
- build/tasks/minify.js+1-1
- changelog.md+64-51
- eslint.config.js+1-7
- package-lock.json+4.4k-2.7k
- package.json+21-21
- src/css.js+17-33
- src/css/curCSS.js+2-3
- src/css/support.js+84-55
- src/event.js+11-6
- src/selector/rbuggyQSA.js+11-31
- src/selector/support.js-20
- src/wrapper-esm.js+1-1
- src/wrapper-factory-esm.js+1-1
- src/wrapper-factory.js+1-1
- src/wrapper.js+1-1
- test/data/inner_module.js+3-1
- test/data/inner_nomodule.js+3-1
- test/data/mock.php+2-2
- test/data/module.js+3-1
- test/data/nomodule.js+3-1
- test/data/testinit.js+1-1
- test/unit/ajax.js+32-1
- test/unit/attributes.js+18
- test/unit/core.js+1-1
- test/unit/css.js+10-13
- test/unit/dimensions.js+77-23
- test/unit/event.js+13-6
- test/unit/manipulation.js+136-51
- test/unit/offset.js+7-17
- test/unit/selector.js+14-4
- test/unit/support.js+13-40
Submodule jquery-migrate updated 76 files
- .github/workflows/browser-tests.yml+47-34
- .github/workflows/browserstack-3.x.yml-84
- .github/workflows/browserstack.yml+18-17
- .github/workflows/codeql-analysis.yml+4-4
- .github/workflows/filestash.yml+4-10
- .github/workflows/node.js.yml+19-18
- .gitignore+8-1
- README.md+15-15
- build/command.js+45
- build/tasks/build-default.js-3
- build/tasks/build-watch.js-3
- build/tasks/build.js+54-19
- build/tasks/minify.js+2-10
- dist-module/wrappers/jquery-migrate.node-module-wrapper.js+5
- dist/wrappers/jquery-migrate.bundler-require-wrapper.js+5
- eslint.config.js+55-7
- jtr-3.x.yml-30
- jtr-ci.yml+2
- jtr-local.yml+3-14
- package-lock.json+3.3k-822
- package.json+46-24
- src/jquery/ajax.js+75-118
- src/jquery/attributes.js+3-55
- src/jquery/core.js+103-217
- src/jquery/css.js+55-106
- src/jquery/data.js+40-39
- src/jquery/deferred.js+13-56
- src/jquery/effects.js+21-44
- src/jquery/event.js+28-109
- src/jquery/manipulation.js+1-11
- src/jquery/offset.js-14
- src/jquery/selector.js+53-59
- src/jquery/serialize.js-24
- src/jquery/traversing.js-4
- src/main.js+104-48
- src/migrate.js-3
- src/utils.js+59
- src/version.js+1-1
- src/wrapper-esm.js+23
- src/wrapper.js+2
- test/bundler_smoke_tests/lib/run-rollup.js+42
- test/bundler_smoke_tests/lib/run-webpack.js+21
- test/bundler_smoke_tests/lib/utils.js+13
- test/bundler_smoke_tests/rollup-commonjs.config.js+19
- test/bundler_smoke_tests/rollup-pure-esm.config.js+17
- test/bundler_smoke_tests/run-jsdom-tests.js+73
- test/bundler_smoke_tests/src-esm-commonjs/jquery-migrate-require.cjs+5
- test/bundler_smoke_tests/src-esm-commonjs/main.js+10
- test/bundler_smoke_tests/src-pure-esm/main.js+6
- test/bundler_smoke_tests/test.html+11
- test/bundler_smoke_tests/webpack.config.cjs+9
- test/data/core-jquery3.html+1-1
- test/data/event-fixHooks.html-75
- test/data/event-props-concat.html-40
- test/data/event-props.html-55
- test/data/iframeTest.js-5
- test/data/jquery-3.7.1.js+3.6k-2.8k
- test/data/test-utils.js+16-16
- test/data/testinit.js+11-45
- test/index.html+1-4
- test/node_smoke_tests/node_smoke_tests.cjs+2-4
- test/unit/jquery/ajax.js+16-47
- test/unit/jquery/attributes.js+31-101
- test/unit/jquery/core.js+55-137
- test/unit/jquery/css.js+48-78
- test/unit/jquery/data.js+17-96
- test/unit/jquery/deferred.js+22-33
- test/unit/jquery/effects.js+3-54
- test/unit/jquery/event.js+36-111
- test/unit/jquery/manipulation.js+4-26
- test/unit/jquery/offset.js-79
- test/unit/jquery/selector.js+8-10
- test/unit/jquery/serialize.js-58
- test/unit/jquery/traversing.js-10
- test/unit/migrate.js+92-43
- warnings.md+103-187
Submodule jquery-mousewheel updated 23 files
- .git-blame-ignore-revs+2
- .github/workflows/browserstack.yml+8-4
- .gitignore+1
- .release-it.js+33
- ChangeLog.md-147
- README.md+11-22
- build/minify.mjs-37
- build/release/changelog.mjs+175
- build/release/post-release.sh+30
- build/release/pre-release.sh+12
- build/tasks/build.mjs+51
- build/tasks/minify.mjs+39
- eslint.config.mjs+81-63
- jquery.mousewheel.js-241
- jquery.mousewheel.min.js-4
- jtr.yml-5
- package-lock.json+4.8k-773
- package.json+17-12
- src/jquery.mousewheel.js+161
- test/index.html+2-2
- test/manual.html+14-14
- test/scroll.html+1-1
- test/unit.js+49-66
- .eslintignore-4
- .eslintrc.json-21
- .github/workflows/browser-tests.yml+117
- .github/workflows/codeql-analysis.yml+4-4
- .github/workflows/filestash.yml+5-11
- .github/workflows/node.js.yml+9-109
- .gitignore-1
- Gruntfile.js+16-9
- bower.json+4-2
- build/tasks/minify.js+53
- demos/.eslintrc.json-9
- demos/spinner/currency.html+1-1
- demos/spinner/decimal.html+1-1
- demos/spinner/default.html+1-1
- demos/spinner/latlong.html+1-1
- demos/spinner/overflow.html+1-1
- demos/spinner/time.html+1-1
- eslint.config.mjs+162
- external/jquery-4.0.0-rc.1/LICENSE.txt+20
- external/jquery-4.0.0-rc.1/jquery.js+9.7k
- external/jquery-migrate-4.x/LICENSE.txt+36
- external/jquery-migrate-4.x/jquery-migrate.js+1.1k
- external/jquery-mousewheel/LICENSE.txt+17-1
- external/jquery-mousewheel/jquery.mousewheel.js+101-80
- jtr-stable.yml+1
- package-lock.json+4.6k
- package.json+4-3
- tests/.eslintrc.json-26
- tests/lib/bootstrap.js+2
- tests/lib/helper.js+59
- tests/lib/qunit.js+16-8
- tests/lib/testIframe.js+7
- tests/unit/checkboxradio/options.js+1-1
- tests/unit/selectmenu/methods.js+19-2
- tests/unit/spinner/core.js+55-1
- tests/unit/spinner/mousewheel-wheel.html+72
- tests/unit/subsuite.js+1
- tests/unit/tabs/core.js+77
- tests/unit/tabs/tabs.html+29
- ui/.eslintrc.json-42
- ui/effect.js+1-3
- ui/effects/effect-explode.js-2
- ui/widgets/accordion.js-2
- ui/widgets/datepicker.js+5-5
- ui/widgets/progressbar.js-2
- ui/widgets/resizable.js+1-1
- ui/widgets/selectmenu.js-2
- ui/widgets/spinner.js+24-2
- ui/widgets/tabs.js+45-24
0 commit comments