Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

[Snyk] Upgrade css-loader from 0.28.7 to 3.4.2 #90

Closed

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade css-loader from 0.28.7 to 3.4.2.

ℹ️ 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 21 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2020-01-10.
Release notes
Package name: css-loader
  • 3.4.2 - 2020-01-10

    3.4.2 (2020-01-10)

    Bug Fixes

  • 3.4.1 - 2020-01-03

    3.4.1 (2020-01-03)

    Bug Fixes

    • do not output undefined when sourceRoot is unavailable (#1036) (ded2a79)
    • don't output invalid es5 code when locals do not exists (#1035) (b60e62a)
  • 3.4.0 - 2019-12-17

    3.4.0 (2019-12-17)

    Features

    Bug Fixes

    • logic for order and media queries for imports (#1018) (65450d9)
  • 3.3.2 - 2019-12-12

    3.3.2 (2019-12-12)

    Bug Fixes

    • logic for order and media queries for imports (1fb5134)
  • 3.3.1 - 2019-12-12

    3.3.1 (2019-12-12)

    Bug Fixes

    • better handling url functions and an url in @import at-rules
    • reduce count of require (#1014) (e091d27)
  • 3.3.0 - 2019-12-09

    3.3.0 (2019-12-09)

    Features

    Bug Fixes

  • 3.2.1 - 2019-12-02

    3.2.1 (2019-12-02)

    Bug Fixes

    • add an additional space after the escape sequence (#998) (0961304)
    • compatibility with ES modules syntax and hash in url function (#1001) (8f4d6f5)
  • 3.2.0 - 2019-08-06

    Bug Fixes

    • replace . characters in localIndent to - character (regression) (#982) (967fb66)

    Features

    • support es modules for assets loader (#984) (9c5126c)
  • 3.1.0 - 2019-07-18

    3.1.0 (2019-07-18)

    Bug Fixes

    • converting all (including reserved and control) filesystem characters to - (it was regression in 3.0.0 version) (#972) (f51859b)
    • default context should be undefined instead of null (#965) (9c32885)

    Features

    • allow modules.getLocalIdent to return a falsy value (#963) (9c3571c)
    • improved validation error messages (65e4fc0)
  • 3.0.0 - 2019-06-11

    3.0.0 (2019-06-11)

    Bug Fixes

    • avoid the "from" argument must be of type string error (#908) (e5dfd23)
    • invert Function behavior for url and import options (#939) (e9eb5ad)
    • properly export locals with escaped characters (#917) (a0efcda)
    • property handle non css characters in localIdentName (#920) (d3a0a3c)

    Features

    • modules options now accepts object config (#937) (1d7a464)
    • support @value at-rule in selectors (#941) (05a42e2)

    BREAKING CHANGES

    • minimum required nodejs version is 8.9.0
    • @value at rules now support in selector, recommends checking all @values at-rule usage (hint: you can add prefix to all @value at-rules, for example @value v-foo: black; or @value m-foo: screen and (max-width: 12450px), and then do upgrade)
    • invert {Function} behavior for url and import options (need return true when you want handle url/@import and return false if not)
    • exportLocalsStyle option was remove in favor localsConvention option, also it is accept only {String} value (use camelCase value if you previously value was true and asIs if you previously value was false)
    • exportOnlyLocals option was remove in favor onlyLocals option
    • modules option now can be {Object} and allow to setup CSS Modules options:
      • localIdentName option was removed in favor modules.localIdentName option
      • context option was remove in favor modules.context option
      • hashPrefix option was removed in favor modules.hashPrefix option
      • getLocalIdent option was removed in favor modules.getLocalIdent option
      • localIdentRegExp option was removed in favor modules.localIdentRegExp option
  • 2.1.1 - 2019-03-07
  • 2.1.0 - 2018-12-25
  • 2.0.2 - 2018-12-21
  • 2.0.1 - 2018-12-14
  • 2.0.0 - 2018-12-07
  • 1.0.1 - 2018-10-29
  • 1.0.0 - 2018-07-06
  • 0.28.11 - 2018-03-16
  • 0.28.10 - 2018-02-22
  • 0.28.9 - 2018-01-17
  • 0.28.8 - 2018-01-05
  • 0.28.7 - 2017-08-30
from css-loader GitHub release notes
Commit messages
Package name: css-loader
  • 229d36a chore(release): 3.4.2
  • df79602 fix: do not duplicate css on `composes` (#1040)
  • 7c9f47b chore(release): 3.4.1
  • ded2a79 fix: do not output `undefined` when sourceRoot is unavailable (#1036)
  • b60e62a fix: don't output invalid es5 code when locals do not exists (#1035)
  • b95a779 chore(release): 3.4.0
  • 63a74b2 chore(deps): update (#1027)
  • 796fe28 Test more (#1024)
  • d358cdb feat: `esModule` option (#1026)
  • 23bc1e9 refactor: code
  • 0016e49 test: webpack5 (#1023)
  • ea26c56 test: refactor
  • ee40727 chore(defaults): update (#1020)
  • 65450d9 fix: logic for order and media queries for imports (#1018)
  • cbca64d chore(release): 3.3.1
  • 3b12c87 refactor: code (#1017)
  • c80c39f fix: handling urls in @import (#1016)
  • 30a9269 fix: handling escaped urls (#1015)
  • e091d27 fix: reduce count of `require` (#1014)
  • 60c65e0 fix: characters as URL escapes in url (#1013)
  • 8e8ab18 fix: handling string urls with backslash and newline (#1012)
  • b59c4f2 test: special characters in file name (#1011)
  • b119d02 fix: handling unquoted syntax url with escaped characters (#1010)
  • 880344b refactor: code (#1009)

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

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@lwojcik lwojcik closed this Mar 27, 2020
@lwojcik lwojcik deleted the snyk-upgrade-44b293d5fdf51db1061815199a50bdbb branch March 27, 2020 22:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants