Skip to content

Commit

Permalink
This removes grunt and grunt dependencies. There are no longer any
Browse files Browse the repository at this point in the history
tasks used in development and builds.

Closes elastic#85341
  • Loading branch information
jbudz committed Jul 21, 2021
1 parent a6af9d5 commit 90aabc2
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 382 deletions.
33 changes: 0 additions & 33 deletions Gruntfile.js

This file was deleted.

5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
"**/hoist-non-react-statics": "^3.3.2",
"**/isomorphic-fetch/node-fetch": "^2.6.1",
"**/istanbul-instrumenter-loader/schema-utils": "1.0.0",
"**/load-grunt-config/lodash": "^4.17.21",
"**/minimist": "^1.2.5",
"**/node-jose/node-forge": "^0.10.0",
"**/pdfkit/crypto-js": "4.0.0",
Expand Down Expand Up @@ -737,9 +736,6 @@
"form-data": "^4.0.0",
"geckodriver": "^1.22.2",
"glob-watcher": "5.0.3",
"grunt": "1.3.0",
"grunt-available-tasks": "^0.6.3",
"grunt-peg": "^2.0.1",
"gulp": "4.0.2",
"gulp-babel": "^8.0.0",
"gulp-sourcemaps": "2.6.5",
Expand Down Expand Up @@ -773,7 +769,6 @@
"license-checker": "^16.0.0",
"listr": "^0.14.1",
"lmdb-store": "^1.2.4",
"load-grunt-config": "^3.0.1",
"marge": "^1.0.1",
"micromatch": "3.1.10",
"minimist": "^1.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ A package should follow the pattern of having `.test.js` files as siblings of th

A package using the `.test.js` naming convention will have those tests automatically picked up by Jest and run by the unit test runner, currently mapped to the Kibana `test` script in the root `package.json`.

* `yarn test` or `yarn grunt test` runs all unit tests.
* `yarn test` runs all unit tests.
* `yarn jest` runs all Jest tests in Kibana.

In order for the plugin or package to use Jest, a jest.config.js file must be present in it's root. However, there are safeguards for this in CI should a test file be added without a corresponding config file.
Expand Down
24 changes: 0 additions & 24 deletions tasks/config/availabletasks.js

This file was deleted.

14 changes: 0 additions & 14 deletions tasks/config/peg.js

This file was deleted.

Loading

0 comments on commit 90aabc2

Please sign in to comment.