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

build(deps): upgrade to [email protected], [email protected] #3053

Conversation

petermetz
Copy link
Contributor

Also upgraded the ESLint related packages such as the typescript parser
plugin and all the other plugins or configuration management packages
related to ESLint in general.

The reason why it's important that we keep up to date with ESLint is
because newer versions of Typescript are not getting backported to older
versions of ESLint fast enough (if at all) so to be able to reliably
lint our newer Typescript code, we need to keep up to date with ESLint
as well.

In addition to the dependency upgrades we are also applying the automatic
formatter's changes that it started making after the upgrade.

To-do for later: Consolidate the ESLint versions used among the different
components of the project because right now we still have a few packages
that declare much older versions of ESLint such as 3.x and 4.x.

Depends on #3052 because that pull request also applies some of the
automatic formatting changes that were forgotten in an earlier pull request.

Signed-off-by: Peter Somogyvari [email protected]

Pull Request Requirements

  • Rebased onto upstream/main branch and squashed into single commit to help maintainers review it more efficient and to avoid spaghetti git commit graphs that obfuscate which commit did exactly what change, when and, why.
  • Have git sign off at the end of commit message to avoid being marked red. You can add -s flag when using git commit command. You may refer to this link for more information.
  • Follow the Commit Linting specification. You may refer to this link for more information.

Character Limit

  • Pull Request Title and Commit Subject must not exceed 72 characters (including spaces and special characters).
  • Commit Message per line must not exceed 80 characters (including spaces and special characters).

A Must Read for Beginners
For rebasing and squashing, here's a must read guide for beginners.

Copy link
Contributor

@izuru0 izuru0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@jagpreetsinghsasan jagpreetsinghsasan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@petermetz petermetz force-pushed the build-deps-eslint-prettier-upgrade-project-root branch from ab01353 to 9c565e2 Compare March 4, 2024 07:48
Also upgraded the ESLint related packages such as the typescript parser
plugin and all the other plugins or configuration management packages
related to ESLint in general.

The reason why it's important that we keep up to date with ESLint is
because newer versions of Typescript are not getting backported to older
versions of ESLint fast enough (if at all) so to be able to reliably
lint our newer Typescript code, we need to keep up to date with ESLint
as well.

In addition to the dependency upgrades we are also applying the automatic
formatter's changes that it started making after the upgrade.

To-do for later: Consolidate the ESLint versions used among the different
components of the project because right now we still have a few packages
that declare much older versions of ESLint such as 3.x and 4.x.

Depends on hyperledger-cacti#3052 because that pull request also applies some of the
automatic formatting changes that were forgotten in an earlier pull request.

Signed-off-by: Peter Somogyvari <[email protected]>
@petermetz petermetz force-pushed the build-deps-eslint-prettier-upgrade-project-root branch from 9c565e2 to 4d743b5 Compare March 4, 2024 15:53
@github-actions github-actions bot removed the dependent label Mar 4, 2024
Copy link

github-actions bot commented Mar 4, 2024

This PR/issue depends on:

@petermetz petermetz merged commit d9b5a0d into hyperledger-cacti:main Mar 4, 2024
121 of 147 checks passed
@petermetz petermetz deleted the build-deps-eslint-prettier-upgrade-project-root branch March 4, 2024 16:14
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.

3 participants