Coder Social home page Coder Social logo

Comments (11)

greenkeeper avatar greenkeeper commented on May 4, 2024

After pinning to 4.35.3 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

from color-map.

greenkeeper avatar greenkeeper commented on May 4, 2024
  • The devDependency webpack was updated from 4.36.0 to 4.36.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.36.1

Bugfixes

  • fix regression in 4.36.0 when using happypack
Commits

The new version differs by 3 commits.

  • 92caa5d 4.36.1
  • 4cac066 Merge pull request #9425 from webpack/bugfix/no-resolve-options
  • 1f966eb fix #9424

See the full diff

from color-map.

greenkeeper avatar greenkeeper commented on May 4, 2024
  • The devDependency webpack was updated from 4.36.1 to 4.37.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.37.0

Features

  • add logging API (see #9436 for details)
Commits

The new version differs by 37 commits.

  • 04b0d6b 4.37.0
  • 2fb853e Merge pull request #9436 from webpack/feature/logging
  • a1f0789 Merge pull request #9458 from yvanwangl/master
  • 9d381f2 HookMap: replace .tap() with .for().tap()
  • 677ccd9 small fixes
  • 1d4fb10 Merge pull request #9448 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.13.0
  • 7b31890 more tests
  • 167759d Merge pull request #9449 from webpack/dependabot/npm_and_yarn/simple-git-1.122.0
  • d0298bc Merge pull request #9450 from webpack/dependabot/npm_and_yarn/acorn-6.2.1
  • fa2b3f7 Merge pull request #9452 from webpack/dependabot/npm_and_yarn/lodash-4.17.15
  • 85263af update snapshot
  • b6138c1 add infrastructure test
  • d532c4f allow to configure the infrastructure logger
  • 183ddad store profiling requests into the Stats too
  • 51e137e chore(deps-dev): bump lodash from 4.17.14 to 4.17.15

There are 37 commits in total.

See the full diff

from color-map.

greenkeeper avatar greenkeeper commented on May 4, 2024
  • The devDependency webpack was updated from 4.37.0 to 4.38.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.38.0

Performance

  • Improved performance of ProgressPlugin
  • Improved performance of chunk graph generation
    • This can boost performance when many chunks are used, especially incremental build performance
    • Modules from parent chunks are now tracked during chunk graph generation, which allows to skip these modules in async chunks. This often renders optimization.removeAvailableModules unneeded, expect in scenarios where chunks are merged during optimization.
  • optimization.removeAvailableModules is now disabled in development mode by default
    • optimization.removeAvailableModules will be disabled for all modes in next major release, feel free to disable it in production too if you want extra performance.
Commits

The new version differs by 49 commits.

  • ae3db13 4.38.0
  • 9741565 Merge pull request #9472 from webpack/performance/chunk-group-available
  • 81017d5 update stats snapshot because of additional logging
  • a2c0461 disable optimization.removeAvailableModules in development by default
  • 2e0ce0d less memory, reduce timing verbosity
  • 126fb99 move chunk graph building into separate file
  • 2686baf Merge pull request #9469 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.7.2
  • 55f034b chore(deps-dev): bump eslint-plugin-jsdoc from 15.7.1 to 15.7.2
  • b088914 Merge pull request #9466 from webpack/performance/progress
  • 5a27b8f Merge pull request #9462 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.7.1
  • fde3f62 fix low hanging performance problems with ProgressPlugin
  • ae97676 chore(deps-dev): bump eslint-plugin-jsdoc from 15.5.3 to 15.7.1
  • 04b0d6b 4.37.0
  • 2fb853e Merge pull request #9436 from webpack/feature/logging
  • a1f0789 Merge pull request #9458 from yvanwangl/master

There are 49 commits in total.

See the full diff

from color-map.

greenkeeper avatar greenkeeper commented on May 4, 2024
  • The devDependency webpack was updated from 4.38.0 to 4.39.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.39.0

Features

  • Infrastructure logger for node.js has now colors + symbols to mark different kind of messages
  • Logger API has now a status method which allows to write temporary status messages
  • ProgressPlugin default handler uses the Infrastructure Logger status message to output messages
  • Placeholders in paths can now be escaped with i. e. [\id\]
  • Compiler.hooks.assetEmitted have been added to get byte content of emitted assets

Bugfixes

  • Logging output is now aligned to have space for symbols
  • renamed Compiler.hooks.infrastructurelog to Compiler.hooks.infrastructureLog
  • Properties that are defined on the Object.prototype can now be chunk ids (i. e. constructor)
  • library.name now supports placeholders in libraryTarget: "system"
  • 2 places were module profiles were incorrectly captured were fixed

Dependencies

  • Forced upgrade of all direct dependencies
  • webpack-sources + terser-webpack-plugin comes with quality optimizations for SourceMaps
Commits

The new version differs by 104 commits.

  • 5344837 4.39.0
  • 1e1983c Merge pull request #9508 from webpack/deps/push
  • a662a94 push latest version of dependencies to the end user
  • 4075538 Merge pull request #9506 from webpack/logging/status
  • 1963e40 improve tests for different infrastructure logging levels
  • ed7d815 Merge pull request #9318 from jamesgeorge007/hotfix/ease-access-of-emitted-assets
  • 98148b6 add infrastructureLog hook to MulitCompiler
  • 0b0e9e9 fix Progress and Stats Tests for colors and output
  • b89853e fix Compiler logging test
  • 4c472ad capture infrastructure log
  • 56e12fd extract LogTestPlugin
  • def2947 add getInfrastructureLogger to MultiCompiler
  • 0c8d75c fix name for log hook
  • 8f0a443 Colored console for node environment
  • 53a7a34 add test cases

There are 104 commits in total.

See the full diff

from color-map.

greenkeeper avatar greenkeeper commented on May 4, 2024
  • The devDependency webpack was updated from 4.39.0 to 4.39.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.39.1

Bugfixes

  • fix problem that progress lines were too long on some terminals
  • fix a problem that ...100% is displayed instead of 100%
Commits

The new version differs by 110 commits.

  • f29445d 4.39.1
  • 1d98dad Merge pull request #9513 from webpack/bugfix/terminal-length
  • 8006117 make status logging 1 char shorter
  • ff8946e update examples
  • 5a9d029 Merge pull request #9512 from webpack/bugfix/100-percent
  • 7cfe0e6 fix 100% progress output
  • 5344837 4.39.0
  • 1e1983c Merge pull request #9508 from webpack/deps/push
  • a662a94 push latest version of dependencies to the end user
  • 4075538 Merge pull request #9506 from webpack/logging/status
  • 1963e40 improve tests for different infrastructure logging levels
  • ed7d815 Merge pull request #9318 from jamesgeorge007/hotfix/ease-access-of-emitted-assets
  • 98148b6 add infrastructureLog hook to MulitCompiler
  • 0b0e9e9 fix Progress and Stats Tests for colors and output
  • b89853e fix Compiler logging test

There are 110 commits in total.

See the full diff

from color-map.

greenkeeper avatar greenkeeper commented on May 4, 2024
  • The devDependency webpack was updated from 4.39.1 to 4.39.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.39.2

Bugfixes

  • fix ProfilingPlugin not ending traces correctly
Commits

The new version differs by 148 commits.

  • 7265427 4.39.2
  • 9f27d0c Merge pull request #9559 from jamesgeorge007/feat/refactor-banner-plugin
  • b50a995 Merge pull request #9568 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.15.1
  • 385fe6a chore(deps-dev): bump eslint-plugin-jest from 22.15.0 to 22.15.1
  • 7ea8665 Merge pull request #9566 from timneutkens/fix/profiling-callback-override
  • 069c33a Fix asyncHook callback interceptor for ProfilingPlugin
  • ba56f7e Merge pull request #9564 from webpack/dependabot/npm_and_yarn/acorn-6.3.0
  • bd7655c chore(deps): bump acorn from 6.2.1 to 6.3.0
  • e62b643 Merge pull request #9558 from jamesgeorge007/hotfix/fix-typo
  • d7486fd fix: revert
  • aed5cce minor fix
  • 4f003c2 tweak
  • fa3b3ef refactor
  • 72ee5a3 fix: lint
  • af8906d fix: refactor

There are 148 commits in total.

See the full diff

from color-map.

greenkeeper avatar greenkeeper commented on May 4, 2024
  • The devDependency webpack was updated from 4.39.2 to 4.39.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.39.3

Bugfixes

  • fix a missing module in chunk caused by incorrect chunk graph generation of async chunks
Commits

The new version differs by 191 commits.

  • 94929a5 4.39.3
  • 6bf1868 Merge pull request #9635 from webpack/bugfix/9634
  • 83dd295 fixes #9634
  • 54519bd Merge pull request #9630 from webpack/dependabot/npm_and_yarn/eslint-utils-1.4.2
  • aa8d930 chore(deps): bump eslint-utils from 1.3.1 to 1.4.2
  • b16ca50 Merge pull request #9603 from noscripter/patch-1
  • 0601b12 Merge pull request #9623 from webpack/dependabot/npm_and_yarn/less-3.10.3
  • d56b9f8 chore(deps-dev): bump less from 3.10.2 to 3.10.3
  • 9dc49cf Merge pull request #9613 from shaodahong/optimize-eslint
  • 85421cd improve linting performance
  • 94d1768 resolve linting issues in test/helpers
  • 7ee8ca3 optimize code-lint config
  • 9b02c19 Merge pull request #9617 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.15.2
  • 45622a4 Merge pull request #9616 from webpack/dependabot/npm_and_yarn/less-3.10.2
  • 3c252ff Merge pull request #9608 from webpack/dependabot/npm_and_yarn/types/node-10.14.16

There are 191 commits in total.

See the full diff

from color-map.

greenkeeper avatar greenkeeper commented on May 4, 2024
  • The devDependency webpack was updated from 4.39.3 to 4.40.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.40.0

Features

  • adds asset info for emitted assets
    • new methods allow easy emitting/updating of assets compilation.emitAsset/updateAsset (instead of accessing the Object compilation.assets)
    • new getter methods to get assets compilation.getAssets() and compilation.getAsset(name)
    • 3 flags in asset info:
      • immutable: when set an asset can be cache infinitely
      • development: when set an asset is some kind of development tool (i. e. a SourceMap)
      • hotModuleReplacement: when set an asset is generated for an hot update
    • Stats expose info object in assets
    • String version of Stats show flags
Commits

The new version differs by 221 commits.

  • 9c6b367 4.40.0
  • e9e7a85 Merge pull request #9687 from webpack/feature/emit-asset
  • 758269e add emit/updateAsset to Compilation
  • 7f403e2 Merge pull request #9686 from webpack/dependabot/npm_and_yarn/types/node-10.14.18
  • 93943ea chore(deps-dev): bump @types/node from 10.14.17 to 10.14.18
  • f5e1e1e Merge pull request #9684 from webpack/dependabot/npm_and_yarn/typescript-3.6.3
  • ea95059 chore(deps-dev): bump typescript from 3.6.2 to 3.6.3
  • cd804cc Merge pull request #9683 from webpack/deps/jest-again
  • a81cdcd upgrade jest dependencies
  • 8ba7705 Merge pull request #9639 from webpack/dependabot/npm_and_yarn/typescript-3.6.2
  • a736c3e update code for @enum breaking change
  • 320b30b chore(deps-dev): bump typescript from 3.5.3 to 3.6.2
  • 77cd3d0 Merge pull request #9664 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.17.0
  • 3e72f36 chore(deps-dev): bump eslint-plugin-jest from 22.16.0 to 22.17.0
  • b2b5b27 Merge pull request #9655 from webpack/dependabot/npm_and_yarn/webpack-dev-middleware-3.7.1

There are 221 commits in total.

See the full diff

from color-map.

greenkeeper avatar greenkeeper commented on May 4, 2024
  • The devDependency webpack was updated from 4.40.0 to 4.40.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.40.1

Bugfixes

  • convert "multiple assets emit to the same filename" error into a warning
  • compare asset content when multiple assets emit to the same filename
Commits

The new version differs by 226 commits.

  • e4c7d8c 4.40.1
  • b69ad20 Merge pull request #9697 from webpack/bugfix/multiple-assets
  • e41fab0 make multiple assets to the same filename a warning
  • c5450b4 Merge pull request #9696 from sodatea/fix-size-limits
  • 025c253 fix: check the asset's existence before running filter
  • 9c6b367 4.40.0
  • e9e7a85 Merge pull request #9687 from webpack/feature/emit-asset
  • 758269e add emit/updateAsset to Compilation
  • 7f403e2 Merge pull request #9686 from webpack/dependabot/npm_and_yarn/types/node-10.14.18
  • 93943ea chore(deps-dev): bump @types/node from 10.14.17 to 10.14.18
  • f5e1e1e Merge pull request #9684 from webpack/dependabot/npm_and_yarn/typescript-3.6.3
  • ea95059 chore(deps-dev): bump typescript from 3.6.2 to 3.6.3
  • cd804cc Merge pull request #9683 from webpack/deps/jest-again
  • a81cdcd upgrade jest dependencies
  • 8ba7705 Merge pull request #9639 from webpack/dependabot/npm_and_yarn/typescript-3.6.2

There are 226 commits in total.

See the full diff

from color-map.

greenkeeper avatar greenkeeper commented on May 4, 2024
  • The devDependency webpack was updated from 4.40.1 to 4.40.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.40.2

Bugfixes

  • fix a bug where asset is undefined
Commits

The new version differs by 229 commits.

  • d1fffd8 4.40.2
  • 705a3f5 Merge pull request #9701 from Akryum/patch-1
  • b4c7fd5 fix: check for asset nullity before fileFilter
  • e4c7d8c 4.40.1
  • b69ad20 Merge pull request #9697 from webpack/bugfix/multiple-assets
  • e41fab0 make multiple assets to the same filename a warning
  • c5450b4 Merge pull request #9696 from sodatea/fix-size-limits
  • 025c253 fix: check the asset's existence before running filter
  • 9c6b367 4.40.0
  • e9e7a85 Merge pull request #9687 from webpack/feature/emit-asset
  • 758269e add emit/updateAsset to Compilation
  • 7f403e2 Merge pull request #9686 from webpack/dependabot/npm_and_yarn/types/node-10.14.18
  • 93943ea chore(deps-dev): bump @types/node from 10.14.17 to 10.14.18
  • f5e1e1e Merge pull request #9684 from webpack/dependabot/npm_and_yarn/typescript-3.6.3
  • ea95059 chore(deps-dev): bump typescript from 3.6.2 to 3.6.3

There are 229 commits in total.

See the full diff

from color-map.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.