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

[Dev Deps] move semver from Deps to Dev Deps #944

Merged
merged 1 commit into from
Aug 11, 2023

Conversation

SukkaW
Copy link
Contributor

@SukkaW SukkaW commented Jul 5, 2023

Closes #943

I noticed that semver is actually only used in the unit test cases, so it is safe to move semver to the devDependencies.

image

Copy link
Member

@ljharb ljharb left a comment

Choose a reason for hiding this comment

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

Good catch!

@ljharb
Copy link
Member

ljharb commented Jul 5, 2023

This will be merged as part of #941.

@ljharb
Copy link
Member

ljharb commented Aug 11, 2023

I ended up removing the change from #941, so now I've rebased this, and will land it shortly.

@codecov
Copy link

codecov bot commented Aug 11, 2023

Codecov Report

Merging #944 (4da13e7) into main (5999555) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #944   +/-   ##
=======================================
  Coverage   99.29%   99.29%           
=======================================
  Files         104      104           
  Lines        1554     1554           
  Branches      522      522           
=======================================
  Hits         1543     1543           
  Misses         11       11           

@ljharb ljharb merged commit 4da13e7 into jsx-eslint:main Aug 11, 2023
85 checks passed
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.

semver vulnerable to Regular Expression Denial of Service
2 participants