Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.28.1 #585

Merged
merged 1 commit into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading