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

feat: Added support for node v16 #30

Merged
merged 2 commits into from
Mar 18, 2022
Merged

feat: Added support for node v16 #30

merged 2 commits into from
Mar 18, 2022

Conversation

edx-requirements-bot
Copy link
Contributor

Additional information from script execution

Python code cleanup by the cleanup-python-code Jenkins job.

This pull request was generated by the cleanup-python-code Jenkins job, which ran
modernize_node_workflow

The following packages were installed:
edx-repo-tools

Deleted obsolete pull_requests:
#29

@aht007 aht007 closed this Mar 3, 2022
@aht007 aht007 reopened this Mar 3, 2022
@codecov-commenter
Copy link

codecov-commenter commented Mar 3, 2022

Codecov Report

Merging #30 (1a360cc) into master (6f268ac) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #30   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           30        30           
  Branches         6         6           
=========================================
  Hits            30        30           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6f268ac...1a360cc. Read the comment docs.

"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.3.0",
Copy link

Choose a reason for hiding this comment

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

Why do we need to add all these eslint dependencies instead of just upgrading eslint version?

Copy link
Member

Choose a reason for hiding this comment

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

These packages were installed due to @edx/eslint-config. eslint-config-edx is deprecated and doesn't support node16 so we have to replace that with newer package @edx/eslint-config

@aht007 aht007 merged commit 6eecb55 into master Mar 18, 2022
@aht007 aht007 changed the title build: Added support for node v16 feat: Added support for node v16 Mar 18, 2022
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.

6 participants