mariohmol / ng-brazil

Commons and utils in angular for brazillian apps ( pipes / validators / directives / masks )
http://geradorbrasileiro.com
MIT License
118 stars 24 forks source link

[Snyk] Upgrade webpack from 5.0.0 to 5.24.4 #62

Closed snyk-bot closed 3 years ago

snyk-bot commented 3 years ago

Snyk has created this PR to upgrade webpack from 5.0.0 to 5.24.4.

merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Release notes
Package name: webpack
  • 5.24.4 - 2021-03-08

    Bugfixes

    • fix overridding built-in externals via externals
    • fix handling UNC paths as windows paths
    • Improve error when passing an empty array as library name
    • avoid adding the package.json from compilation context as build dependency
    • fix expansion of "..." in array configuration options when it's not at the start
  • 5.24.3 - 2021-03-03

    Bugfixes

    • fix contenthash when a file is emitted twice with different filenames but that same contenthash
  • 5.24.2 - 2021-02-24

    Bugfixes

    • fix invalid syntax generated for destructuring with default values
    • fix some incorrect properties accesses in watch
      • modifiedFiles and removedFiles were undefined
    • fix some edge cases with MultiCompiler
  • 5.24.1 - 2021-02-23

    Performance

    • improve performance of finding modules to concatenate
    • improve performance of getting incoming modules from connections
    • make sure that all serialized modules restore correctly
    • avoid storing ConcatenatedModule, since that's not needed

    Developer Experience

    • fix typo in deprecation message
  • 5.24.0 - 2021-02-22

    Bugfixes

    • fix name conflict when using destructing with default arguments in concatenated modules
    • fix tracking of reexports in concatenated modules when using multiple export * that point to the same export
    • debug logging is now included even if logging is not
    • fix name of ModuleConcatenationPlugin logger
    • fix experiments.lazyCompilation: true. It now has an effect.

    Developer Experience

    • expose Watching type

    Contribution

    • fix husky setup

    Performance

    • improve performance of module concatenation
  • 5.23.0 - 2021-02-18

    Features

    • add parserOptions.url: "relative" option
      • Allows to generate relative URLs from new URL (e. g. for SSG/SSR)

    Bugfixes

    • fixes for electron target
      • electron has importScripts in worker
      • only choose a chunkLoading which fits to the chunkFormat
      • prefer fetch wasm loading over node wasm loading
    • fix regression when combining library + runtimeChunk + node target

    Developer Experience

    • export MultiStats type
  • 5.22.0 - 2021-02-15

    Features

    • generate shorter output code for JSON data by using a '...' string instead of "..." (only affects output side when not minimized)
    • the dependencies configuration option now works for watch builds too
      • It will build compilation when any of dependencies has changed
      • It will wait for compiling until all of dependencies have finished
    • add parallelism config option on the array of configurations to limit the compilers that are running in parallel

    Developer Experience

    • add hints (Did you mean ...) to resolve errors when
      • resolving fails due to enforceExtension
      • relative request is missing leading ./
    • when all modules of an entrypoint fail resolving and another entrypoints depend(s)On it, webpack no longer crashes with a weird error
    • add hint to stats how to get details about errors/warnings in child compilations
    • improve error message for lazyCompilation when using IE11

    Bugfixes

    • async entries e.g. for Workers are now implicitly flagged as "having side effects" even if they are affects by "sideEffects": false
      • in future we might add a warning for this
    • avoid crash when using this.loadModule (loader) and the loaded module has errors
    • refactor libraries to inline exporting code into runtime to allow using with output.iife: false
    • fix invalid code when using define for local modules and arrow functions are supported
    • fix missing runtime requirement for system.js context
    • fix parsing of define function, which missed declarations before
    • avoid unnecessary calls to loaders when serializer are already registered
    • fix inner graph analysis for exports when export { x } is before pure declaration const x = /*#__PURE__*/ f()
    • fix hashing order of runtime chunks when there are async entries involved

    Contribution

    • CI run tests on node.js 15 too
    • CI run tests on github actions too

    Experiments

    • improvements on experimental output.library: { type: "module" } (experiments.outputModule: true)
      • it can generate export { ... } now, but that can't handle live-bindings yet
  • 5.21.2 - 2021-02-07

    Bugfixes

    • json with constructor property now caches correctly
    • json generation with object prototype property now works correctly
    • tree shaking json array when accessing length property now works correctly
    • fix incorrect call context when calling properties on imports from CommonJS modules
  • 5.21.1 - 2021-02-06

    Bugfixes

    • fix a crash when using colors in stats
  • 5.21.0 - 2021-02-05

    Features

    • add __webpack_base_uri__ to change base URI at runtime
    • add stats.errorDetails: "auto" to show error details automatically when there are only 1 or 2 errors

    Bugfixes

    • fix a hanging build when using the persistent cache without a package.json in cwd

    Developer Experience

    • add typings for the stats JSON
    • change default for stats.errorDetails to "auto" when using toString
    • Highlight important text in error message with colors
      • e. g. Did you mean ...? and similar hints are shown in green
  • 5.20.2 - 2021-02-04
  • 5.20.1 - 2021-02-03
  • 5.20.0 - 2021-02-02
  • 5.19.0 - 2021-01-29
  • 5.18.0 - 2021-01-26
  • 5.17.0 - 2021-01-22
  • 5.16.0 - 2021-01-19
  • 5.15.0 - 2021-01-15
  • 5.14.0 - 2021-01-13
  • 5.13.0 - 2021-01-11
  • 5.12.3 - 2021-01-10
  • 5.12.2 - 2021-01-09
  • 5.12.1 - 2021-01-08
  • 5.12.0 - 2021-01-08
  • 5.11.1 - 2020-12-28
  • 5.11.0 - 2020-12-17
  • 5.10.3 - 2020-12-15
  • 5.10.2 - 2020-12-15
  • 5.10.1 - 2020-12-11
  • 5.10.0 - 2020-12-04
  • 5.9.0 - 2020-11-28
  • 5.8.0 - 2020-11-26
  • 5.7.0 - 2020-11-26
  • 5.6.0 - 2020-11-19
  • 5.5.1 - 2020-11-18
  • 5.5.0 - 2020-11-17
  • 5.4.0 - 2020-11-03
  • 5.3.2 - 2020-10-29
  • 5.3.1 - 2020-10-28
  • 5.3.0 - 2020-10-27
  • 5.2.1 - 2020-10-27
  • 5.2.0 - 2020-10-22
  • 5.1.3 - 2020-10-16
  • 5.1.2 - 2020-10-15
  • 5.1.1 - 2020-10-15
  • 5.1.0 - 2020-10-13
  • 5.0.0 - 2020-10-10
