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

mini-css-extract-plugin is totally outdated #742

Open
stof opened this issue Apr 29, 2020 · 1 comment
Open

mini-css-extract-plugin is totally outdated #742

stof opened this issue Apr 29, 2020 · 1 comment
Labels
dependencies Pull requests that update a dependency file

Comments

@stof
Copy link
Member

stof commented Apr 29, 2020

We currently force installing at most mini-css-extract-plugin@0.4.2, which is from 2018. Latest version is 0.9.0.

@Lyrkan
Copy link
Collaborator

Lyrkan commented Apr 29, 2020

I already tried to update it in #564 but for some reason it came with inconsistent hashes in filenames.

It seems to be fixed when used with Webpack 5 so it will probably be updated once #645 is released.

weaverryan added a commit that referenced this issue May 8, 2020
This PR was squashed before being merged into the master branch.

Discussion
----------

Upgrade dependencies

This upgrades a bunch of dependencies to their latest version.

Things I intentionally kept out of this PR:

- test frameworks (mocha, sinon and chai), as upgrading them is more risky (when I don't touch them, I can rely on the existing testsuite to check the upgrade). These should be handled separately (especially given that they are massively outdated, requiring many major version bumps and so potentially many changes in the tests). See #753
- webpack loaders and plugins, as such upgrades can create BC breaks for Encore itself (and so they deserve separate PRs to test them and make them visible). See #751, #749, #742 for some of them

Commits
-------

dddad18 Upgrade http-server
6704dd0 Upgrade fs-extra
b08417d Upgrade tmp
847e9c7 Upgrade semver
27fc03a Upgrade pkg-up
7dfd592 Upgrade loader-utils
410c7fc Upgrade chalk packages
@stof stof added the dependencies Pull requests that update a dependency file label May 14, 2020
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
Projects
None yet
Development

No branches or pull requests

2 participants