aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Tests: remove code supporting jenkins and testswarmTimmy Willison2024-05-151-1/+0
| | | Close gh-2251
* Core: Update compatible jQuery versionsMichał Gołębiowski-Owczarek2024-05-151-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-preMichał Gołębiowski-Owczarek2024-04-271-1/+1
|
* Build: Updating the main version to 1.13.4-pre.Michał Gołębiowski-Owczarek2024-04-261-1/+1
|
* Docs: Change a few most common domains from HTTP to HTTPSMichał Gołębiowski-Owczarek2024-04-261-5/+5
| | | | | Also, update a few stale URLs to what they redirect now to. Closes gh-2244
* Tests: align test runner with other reposTimmy Willison2024-04-091-0/+1
| | | Close gh-2234
* Build(deps-dev): Bump express from 4.19.1 to 4.19.2dependabot[bot]2024-03-291-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 runnerTimmy Willison2024-03-291-4/+14
| | | | | - add filestash workflow Close gh-2221
* Build: Update dependencies, including QUnit 1 -> 2Michał Gołębiowski-Owczarek2023-05-101-7/+7
| | | | | | Also, fix htmllint lang exclusion patterns. Ref gh-2157
* Build: Test on Node 10, 16 & 18; fix CI in Node <16Michał Gołębiowski-Owczarek2023-05-101-1/+0
| | | | Ref gh-2157
* All: Update JS Foundation mentions to OpenJS FoundationMichał Gołębiowski-Owczarek2022-07-191-1/+1
| | | Closes gh-2104
* Build: Updating the main version to 1.13.3-pre.Michał Gołębiowski-Owczarek2022-07-141-1/+1
|
* Build: Update Grunt to resolve CVE-2022-1537Michał Gołębiowski-Owczarek2022-06-221-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-Owczarek2022-01-201-1/+1
|
* 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