from webpack GitHub release notes
Commit messages
Package name: webpack
  • ef5e681 5.24.4
  • c18b3c5 Merge pull request #12832 from webpack/bugfix/array-default-fallback
  • 9e7a293 Merge pull request #12822 from webpack/bugfix/avoid-package-json-build-dependency
  • e63e733 fix array expansion when using "..."
  • 5ff9a14 add test case
  • 73af688 Merge pull request #12828 from chenxsan/bugfix/fix-library-schema
  • ddbffca Merge pull request #12762 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-32.2.0
  • 0f330d3 Merge pull request #12829 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-24.1.8
  • 1fe2e41 Merge pull request #12805 from webpack/dependabot/npm_and_yarn/pug-3.0.1
  • dace9fb Merge pull request #12827 from dmattia/master
  • b6502d2 improve test suite stablility
  • 97064ee Merge pull request #12823 from chenxsan/bugfix/fix-typo
  • 32aa9b1 chore(deps-dev): bump eslint-plugin-jest from 24.1.3 to 24.1.8
  • d4a0933 fix LibraryName of empty array
  • e28788a Merge pull request #12714 from jasongrout/uncpaths
  • b89b536 Add a test case for resolve.fallback
  • 8dcb90d avoid making the package.json in context a build dependency
  • 45a439c fix a grammar problem
  • 0ffeaf0 Merge pull request #12803 from webpack/issue-12802
  • d044c85 5.24.3
  • 1e681ba chore(deps-dev): [security] bump pug from 3.0.0 to 3.0.1
  • a3d0c06 Merge pull request #12800 from webpack/dependabot/npm_and_yarn/css-loader-5.1.1
  • 3237c5a fix: prefer provided external over built-in
  • 1e235f6 chore(deps-dev): bump css-loader from 5.0.2 to 5.1.1
Compare

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs