aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* 1.13.11.13.1Michał Gołębiowski-Owczarek2022-01-201-2/+2
|
* Build: Update some npm dependenciesMichał Gołębiowski-Owczarek2022-01-201-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 GitHubMichał Gołębiowski-Owczarek2021-10-071-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-Owczarek2021-10-071-1/+1
|
* Build: Update npm dependenciesMichał Gołębiowski-Owczarek2021-09-021-6/+6
|
* Build: Migrate from JSHint & JSCS to ESLintMichał Gołębiowski-Owczarek2021-06-071-2/+2
| | | | | Fixes #15393 Closes gh-1958
* Build: Rename the primary branch `master` to `main`Michał Gołębiowski-Owczarek2021-02-191-1/+1
| | | Closes gh-1944
* Build: Update grunt-contrib-qunit version from 1.0.1 to 4.0.0sakshi872020-10-211-1/+1
| | | Closes gh-1894
* Build: Update to the latest version of Grunt & many other packagesMicah Miller2020-10-141-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 maintainersFelix Nagel2020-08-111-5/+0
|
* All: Drop support for jQuery 1.7Michał Gołębiowski-Owczarek2020-07-221-1/+1
| | | Closes gh-1923
* Build: Update the version from 1.12.2-pre to 1.13.0-preMichał Gołębiowski-Owczarek2020-07-221-1/+1
| | | Closes gh-1921
* Build: Add jQuery as explicit dependency, with min and max rangeJörn Zaefferer2017-01-251-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ález2016-09-141-1/+1
|
* Build: Updating the master version to 1.12.1-pre.Jörn Zaefferer2016-07-081-1/+1
|
* Build: Add grunt-cli to devDependencies, don't install it globallyMichał Gołębiowski2016-05-251-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.0Scott González2016-02-241-1/+1
| | | | Closes gh-1680
* Revert "Build: Upgrade grunt-html to 6.0.0"Scott González2016-02-091-1/+1
| | | | | | This reverts commit f9e07a374cc912e85a3d7d97281c1c5438fa1a43. Travis doesn't support Java v1.8 yet.
* Build: Upgrade commitplease to 2.3.0Scott González2016-02-091-1/+1
| | | | Closes gh-1670
* Build: Upgrade rimraf to 2.5.1Scott González2016-02-091-1/+1
| | | | Ref gh-1670
* Build: Upgrade load-grunt-tasks to 3.4.0Scott González2016-02-091-1/+1
| | | | Ref gh-1670
* Build: Upgrade grunt-html to 6.0.0Scott González2016-02-091-1/+1
| | | | Ref gh-1670
* Build: Upgrade grunt-git-authors to 3.1.0Scott González2016-02-091-1/+1
| | | | Ref gh-1670
* Build: Remove grunt-esformatterScott González2016-02-091-1/+0
| | | | Ref gh-1670
* Build: Upgrade grunt-contrib-uglify to 0.11.1Scott González2016-02-091-1/+1
| | | | Ref gh-1670
* Build: Upgrade grunt-contrib-qunit to 1.0.1Scott González2016-02-091-1/+1
| | | | Ref gh-1670
* Build: Upgrade grunt-contrib-jshint to 0.12.0Scott González2016-02-091-1/+1
| | | | Ref gh-1670
* Build: Upgrade grunt-csslint to 0.5.0Scott González2016-02-091-1/+1
| | | | Ref gh-1670
* Build: Upgrade grunt-bowercopy to 1.2.4Scott González2016-02-091-1/+1
| | | | Ref gh-1670
* Build: Upgrade grunt to 0.4.5Scott González2016-02-091-1/+1
| | | | Ref gh-1670
* Build: Update bugs URLScott González2015-12-081-1/+1
|
* Build: Fix requirejs task and add CSS concat task back inScott González2015-10-171-0/+1
|
* Build: Add main entry for webpack support; actual value doesn't matterJörn Zaefferer2015-09-241-0/+1
| | | | | Fixes #14375 Closes gh-1600
* Build: bump jscs versionAlexander Schmitz2015-09-111-1/+1
|
* Build: remove dependency on grunt-contrib-concatAlexander Schmitz2015-08-081-1/+0
|
* Build: Add requirejs build taskAlexander Schmitz2015-08-081-0/+1
| | | | | This more closely emulates what you get from the builder in terms of file order it also will error on any dependency issues.
* Build: Update the licenses attribute to singular licenseJörn Zaefferer2015-07-241-6/+1
| | | | | Specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license
* Tests: Change test infrastructure to use AMD and reduce boilerplateScott González2015-04-091-1/+1
| | | | | | | | | | | Ref #10119 Ref gh-1528 * Adds RequireJS and relies on AMD for loading dependencies. * Updates to grunt-contrib-qunit 0.6.0. * Convert `domEqual()` to a proper QUnit assertion. * Introduces two bootstrap files (JS and CSS) which use `data-` attributes to reduce the amount of boilerplate needed in each test
* Build: Increase htmllint coverage by testing all files, ignoring errorsJörn Zaefferer2015-03-181-1/+1
| | | | | | Also formats jscsBad array and sorts it alphabetically. Closes gh-1507
* Build: Update grunt-jscs to latest, use exceptions to improve coverageJörn Zaefferer2015-03-181-1/+1
| | | | Closes gh-1506
* Build: Update list of maintainersScott González2015-01-141-10/+5
|
* Build: Upgrade to grunt-git-authors 2.0.0 and add update-authors taskScott González2014-10-241-1/+1
| | | | Closes gh-1378
* Build: Upgrade to commitplease 2.0.0Jörn Zaefferer2014-10-221-1/+1
| | | | | commitplease now accepts "[tmp]:" and similar to temporary commits, useful while updating pull requests that are squashed later.
* Build: Update version to 1.12.0-preScott González2014-10-161-1/+1
|
* Build: Updating the master version to 1.11.3-pre.Scott González2014-10-161-1/+1
|
* Build: Update jscs and fix some code style issuesJörn Zaefferer2014-08-141-1/+1
| | | | | | Disables the checks for casing and line length, since those need a lot more effort to address. For variable naming the fix isn't obvious to me. There's way too many lines over 100 chars.
* Build: Updating the master version to 1.11.2-pre.Jörn Zaefferer2014-08-131-1/+1
|
* Build: Update licenseScott González2014-06-271-1/+1
| | | | Closes gh-1257
* Build: Updating the master version to 1.11.1-pre.Jörn Zaefferer2014-06-261-1/+1
|
* Build: Upgrade to grunt-bowercopy 1.1.0Scott González2014-06-241-1/+1
| | | | Ref gh-1266