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

build(deps-dev): bump eslint-config-wikimedia from 0.25.1 to 0.26.0 #39

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Bumps eslint-config-wikimedia from 0.25.1 to 0.26.0.

Release notes

Sourced from eslint-config-wikimedia's releases.

0.26.0 / 2023-11-14

  • Update ESLint to 8.53.0 (Ed Sanders)

  • client-es6: Require empty line between ES6 class members (Bartosz Dziewoński)
  • common: Remove allowSingleLine exception from brace-style (Ed Sanders)
  • vue: Update eslint-plugin-vue to 9.18.1 (James D. Forrester; Ed Sanders)
    • vue3/common:
      • Add vue/no-child-content rule
      • Add vue/no-expose-after-await rule
      • Add vue/no-reserved-component-names rule
      • Add vue/no-use-computed-property-like-method rule
      • Add vue/no-v-text-v-html-on-component rule
      • Add vue/prefer-import-from-vue rule
      • Add vue/valid-attribute-name rule
    • vue2/common:
      • Add vue/no-child-content rule
      • Add vue/no-reserved-component-names rule
      • Add vue/no-use-computed-property-like-method rule
      • Add vue/no-v-text-v-html-on-component rule
      • Add vue/valid-attribute-name rule
      • Add vue/valid-model-definition rule
      • Add vue/no-export-in-script-setup rule
      • Add vue/no-ref-as-operand rule
      • Add vue/no-setup-props-destructure rule
      • Add vue/return-in-emits-validator rule
      • Add vue/valid-define-emits rule
      • Add vue/valid-define-props rule
  • common: Update eslint-plugin-unicorn to 47.0.0 (James D. Forrester)
  • yaml: Update eslint-plugin-yml from 0.14.0 to 1.10.0 (James D. Forrester; Ed Sanders)
  • mocha: Update eslint-plugin-mocha from 9.0.0 to 10.2.0 (James D. Forrester)
    • Add mocha/no-empty-description rule
  • qunit: Update eslint-plugin-qunit from 7.3.0 to 7.3.4 (James D. Forrester)
  • language: Update eslint-plugin-es-x from 5.2.1 to 7.3.0 (James D. Forrester)
    • Update server to apply es-x/no-hashbang alongside node/shebang
  • common: Require spaces in template-curly-spacing (Ed Sanders)
  • jest: Create a 'jest' shared config (Ed Sanders)
  • Node: Migrate from eslint-plugin-node to eslint-plugin-n (Ed Sanders)
  • qunit: Allow the variable hooks to be shadowed (Ed Sanders)
  • jsdoc: add @ignore, @internal and @stable as definedTags (MusikAnimal)
  • Rename shared configs by grouping in folders (Ed Sanders)
  • jsdoc: Update eslint-plugin-jsdoc to 42.0.0 (Ed Sanders)
    • Add jsdoc/no-blank-block-descriptions rule
  • jest: Update eslint-plugin-jest to 27.6.0 (Ed Sanders)
  • common: Update eslint-plugin-yml to 1.10.0 (Ed Sanders)

  • build: Fix some but not all word-wrap and semver CVE issues (James D. Forrester)
  • README: Drop old Travis-CI tag (James D. Forrester)
  • tests: Assert that valid fixtures contain no disables (Ed Sanders)

... (truncated)

Changelog

Sourced from eslint-config-wikimedia's changelog.

0.26.0 / 2023-11-14

  • Update ESLint to 8.53.0 (Ed Sanders)

  • client-es6: Require empty line between ES6 class members (Bartosz Dziewoński)
  • common: Remove allowSingleLine exception from brace-style (Ed Sanders)
  • vue: Update eslint-plugin-vue to 9.18.1 (James D. Forrester; Ed Sanders)
    • vue3/common:
      • Add vue/no-child-content rule
      • Add vue/no-expose-after-await rule
      • Add vue/no-reserved-component-names rule
      • Add vue/no-use-computed-property-like-method rule
      • Add vue/no-v-text-v-html-on-component rule
      • Add vue/prefer-import-from-vue rule
      • Add vue/valid-attribute-name rule
    • vue2/common:
      • Add vue/no-child-content rule
      • Add vue/no-reserved-component-names rule
      • Add vue/no-use-computed-property-like-method rule
      • Add vue/no-v-text-v-html-on-component rule
      • Add vue/valid-attribute-name rule
      • Add vue/valid-model-definition rule
      • Add vue/no-export-in-script-setup rule
      • Add vue/no-ref-as-operand rule
      • Add vue/no-setup-props-destructure rule
      • Add vue/return-in-emits-validator rule
      • Add vue/valid-define-emits rule
      • Add vue/valid-define-props rule
  • common: Update eslint-plugin-unicorn to 47.0.0 (James D. Forrester)
  • yaml: Update eslint-plugin-yml from 0.14.0 to 1.10.0 (James D. Forrester; Ed Sanders)
  • mocha: Update eslint-plugin-mocha from 9.0.0 to 10.2.0 (James D. Forrester)
    • Add mocha/no-empty-description rule
  • qunit: Update eslint-plugin-qunit from 7.3.0 to 7.3.4 (James D. Forrester)
  • language: Update eslint-plugin-es-x from 5.2.1 to 7.3.0 (James D. Forrester)
    • Update server to apply es-x/no-hashbang alongside node/shebang
  • common: Require spaces in template-curly-spacing (Ed Sanders)
  • jest: Create a 'jest' shared config (Ed Sanders)
  • Node: Migrate from eslint-plugin-node to eslint-plugin-n (Ed Sanders)
  • qunit: Allow the variable hooks to be shadowed (Ed Sanders)
  • jsdoc: add @ignore, @internal and @stable as definedTags (MusikAnimal)
  • Rename shared configs by grouping in folders (Ed Sanders)
  • jsdoc: Update eslint-plugin-jsdoc to 42.0.0 (Ed Sanders)
    • Add jsdoc/no-blank-block-descriptions rule
  • jest: Update eslint-plugin-jest to 27.6.0 (Ed Sanders)
  • common: Update eslint-plugin-yml to 1.10.0 (Ed Sanders)

  • build: Fix some but not all word-wrap and semver CVE issues (James D. Forrester)

... (truncated)

Commits
  • 6ac6f0d Release v0.26.0 (#552)
  • b9b75f0 Update ESLint to 8.53.0 (#551)
  • 25b1a90 build: Update QUnit from 2.19.4 to 2.20.0 (#549)
  • 6b21ff2 common: Update eslint-plugin-yml to 1.10.0 (#550)
  • b677777 Raise browserslist-config-wikimedia dependency from ^0.5.0 to ^0.5.1
  • c08bb72 vue: Update eslint-plugin-vue to 9.18.1 (#545)
  • bcf36ce mocha: Update eslint-plugin-mocha to 10.2.0 (#546)
  • ffd4e70 jest: Update eslint-plugin-jest to 27.6.0
  • b5fa4e4 language: Update eslint-plugin-es-x to 7.3.0
  • 1a34925 jsdoc: Update eslint-plugin-jsdoc to 42.0.0
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.25.1 to 0.26.0.
- [Release notes](https://github.com/wikimedia/eslint-config-wikimedia/releases)
- [Changelog](https://github.com/wikimedia/eslint-config-wikimedia/blob/main/CHANGELOG.md)
- [Commits](wikimedia/eslint-config-wikimedia@v0.25.1...v0.26.0)

---
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 the dependencies Pull requests that update a dependency file label Nov 27, 2023
@codders
Copy link
Contributor

codders commented Apr 4, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 4, 2024

Looks like eslint-config-wikimedia is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Apr 4, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-config-wikimedia-0.26.0 branch April 4, 2024 12:37
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
Projects
None yet
1 participant