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

dep!: bump all available packages w/ package-lock rebuild #35

Merged
merged 1 commit into from Jan 12, 2023

Conversation

erisu
Copy link
Member

@erisu erisu commented Jan 12, 2023

Motivation and Context

Bump all available node package dependencies.

Description

Bumped Dependencies:

  • eslint@^8.31.0
  • eslint-config-standard@^17.0.0
  • eslint-plugin-import@^2.27.2
  • eslint-plugin-promise@^6.1.1
  • jasmine@^4.5.0

Replaced Dependencies:

Additionally, we replaced eslint-plugin-node with eslint-plugin-n@^15.6.1.
It appears that the maintainer of eslint-plugin-node is not active.

Updated Testing:

As apart of bumping ESLint to 8.x, the CLIEngine class was replaced with ESLint.

https://eslint.org/docs/latest/user-guide/migrating-to-8.0.0#remove-cliengine

Other Changes:

  • rebuilt package-lock.json to resolve development npm audit warnings

Testing

n/a

- eslint@^8.31.0
- eslint-config-standard@^17.0.0
- eslint-plugin-import@^2.27.2
- eslint-plugin-promise@^6.1.1
- jasmine@^4.5.0

eslint-plugin-node was replaced with eslint-plugin-n@^15.6.1
@erisu erisu added enhancement New feature or request dependencies Pull requests that update a dependency file labels Jan 12, 2023
@erisu erisu added this to the 5.0.0 milestone Jan 12, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #35 (f418cd3) into master (f5b0d41) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master       #35   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines            9         9           
=========================================
  Hits             9         9           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@erisu erisu changed the title dep!: bump all available packages dep!: bump all available packages w/ package-lock rebuild Jan 12, 2023
@erisu erisu merged commit 1e0f4ac into apache:master Jan 12, 2023
@erisu erisu deleted the dep/upgrade-for-5.0.0-dev branch January 12, 2023 07:11
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 enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants