Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2022

Bumps eslint-config-wikimedia from 0.16.2 to 0.22.1.

Release notes

Sourced from eslint-config-wikimedia's releases.

0.22.1 / 2022-02-08

  • vue: Update for new rules in eslint-plugin-vue 8.4.1 (Roan Kattouw)

  • build: Add missing yaml.json to package files (Ed Sanders)
  • tests: Check that all files are included in package.json's files list (Ed Sanders)

0.22.0 / 2022-02-07

  • Update ESLint to 8.6.0 (Ed Sanders)

  • common: Add eslint-plugin-yml to lint YAML files (Petr Pchelko)
  • common: Disable no-use-before-define for functions (Ed Sanders)
  • common: Update eslint-plugin-unicorn to 40.1.0 (Ed Sanders)
  • jsdoc: Update eslint-plgin-jsdoc to 37.7.1 (Ed Sanders)
  • mediawiki: Update eslint-plugin-compat to 4.0.2 (Ed Sanders)
  • qunit: Update eslint-plugin-qunit to 7.2.0 (Ed Sanders)
  • vue: Enforce component-name-in-template-casing (Roan Kattouw)
  • vue: Update eslint-plugin-vue to 8.4.1 (Roan Kattouw)

  • tests: Add test to show that YAML delibrately enforces max-len

0.21.0 / 2021-10-28

  • Update ESLint to 7.32 (Ed Sanders)
  • Drop Node 10 support (Ed Sanders)

  • client-es6: De-deduplicate comment in client-es6/valid.js (Ed Sanders)
  • client: Enable unicorn/no-invalid-remove-event-listener (Ed Sanders)
  • common/es6: Enable 5 rules from eslint-plugin-unicorn (Ed Sanders)
  • common: Remove unicorn/no-useless-undefined (Ed Sanders)
  • common: Consider variable hoisting when enforcing no-shadow (Ed Sanders)
  • common: Remove no-multi-str rule (Timo Tijhof)
  • common: Fix eslint comment exception in max-len (Ed Sanders)
  • es2018: Enable unicorn/no-useless-fallback-in-spread (Ed Sanders)
  • jquery: Update eslint-plugin-no-jquery to 2.7.0 (Ed Sanders)
  • jsdoc: Update eslint-plugin-jsdoc to 37.0.3 (Ed Sanders)
  • json: Update eslint-plugin-json-es to 1.5.4
  • mediawiki: Allow long message keys in comments (Ed Sanders)
  • mediawiki: Update eslint-plugin-compat to 3.13.0 (Ed Sanders)
  • mediawiki: Update eslint-plugin-mediawiki to 0.3.0 (Ed Sanders)
  • mocha: Update eslint-plugin-mocha to 9.0.0 (Ed Sanders)
  • qunit: Update eslint-plugin-qunit to 7.0.0 (Ed Sanders)
  • qunit: Enable qunit/no-assert-ok (Ed Sanders)
  • qunit: Replace various rules with no-loose-assertions (Ed Sanders)
  • selenium: Update eslint-plugin-wdio to 7.4.2 (Ed Sanders)
  • server: Improve test coverage (Ed Sanders)
  • unicorn: Update eslint-plugin-unicorn to 36.0.0 (Ed Sanders)
  • vue: Allow boolean props to default to false (Roan Kattouw)

... (truncated)

Changelog

Sourced from eslint-config-wikimedia's changelog.

0.22.1 / 2022-02-08

  • vue: Update for new rules in eslint-plugin-vue 8.4.1 (Roan Kattouw)

  • build: Add missing yaml.json to package files (Ed Sanders)
  • tests: Check that all files are included in package.json's files list (Ed Sanders)

0.22.0 / 2022-02-07

  • Update ESLint to 8.6.0 (Ed Sanders)

  • common: Add eslint-plugin-yml to lint YAML files (Petr Pchelko)
  • common: Disable no-use-before-define for functions (Ed Sanders)
  • common: Update eslint-plugin-unicorn to 40.1.0 (Ed Sanders)
  • jsdoc: Update eslint-plgin-jsdoc to 37.7.1 (Ed Sanders)
  • mediawiki: Update eslint-plugin-compat to 4.0.2 (Ed Sanders)
  • qunit: Update eslint-plugin-qunit to 7.2.0 (Ed Sanders)
  • vue: Enforce component-name-in-template-casing (Roan Kattouw)
  • vue: Update eslint-plugin-vue to 8.4.1 (Roan Kattouw)

  • tests: Add test to show that YAML delibrately enforces max-len

0.21.0 / 2021-10-28

  • Update ESLint to 7.32 (Ed Sanders)
  • Drop Node 10 support (Ed Sanders)

  • client-es6: De-deduplicate comment in client-es6/valid.js (Ed Sanders)
  • client: Enable unicorn/no-invalid-remove-event-listener (Ed Sanders)
  • common/es6: Enable 5 rules from eslint-plugin-unicorn (Ed Sanders)
  • common: Remove unicorn/no-useless-undefined (Ed Sanders)
  • common: Consider variable hoisting when enforcing no-shadow (Ed Sanders)
  • common: Remove no-multi-str rule (Timo Tijhof)
  • common: Fix eslint comment exception in max-len (Ed Sanders)
  • es2018: Enable unicorn/no-useless-fallback-in-spread (Ed Sanders)
  • jquery: Update eslint-plugin-no-jquery to 2.7.0 (Ed Sanders)
  • jsdoc: Update eslint-plugin-jsdoc to 37.0.3 (Ed Sanders)
  • json: Update eslint-plugin-json-es to 1.5.4
  • mediawiki: Allow long message keys in comments (Ed Sanders)
  • mediawiki: Update eslint-plugin-compat to 3.13.0 (Ed Sanders)
  • mediawiki: Update eslint-plugin-mediawiki to 0.3.0 (Ed Sanders)
  • mocha: Update eslint-plugin-mocha to 9.0.0 (Ed Sanders)
  • qunit: Update eslint-plugin-qunit to 7.0.0 (Ed Sanders)

... (truncated)

Commits
  • d761103 Release v0.22.1 (#447)
  • 54c4622 tests: Check that all files are included in package.json's files list (#446)
  • 32cdb90 build: Add missing yaml.json to package files (#445)
  • 9f7c7e5 vue: Update for new rules in eslint-plugin-vue 8.4.1
  • b05f580 Release v0.22.0 (#443)
  • d98cb8e yaml: Update eslint-plugin-yaml to 0.13.0 (#442)
  • b48b489 vue: Update eslint-plugin-vue to 8.4.1 (#441)
  • 9a379e4 common: Update eslint-plugin-unicorn to 40.1.0 (#440)
  • 3730dbc jsdoc: Update eslint-plugin-jsdoc to 37.7.1 (#439)
  • 0e7d365 mediawiki: Update eslint-plugin-compat to 4.0.2 (#438)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [eslint-config-wikimedia](https://github.com/wikimedia/eslint-config-wikimedia) from 0.16.2 to 0.22.1.
- [Release notes](https://github.com/wikimedia/eslint-config-wikimedia/releases)
- [Changelog](https://github.com/wikimedia/eslint-config-wikimedia/blob/master/CHANGELOG.md)
- [Commits](wikimedia/eslint-config-wikimedia@v0.16.2...v0.22.1)

---
updated-dependencies:
- dependency-name: eslint-config-wikimedia
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 10, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2022

Superseded by #139.

@dependabot dependabot bot closed this Aug 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-config-wikimedia-0.22.1 branch August 1, 2022 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant