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

[yarn upgrade] [email protected]: Modern JS already guarantees Array#sort() #1144

Closed
arderyp opened this issue Aug 11, 2022 · 1 comment
Closed

Comments

@arderyp
Copy link

arderyp commented Aug 11, 2022

$ yarn upgrade
yarn upgrade v1.22.19
[1/4] Resolving packages...
warning @symfony/webpack-encore > css-minimizer-webpack-plugin > cssnano > cssnano-preset-default > postcss-svgo > svgo > [email protected]: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
    "devDependencies": {
        ...
        "@symfony/webpack-encore": "^3.0.0",
        ...
    },

Is this something to be concerned about or to be addressed?

@stof
Copy link
Member

stof commented Aug 18, 2022

This is not something to be concerned about (the package still works fine).
And it will be solved once svgo moves away from that dependency (see svg/svgo#1681 for the work happening there)

I'm closing this ticket as there is nothing to do in webpack-encore.

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