moodle/.grunt/tasks
Andrew Nicols 484da7c0e8
MDL-79003 js: Bump stylelint and components
Stylelint 15 deprecates a heap of rules which will be removed in 16.

We can't use 16 because it's ESM and requires a big restructure of our
build process.

We can temporarily silence the deprecations and then when we update our
build tooling we can make use of @stylistic/stylelint-plugin to add the
rules back.

This commit:
- bumps stylelint and related dependencies accordingly
- fixes issues identified with newer sniffs
- temporarily silences deprecation warnings
2024-01-30 12:19:53 +08:00
..
componentlibrary.js MDL-77748 grunt: fix Windows compatibility 2023-03-26 13:33:05 +02:00
eslint.js
gherkinlint.js MDL-61460 Grunt: Make startup tasks configurable by tasks 2021-07-08 09:51:02 +08:00
ignorefiles.js MDL-76727 core: Allow phpcs configuration to be overridden locally 2022-12-20 09:34:47 +08:00
javascript.js MDL-79003 js: Move rollup ratelimit to generateBundle 2024-01-30 12:19:53 +08:00
jsconfig.js MDL-75783 javascript: Add optional jsconfig configuration 2022-10-18 09:33:04 +08:00
jsdoc.js MDL-79003 js: Use our own jsdoc wrapper 2024-01-30 12:19:51 +08:00
sass.js MDL-73144 core: switch to Dart sass 2023-03-10 16:25:17 +01:00
shifter.js
startup.js MDL-61460 Grunt: Make startup tasks configurable by tasks 2021-07-08 09:51:02 +08:00
style.js MDL-61460 Grunt: Make startup tasks configurable by tasks 2021-07-08 09:51:02 +08:00
stylelint.js MDL-79003 js: Bump stylelint and components 2024-01-30 12:19:53 +08:00
upgradablelibs.js MDL-76802 core: Create a grunt task to get upgradable libs 2023-03-13 11:53:23 +01:00
watch.js