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

[Snyk] Upgrade mini-css-extract-plugin from 0.9.0 to 1.0.0 #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Nov 1, 2020

Snyk has created this PR to upgrade mini-css-extract-plugin from 0.9.0 to 1.0.0.

merge advice

✨ Snyk has automatically assigned this pull request, set who gets assigned.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 8 versions ahead of your current version.
  • The recommended version was released 23 days ago, on 2020-10-09.
Release notes
Package name: mini-css-extract-plugin
  • 1.0.0 - 2020-10-09

    BREAKING CHANGE

    • minimum supported Node.js version is 10.13.0
    • the esModule option is true by default, you need to change const locals = require('./styles.css')/require('./styles.css') on import locals from './styles.css'/import './styles.css''
    • the moduleFilename option was removed in favor the filename option
    • the hmr option was removed, HMR will work automatically when HotModuleReplacement plugin used or webpack-dev-server with enabled the hot option
    • the reloadAll was removed

    Features

    • the chunkFilename option can be a function for webpack@5

    ⚠ NOTICE

    To avoid problems between mini-css-extract-plugin and style-loader because of changing the esModule option to true by default we strongly recommend upgrading style-loader to 2.0.0 version.

  • 0.12.0 - 2020-10-07

    0.12.0 (2020-10-07)

    Features

    • opt-in to transitive only side effects (webpack@5), no more empty JS chunks
  • 0.11.3 - 2020-10-02

    0.11.3 (2020-10-02)

    Bug Fixes

  • 0.11.2 - 2020-09-12

    0.11.2 (2020-09-12)

    Bug Fixes

  • 0.11.1 - 2020-09-08

    0.11.1 (2020-09-08)

    Bug Fixes

    • added cache serializer for webpack@5 (#581) (d09693e)
  • 0.11.0 - 2020-08-27

    0.11.0 (2020-08-27)

    Features

    Bug Fixes

    • compatibility with webpack@5
  • 0.10.1 - 2020-08-27
  • 0.10.0 - 2020-08-10

    0.10.0 (2020-08-10)

    Features

    Bug Fixes

    • add semicolon to avoid Uncaught TypeError on Webpack v5 (#561) (3974210)
    • enforce esm to avoid empty modules (#546) (b146549)
    • partial compatibility with webpack@5 (#477) (903a56e)
  • 0.9.0 - 2019-12-20

    0.9.0 (2019-12-20)

    Features

from mini-css-extract-plugin GitHub release notes
Commit messages
Package name: mini-css-extract-plugin

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

👩‍💻 Set who automatically gets assigned

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

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.

1 participant