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

Deps issues due to major bump of ajv #6484

Closed
backwardok opened this issue Feb 13, 2018 · 2 comments
Closed

Deps issues due to major bump of ajv #6484

backwardok opened this issue Feb 13, 2018 · 2 comments

Comments

@backwardok
Copy link

Do you want to request a feature or report a bug?
Report a bug (sorta)

What is the current behavior?
There was a major dependency update to ajv in #6430 and it was released as a patch release. This is resulting in a ripple effect on all other dependencies that rely on ajv. For example, eslint's latest version is currently pegged to ajv: ^5.3.0.

As most libraries peg to minor versions, having this change introduced as a minor version bump instead of a major version bump is making this incompatible with a number of libraries.

Can the upgrade to ajv happen in a major release and a new patch release be put out that downgrades ajv to what it was before?

If the current behavior is a bug, please provide the steps to reproduce.
Create a project with a dependency on eslint and webpack.

What is the expected behavior?
npm install works without error

Please mention other relevant information such as the browser version, Node.js version, webpack version and Operating System.
webpack version 3.11.0

@backwardok
Copy link
Author

See also webpack/schema-utils#23

@sokra
Copy link
Member

sokra commented Feb 14, 2018

@sokra sokra closed this as completed Feb 14, 2018
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

No branches or pull requests

2 participants