Skip to content

Update dependency webpack to v3.12.0#10

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/webpack-3.x
Open

Update dependency webpack to v3.12.0#10
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/webpack-3.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Aug 31, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack ^3.5.5 -> 3.12.0 age adoption passing confidence

Release Notes

webpack/webpack

v3.12.0

Compare Source

Bugfixes
  • Sort modules by index by default
  • fix hot.accept creating duplicates when using the DefinePlugin

v3.11.0

Compare Source

Features
  • Parser supports new Foo expressions
  • Evaluator supports bitwise and exponential operator
  • Many config options supporting placeholder now also support functions
  • add jsonpScriptType to specify script type for lazy loaded script tags
  • update ajv
Bugfixes
  • allow ident in schema
  • ident is not lost when referencing by ident
  • Prefer process.exitCode instead of process.exit
  • workaround for bluebird warning in hot/signal
  • Errors in child compilation now lead to global error
  • Initial chunk are no longer part of the chunk manifest and no longer contribute to the hash
  • don't crash on arrays with empty items
  • workaround for node 8 and 9 bug while reading empty env values

v3.10.0

Compare Source

Features:
  • add publicPath and fileContext to SourceMapDevToolPlugin
  • require.include no longer uses all exports (Tree Shaking)

v3.9.1

Compare Source

Bugfixes:
  • add ignored and stdin to schema of watchOptions

v3.9.0

Compare Source

Features
  • add more descriptions to the schema for better validation errors
  • Handle arrow functions in AMD define/require
Bugfixes
  • added stats.all option to schema
  • UMD uses self before this as global object
  • Use window instead of this in JSONP
  • handle null in SourceMap correctly
  • Use Error name instead of instanceof to check for validation Error
  • Respect node.js deprecation configuration for some deprecation messages in webpack
  • Generate shorter identifiers for ConcatenatedModules to save memory
  • fix increasing delay when using HMR with multiStep: true

v3.8.1

Compare Source

Bugfixes:

  • add missing keys to stats schema for validation

v3.8.0

Compare Source

Features:

  • It's now possible to include the --env data in stats (@​jbottigliero)
  • There is a warning when trying to load a initial chunk with import() or require.ensure now (@​sokra)

Bugfixes:

  • fix a race condition for ENOENT errors (@​simon-paris)
  • chunk reasons comments are now set more consistent (@​sokra)
  • fix schema for stats and be more strict (@​jbottigliero)
    • This may lead to errors if you've provided wrong properties.
  • remove the absolute path from the parser error message (@​sokra)
  • fix changed behavior when loading a initial chunk on demand (@​sokra)

Performance

  • chunk graph is now build in breath-first traversal, which is faster (@​sokra)
  • fix a performance problem in some edge cases (@​sokra)

v3.7.1

Compare Source

Bugfixes

  • fix crash for undefined optional in ExternalModule (@​STRML)

v3.7.0

Compare Source

Features

Bugfixes

Performance

  • fixes a performance problem with many ESM import/exports in a module (@​sokra)
  • fixes a performance problem with heavily circular/interconnected chunks graphs (@​sokra)

v3.6.0

Compare Source

Bugfixes

  • Using folder names on CLI now correctly uses folder as entry (@​gyandeeps)
  • Assign correct cache object to child compiler (@​sokra)

v3.5.6

Compare Source

Bugfixes

  • --watch-poll also accepts a number now (@​civalin)
  • optimization bailout messages are now correctly cleared on incremental compilation (@​STRML)
  • (back)slashes in querystring are not correctly handled when making the request relative to context (@​donocode)
  • orginalError -> originalError in HMR API (@​sokra)
  • fix Cannot read property '0' of undefined in harmony modules (@​sokra)
  • Handle require to root of concatenated module correctly and don't generate __webpack_require__(null) (@​sokra)
  • No longer use async as variable name (@​sokra)
  • Object in options are now cloned when applying defaults (@​sokra)

Performance


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 you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@viezly
Copy link

viezly bot commented Aug 31, 2021

Pull request by bot. No need to analyze

@merge-mamba
Copy link

merge-mamba bot commented Sep 6, 2021

Potential Conflict Warning

This pull request has changes that overlap with branches below. You might want to check in with the other
branch authors before you merge to avoid a conflict. 🐍

renovate/major-babel-monorepo (@renovate-bot)

renovate/pin-dependencies (@renovate-bot)

renovate/webpack-dev-server-4.x (@renovate-bot)

renovate/handlebars-loader-1.x (@renovate-bot)

renovate/babel-monorepo (@renovate-bot)

renovate/handlebars-4.x (@renovate-bot)

renovate/chess.js-0.x (@renovate-bot)

renovate/webpack-dev-server-2.x (@renovate-bot)

renovate/bulma-0.x (@renovate-bot)

renovate/object-hash-2.x (@renovate-bot)

renovate/uuid-8.x (@renovate-bot)

renovate/webpack-3.x (@renovate-bot)

Something wrong? Got a suggestion? Email me or leave feedback here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant