Skip to content

build(deps-dev): bump webpack from 4.44.2 to 5.4.0 in /addon #656

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

Merged
merged 1 commit into from
Nov 12, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 9, 2020

Bumps webpack from 4.44.2 to 5.4.0.

Release notes

Sourced from webpack's releases.

v5.4.0

Bugfixes

  • fix renaming in super class expression in nested scopes
  • fix parsing and handling of browserlist queries
  • fix a few edge cases with ESM-CJS interop and .mjs
  • fix ASI edge cases

v5.3.2

Bugfixes

  • runtime-dependent concatenated modules can generate code for runtime-dependent execution order of concatenated modules

v5.3.1

Bugfixes

  • fix incorrect concatenation of modules when multiple runtimes are involved
    • fixes a "This should not happen" error
    • fixes a __webpack_require__(null) problem
  • run CLI correctly after installing
  • fixes a huge performance issue when processing minimized code with SourceMap
  • Use string[] types instead of [string, ...string[]] for arrays that must not be empty
    • this is more convinient to use

Performance

  • avoid incorrect store of counts in the ProgressPlugin, which causes unneeded serialization of the Persistent Cache
  • upgrade terser-webpack-plugin for performance improvements
  • upgrade webpack-sources for performance improvements

v5.3.0

Features and Bugfixes

  • generate runtime conditional code when modules are forcefully merged from multiple runtimes
    • This fixes a Cannot read property 'call' of undefined error in webpack runtime, because modules are used that are not in the graph in one runtime
  • disabled source code analysis for side effects in non-production modes
    • this causes unnecessary changes to parent modules in development
    • add optimization.sideEffects: "flag" as option for this

v5.2.1

Bugfixes

  • add watchOptions.followSymlinks option to schema
  • fix hard crash when calling resolve with undefined value
  • fix emit problem when files have hash in query string
  • fix unneeded generation of SourceMaps when no devtool is used
    • fixes a huge performance regression with terser-webpack-plugin

v5.2.0

Features

... (truncated)

Commits
  • 84dafd1 5.4.0
  • a76c9be Merge pull request #11904 from webpack/bugfix/11897
  • 2267924 Merge pull request #11885 from webpack/feature/named-exports
  • bd44e0c Merge pull request #11886 from webpack/issue-11876
  • 48150a0 update types
  • 0a5f1b3 Merge pull request #11902 from webpack/dependabot/npm_and_yarn/pretty-format-...
  • 77aed60 fix a few edge cases with interop
  • 6e42482 chore(deps-dev): bump pretty-format from 26.6.1 to 26.6.2
  • 7f691aa enable named exports for commonjs as node.js supports it now
  • 00dd8e1 remove code comment
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@marco-c
Copy link
Collaborator

marco-c commented Nov 12, 2020

@dependabot rebase

1 similar comment
@marco-c
Copy link
Collaborator

marco-c commented Nov 12, 2020

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/addon/webpack-5.4.0 branch 3 times, most recently from e675307 to 649dd3e Compare November 12, 2020 01:03
@marco-c marco-c closed this Nov 12, 2020
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 12, 2020

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/addon/webpack-5.4.0 branch November 12, 2020 01:06
@marco-c
Copy link
Collaborator

marco-c commented Nov 12, 2020

This needs to be done manually as a config (devtool) in webpack.config.js needs to be made.

@marco-c
Copy link
Collaborator

marco-c commented Nov 12, 2020

Fix for the problem is in 85ed751, now the update can be done.

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 12, 2020

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

@marco-c
Copy link
Collaborator

marco-c commented Nov 12, 2020

@dependabot reopen

@dependabot dependabot bot reopened this Nov 12, 2020
@dependabot dependabot bot restored the dependabot/npm_and_yarn/addon/webpack-5.4.0 branch November 12, 2020 01:15
@marco-c
Copy link
Collaborator

marco-c commented Nov 12, 2020

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/addon/webpack-5.4.0 branch from 649dd3e to 0110d04 Compare November 12, 2020 01:16
@marco-c marco-c merged commit 883a161 into master Nov 12, 2020
@marco-c marco-c deleted the dependabot/npm_and_yarn/addon/webpack-5.4.0 branch November 12, 2020 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addon WebExtension
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant