macbre / nodemw

MediaWiki API and WikiData client written in Node.js
https://www.npmjs.com/package/nodemw
BSD 2-Clause "Simplified" License
239 stars 55 forks source link

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

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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 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)
socket-security[bot] commented 1 year ago

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
eslint-config-wikimedia 0.25.1...0.26.0 None +65/-41 17.8 MB