Code Monkey home page Code Monkey logo

Comments (12)

greenkeeper avatar greenkeeper commented on June 1, 2024

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

from captain-fact-overlay-injector.

greenkeeper avatar greenkeeper commented on June 1, 2024
  • The devDependency webpack was updated from 4.27.0 to 4.27.1.

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

Release Notes for v4.27.1

Bugfixes

  • v4.27.1 accidentially introduced a breaking change. This reverts the change and restores the original behavior for splitChunks enforce.
Commits

The new version differs by 3 commits.

  • 4056506 4.27.1
  • f29ca64 Merge pull request #8466 from webpack/bugfix/splitChunks-enforce
  • b56727e enforce should not prevent using minChunks etc. on cacheGroup

See the full diff

from captain-fact-overlay-injector.

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

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

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 14 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

See the full diff

from captain-fact-overlay-injector.

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

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

Release Notes for v4.28.1

Bugfixes

  • fix error in IgnorePlugin when no contextRegExp is passed
Commits

The new version differs by 17 commits.

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

There are 17 commits in total.

See the full diff

from captain-fact-overlay-injector.

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

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

Release Notes for v4.28.2

Bugfixes

  • fixes a crash when multiple IgnorePlugins are used
Commits

The new version differs by 20 commits.

  • fe514dd 4.28.2
  • 899eeff Merge pull request #8542 from webpack/bugfix/ignore-externals
  • bc368c7 fixes #8538
  • 7a6a71f 4.28.1
  • 068fe24 Merge pull request #8530 from webpack/bugfix/ignore-plugin
  • 6c22ca2 fix issue when contextRegExp is undefined
  • 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

There are 20 commits in total.

See the full diff

from captain-fact-overlay-injector.

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

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

Release Notes for v4.28.3

Bugfixes

  • ProfilingPlugin creates the output folder if necessary
Commits

The new version differs by 27 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
  • fe514dd 4.28.2
  • 899eeff Merge pull request #8542 from webpack/bugfix/ignore-externals
  • bc368c7 fixes #8538
  • 7a6a71f 4.28.1
  • 068fe24 Merge pull request #8530 from webpack/bugfix/ignore-plugin
  • 6c22ca2 fix issue when contextRegExp is undefined
  • e871eeb 4.28.0
  • f6d67b6 update examples

There are 27 commits in total.

See the full diff

from captain-fact-overlay-injector.

greenkeeper avatar greenkeeper commented on June 1, 2024
  • The devDependency webpack was updated from 4.29.0 to 4.29.1.

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

Release Notes for v4.29.1

Bugfixes

  • add missing __esModule flag when modules are concatenated, but without usage information
Commits

The new version differs by 65 commits.

  • 6934b98 4.29.1
  • 960f396 Merge pull request #8686 from MarkPollmann/patch-1
  • 8627743 Merge pull request #8678 from bhavya9107/patch-1
  • 915c32d docs(README): remove to from link
  • 9737a3b Update README.md
  • f654a49 docs(README):Update index
  • c957338 docs(README): newline after index
  • 09cf713 docs(README): add index
  • 07d4d85 Merge pull request #8676 from hulkish/fix-side-effects-example
  • 2209b8a rebuild examples
  • 780c17e fix side-effects example
  • 2fe0ba5 Normalize backslash on windows
  • a0eab48 Merge pull request #8667 from webpack/bugfix/esModule-flag
  • 42007e8 fixes #8666
  • 25bccd4 4.29.0

There are 65 commits in total.

See the full diff

from captain-fact-overlay-injector.

greenkeeper avatar greenkeeper commented on June 1, 2024
  • The devDependency webpack was updated from 4.29.1 to 4.29.2.

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

Release Notes for v4.29.2

Internal changes

  • update dependencies
Commits

The new version differs by 140 commits.

  • 74b8aac 4.29.2
  • e79d014 Merge pull request #8741 from webpack/deps/dev
  • d12ca7c update dev deps
  • c28f6cb Merge pull request #8742 from webpack/deps/schema-utils
  • 5e3a053 upgrade schema-utils to new major
  • 885ab81 Merge pull request #8740 from webpack/deps/update-jest
  • 08473de add workaround for jest bug
  • a994ec7 upgrade jest
  • 8167e42 Merge pull request #8736 from webpack/deps/eslint-types
  • da59443 Merge pull request #8737 from webpack/deps/update-test-deps
  • dbc0b8d Merge pull request #8725 from webpack/dependabot/npm_and_yarn/typescript-3.3.1
  • 155cda7 update test cases dependencies
  • 11bfb05 update linting dependencies
  • d7d9b9b ignore typescript bug
  • 5a6d654 Bump typescript from 3.0.0-rc to 3.3.1

There are 140 commits in total.

See the full diff

from captain-fact-overlay-injector.

greenkeeper avatar greenkeeper commented on June 1, 2024
  • The devDependency webpack was updated from 4.29.2 to 4.29.3.

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

Release Notes for v4.29.3

Bugfixes

  • fixes a bug where import() context uses __webpack_require__.e, but it is not in the runtime
  • WebpackErrors now console.log correctly in node > 10
Commits

The new version differs by 154 commits.

  • b934e26 4.29.3
  • 0d5c0cf Merge pull request #8654 from mc-zone/fix/8626
  • 2eefbae Merge pull request #8751 from webpack/dependabot/npm_and_yarn/webpack-dev-middleware-3.5.2
  • 217139a Merge pull request #8750 from webpack/dependabot/npm_and_yarn/react-dom-16.8.1
  • b894f26 Merge pull request #8749 from webpack/dependabot/npm_and_yarn/react-16.8.1
  • 2b1b3ce Bump webpack-dev-middleware from 3.5.1 to 3.5.2
  • 5b4c277 Bump react-dom from 16.8.0 to 16.8.1
  • cc2ba62 Bump react from 16.8.0 to 16.8.1
  • 7a5137d fixes in ContextModule
  • 7edcc48 fix: add missed webpack_require.e runtime while importing exist module with context
  • 87a3046 Merge pull request #8747 from webpack/deps/node-12
  • 458c61f update node 12 nightly version
  • 109db05 Merge pull request #8738 from hiroppy/feature/modify-WebpackError.unittest
  • 74b8aac 4.29.2
  • e79d014 Merge pull request #8741 from webpack/deps/dev

There are 154 commits in total.

See the full diff

from captain-fact-overlay-injector.

greenkeeper avatar greenkeeper commented on June 1, 2024
  • The devDependency webpack was updated from 4.29.3 to 4.29.4.

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

Release Notes for v4.29.4

Bugfixes

  • update @webassemblyjs for bugfixes
Commits

The new version differs by 183 commits.

  • 7ecf992 4.29.4
  • a259c09 Merge pull request #8791 from webpack/dependabot/npm_and_yarn/react-16.8.2
  • 686dd8f Merge pull request #8790 from webpack/dependabot/npm_and_yarn/jest-junit-6.3.0
  • 31a33aa Merge pull request #8789 from webpack/dependabot/npm_and_yarn/react-dom-16.8.2
  • d1d0be9 Merge pull request #8785 from webpack/dependabot/npm_and_yarn/wast-loader-1.8.2
  • fff330e Merge pull request #8784 from webpack/dependabot/npm_and_yarn/lint-staged-8.1.4
  • 196cb81 Merge pull request #8786 from xtuc/chore-bump-webassemblyjs19
  • 842ed68 Bump react from 16.8.1 to 16.8.2
  • 6da1da5 Bump jest-junit from 6.2.1 to 6.3.0
  • 93b0485 Bump react-dom from 16.8.1 to 16.8.2
  • e4ce645 chore: bump webassemblyjs
  • 16b92ad Bump wast-loader from 1.8.1 to 1.8.2
  • 40245c5 Bump lint-staged from 8.1.3 to 8.1.4
  • a3f2662 Merge pull request #8783 from webpack/dependabot/npm_and_yarn/handlebars-4.1.0
  • ae41c08 [Security] Bump handlebars from 4.0.11 to 4.1.0

