build: Updating browserslist to 4.16.6

* https://npmjs.com/advisories/1747 (CVE-2021-23364)

Change-Id: Id24db33314062bf1ebb324a160199a75ea8a5071
1 file changed
tree: 523029fb478c9f9aae3428099456efa59d9cc920
  1. .eslintignore
  2. .eslintrc.json
  3. .gitignore
  4. .gitreview
  5. .phan/
  6. .phpcs.xml
  7. .storybook/
  8. .stylelintignore
  9. .stylelintrc.json
  10. .svgo.yml
  11. CODE_OF_CONDUCT.md
  12. COPYING
  13. Doxyfile
  14. README.md
  15. bundlesize.config.json
  16. composer.json
  17. dev-scripts/
  18. hooks.txt
  19. i18n/
  20. includes/
  21. jsdoc.json
  22. package-lock.json
  23. package.json
  24. resources/
  25. screenshots/
  26. skin.json
  27. skinStyles/
  28. stories/
  29. tests/
  30. tsconfig.json
  31. variables.less
README.md

Vector Skin

Installation

See https://www.mediawiki.org/wiki/Skin:Vector.

Configuration options

See skin.json.

Development

Coding conventions

We strive for compliance with MediaWiki conventions:

https://www.mediawiki.org/wiki/Manual:Coding_conventions

Additions and deviations from those conventions that are more tailored to this project are noted at:

https://www.mediawiki.org/wiki/Reading/Web/Coding_conventions

URL query parameters

Skin preferences

Vector defines skin-specific user preferences. These are exposed on Special:Preferences when the VectorShowSkinPreferences configuration is enabled. The user's preference state for skin preferences is used for skin previews and any other operation unless specified otherwise.

Version

Vector defines a "version" preference to enable users who prefer the December 2019 version of Vector to continue to do so without any visible changes. This version is called "Legacy Vector." The related preference defaults are configurable via the configurations prefixed with VectorDefaultSkinVersion. Version preference and configuration may be overridden by the useskinversion URL query parameter.

Hooks

See hooks.txt.