Coder Social home page Coder Social logo

Comments (8)

greenkeeper avatar greenkeeper commented on April 28, 2024

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

from aurelia-logging-memory.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency webpack was updated from 4.21.0 to 4.22.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 15 commits.

  • 894eca2 4.22.0
  • 5165a90 Merge pull request #8242 from webpack/perf/chunk-graph
  • 07d2d65 Merge pull request #8243 from webpack/bugfix/stablility
  • 5e4a6a4 fix byId sorting
  • c04747f make LimitChunkCountPlugin stable
  • a7db689 make chunk compare stable
  • 3217d02 make stats assets order stable by providing a default order
  • 98b482e make dependency order stable
  • 8a8111b make sorting in Stats stable
  • 511d15b make origins sorting deterministic
  • c8252e6 Run additional tests to ensure compilation stablility
  • 65d9ffb Optimize chunk graph algorithm
  • 1d9f8a3 Merge pull request #8233 from ljqx/const-plugin-logical-operator
  • dcd3834 fix comments
  • 257e6ec [ConstPlugin] add support for logical expressions (&& and ||)

See the full diff

from aurelia-logging-memory.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency webpack was updated from 4.22.0 to 4.23.0.

Your tests are still failing with this version. Compare changes

Release Notes for v4.23.0

Features

  • add watchMode flag to Compiler to be able to detect watch mode in plugins
  • Prefer chunk names of entrypoints when merging chunks
  • add removedFiles property to Compiler to detect removed files

Bugfixes

  • publish declarations to npm
  • upgrade @webassemblyjs/* for bugfix
  • fix crash when using a side-effect-free wasm module in production mode

Internal changes

  • test on node.js 12
  • fix memory leak in test suite
Commits

The new version differs by 35 commits.

  • a4feb6e 4.23.0
  • 298fa4c Merge pull request #8266 from ljqx/wasm-finalize-exports-fix
  • 035ceb6 force travis rerun
  • 735b4aa Merge pull request #8182 from xtuc/ci-node-nightly
  • 6844c75 add test
  • 8256249 longer timeouts for Compiler test
  • f7ff913 use latest node 12 nightly
  • 1c44f95 fix bug where module is referenced which is not in the graph
  • 98d077d order values with different types correctly
  • f5e45be also export WebAssembly.Global when reexporting globals
  • b22f027 Update tests for new WebAssembly.Global API
  • edcadbb ci: add node 11
  • 91755a2 Merge pull request #8265 from webpack/ci/fix-memory-issue
  • 523ddd7 avoid memory leak
  • 48656d2 [WasmFinalizeExportsPlugin] check if ref is null before using it

There are 35 commits in total.

See the full diff

from aurelia-logging-memory.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency webpack was updated from 4.23.0 to 4.23.1.

Your tests are still failing with this version. Compare changes

Release Notes for v4.23.1

Bugfixes

  • add space when replacing expression with constant
    • i. e. for code like return'development'===process.env.NODE_ENV&&'foo'
Commits

The new version differs by 3 commits.

  • 607cf70 4.23.1
  • 5e5e7b7 Merge pull request #8270 from ljqx/logical-expression-fix
  • 13d1dab [ConstPlugin] fix bug introduced by evaluation of && and ||

See the full diff

from aurelia-logging-memory.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency webpack was updated from 4.27.1 to 4.28.0.

Your tests are still failing with this version. Compare changes

Release Notes for v4.28.0

Features

  • IgnorePlugin: checkResource has an additional context argument

Bugfixes

  • Injection of node.js globals has been disabled for .mjs files as it's crashing
Commits

The new version differs by 110 commits.

  • e871eeb 4.28.0
  • f6d67b6 update examples
  • 573d2da Merge pull request #8511 from isiahmeadows/fix-erroneous-injection
  • 6b54a46 Fix failing test.
  • 14ef010 Fix nits, block require to prevent false positive
  • f2f62c7 Merge pull request #8516 from iliakan/master
  • a9d465f IgnorePlugin: add context argument to checkResource, deprecate checkContext
  • 31de553 Add test
  • 18d7396 Remove a broken hook
  • d5e26f7 Merge pull request #8467 from Connormiha/simplify-append-head
  • 6f5c5ef Use document.head instead of getElementsByTagName
  • 4056506 4.27.1
  • f29ca64 Merge pull request #8466 from webpack/bugfix/splitChunks-enforce
  • b56727e enforce should not prevent using minChunks etc. on cacheGroup
  • f47bf8b 4.27.0

There are 110 commits in total.

See the full diff

from aurelia-logging-memory.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency webpack was updated from 4.28.0 to 4.28.1.

Your tests are still failing with this version. Compare changes

Release Notes for v4.28.1

Bugfixes

  • fix error in IgnorePlugin when no contextRegExp is passed
Commits

The new version differs by 3 commits.

  • 7a6a71f 4.28.1
  • 068fe24 Merge pull request #8530 from webpack/bugfix/ignore-plugin
  • 6c22ca2 fix issue when contextRegExp is undefined

See the full diff

from aurelia-logging-memory.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency webpack was updated from 4.28.1 to 4.28.2.

Your tests are still failing with this version. Compare changes

Release Notes for v4.28.2

Bugfixes

  • fixes a crash when multiple IgnorePlugins are used
Commits

The new version differs by 3 commits.

  • fe514dd 4.28.2
  • 899eeff Merge pull request #8542 from webpack/bugfix/ignore-externals
  • bc368c7 fixes #8538

See the full diff

from aurelia-logging-memory.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency webpack was updated from 4.28.2 to 4.28.3.

Your tests are still failing with this version. Compare changes

Release Notes for v4.28.3

Bugfixes

  • ProfilingPlugin creates the output folder if necessary
Commits

The new version differs by 7 commits.

  • 983c261 4.28.3
  • 510abf7 Merge pull request #8565 from NaviMarella/ProfilingPlugin_8503
  • 0128118 Modified Tests as suggested.
  • 5b5f1d4 Made changes as requested
  • eb960cc Fixed Profiling Output path for creating a folder, if it doesn't exists.
  • 3b344f2 Merge pull request #8559 from darrelfrancis/darrelfrancis-patch-1-readme
  • e2abdae Fix minor typos, improve clarity of README

See the full diff

from aurelia-logging-memory.

Related Issues (7)

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.