Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Update ESLint to v9, migrate to flat config, lint dist files | Michał Gołębiowski-Owczarek | 2025-03-03 | 1 | -1/+2 |
| | | | | | Dist files linting is limited to checking if they're proper ES5. Closes gh-2336 | ||||
* | Build: Switch from UglifyJS to SWC minify, make the minified file ES5 | Michał Gołębiowski-Owczarek | 2025-03-03 | 1 | -1/+1 |
| | | | | | | | | | More recent UglifyJS versions have started converting regular functions to arrow ones, making ES5 source file migrated to a ES2015+ minified one. We want to avoid that even in 1.14.x as long as we keep the source file in ES5. Closes gh-2335 Ref mishoo/UglifyJS#5967 Ref jquery/download.jqueryui.com#629 | ||||
* | Build: Upgrade jtr to 0.2.5 | Timmy Willison | 2025-02-18 | 1 | -1/+1 |
| | | | Closes gh-2332 | ||||
* | Tests: Migrate test runner to jquery-test-runner | Timmy Willison | 2025-01-14 | 1 | -12/+5 |
| | | | Closes gh-2325 | ||||
* | Build: Updating the main version to 1.14.2-pre. | Michał Gołębiowski-Owczarek | 2024-10-30 | 1 | -1/+1 |
| | |||||
* | Build: Update a few dependencies, drop `grunt-cli` | Michał Gołębiowski-Owczarek | 2024-10-30 | 1 | -5/+4 |
| | | | | | | | `grunt` already contains the needed binary, no need for `grunt-cli` anymore. Update `download.jqueryui.com` as well. Closes gh-2311 | ||||
* | Build: Bump express from 4.19.2 to 4.20.0 | dependabot[bot] | 2024-10-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.19.2...4.20.0) Closes gh-2293 --- updated-dependencies: - dependency-name: express dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
* | Build: Bump body-parser from 1.20.2 to 1.20.3 | dependabot[bot] | 2024-10-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.2 to 1.20.3. - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3) Closes gh-2294 --- updated-dependencies: - dependency-name: body-parser dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
* | Build: Updating the main version to 1.14.1-pre. | Michał Gołębiowski-Owczarek | 2024-08-05 | 1 | -1/+1 |
| | |||||
* | Tests: remove code supporting jenkins and testswarm | Timmy Willison | 2024-05-15 | 1 | -1/+0 |
| | | | Close gh-2251 | ||||
* | Core: Update compatible jQuery versions | Michał Gołębiowski-Owczarek | 2024-05-15 | 1 | -1/+1 |
| | | | | Instead of `>=1.8.0 <4.0.0`, specify `>=1.12.0 <5.0.0`. | ||||
* | Build: Updating the main version to 1.14.0-pre | Michał Gołębiowski-Owczarek | 2024-04-27 | 1 | -1/+1 |
| | |||||
* | Build: Updating the main version to 1.13.4-pre. | Michał Gołębiowski-Owczarek | 2024-04-26 | 1 | -1/+1 |
| | |||||
* | Docs: Change a few most common domains from HTTP to HTTPS | Michał Gołębiowski-Owczarek | 2024-04-26 | 1 | -5/+5 |
| | | | | | Also, update a few stale URLs to what they redirect now to. Closes gh-2244 | ||||
* | Tests: align test runner with other repos | Timmy Willison | 2024-04-09 | 1 | -0/+1 |
| | | | Close gh-2234 | ||||
* | Build(deps-dev): Bump express from 4.19.1 to 4.19.2 | dependabot[bot] | 2024-03-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Bumps [express](https://github.com/expressjs/express) from 4.19.1 to 4.19.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.19.1...4.19.2) Closes gh-2223 --- updated-dependencies: - dependency-name: express dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
* | Tests: replace grunt-contrib-qunit with jQuery test runner | Timmy Willison | 2024-03-29 | 1 | -4/+14 |
| | | | | | - add filestash workflow Close gh-2221 | ||||
* | Build: Update dependencies, including QUnit 1 -> 2 | Michał Gołębiowski-Owczarek | 2023-05-10 | 1 | -7/+7 |
| | | | | | | Also, fix htmllint lang exclusion patterns. Ref gh-2157 | ||||
* | Build: Test on Node 10, 16 & 18; fix CI in Node <16 | Michał Gołębiowski-Owczarek | 2023-05-10 | 1 | -1/+0 |
| | | | | Ref gh-2157 | ||||
* | All: Update JS Foundation mentions to OpenJS Foundation | Michał Gołębiowski-Owczarek | 2022-07-19 | 1 | -1/+1 |
| | | | Closes gh-2104 | ||||
* | Build: Updating the main version to 1.13.3-pre. | Michał Gołębiowski-Owczarek | 2022-07-14 | 1 | -1/+1 |
| | |||||
* | Build: Update Grunt to resolve CVE-2022-1537 | Michał Gołębiowski-Owczarek | 2022-06-22 | 1 | -1/+1 |
| | | | | | | | More details: https://github.com/advisories/GHSA-rm36-94g8-835r Fixes gh-2090 Closes gh-2091 | ||||
* | Build: Updating the main version to 1.13.2-pre. | Michał Gołębiowski-Owczarek | 2022-01-20 | 1 | -1/+1 |
| | |||||
* | Build: Update some npm dependencies | Michał Gołębiowski-Owczarek | 2022-01-20 | 1 | -2/+2 |
| | | | | | | Unfortunately, we cannot update all of them to their latest versions as some of them now require Node.js 12 and we need to be able to build on Node 10 as that's what our Jenkins runs. | ||||
* | Docs: Update the bug tracker from bugs.jqueryui.com to GitHub | Michał Gołębiowski-Owczarek | 2021-10-07 | 1 | -1/+3 |
| | | | | | | Also, remove the Weekly Meetings section from README as the meetings are no longer happening. Closes gh-1972 | ||||
* | Build: Updating the main version to 1.13.1-pre. | Michał Gołębiowski-Owczarek | 2021-10-07 | 1 | -1/+1 |
| | |||||
* | Build: Update npm dependencies | Michał Gołębiowski-Owczarek | 2021-09-02 | 1 | -6/+6 |
| | |||||
* | Build: Migrate from JSHint & JSCS to ESLint | Michał Gołębiowski-Owczarek | 2021-06-07 | 1 | -2/+2 |
| | | | | | Fixes #15393 Closes gh-1958 | ||||
* | Build: Rename the primary branch `master` to `main` | Michał Gołębiowski-Owczarek | 2021-02-19 | 1 | -1/+1 |
| | | | Closes gh-1944 | ||||
* | Build: Update grunt-contrib-qunit version from 1.0.1 to 4.0.0 | sakshi87 | 2020-10-21 | 1 | -1/+1 |
| | | | Closes gh-1894 | ||||
* | Build: Update to the latest version of Grunt & many other packages | Micah Miller | 2020-10-14 | 1 | -14/+15 |
| | | | | | | | | JSHint, JSCS & QUnit-related packages are not updated as they need more code adjustments. Fixes #15112 Closes gh-1882 | ||||
* | Package: Remove Scott González from maintainers | Felix Nagel | 2020-08-11 | 1 | -5/+0 |
| | |||||
* | All: Drop support for jQuery 1.7 | Michał Gołębiowski-Owczarek | 2020-07-22 | 1 | -1/+1 |
| | | | Closes gh-1923 | ||||
* | Build: Update the version from 1.12.2-pre to 1.13.0-pre | Michał Gołębiowski-Owczarek | 2020-07-22 | 1 | -1/+1 |
| | | | Closes gh-1921 | ||||
* | Build: Add jQuery as explicit dependency, with min and max range | Jörn Zaefferer | 2017-01-25 | 1 | -1/+3 |
| | | | | | | | 1.7.0 is our minimum supported version, 3.x.x our maximum. Closes gh-1779 Closes gh-1790 | ||||
* | Build: Updating the master version to 1.12.2-pre. | Scott González | 2016-09-14 | 1 | -1/+1 |
| | |||||
* | Build: Updating the master version to 1.12.1-pre. | Jörn Zaefferer | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Build: Add grunt-cli to devDependencies, don't install it globally | Michał Gołębiowski | 2016-05-25 | 1 | -0/+1 |
| | | | | | | | This makes it possible to use Grunt without installing grunt-cli globally which makes the whole process more resilient. Ref gh-1706 | ||||
* | Build: Upgrade to grunt-html 6.0.0 | Scott González | 2016-02-24 | 1 | -1/+1 |
| | | | | Closes gh-1680 | ||||
* | Revert "Build: Upgrade grunt-html to 6.0.0" | Scott González | 2016-02-09 | 1 | -1/+1 |
| | | | | | | This reverts commit f9e07a374cc912e85a3d7d97281c1c5438fa1a43. Travis doesn't support Java v1.8 yet. | ||||
* | Build: Upgrade commitplease to 2.3.0 | Scott González | 2016-02-09 | 1 | -1/+1 |
| | | | | Closes gh-1670 | ||||
* | Build: Upgrade rimraf to 2.5.1 | Scott González | 2016-02-09 | 1 | -1/+1 |
| | | | | Ref gh-1670 | ||||
* | Build: Upgrade load-grunt-tasks to 3.4.0 | Scott González | 2016-02-09 | 1 | -1/+1 |
| | | | | Ref gh-1670 | ||||
* | Build: Upgrade grunt-html to 6.0.0 | Scott González | 2016-02-09 | 1 | -1/+1 |
| | | | | Ref gh-1670 | ||||
* | Build: Upgrade grunt-git-authors to 3.1.0 | Scott González | 2016-02-09 | 1 | -1/+1 |
| | | | | Ref gh-1670 | ||||
* | Build: Remove grunt-esformatter | Scott González | 2016-02-09 | 1 | -1/+0 |
| | | | | Ref gh-1670 | ||||
* | Build: Upgrade grunt-contrib-uglify to 0.11.1 | Scott González | 2016-02-09 | 1 | -1/+1 |
| | | | | Ref gh-1670 | ||||
* | Build: Upgrade grunt-contrib-qunit to 1.0.1 | Scott González | 2016-02-09 | 1 | -1/+1 |
| | | | | Ref gh-1670 | ||||
* | Build: Upgrade grunt-contrib-jshint to 0.12.0 | Scott González | 2016-02-09 | 1 | -1/+1 |
| | | | | Ref gh-1670 | ||||
* | Build: Upgrade grunt-csslint to 0.5.0 | Scott González | 2016-02-09 | 1 | -1/+1 |
| | | | | Ref gh-1670 |