Skip to content

Bump eslint and eslint-plugin-bpmn-io#77

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/multi-89aab0a82f
Open

Bump eslint and eslint-plugin-bpmn-io#77
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/multi-89aab0a82f

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2026

Bumps eslint and eslint-plugin-bpmn-io. These dependencies needed to be updated together.
Updates eslint from 4.19.1 to 9.39.2

Release notes

Sourced from eslint's releases.

v9.39.2

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus)

Build Related

  • 506f154 build: add .scss files entry to knip (#20391) (Milos Djermanovic)

Chores

  • 7ca0af7 chore: upgrade to @eslint/js@9.39.2 (#20394) (Francesco Trotta)
  • c43ce24 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c9858e ci: add v9.x-dev branch (#20382) (Milos Djermanovic)

v9.39.1

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284) (Francesco Trotta)
  • c7ebefc chore: package.json update for @​eslint/js release (Jenkins)
  • 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275) (renovate[bot])
  • d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然)
  • 009e507 test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic)

v9.39.0

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

  • 15f5c7c fix: forward traversal step.args to visitors (#20253) (jaymarvelz)
  • 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)
  • e86b813 fix: Use more types from @​eslint/core (#20257) (Nicholas C. Zakas)
  • 927272d fix: correct Scope typings (#20198) (jaymarvelz)
  • 37f76d9 fix: use AST.Program type for Program node (#20244) (Francesco Trotta)
  • ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz)
  • b165d47 fix: correct Rule typings (#20199) (jaymarvelz)
  • fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#20242) (reddaisyy)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by eslintbot, a new releaser for eslint since your current version.


Updates eslint-plugin-bpmn-io from 0.5.4 to 2.2.0

Release notes

Sourced from eslint-plugin-bpmn-io's releases.

v2.2.0

Changes

  • feat: use shared node and browser globals in recommended 59ad3a1

bpmn-io/eslint-plugin-bpmn-io@v2.1.0...v2.2.0

v2.1.0

  • feat: support ES2022 per default 6811b68
  • test: run tests in parallel 863d212

bpmn-io/eslint-plugin-bpmn-io@v2.0.2...v2.1.0

v2.0.2

  • fix: fine-tune jsx rules 889e60a

bpmn-io/eslint-plugin-bpmn-io@v2.0.1...v2.0.2

v2.0.1

Changes

  • chore(CHANGELOG): update to v2.0.1 50af863
  • fix(mocha): fine tune rules d19b8fd
  • fix: export sub-paths as .js 2c6eeea
  • chore: export package.json 19529e9

bpmn-io/eslint-plugin-bpmn-io@v2.0.0...v2.0.1

v2.0.0

Changes

  • chore: update package-lock 78cc227
  • chore(CHANGELOG): update to v2.0.0 55178df
  • docs(README): document modern way of working 2a126a1
  • chore: organize <test> in a child workspace 55c414d
  • test: move specs to fixtures, introduce error specs 4ed0494
  • test: migrate to flat config + eslint@9 3b51710
  • feat!: turn into ES module, migrate to ESLint 9 and flat configs 634a9a4

bpmn-io/eslint-plugin-bpmn-io@v1.0.1...v2.0.0

v1.0.1

Changes

  • ci: update node versions for tests 82b57ca
  • deps: support eslint@9 629de42

bpmn-io/eslint-plugin-bpmn-io@v1.0.0...v1.0.1

Changelog

Sourced from eslint-plugin-bpmn-io's changelog.

2.2.0

  • FEAT: use shared node and browser globals in recommended

2.1.0

  • FEAT: support ES2022 per default (#22)

2.0.2

  • FIX: fine-tune jsx rules

2.0.1

  • FIX: fine-tune mocha rules (#21)

2.0.0

  • FEAT: migrate to flat config (#19)
  • FEAT: turn into ES module
  • FEAT: base of react:recommended and mocha:recommended configs
  • DEPS: require eslint@9

Breaking Changes

  • Consume as an ES module (#20)
  • Use alongside eslint@9 (#20)

1.0.1

  • DEPS: support eslint@9
  • DEPS: update to eslint-plugin-react@7.35.0

1.0.0

  • CHORE: prohibit inherits in browser environment

0.16.0

  • FEAT: set source type as module for recommended

0.15.1

  • FIX: use env#node in mocha config

0.15.0

  • FEAT: use ES2018 syntax in recommended config
  • FEAT: drop env#node from recommended config
  • FEAT: drop es5 and es6 configs

... (truncated)

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [eslint](https://github.com/eslint/eslint) and [eslint-plugin-bpmn-io](https://github.com/bpmn-io/eslint-plugin-bpmn-io). These dependencies needed to be updated together.

Updates `eslint` from 4.19.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v4.19.1...v9.39.2)

Updates `eslint-plugin-bpmn-io` from 0.5.4 to 2.2.0
- [Release notes](https://github.com/bpmn-io/eslint-plugin-bpmn-io/releases)
- [Changelog](https://github.com/bpmn-io/eslint-plugin-bpmn-io/blob/main/CHANGELOG.md)
- [Commits](bpmn-io/eslint-plugin-bpmn-io@v0.5.4...v2.2.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 9.39.2
  dependency-type: direct:development
- dependency-name: eslint-plugin-bpmn-io
  dependency-version: 2.2.0
  dependency-type: direct:development
...

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 3, 2026
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.

0 participants