There are 183 commits in total.

See the full diff

from captain-fact-overlay-injector.

greenkeeper avatar greenkeeper commented on June 1, 2024
  • The devDependency webpack was updated from 4.29.4 to 4.29.5.

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

Release Notes for v4.29.5

Bugfixes

  • update @webassemblyjs to remove git dependency
Commits

The new version differs by 192 commits.

  • 073813f 4.29.5
  • 39a8742 Merge pull request #8800 from webpack/bugfix/prettierignore
  • 5878c93 Merge pull request #8802 from xtuc/chore-bump-webassemblyjs20
  • 3d23f67 chore: bump webassemblyjs
  • 75a9a51 fix prettierignore file and run prettier
  • 75c2784 Merge pull request #8788 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.3.0
  • 5591e17 Merge pull request #8799 from webpack/dependabot/npm_and_yarn/eslint-5.14.0
  • 266eb89 Bump eslint from 5.13.0 to 5.14.0
  • 7ecf992 4.29.4
  • a259c09 Merge pull request #8791 from webpack/dependabot/npm_and_yarn/react-16.8.2
  • 686dd8f Merge pull request #8790 from webpack/dependabot/npm_and_yarn/jest-junit-6.3.0
  • 31a33aa Merge pull request #8789 from webpack/dependabot/npm_and_yarn/react-dom-16.8.2
  • d1d0be9 Merge pull request #8785 from webpack/dependabot/npm_and_yarn/wast-loader-1.8.2
  • fff330e Merge pull request #8784 from webpack/dependabot/npm_and_yarn/lint-staged-8.1.4
  • 196cb81 Merge pull request #8786 from xtuc/chore-bump-webassemblyjs19

There are 192 commits in total.

See the full diff

from captain-fact-overlay-injector.

greenkeeper avatar greenkeeper commented on June 1, 2024
  • The devDependency webpack was updated from 4.29.5 to 4.29.6.

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

Release Notes for v4.29.6

Bugfixes

  • typeof __webpack_require__ and require.onError is no longer evaluated to undefined and evaluation is done at runtime instead.
  • this value in module.hot.accept with imported dependency is correctly preserved.
  • webassemblyjs updated to latest version

Contributing

  • added a linting step to ensure all dependencies resolve to npm modules
Commits

The new version differs by 236 commits.

  • 685a062 4.29.6
  • 42dff08 Merge pull request #8820 from webpack/dependabot/npm_and_yarn/typescript-3.3.3333
  • 1ef0c2c Merge pull request #8818 from webpack/dependabot/npm_and_yarn/react-dom-16.8.3
  • a4196f9 Merge pull request #8839 from webpack/dependabot/npm_and_yarn/acorn-6.1.1
  • 5e9b9fe Merge pull request #8844 from webpack/bugfix/8829
  • ab517aa fixes #8829
  • 99d6270 Bump acorn from 6.1.0 to 6.1.1
  • 3496426 Merge pull request #8835 from webpack/dependabot/npm_and_yarn/eslint-config-prettier-4.1.0
  • 0dcdd3c Merge pull request #8831 from webpack/dependabot/npm_and_yarn/terser-webpack-plugin-1.2.3
  • 4c6e2bd Merge pull request #8827 from webpack/dependabot/npm_and_yarn/wast-loader-1.8.5
  • 188d162 Merge pull request #8823 from webpack/dependabot/npm_and_yarn/@types/node-10.12.27
  • b7361ff Merge pull request #8821 from webpack/dependabot/npm_and_yarn/coveralls-3.0.3
  • 02bd9be Merge pull request #8822 from webpack/dependabot/npm_and_yarn/ajv-6.9.2
  • 1bb3938 Merge pull request #8834 from xtuc/chore-bump-webassemblyjs24
  • 563dd52 Bump eslint-config-prettier from 4.0.0 to 4.1.0

There are 236 commits in total.

See the full diff

from captain-fact-overlay-injector.

Related Issues (17)

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.