Skip to content

Commit

Permalink
Release v0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edg2s authored and jdforrester committed Jun 10, 2024
1 parent d7dcb03 commit b355979
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 18 deletions.
35 changes: 20 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,33 @@
0.28.1 / 2024-06-10
===================
* jquery: Upgrade eslint-plugin-no-jquery to 3.0.0 (James D. Forrester)
* jquery: Raise tested version to 3.7, to match MediaWiki (James D. Forrester)

0.28.0 / 2024-06-03
===================
- [BREAKING CHANGE] Drop claimed Node 16 support (James D. Forrester)
* [BREAKING CHANGE] Drop claimed Node 16 support (James D. Forrester)

* Rule fix: `vue-exports-component-directive`: Prefer `defineComponent()`
* Rule fix: `vue-exports-component-directive`: Make fixable

- common: Disable regex security checks (Ed Sanders)
- language: Move es-x/no-resizable-and-growable-arraybuffers to rules-es5 (Ed Sanders)
- language: Prefer arrow callbacks in ES6 (Ed Sanders)
- jquery: Enable no-extend (allowDeep: true) (Ed Sanders)
* common: Disable regex security checks (Ed Sanders)
* language: Move es-x/no-resizable-and-growable-arraybuffers to rules-es5 (Ed Sanders)
* language: Prefer arrow callbacks in ES6 (Ed Sanders)
* jquery: Enable no-extend (allowDeep: true) (Ed Sanders)

- common: Update eslint-plugin-unicorn to 53.0.0 (James D. Forrester)
- jest: Upgrade eslint-plugin-jest to 28.5.0 (James D. Forrester)
- jsdoc: Update eslint-plugin-jsdoc to 48.2.5 (James D. Forrester)
- json: Update eslint-plugin-json-es to 1.6.0 (James D. Forrester)
- mediawiki: Upgrade browserslist-config-wikimedia dependency to ^0.7.0 (James D. Forrester)
- mediawiki: Upgrade eslint-plugin-mediawiki to 0.7.0 (James D. Forrester)
- mocha: Upgrade eslint-plugin-mocha to 10.4.3 (James D. Forrester)
- node: Upgrade eslint-plugin-n to 17.7.0 (James D. Forrester)
- vue: Upgrade eslint-plugin-vue to 9.26.0 (James D. Forrester)
- yaml: Upgrade eslint-plugin-yml to 1.14.0 (James D. Forrester)
* common: Update eslint-plugin-unicorn to 53.0.0 (James D. Forrester)
* jest: Upgrade eslint-plugin-jest to 28.5.0 (James D. Forrester)
* jsdoc: Update eslint-plugin-jsdoc to 48.2.5 (James D. Forrester)
* json: Update eslint-plugin-json-es to 1.6.0 (James D. Forrester)
* mediawiki: Upgrade browserslist-config-wikimedia dependency to ^0.7.0 (James D. Forrester)
* mediawiki: Upgrade eslint-plugin-mediawiki to 0.7.0 (James D. Forrester)
* mocha: Upgrade eslint-plugin-mocha to 10.4.3 (James D. Forrester)
* node: Upgrade eslint-plugin-n to 17.7.0 (James D. Forrester)
* vue: Upgrade eslint-plugin-vue to 9.26.0 (James D. Forrester)
* yaml: Upgrade eslint-plugin-yml to 1.14.0 (James D. Forrester)

0.27.0 / 2024-03-29
===================
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-wikimedia",
"version": "0.28.0",
"version": "0.28.1",
"description": "ESLint config following Wikimedia code conventions.",
"main": "common.json",
"scripts": {
Expand Down

0 comments on commit b355979

Please sign in to comment.