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 style-loader from 0.9.0 to 2.0.0 #55

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

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade style-loader from 0.9.0 to 2.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 44 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2020-10-09.
Release notes
Package name: style-loader
  • 2.0.0 - 2020-10-09

    ⚠ BREAKING CHANGES

    • 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'' (#489) (727a24d)
    • removed support for loaders returning String instead of Array (#491) (7a0ce4c)

    ⚠ NOTICE

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

  • 1.3.0 - 2020-10-03

    1.3.0 (2020-10-03)

    Features

    Bug Fixes

  • 1.2.1 - 2020-04-28

    1.2.1 (2020-04-28)

    Bug Fixes

    • hot module replacement logic for lazy type (#468) (88a5c2b)
  • 1.2.0 - 2020-04-24

    1.2.0 (2020-04-24)

    Features

    • hot module replacement for css modules (6d14e0a)
  • 1.1.4 - 2020-04-15

    1.1.4 (2020-04-15)

    Chore

    • update deps
  • 1.1.3 - 2020-01-17

    1.1.3 (2020-01-17)

    Bug Fixes

  • 1.1.2 - 2019-12-25

    1.1.2 (2019-12-25)

    Bug Fixes

    • algorithm for importing modules (#449) (91ceaf2)
    • checking that the list of modules is an array (#448) (1138ed7)
  • 1.1.1 - 2019-12-20

    1.1.1 (2019-12-20)

    Bug Fixes

    • add empty default export for linkTag value (7ee8b04)
  • 1.1.0 - 2019-12-20

    Features

    Bug Fixes

  • 1.0.2 - 2019-12-17

    1.0.2 (2019-12-17)

    Bug Fixes

  • 1.0.1 - 2019-11-28
  • 1.0.0 - 2019-08-06
  • 0.23.1 - 2018-10-08
  • 0.23.0 - 2018-08-27
  • 0.22.1 - 2018-08-08
  • 0.22.0 - 2018-08-07
  • 0.21.0 - 2018-04-18
  • 0.20.3 - 2018-03-09
  • 0.20.2 - 2018-02-15
  • 0.20.1 - 2018-01-26
  • 0.20.0 - 2018-01-26
  • 0.19.1 - 2017-12-14
  • 0.19.0 - 2017-10-03
  • 0.18.2 - 2017-06-05
  • 0.18.1 - 2017-05-23
  • 0.18.0 - 2017-05-22
  • 0.17.0 - 2017-05-01
  • 0.16.1 - 2017-03-28
  • 0.16.0 - 2017-03-22
  • 0.15.0 - 2017-03-21
  • 0.14.1 - 2017-03-15
  • 0.14.0 - 2017-03-15
  • 0.13.2 - 2017-02-24
  • 0.13.1 - 2016-03-24
  • 0.13.0 - 2015-10-19
  • 0.12.4 - 2015-09-16
  • 0.12.3 - 2015-05-24
  • 0.12.2 - 2015-05-06
  • 0.12.1 - 2015-04-27
  • 0.12.0 - 2015-04-25
  • 0.11.0 - 2015-04-21
  • 0.10.2 - 2015-04-14
  • 0.10.1 - 2015-04-09
  • 0.10.0 - 2015-04-09
  • 0.9.0 - 2015-03-23
from style-loader GitHub release notes
Commit messages
Package name: style-loader
  • 9c01e08 chore(release): 2.0.0
  • 7a0ce4c refactor: removed support for loaders returning `String` instead of `Array` (#491)
  • f752148 test: refactor (#490)
  • 727a24d feat: enabled esModule by default (#489)
  • f8e13c9 chore: updated deps (#488)
  • e288500 chore(release): 1.3.0
  • bed760f revert: node bump (#486)
  • 15889db feat: added `modules.namedExport` (#485)
  • 6e54e4f chore(deps): update
  • 732ef8b fix: check if 'btoa' exists for old IE versions (#479)
  • c623f27 fix: esModule option issue (#476)
  • ae7d211 docs: fix typo for esModule (#473)
  • b76cb97 chore: update Node.js required version (#474)
  • 5520e68 chore(release): 1.2.1
  • 88a5c2b fix: hot module replacement logic for lazy type (#468)
  • 5bb4f34 chore(release): 1.2.0
  • 6d14e0a feat: hot module replacement for css modules
  • 26bfaa5 chore(deps): update (#465)
  • 171a747 chore(release): 1.1.4
  • af1b4a9 chore(deps): update
  • a003f05 docs: add links for the options table (#460)
  • 2756e03 chore(release): 1.1.3
  • 236b243 fix: injection algorithm (#456)
  • 36bd8f1 docs: fix typos (#453)

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