Commit graph

11 commits

Author SHA1 Message Date
libraryupgrader 6141f5d150 build: Updating npm dependencies
* grunt-eslint: 21.0.0 → 22.0.0
* eslint-config-wikimedia: 0.12.0 → 0.15.0
  The following rules are failing and were disabled:
  * brace-style
  * camelcase
  * eqeqeq
  * max-len
  * max-statements-per-line
  * new-cap
  * no-alert
  * no-console
  * no-constant-condition
  * no-dupe-keys
  * no-empty
  * no-implicit-globals
  * no-jquery/no-global-selector
  * no-mixed-spaces-and-tabs
  * no-redeclare
  * no-tabs
  * no-undef
  * no-underscore-dangle
  * no-unused-vars
  * no-use-before-define
  * no-useless-concat
  * one-var
  * valid-jsdoc
  * vars-on-top

Additional changes:
* Added .eslintcache to .gitignore.
* Removing manual reportUnusedDisableDirectives for eslint.

Change-Id: I72c7c4706e0d2930daa60b481310f0ff95aa7408
2020-01-08 03:33:16 +00:00
libraryupgrader 8aacbcd6ca build: Updating grunt-banana-checker to 0.8.1
Additional changes:
* Added .eslintcache to .gitignore.

Change-Id: I22c2102caa51687fdc6af4912559e66d4a367ded
2019-12-14 14:28:29 +00:00
James D. Forrester f4b2c211ab build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint
Change-Id: I7db87611b98322f419b01f4f0ad89500c7e5efdd
2019-05-07 10:23:23 -07:00
James D. Forrester 3ce9e39bc3 build: Install eslint
Change-Id: I61bcee70cf88b63f2d85ba46f2d66a83589cecaa
2019-05-07 10:22:35 -07:00
libraryupgrader a3de713e60 build: Updating npm dependencies for security issues
* Updated grunt to 1.0.3, addressing:
  * https://npmjs.com/advisories/577
  * CVE-2018-3721

Change-Id: I8c26874ef51e6ae867b9b85b26d4ac9f6058e617
2018-10-11 10:18:57 +00:00
James D. Forrester 997e62310f build: Bump devDependencies to latest
grunt                 1.0.1  →  1.0.2
 grunt-banana-checker  0.4.0  →  0.6.0
 grunt-jsonlint        1.0.7  →  1.1.0

Change-Id: Ib21609424faa4d805dcf60bbb7a3628a1ccadb27
2018-02-23 18:23:11 -08:00
Antoine Musso dbcab3a430 build: bump grunt and drop grunt-cli
grunt 1.x now includes a CLI command, hence grunt-cli is no more needed.

Change-Id: I94f0c66236b5f0f12220741276c7fe24a89c65e0
2017-08-01 10:45:34 +02:00
Antoine Musso bfd447d540 build: add grunt-contrib-jshint
See T119973

Change-Id: Ida40b1afec6687dc50d094d965da346675d06f06
2017-04-21 18:24:05 +02:00
Kunal Mehta 5bc1a2a83a build: Updating development dependencies
* grunt-jsonlint: 1.0.4 → 1.0.7

Change-Id: Iee2004208f2ddb4cb6c1547e7ec6326450e240ab
2015-12-29 11:48:00 -08:00
Kunal Mehta a82f97cd93 build: Updating development dependencies
* grunt-banana-checker: 0.2.2 → 0.4.0

Change-Id: I24b959bd25eafde96e4b8dece1111007c275fcf6
2015-10-11 11:55:24 -04:00
Kunal Mehta bb01eca273 build: Configure banana-checker and jsonlint
Change-Id: If67abd47e0ae965fd5d85d97a65191c41bb491a7
2015-06-19 22:07:52 -07:00