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 all #1049

Merged
merged 1 commit into from
Apr 26, 2021
Merged

Update all #1049

merged 1 commit into from
Apr 26, 2021

Conversation

renovate-bot
Copy link
Contributor

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node 14.14.37 -> 14.14.41 age adoption passing confidence
acorn 8.1.0 -> 8.2.1 age adoption passing confidence
acorn-walk 8.0.2 -> 8.1.0 age adoption passing confidence
css-loader 5.2.1 -> 5.2.4 age adoption passing confidence
mini-css-extract-plugin 1.4.1 -> 1.5.0 age adoption passing confidence
np 7.4.0 -> 7.5.0 age adoption passing confidence
rollup (source) 2.45.1 -> 2.45.2 age adoption passing confidence
webpack 5.31.2 -> 5.35.1 age adoption passing confidence

Release Notes

acornjs/acorn

v8.2.1

Compare Source

v8.2.0

Compare Source

v8.1.1

Compare Source

webpack-contrib/css-loader

v5.2.4

Compare Source

v5.2.3

Compare Source

v5.2.2

Compare Source

webpack-contrib/mini-css-extract-plugin

v1.5.0

Compare Source

Features
  • add experimental support for importModule, improve perfomance (#​737) (8471ac2)
1.4.1 (2021-04-07)
Bug Fixes
sindresorhus/np

v7.5.0

Compare Source

rollup/rollup

v2.45.2

Compare Source

2021-04-13

Bug Fixes
  • Do not user a dynamic entry file name for naming a manual chunk (#​4040)
Pull Requests
webpack/webpack

v5.35.1

Compare Source

Bugfixes

  • fix an __webpack_exports__ is not defined error with some library types

performance

  • improve stats grouping performance
  • improve providedExports analysis performance
  • improve hashing performance
  • lazy merge dependencies from creating context modules
  • improve dependency parents access performance

v5.35.0

Compare Source

Bugfixes

  • fix handling of build dependencies with # in path

Performance

  • improve memory usage when using the filesystem cache

When reading a file into a Buffer and picking smaller slices of the Buffer
the small slices still keep a reference to the large original Buffer.
The leads to increased memory usage. A fix would be to clone the slice into
a smaller Buffer when wasting too much memory, but this has a performance cost.
There is now a new option cache.allowCollectingMemory which controls that.
For one-off builds you probably want allowCollectingMemory: false and
for watch builds you probably want allowCollectingMemory: true.
It defaults to false in production mode and true in development mode.

v5.34.0

Compare Source

Features

  • add support for empty string in resolve.extensions and handle them in this order
  • add pnpapi as builtin external when using target: "node"

Bugfixes

  • fix a bug where chunks filenames where not included in runtime when using splitChunks and runtimeChunk with target: "node"
  • fix deprecation message from LimitChunkCountPlugin

Performance

  • precompile schemas into functions to avoid schema compilation overhead
  • fix performance regression when storing the cache
  • performance improvement for snapshot file iterators

Developer Experience

  • remove removed store: 'idle' from schema description

v5.33.2

Compare Source

Bugfix

  • handle falsy entry options correctly

v5.33.1

Compare Source

Bugfix

  • fix passing publicPath to this.importModule

v5.33.0

Compare Source

Features

  • adds support for specifying a publicPath per entrypoint
    • add entry.xxx.publicPath option

Bugfix

  • disable injection of chunk loading logic for executeModule

Performance

  • performance improvements for export * and reexports

v5.32.0

Compare Source

Features

  • add support for a pseudo extensions .webpack[type] (e. g. .webpack[javascript/auto]) to specify the default module type when no other module type is specified
    • to be used with !=! inline syntax

Bugfixes

  • fixes incorrect cache invalidation when new properties are added to the DefinePlugin

Experiments

  • add experiments.executeModule to allow build-time execution of modules of the module graph
    • add this.importModule(request, options, [callback]): Promise to the loader context
    • add compilation.executeModule(request, options, callback) for plugins

Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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

@samouri samouri merged commit 3efa121 into ampproject:main Apr 26, 2021
@renovate-bot renovate-bot deleted the renovate/all branch April 26, 2021 14:05
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.

2 participants