StarCitizenTools / mediawiki-extensions-TabberNeue

A MediaWiki extension that allows wiki to create tabs.
https://www.mediawiki.org/wiki/Extension:TabberNeue
GNU General Public License v3.0
10 stars 15 forks source link

build(deps-dev): bump eslint-plugin-no-jquery from 2.7.0 to 3.0.0 #139

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps eslint-plugin-no-jquery from 2.7.0 to 3.0.0.

Release notes

Sourced from eslint-plugin-no-jquery's releases.

v3.0.0

  • [BREAKING CHANGE] Drop Node 10, 12, 14, & 16 support (Ed Sanders, James D. Forrester)
  • [BREAKING CHANGE] Raise eslint requirement to 8+ (James D. Forrester)

  • New config: deprecated-3.7 for new jQuery release (Ed Sanders)

  • Rule fix: no-append-html; check appendTo/prependTo (Ed Sanders)
  • Rule fix: no-append-html; catch .add(html) (Anders Kaseorg)
  • Rule fix: no-sizzle; allow 'nth-child' selector (Ed Sanders)
  • Rule fix: Add fixer for no-extend (Ed Sanders)

  • Code: Use object shorthand for properties (Ed Sanders)
  • Code: Fix comment syntax in build-all-methods.js (Ed Sanders)
  • Release: Update devDependencies (Ed Sanders, James D. Forrester)
Changelog

Sourced from eslint-plugin-no-jquery's changelog.

v3.0.0

  • [BREAKING CHANGE] Drop Node 10, 12, 14, & 16 support (Ed Sanders, James D. Forrester)
  • [BREAKING CHANGE] Raise eslint requirement to 8+ (James D. Forrester)

  • New config: deprecated-3.7 for new jQuery release (Ed Sanders)

  • Rule fix: no-append-html; check appendTo/prependTo (Ed Sanders)
  • Rule fix: no-append-html; catch .add(html) (Anders Kaseorg)
  • Rule fix: no-sizzle; allow 'nth-child' selector (Ed Sanders)
  • Rule fix: Add fixer for no-extend (Ed Sanders)

  • Code: Use object shorthand for properties (Ed Sanders)
  • Code: Fix comment syntax in build-all-methods.js (Ed Sanders)
  • Release: Update devDependencies (Ed Sanders, James D. Forrester)
Commits
  • d585239 Release v3.0.0 (#321)
  • 6f5cc33 code: Use object shorthand for properties (#315)
  • 8acaa2e build: Upgrade eslint-plugin-eslint-plugin from ^5.1.1 to ^6.1.0
  • 77fefab CI: Drop Node 16.x support, start testing in Node 22.x
  • 8ca4d31 build: Update eslint-config-wikimedia to 0.28.0
  • bc508e8 Raise eslint requirement to 8+
  • 4de1d34 Implement a fixer for no-extend rule (#313)
  • 2166431 no-append-html: Check appendTo/prependTo (#310)
  • 1ca9c26 no-append-html: Catch .add(html)
  • 4a5db0b New config: deprecated-3.7 for new jQuery release (#300)
  • 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)