Skip to content

chore(deps): update webpack (major)#1463

Merged
alexworker23 merged 6 commits intomasterfrom
renovate/major-webpack
Jan 12, 2021
Merged

chore(deps): update webpack (major)#1463
alexworker23 merged 6 commits intomasterfrom
renovate/major-webpack

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 29, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
copy-webpack-plugin 5.1.2 -> 7.0.0 age adoption passing confidence
css-loader 3.6.0 -> 5.0.1 age adoption passing confidence
fork-ts-checker-webpack-plugin 4.1.6 -> 6.1.0 age adoption passing confidence
source-map-loader 0.2.4 -> 2.0.0 age adoption passing confidence
style-loader 1.3.0 -> 2.0.0 age adoption passing confidence
ts-loader 7.0.5 -> 8.0.14 age adoption passing confidence
webpack 4.45.0 -> 5.13.0 age adoption passing confidence
webpack-cli 3.3.12 -> 4.3.1 age adoption passing confidence
webpack-merge 4.2.2 -> 5.7.3 age adoption passing confidence

Release Notes

webpack-contrib/copy-webpack-plugin

v7.0.0

Compare Source

⚠ BREAKING CHANGES
  • minimum supported webpack version is 5
  • the flatten option was removed in favor [name].[ext] value for the to option,
  • the transformPath option was removed in favor Function type of the to option, look at examples
  • the cacheTransform option was removed in favor Object type of the transform option, look at examples
  • migration on the compilation.hooks.processAssets hook
  • empty filtered paths throw an error, you can disable this behaviour using the noErrorOnMissing option

v6.4.1

Compare Source

6.4.1 (2020-12-16)
Bug Fixes

v6.4.0

Compare Source

Features
6.3.2 (2020-11-19)
Bug Fixes
6.3.1 (2020-11-13)
Bug Fixes

v6.3.2

Compare Source

v6.3.1

Compare Source

v6.3.0

Compare Source

Features
  • added the sourceFilename info (original source filename) to assets info (#​542) (db2e3bf)
  • persistent cache between compilations (webpack@5 only) (#​541) (c892451)
6.2.1 (2020-10-09)
Chore
  • update schema-utils

v6.2.1

Compare Source

v6.2.0

Compare Source

Features
6.1.1 (2020-09-18)
Chore
  • updated serialize-javascript

v6.1.1

Compare Source

v6.1.0

Compare Source

Features
  • added filter option (#​524) (1496f85)
  • added the copied flag to asset info (09b1dc9)
  • added the immutable flag to asset info with hash in name (#​525) (a1989d5)
  • webpack@5: improve stats output for copied files
6.0.4 (2020-08-29)
Bug Fixes
6.0.3 (2020-06-30)
Bug Fixes
  • do not execute on a child compiler (42f27c7)
6.0.2 (2020-06-03)
Bug Fixes
  • security problem
  • compatibility with 10.13 version of Node.js
6.0.1 (2020-05-16)
Bug Fixes
  • concurrency writing assets (#​484) (bfc712d)
  • escaping special characters in the context option (0e62695)

v6.0.4

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

⚠ BREAKING CHANGES
  • minimum supported Node.js version is 10.13,
  • the plugin now accepts an object, you should change new CopyPlugin(patterns, options) to new CopyPlugin({ patterns, options })
  • migrate on compilation.additionalAssets hook
  • the ignore option (which accepted micromatch syntax) was removed in favor globOptions.ignore (which accepts fast-glob pattern-syntax)
  • the test option was removed in favor the transformPath option
  • the cache option was renamed to the cacheTransform option, cacheTransform option should have only directory and keys properties when it is an object
  • global context and ignore options were removed in favor patten.context and pattern.globOptions.ignore options
  • the missing file error is now an error, before it was a warning
  • the from option now can only be a string, if you use { from: { glob: 'directory/**', dot: false } } changed it to { from: 'directory/**', globOptions: { dot: false } }
  • the copyUnmodified was removed without replacements
  • the 2 version of webpack-dev-server is not supported anymore
  • the logLevel was removed in favor the infrastructureLogging.level option, please read the documentation
Features
Bug Fixes
5.1.1 (2019-12-12)
Bug Fixes
webpack-contrib/css-loader

v5.0.1

Compare Source

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • migrate on PostCSS 8
  • runtime doesn't contain source maps code without sourceMap: true
  • returned value from the getLocalIdent escapes by default, the exportName value is always unescaped
  • Auto enable icss modules for all files for which /\.icss\.\w+$/i (the modules.compileType option is icss)
  • [emoji] placeholder was deprecated
  • icss option was removed (it was deprecated previously)
Features

v4.3.0

Compare Source

Features
Bug Fixes
  • line breaks in url function (88b8ddc)
4.2.2 (2020-08-24)
Bug Fixes
  • source maps generation, source from source maps are now relative to compiler.context and use webpack:// protocol (#​1169) (fb5c53d)
4.2.1 (2020-08-06)
Bug Fixes
  • regression with the exportOnlyLocals option, now locals are not exported under the locals name, it was big regression, we apologize for that (24c0a12)

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

Features
  • add module.type option, the icss option is deprecated (#​1150) (68f72af)
4.1.1 (2020-07-30)
Bug Fixes

v4.1.1

Compare Source

v4.1.0

Compare Source

Features
Bug Fixes

v4.0.0

Compare Source

⚠ BREAKING CHANGES
  • minimum required Node.js version is 10.13.0
  • minimum required webpack version is 4.27.0
  • the esModule option is true by default
  • default value of the sourceMap option depends on the devtool option
  • icss plugin disable by default, you need to setup the modules option to enable it
  • the modules option is true by default for all files matching /\.module\.\w+$/i.test(filename) regular expression, module.auto is true by default
  • the modules.context option was renamed to the modules.localIdentContext option
  • default the modules.localIdentContext value is compiler.context for the module.getLocalIdent option
  • the modules.hashPrefix option was renamed to the modules.localIdentHashPrefix option
  • the localsConvention option was moved and renamed to the modules.exportLocalsConvention option
  • the getLocalIndent option should be always Function and should always return String value
  • the onlyLocals option was moved and renamed to the modules.exportOnlyLocals option
  • function arguments of the import option were changed, it is now function(url, media, resourcePath) {}
  • inline syntax was changed, please write ~ before the file request, i.e. rewrite url(~!!loader!package/img.png) to url(!!loader!~package/img.png)
Features
Bug Fixes
  • resolution algorithm, you don't need ~ inside packages in node_modules (76f1480)
TypeStrong/fork-ts-checker-webpack-plugin

v6.1.0

Compare Source

Features

v6.0.8

Compare Source

v6.0.7

Compare Source

Bug Fixes

v6.0.6

Compare Source

v6.0.5

Compare Source

Bug Fixes
  • use external store for files change to not rely on wfs (#​546) (2f330b5)

v6.0.4

Compare Source

Bug Fixes

v6.0.3

Compare Source

Bug Fixes

v6.0.2

Compare Source

Bug Fixes

v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

Features
  • add support for "generateTrace" tsconfig option (#​523) (e90c7e4)
  • use webpack's built-in watching instead of polling (fb22e47)
BREAKING CHANGES
  • 🧨 Remove issue.scope option and use new watch architecture

v5.2.1

Compare Source

Bug Fixes

v5.2.0

Compare Source

Features

v5.1.0

Compare Source

Features
  • add option to disable reporting to Webpack Dev Server (#​496) (52c5110)

v5.0.14

Compare Source

Performance Improvements
  • improve solution builder performance by skipLibCheck (#​494) (83bc29c)

v5.0.13

Compare Source

Bug Fixes

v5.0.12

Compare Source

Bug Fixes

v5.0.11

Compare Source

v5.0.10

Compare Source

Bug Fixes
  • existence check of file by the embedded source extension (#​487) (756d214)

v5.0.9

Compare Source

v5.0.8

Compare Source

v5.0.7

Compare Source

Bug Fixes

v5.0.6

Compare Source

Bug Fixes

v5.0.5

Compare Source

Bug Fixes

v5.0.4

Compare Source

Bug Fixes

v5.0.3

Compare Source

Bug Fixes

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

This is a major release that includes the plugin rewrite 🚀
The options format changed and is documented in the README.md.

Features
BREAKING CHANGES
  • 🧨 Issues outside webpack compilation will not be reported by default. See issue.scope option.
  • 🧨 Dropped support for Node 6 and Node 8
  • 🧨 Changed options format
  • 🧨 Changed plugin hooks
  • 🧨 Minimum TypeScript >=2.7.0
webpack-contrib/source-map-loader

v2.0.0

Compare Source

⚠ BREAKING CHANGES
  • minimum supported webpack version is 5
1.1.3 (2020-12-04)
Bug Fixes
1.1.2 (2020-10-27)
Bug Fixes
  • do not watch unnecessary sources (23768df)
1.1.1 (2020-10-09)
Chore
  • update schema-utils

v1.1.3

Compare Source

v1.1.2

Compare Source

v1.1.1

Compare Source

v1.1.0

Compare Source

Features
  • filter source mapping url (5cc3dfd)
Bug Fixes
1.0.2 (2020-08-19)
Bug Fixes
  • resolve server-relative url (30317f8)
1.0.1 (2020-06-30)
Bug Fixes

v1.0.2

Compare Source

v1.0.1

Compare Source

v1.0.0

Compare Source

⚠ BREAKING CHANGES
  • minimum supported Node.js version is 10.13
  • minimum supported webpack version is 4
Features
  • support indexed source maps (c18d1f9)
  • support charsert for Data URLs
Bug Fixes
  • absolute path for sources (b64f7d8)
  • avoid crash on big data URL source maps (7f769aa)
  • improve performance (#​101) (4c39c22)
  • use webpack fs (#​105) (1e785a1)
  • support file protocol
  • improve error messages
  • avoid conflicts with other source maps
  • fix compatibility with 5 version of webpack
webpack-contrib/style-loader

v2.0.0

Compare Source

⚠ 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.

TypeStrong/ts-loader

v8.0.14

Compare Source

v8.0.13

Compare Source

v8.0.12

Compare Source

v8.0.11

Compare Source

v8.0.10

Compare Source

v8.0.9

Compare Source

v8.0.8

Compare Source

v8.0.7

Compare Source

v8.0.6

Compare Source

v8.0.5

Compare Source

v8.0.4

Compare Source

v8.0.3

Compare Source

v8.0.2

Compare Source

v8.0.1

Compare Source

v8.0.0

Compare Source


Renovate configuration

📅 Schedule: "every weekend" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate Bot force-pushed the renovate/major-webpack branch 5 times, most recently from 9fd7fb3 to 444763a Compare August 30, 2020 17:52
@renovate renovate Bot changed the title chore(deps): update webpack (major) Update webpack (major) Aug 31, 2020
@renovate renovate Bot changed the title Update webpack (major) chore(deps): update webpack (major) Aug 31, 2020
@renovate renovate Bot force-pushed the renovate/major-webpack branch 2 times, most recently from e2989df to d73278f Compare September 3, 2020 13:10
@renovate renovate Bot changed the title chore(deps): update webpack (major) Update webpack (major) Sep 4, 2020
@renovate renovate Bot changed the title Update webpack (major) chore(deps): update webpack (major) Sep 8, 2020
@renovate renovate Bot force-pushed the renovate/major-webpack branch 4 times, most recently from b2fc069 to 5809590 Compare September 12, 2020 17:22
@renovate renovate Bot force-pushed the renovate/major-webpack branch 3 times, most recently from c72a268 to b12c45d Compare September 21, 2020 16:07
@renovate renovate Bot force-pushed the renovate/major-webpack branch 3 times, most recently from af64e72 to 667eebb Compare October 2, 2020 17:51
@renovate renovate Bot force-pushed the renovate/major-webpack branch 8 times, most recently from 2b8a54d to 0cbaefb Compare October 10, 2020 03:28
@renovate renovate Bot force-pushed the renovate/major-webpack branch 10 times, most recently from 968a8f2 to 199a357 Compare October 30, 2020 17:40
@renovate renovate Bot force-pushed the renovate/major-webpack branch 10 times, most recently from 7d6ae46 to d5f72ec Compare November 7, 2020 06:38
@renovate renovate Bot force-pushed the renovate/major-webpack branch 3 times, most recently from 0b1eec2 to 8a2b302 Compare November 9, 2020 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants