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

BC-7545 - update eslint dependencies #5196

Merged
merged 2 commits into from
Aug 22, 2024

Conversation

hoeppner-dataport
Copy link
Contributor

@hoeppner-dataport hoeppner-dataport commented Aug 21, 2024

Description

Update several eslint-related dev dependencies

Links to Tickets or other pull requests

BC-7545
#5185

Changes

Updated dependencies

eslint-plugin-promise - v6.6.0 => v7.1.0

Found by dependabot #5185

migration hints in readme or docs

none

npm run build

no problems

changes in documentation (v6.6.0 => v7.1.0)

hints for fixing specific lint-errors were updated

v6.6.0: avoid-new | Disallow creating new promises outside of utility libs (use pify instead).
v7.1.0: avoid-new | Disallow creating new promises outside of utility libs (use util.promisify instead).

v6.6.0: no-callback-in-promise | Disallow calling cb() inside of a then() (use nodeify instead).
v7.1.0: no-callback-in-promise | Disallow calling cb() inside of a then() (use util.callbackify instead).

new option

v7.1.0: spec-only | Disallow use of non-standard Promise static methods.

eslint 8.30.0 => 8.57.0

eslint-config-airbnb-typescript 17.0.0 => 17.1.0

eslint-config-prettier 8.5.0 => 8.10.0

eslint-import-resolver-typescript 3.5.2 => 3.6.1

eslint-plugin-import 2.29.0 => 2.29.1

eslint-plugin-jest 27.1.6 => 27.9.0

eslint-plugin-jsx-a11y 6.6.1 => 6.9.0

eslint-plugin-no-only-tests 3.1.0 => 3.3.0

Approval for review

  • DEV: If api was changed - generate-client:server was executed in vue frontend and changes were tested and put in a PR with the same branch name.
  • QA: In addition to review, the code has been manually tested (if manual testing is possible)
  • All points were discussed with the ticket creator, support-team or product owner. The code upholds all quality guidelines from the PR-template.

Notice: Please remove the WIP label if the PR is ready to review, otherwise nobody will review it.

Copy link

@hoeppner-dataport hoeppner-dataport merged commit 7a90ad7 into main Aug 22, 2024
81 checks passed
@hoeppner-dataport hoeppner-dataport deleted the BC-7545-dep-update-eslint-plugins branch August 22, 2024 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants