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

Bump loader-utils, css-loader, extract-text-webpack-plugin, file-loader, sass-loader and webpack #407

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 Apr 28, 2023

Bumps loader-utils to 1.4.2 and updates ancestor dependencies loader-utils, css-loader, extract-text-webpack-plugin, file-loader, sass-loader and webpack. These dependencies need to be updated together.

Updates loader-utils from 0.2.17 to 1.4.2

Release notes

Sourced from loader-utils's releases.

v1.4.2

1.4.2 (2022-11-11)

Bug Fixes

v1.4.1

1.4.1 (2022-11-07)

Bug Fixes

v1.4.0

1.4.0 (2020-02-19)

Features

  • the resourceQuery is passed to the interpolateName method (#163) (cd0e428)

v1.3.0

1.3.0 (2020-02-19)

Features

  • support the [query] template for the interpolatedName method (#162) (469eeba)

v1.2.3

1.2.3 (2018-12-27)

Bug Fixes

  • interpolateName: don't interpolated hashType without hash or contenthash (#140) (3528fd9)

v1.2.2

1.2.2 (2018-12-27)

Bug Fixes

... (truncated)

Changelog

Sourced from loader-utils's changelog.

1.4.2 (2022-11-11)

Bug Fixes

1.4.1 (2022-11-07)

Bug Fixes

1.4.0 (2020-02-19)

Features

  • the resourceQuery is passed to the interpolateName method (#163) (cd0e428)

1.3.0 (2020-02-19)

Features

  • support the [query] template for the interpolatedName method (#162) (469eeba)

1.2.3 (2018-12-27)

Bug Fixes

  • interpolateName: don't interpolated hashType without hash or contenthash (#140) (3528fd9)

1.2.2 (2018-12-27)

Bug Fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by evilebottnawi, a new releaser for loader-utils since your current version.


Updates css-loader from 0.23.1 to 6.7.3

Release notes

Sourced from css-loader's releases.

v6.7.3

6.7.3 (2022-12-14)

Bug Fixes

v6.7.2

6.7.2 (2022-11-13)

Bug Fixes

  • css modules generation with inline syntax (#1480) (2f4c273)

v6.7.1

6.7.1 (2022-03-08)

Bug Fixes

v6.7.0

6.7.0 (2022-03-04)

Features

v6.6.0

6.6.0 (2022-02-02)

Features

  • added the hashStrategy option (ca4abce)

v6.5.1

6.5.1 (2021-11-03)

Bug Fixes

  • regression with unicode characters in locals (b7a8441)
  • runtime path generation (#1393) (feafea8)

v6.5.0

... (truncated)

Changelog

Sourced from css-loader's changelog.

6.7.3 (2022-12-14)

Bug Fixes

6.7.2 (2022-11-13)

Bug Fixes

  • css modules generation with inline syntax (#1480) (2f4c273)

6.7.1 (2022-03-08)

Bug Fixes

6.7.0 (2022-03-04)

Features

6.6.0 (2022-02-02)

Features

  • added the hashStrategy option (ca4abce)

6.5.1 (2021-11-03)

Bug Fixes

  • regression with unicode characters in locals (b7a8441)
  • runtime path generation (#1393) (feafea8)

6.5.0 (2021-10-26)

Features

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

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by evilebottnawi, a new releaser for css-loader since your current version.


Updates extract-text-webpack-plugin from 1.0.1 to 3.0.2

Release notes

Sourced from extract-text-webpack-plugin's releases.

v3.0.2

2017-10-25

Bug Fixes

  • refer to the entrypoint instead of the first module (module.identifier) (#601) (d5a1de2)

v3.0.1

2017-10-03

Bug Fixes

  • index: stricter check for shouldExtract !== wasExtracted (#605) (510704f)
  • get real path from __filename instead of __dirname (NS) (8de6558)

v3.0.0

2017-07-10

Bug Fixes

Code Refactoring

  • Apply webpack-defaults & webpack 3.x support (#540) (7ae32d9)

  • refactor: DeprecationWarning: Chunk.modules 543

BREAKING CHANGES

  • Enforces engines of "node": ">=4.3.0 < 5.0.0 || >= 5.10

  • Updates to Chunk.mapModules. This release is not backwards compatible with Webpack 2.x due to breaking changes in webpack/webpack#4764

  • Enforces peerDependencies of "webpack": "^3.1.0".

Release v3.0.0-rc.2

3.0.0-rc.2 (2017-07-10)

Bug Fixes

... (truncated)

Changelog

Sourced from extract-text-webpack-plugin's changelog.

3.0.2 (2017-10-25)

Bug Fixes

  • refer to the entrypoint instead of the first module (module.identifier) (#601) (d5a1de2)

3.0.1 (2017-10-03)

Bug Fixes

  • index: stricter check for shouldExtract !== wasExtracted (#605) (510704f)
  • get real path from __filename instead of __dirname (NS) (8de6558)

3.0.0 (2017-07-10)

Bug Fixes

  • add missing options.ignoreOrder details in Error message (#539) (dd43832)

Code Refactoring

  • Apply webpack-defaults & webpack 3.x support (#540) (7ae32d9)

BREAKING CHANGES

  • Enforces engines of "node": ">=4.3.0 < 5.0.0 || >= 5.10
  • refactor: DeprecationWarning: Chunk.modules 543
  • Updates to Chunk.mapModules. This release is not backwards compatible with Webpack 2.x due to breaking changes in webpack/webpack#4764
  • Enforces peerDependencies of "webpack": "^3.1.0".

3.0.0-rc.2 (2017-07-10)

... (truncated)

Commits
  • cc3ba94 chore(release): 3.0.2
  • d5a1de2 fix: refer to the entrypoint instead of the first module (`module.identif...
  • 5286ab2 build(defaults): update to v1.6.0 (#652)
  • 4cfde50 chore(release): 3.0.1
  • 8de6558 fix: get real path from __filename instead of __dirname (NS)
  • 510704f fix(index): stricter check for shouldExtract !== wasExtracted (#605)
  • 6a660f3 docs(README): update install instructions (#570)
  • 083a6c8 docs(README): add custom [contenthash] formats (#566)
  • d7a75fc chore(release): 3.0.0
  • 7ae32d9 refactor: Apply webpack-defaults & webpack 3.x support (#540)
  • Additional commits viewable in compare view

Updates file-loader from 0.9.0 to 6.2.0

Release notes

Sourced from file-loader's releases.

v6.2.0

6.2.0 (2020-10-27)

Features

  • added the sourceFilename property to asset info with original filename (#393) (654e0d6)

Bug Fixes

  • immutable flag when the name option have hash in query string (#392) (381d8bd)

v6.1.1

6.1.1 (2020-10-09)

Chore

  • update schema-utils

v6.1.0

6.1.0 (2020-08-31)

Features

v6.0.0

6.0.0 (2020-03-17)

⚠ BREAKING CHANGES

v5.1.0

5.1.0 (2020-02-19)

Features

  • support the query template for the name option (#366) (cd8698b)

v5.0.2

5.0.2 (2019-11-25)

Chore

... (truncated)

Changelog

Sourced from file-loader's changelog.

6.2.0 (2020-10-27)

Features

  • added the sourceFilename property to asset info with original filename (#393) (654e0d6)

Bug Fixes

  • immutable flag when the name option have hash in query string (#392) (381d8bd)

6.1.1 (2020-10-09)

Chore

  • update schema-utils

6.1.0 (2020-08-31)

Features

6.0.0 (2020-03-17)

⚠ BREAKING CHANGES

5.1.0 (2020-02-19)

Features

  • support the query template for the name option (#366) (cd8698b)

5.0.2 (2019-11-25)

Chore

  • add the funding field in package.json

5.0.1 (2019-11-25)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by evilebottnawi, a new releaser for file-loader since your current version.


Updates sass-loader from 4.0.2 to 13.2.2

Release notes

Sourced from sass-loader's releases.

v13.2.2

13.2.2 (2023-03-27)

Bug Fixes

v13.2.1

13.2.1 (2023-03-18)

Bug Fixes

  • do not crash on a custom scheme in @import/@use for the modern API (21966ee)

v13.2.0

13.2.0 (2022-11-09)

Features

v13.1.0

13.1.0 (2022-10-06)

Features

v13.0.2

13.0.2 (2022-06-27)

Bug Fixes

v13.0.1

13.0.1 (2022-06-24)

Bug Fixes

v13.0.0

13.0.0 (2022-05-18)

... (truncated)

Changelog

Sourced from sass-loader's changelog.

13.2.2 (2023-03-27)

Bug Fixes

13.2.1 (2023-03-18)

Bug Fixes

  • do not crash on a custom scheme in @import/@use for the modern API (21966ee)

13.2.0 (2022-11-09)

Features

13.1.0 (2022-10-06)

Features

13.0.2 (2022-06-27)

Bug Fixes

13.0.1 (2022-06-24)

Bug Fixes

13.0.0 (2022-05-18)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 14.15.0 (#1048)
  • emit @warn at-rules as webpack warnings by default, if you want to revert behavior please use the warnRuleAsWarning option (#1054) (58ffb68)

... (truncated)

Commits
  • 19e8bdb chore(release): 13.2.2
  • 0adeb0c chore: update dependencies (#1126)
  • 50987bc fix: typo in fix of modern api depedencies (#1125)
  • 4dd92db chore(release): 13.2.1
  • 21966ee fix: do not crash on a custom scheme in @import/@use for the modern API
  • de29518 chore(deps-dev): bump webpack from 5.75.0 to 5.76.0 (#1121)
  • 75dcfde ci: use LTS node version in lint job (#1119)
  • 83db4d0 chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#1118)
  • 4b70594 chore: update dependencies to the latest version (#1117)
  • 449f5ac ci: use concurrency in github workflows (#1115)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by evilebottnawi, a new releaser for sass-loader since your current version.


Updates webpack from 1.15.0 to 5.81.0

Release notes

Sourced from webpack's releases.

v5.81.0

New Features

Bug Fixes

Tests & Contributor Experience

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.80.0...v5.81.0

v5.80.0

New Features

Bug Fixes

... (truncated)

Commits
  • 5c016a8 5.81.0
  • 5b20c9a Merge pull request #17057 from webpack/import-support
  • f429ac7 Merge pull request #17066 from webpack/dependabot/npm_and_yarn/simple-git-3.18.0
  • 2c6dc77 Merge pull request #16388 from indeediansbrett/feat/issue-16374
  • 7398dbd Merge pull request #17033 from webpack/chore-deps-avoud-using-legacy-loader-u...
  • 9234620 Merge pull request #17020 from webpack/ci-deps-main
  • 2552028 Merge pull request #17062 from webpack/test-stabilization-for-define
  • a7551fa chore(deps-dev): bump simple-git from 3.17.0 to 3.18.0
  • ed0738d test: stability for define
  • f3cf014 test: stability
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by thelarkinn, a new releaser for webpack since your current version.


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 28, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/loader-utils-and-css-loader-and-extract-text-webpack-plugin-and-file-loader-and-sass-loader-and-webpack-1.4.2 branch 6 times, most recently from d721c36 to fc18f2b Compare May 4, 2023 09:31
…er, sass-loader and webpack

Bumps [loader-utils](https://github.com/webpack/loader-utils) to 1.4.2 and updates ancestor dependencies [loader-utils](https://github.com/webpack/loader-utils), [css-loader](https://github.com/webpack-contrib/css-loader), [extract-text-webpack-plugin](https://github.com/webpack-contrib/extract-text-webpack-plugin), [file-loader](https://github.com/webpack-contrib/file-loader), [sass-loader](https://github.com/webpack-contrib/sass-loader) and [webpack](https://github.com/webpack/webpack). These dependencies need to be updated together.


Updates `loader-utils` from 0.2.17 to 1.4.2
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v0.2.17...v1.4.2)

Updates `css-loader` from 0.23.1 to 6.7.3
- [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@v0.23.1...v6.7.3)

Updates `extract-text-webpack-plugin` from 1.0.1 to 3.0.2
- [Release notes](https://github.com/webpack-contrib/extract-text-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/extract-text-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/extract-text-webpack-plugin@v1.0.1...v3.0.2)

Updates `file-loader` from 0.9.0 to 6.2.0
- [Release notes](https://github.com/webpack-contrib/file-loader/releases)
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/file-loader@v0.9.0...v6.2.0)

Updates `sass-loader` from 4.0.2 to 13.2.2
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v4.0.2...v13.2.2)

Updates `webpack` from 1.15.0 to 5.81.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v1.15.0...v5.81.0)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
- dependency-name: css-loader
  dependency-type: direct:development
- dependency-name: extract-text-webpack-plugin
  dependency-type: direct:development
- dependency-name: file-loader
  dependency-type: direct:development
- dependency-name: sass-loader
  dependency-type: direct:development
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/loader-utils-and-css-loader-and-extract-text-webpack-plugin-and-file-loader-and-sass-loader-and-webpack-1.4.2 branch from fc18f2b to d3a8c9c Compare May 5, 2023 13:06
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants