Bump eslint and eslint-plugin-bpmn-io by dependabot[bot] · Pull Request #77 · ProcessMaker/processmaker-bpmn-moddle
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
Build Related
Chores
7ca0af7chore: upgrade to@eslint/js@9.39.2(#20394) (Francesco Trotta)c43ce24chore: package.json update for@eslint/jsrelease (Jenkins)4c9858eci: addv9.x-devbranch (#20382) (Milos Djermanovic)v9.39.1
Bug Fixes
Documentation
51b51f4docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti)b44d426docs: Update README (GitHub Actions Bot)Chores
92db329chore: update@eslint/jsversion to 9.39.1 (#20284) (Francesco Trotta)c7ebefcchore: package.json update for@eslint/jsrelease (Jenkins)61778f6chore: update eslint-config-eslint dependency@eslint/jsto ^9.39.0 (#20275) (renovate[bot])d9ca2fcci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然)009e507test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic)v9.39.0
Features
cc57d87feat: update error loc to key inno-dupe-class-members(#20259) (Tanuj Kanti)126552ffeat: update error location infor-directionandno-dupe-args(#20258) (Tanuj Kanti)167d097feat: updatecomplexityrule to highlight only static block header (#20245) (jaymarvelz)Bug Fixes
15f5c7cfix: forward traversalstep.argsto visitors (#20253) (jaymarvelz)5a1a534fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)e86b813fix: Use more types from@eslint/core(#20257) (Nicholas C. Zakas)927272dfix: correctScopetypings (#20198) (jaymarvelz)37f76d9fix: useAST.Programtype for Program node (#20244) (Francesco Trotta)ae07f0bfix: unify timing report for concurrent linting (#20188) (jaymarvelz)b165d47fix: correctRuletypings (#20199) (jaymarvelz)fb97cdafix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)Documentation
d3e81e3docs: Always recommend to include a files property (#20158) (Percy Ma)0f0385fdocs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)a3b1456docs: Update README (GitHub Actions Bot)cf5f2dddocs: fix correct tag ofno-useless-constructor(#20255) (Tanuj Kanti)10b995cdocs: add TS options and examples fornofuncinno-use-before-define(#20249) (Tanuj Kanti)2584187docs: remove repetitive word in comment (#20242) (reddaisyy)
... (truncated)
Commits
92783249.39.2542266aBuild: changelog update for 9.39.27ca0af7chore: upgrade to@eslint/js@9.39.2(#20394)c43ce24chore: package.json update for@eslint/jsrelease5705833fix: warn wheneslint-envconfiguration comments are found (#20381)506f154build: add .scss files entry to knip (#20391)4c9858eci: addv9.x-devbranch (#20382)e2772819.39.14cdf397Build: changelog update for 9.39.192db329chore: update@eslint/jsversion to 9.39.1 (#20284)- Additional commits viewable in compare view
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
recommended59ad3a1bpmn-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
jsxrules 889e60abpmn-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
.js2c6eeea- chore: export
package.json19529e9bpmn-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@9629de42
Changelog
Sourced from eslint-plugin-bpmn-io's changelog.
2.2.0
FEAT: use shared node and browser globals inrecommended2.1.0
FEAT: support ES2022 per default (#22)2.0.2
FIX: fine-tunejsxrules2.0.1
FIX: fine-tunemocharules (#21)2.0.0
FEAT: migrate to flat config (#19)FEAT: turn into ES moduleFEAT: base ofreact:recommendedandmocha:recommendedconfigsDEPS: requireeslint@9Breaking Changes
1.0.1
DEPS: supporteslint@9DEPS: update toeslint-plugin-react@7.35.01.0.0
CHORE: prohibitinheritsinbrowserenvironment0.16.0
FEAT: set source type as module forrecommended0.15.1
FIX: useenv#nodeinmochaconfig0.15.0
FEAT: use ES2018 syntax inrecommendedconfigFEAT: dropenv#nodefromrecommendedconfigFEAT: dropes5andes6configs
... (truncated)
Commits
a6b4bce2.2.059ad3a1feat: use shared node and browser globals inrecommended467a18b2.1.06811b68feat: support ES2022 per default863d212test: run tests in parallel786a7122.0.2889e60afix: fine-tunejsxrules55e02e72.0.150af863chore(CHANGELOG): update to v2.0.1d19b8fdfix(mocha): fine tune rules- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.