Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Bump css-loader from 5.1.2 to 6.5.0 #84

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2021

Bumps css-loader from 5.1.2 to 6.5.0.

Release notes

Sourced from css-loader's releases.

v6.5.0

6.5.0 (2021-10-26)

Features

  • support absolute URL in url() when experiments.buildHttp enabled (#1389) (8946be4)

Bug Fixes

  • respect nosources in the devtool option (c60eff2)

v6.4.0

6.4.0 (2021-10-09)

Features

  • generate more collision resistant for locals (c7db752)

Bug Fixes

  • classes generation for client and server bundling (303a3a1)

v6.3.0

6.3.0 (2021-09-18)

Features

  • added [folder] placeholder (a0dee4f)
  • added the exportType option with 'array', 'string' and 'css-style-sheet' values (c6d2066)
    • 'array' - the default export is Array with API for style-loader and other
    • 'string' - the default export is String you don't need to-string-loader loader anymore
    • 'css-style-sheet' - the default export is a constructable stylesheet, you can use import sheet from './styles.css' assert { type: 'css' }; like in a browser, more information you can find here
  • supported supports() and layer() functions in @import at-rules (#1377) (bce2c17)
  • fix multiple merging multiple @media at-rules (#1377) (bce2c17)

Bug Fixes

v6.2.0

6.2.0 (2021-07-19)

Features

... (truncated)

Changelog

Sourced from css-loader's changelog.

6.5.0 (2021-10-26)

Features

  • support absolute URL in url() when experiments.buildHttp enabled (#1389) (8946be4)

Bug Fixes

  • respect nosources in the devtool option (c60eff2)

6.4.0 (2021-10-09)

Features

  • generate more collision resistant for locals (c7db752)

Bug Fixes

  • classes generation for client and server bundling (303a3a1)

6.3.0 (2021-09-18)

Features

  • added [folder] placeholder (a0dee4f)
  • added the exportType option with 'array', 'string' and 'css-style-sheet' values (c6d2066)
    • 'array' - the default export is Array with API for style-loader and other
    • 'string' - the default export is String you don't need to-string-loader loader anymore
    • 'css-style-sheet' - the default export is a constructable stylesheet, you can use import sheet from './styles.css' assert { type: 'css' }; like in a browser, more information you can find here
  • supported supports() and layer() functions in @import at-rules (#1377) (bce2c17)
  • fix multiple merging multiple @media at-rules (#1377) (bce2c17)

Bug Fixes

6.2.0 (2021-07-19)

Features

  • allow the exportLocalsConvention option can be a function, useful for named export (#1351) (3c4b357)

6.1.0 (2021-07-17)

... (truncated)

Commits
  • 86d77ca chore(release): 6.5.0
  • c60eff2 fix: respect nosources in the devtool option
  • 897e7dd refactor: future build @import (#1390)
  • 8946be4 feat: support absolute URL in url() when experiments.buildHttp enabled (#...
  • fee0582 refactor: use new API (#1387)
  • 60c3755 chore(release): 6.4.0
  • 303a3a1 fix: classes generation for client and server bundling
  • c7db752 feat: generate more collision resistant for locals
  • a56bd94 test: more
  • b29d389 chore(release): 6.3.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.1.2 to 6.5.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-loader@v5.1.2...v6.5.0)

---
updated-dependencies:
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants