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

Update webpack related packages #53082

Merged
merged 4 commits into from
Dec 16, 2019
Merged

Update webpack related packages #53082

merged 4 commits into from
Dec 16, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 15, 2019

This PR contains the following updates:

Package Type Update Change
@cypress/webpack-preprocessor devDependencies patch ^4.1.0 -> ^4.1.1
chokidar dependencies minor 3.2.1 -> 3.3.0
chokidar devDependencies minor 3.2.1 -> 3.3.0
copy-webpack-plugin devDependencies minor ^5.0.4 -> ^5.1.1
css-loader devDependencies major ^2.1.1 -> ^3.3.2
css-loader dependencies major 2.1.1 -> 3.3.2
eslint-import-resolver-webpack dependencies minor 0.11.1 -> 0.12.0
file-loader dependencies major 4.2.0 -> 5.0.2
file-loader devDependencies major ^4.2.0 -> ^5.0.2
raw-loader dependencies major 3.1.0 -> 4.0.0
raw-loader devDependencies major ^3.1.0 -> ^4.0.0
sass-loader devDependencies major ^7.3.1 -> ^8.0.0
style-loader dependencies major 0.23.1 -> 1.0.1
style-loader devDependencies major 0.23.1 -> 1.0.1
terser-webpack-plugin dependencies minor ^2.1.2 -> ^2.3.0
url-loader devDependencies major 2.2.0 -> 3.0.0
url-loader dependencies major 2.2.0 -> 3.0.0
val-loader dependencies major ^1.1.1 -> ^2.0.2
webpack dependencies patch 4.41.0 -> 4.41.2
webpack devDependencies patch ^4.41.0 -> ^4.41.2
webpack dependencies minor 4.33.0 -> 4.41.2
webpack-cli devDependencies patch ^3.3.9 -> ^3.3.10
webpack-dev-server devDependencies minor ^3.8.2 -> ^3.9.0

Release Notes

cypress-io/cypress-webpack-preprocessor

v4.1.1

Compare Source

4.1.1 (2019-11-13)

Bug fixes ✅

paulmillr/chokidar

v3.3.0

Compare Source

FSWatcher#close() method became async. This ensures IO operations are finished properly and fixes a few segfaulty crashes.

v3.2.3

Compare Source

v3.2.2

Compare Source

webpack-contrib/copy-webpack-plugin

v5.1.1

Compare Source

v5.1.0

Compare Source

Features
Bug Fixes
  • better to determine when glob is used (4826e56)
5.0.5 (2019-11-06)
Performance Improvements
  • improvements for webpack@5
5.0.4 (2019-07-26)
Bug Fixes

v5.0.5

Compare Source

Features
Bug Fixes
  • better to determine when glob is used (4826e56)
5.0.5 (2019-11-06)
Performance Improvements
  • improvements for webpack@5
5.0.4 (2019-07-26)
Bug Fixes
webpack-contrib/css-loader

v3.3.2

Compare Source

v3.3.1

Compare Source

v3.3.0

Compare Source

Features
Bug Fixes
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)

v3.2.1

Compare Source

Features
Bug Fixes
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)

v3.2.0

Compare Source

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

v3.1.0

Compare Source

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

v3.0.0

Compare Source

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)
benmosher/eslint-plugin-import

v0.12.0

Changed
  • Ignore [import/ignore setting] if exports are actually found in the parsed module. Does this to support use of jsnext:main in node_modules without the pain of managing an allow list or a nuanced deny list.
webpack-contrib/file-loader

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

BREAKING CHANGES
  • minimum required nodejs version is 10.13.0
  • rename the esModules option to esModule
  • switch to ES modules by default (the option esModule is true by default)

v4.3.0

Compare Source

Features
webpack-contrib/raw-loader

v4.0.0

Compare Source

Features
  • new esModules option
BREAKING CHANGES
  • minimum required nodejs version is 10.13.0
webpack-contrib/sass-loader

v8.0.0

Compare Source

⚠ BREAKING CHANGES
  • minimum required webpack version is 4.36.0
  • minimum required node.js version is 8.9.0
  • move all sass (includePaths, importer, functions) options to the sassOptions option. The functions option can't be used as Function, you should use sassOption as Function to achieve this.
  • the data option was renamed to the prependData option
  • default value of the sourceMap option depends on the devtool value (eval/false values don't enable source map generation)
Features
  • automatically use the fibers package if it is possible (#​744) (96184e1)
  • source map generation depends on the devtool option (#​743) (fcea88e)
  • validate loader options (#​737) (7b543fc)
  • reworked error handling from node-sass/sass
  • improve resolution for @import (including support _index and index files in a directory)
Bug Fixes
  • compatibility with pnp
7.3.1 (2019-08-20)
Bug Fixes
webpack-contrib/style-loader

v1.0.1

Compare Source

v1.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • minimum required Node.js version is 8.9.0
  • minimum required wepback version is 4.0.0
  • the convertToAbsoluteUrls option was removed, you don't need this anymore
  • the attrs option was renamed to the attributes option
  • the transform option was removed without replacement
  • the hmr option was removed, webpack automatically inject HMR code when it is required (when the HotModuleReplacementPlugin plugin was used)
  • the sourceMap option was removed. The loader automatically inject source maps if the previous loader emit them
  • the ref/unref api methods were removed for useable loader, please use the use/unuse api methods
  • the style-loader/url loader was removed in favor injectType option (look the documentation about the injectType option)
  • the style-loader/useable loader was removed in favor injectType option (look the documentation about the injectType option)
  • the singleton option was removed (look documentation about the injectType option)
  • the insertAt option was removed in favor the insert option (look the documentation about the insert option and examples)
  • the insertInto options was removed in favor the insert option (look the documentation about the insert option and examples)
webpack-contrib/terser-webpack-plugin

v2.3.0

Compare Source

Features
  • support webpack@5 cache (3649b3d)
2.2.3 (2019-12-11)
SECURITY
  • update serialize-javascript to 2.1.2 version.
2.2.2 (2019-12-06)
SECURITY
  • update serialize-javascript to 2.1.1 version.
2.2.1 (2019-10-22)
Bug Fixes

v2.2.3

Compare Source

Features
  • support webpack@5 cache (3649b3d)
2.2.3 (2019-12-11)
SECURITY
  • update serialize-javascript to 2.1.2 version.
2.2.2 (2019-12-06)
SECURITY
  • update serialize-javascript to 2.1.1 version.
2.2.1 (2019-10-22)
Bug Fixes

v2.2.2

Compare Source

v2.2.1

Compare Source

v2.2.0

Compare Source

Features
  • map webpack@5 options to terser options (#​177) (f4c47aa)
  • pass an asset path for the warningsFilter option (#​176) (9a0a575)
  • propagate an error stacktrace from terser (#​179) (a11e66b)
  • enable the sourceMap option when the SourceMapDevToolPlugin plugin used (non cheap) (#​178) (d01c1b5)
Bug Fixes
2.1.3 (2019-10-10)
Bug Fixes
2.1.2 (2019-09-28)
Bug Fixes
2.1.1 (2019-09-27)
Bug Fixes

v2.1.3

Compare Source

Features
  • map webpack@5 options to terser options (#​177) (f4c47aa)
  • pass an asset path for the warningsFilter option (#​176) (9a0a575)
  • propagate an error stacktrace from terser (#​179) (a11e66b)
  • enable the sourceMap option when the SourceMapDevToolPlugin plugin used (non cheap) (#​178) (d01c1b5)
Bug Fixes
2.1.3 (2019-10-10)
Bug Fixes
2.1.2 (2019-09-28)
Bug Fixes
2.1.1 (2019-09-27)
Bug Fixes
webpack-contrib/url-loader

v3.0.0

Compare Source

BREAKING CHANGES
  • minimum required nodejs version is 10.13.0
  • rename the esModules option to esModule
  • switch to ES modules by default (the option esModule is true by default)

v2.3.0

Compare Source

Features
  • new esModules option to output ES modules (0ee2b99)
2.2.0 (2019-10-04)
Features
webpack-contrib/val-loader

v2.0.2

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source

webpack/webpack

v4.41.2

Compare Source

Bugfixes

  • fix issue with invalide timezone

v4.41.1

Compare Source

Bugfixes

  • fix incorrect request shortening when directory looks similar to parent directory
  • fix crash when timezone is unknown
webpack/webpack-cli

v3.3.10

Compare Source

Version 3.3.10 comes with a new flag no-cache, version patches to security and removal of out-of-sync mono-repo tests. The change is considered a patch, since no functionality is changed.

Full changelog found here

webpack/webpack-dev-server

v3.9.0

Compare Source

Bug Fixes
Features
3.8.2 (2019-10-02)
Security
  • update selfsigned package
3.8.1 (2019-09-16)
Bug Fixes

Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

👻 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

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

@renovate renovate bot requested a review from a team as a code owner December 15, 2019 03:31
@renovate renovate bot added release_note:skip Skip the PR/issue when compiling release notes renovate Renovate dependency update with major version updates Team:Operations Team label for Operations Team v7.6.0 v8.0.0 labels Dec 15, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-operations (Team:Operations)

@renovate renovate bot requested a review from a team as a code owner December 15, 2019 17:37
@renovate
Copy link
Contributor Author

renovate bot commented Dec 15, 2019

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@spalger spalger merged commit 8b36eb4 into master Dec 16, 2019
spalger added a commit to spalger/kibana that referenced this pull request Dec 16, 2019
* Update webpack related packages

* fix updated config flag

* update other changes css-loader config options

# Conflicts:
#	package.json
#	packages/kbn-interpreter/package.json
#	packages/kbn-ui-framework/package.json
#	x-pack/package.json
#	yarn.lock
spalger pushed a commit that referenced this pull request Dec 16, 2019
* Update webpack related packages

* fix updated config flag

* update other changes css-loader config options

# Conflicts:
#	package.json
#	packages/kbn-interpreter/package.json
#	packages/kbn-ui-framework/package.json
#	x-pack/package.json
#	yarn.lock
@spalger
Copy link
Contributor

spalger commented Dec 16, 2019

7.x/7.6: 60a289b

spalger added a commit to spalger/kibana that referenced this pull request Dec 16, 2019
spalger added a commit that referenced this pull request Dec 17, 2019
spalger added a commit that referenced this pull request Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes renovate Renovate dependency update with major version updates reverted Team:Operations Team label for Operations Team v7.6.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants