Coder Social home page Coder Social logo

Comments (37)

greenkeeper avatar greenkeeper commented on April 28, 2024

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

from color-map-rainbow.

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

Your tests are still failing with this version. Compare changes

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

See the full diff

from color-map-rainbow.

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

Your tests are still failing with this version. Compare changes

Release Notes for v4.29.2

Internal changes

  • update dependencies
Commits

The new version differs by 75 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 75 commits in total.

See the full diff

from color-map-rainbow.

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

Your tests are still failing with this version. Compare changes

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 14 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
  • 2fdcff3 fix(lib/WebpackError): make use of nodejs.util.inspect.custom

See the full diff

from color-map-rainbow.

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

Your tests are still failing with this version. Compare changes

Release Notes for v4.29.4

Bugfixes

  • update @webassemblyjs for bugfixes
Commits

The new version differs by 29 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 29 commits in total.

See the full diff

from color-map-rainbow.

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

Your tests are still failing with this version. Compare changes

Release Notes for v4.29.5

Bugfixes

  • update @webassemblyjs to remove git dependency
Commits

The new version differs by 9 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
  • 3d4eab8 Bump eslint-plugin-jest from 22.2.2 to 22.3.0

See the full diff

from color-map-rainbow.

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

Your tests are still failing with this version. Compare changes

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 44 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 44 commits in total.

See the full diff

from color-map-rainbow.

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

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

Release Notes for v4.30.0

Features

  • add amd: false to disable AMD support
  • Compilation.hooks.finishModules now also allows async plugins
  • add output.libraryTarget: "system" to compile for SystemJs environment

Bugfixes

  • fix generating a null id when concatenating an entry module in a different chunk
  • fix unneeded chunk references when splitting modules from chunks
  • fix parsing of function name in function scope

Performance

  • Lazy require some internal files
  • Faster way to generate function headers

Contributing

  • Run prettier on examples markdown
Commits

The new version differs by 102 commits.

  • b72b96a 4.30.0
  • 9ededfa Merge pull request #9034 from webpack/dependabot/npm_and_yarn/tapable-1.1.3
  • e33a91f chore(deps): bump tapable from 1.1.1 to 1.1.3
  • de81dd0 Merge pull request #8864 from joeldenning/issue-8833
  • 7dfddc2 Merge pull request #8858 from webpack/dependabot/npm_and_yarn/json-schema-to-typescript-6.1.3
  • f7d0c25 Improve way how System is tested
  • 39a680d formating of output code
  • e2e74f5 Merge pull request #8980 from webpack/dependabot/npm_and_yarn/eslint-5.16.0
  • 81dc70d Merge pull request #9022 from sandersn/fix-webassembly-declaration
  • 13aa512 Merge pull request #9023 from webpack/dependabot/npm_and_yarn/typescript-3.4.3
  • 1566036 chore(deps-dev): bump typescript from 3.4.2 to 3.4.3
  • ce33ca7 Update WebAssembly declaration
  • 5117461 Merge pull request #9006 from hiroppy/feature/fix-template-syntax
  • 9e60850 Merge pull request #8984 from webpack/dependabot/npm_and_yarn/react-16.8.6
  • 5f75527 Bump json-schema-to-typescript from 6.1.1 to 6.1.3

There are 102 commits in total.

See the full diff

from color-map-rainbow.

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

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

Release Notes for v4.31.0

Features

  • add errors-warnings stats preset

Bugfixes

  • allow top-level return in non-ESM modules
Commits

The new version differs by 125 commits.

  • 2e1e179 4.31.0
  • b17543e Merge pull request #8919 from vincentrodriguez/errors-and-warnings-only-preset
  • fed4c3d Merge pull request #8985 from webpack/dependabot/npm_and_yarn/react-dom-16.8.6
  • d05435c Merge pull request #9062 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.5.1
  • 8bf8b82 Merge pull request #9066 from webpack/dependabot/npm_and_yarn/eslint-config-prettier-4.2.0
  • 00d0038 Merge pull request #9096 from webpack/dependabot/npm_and_yarn/glob-7.1.4
  • dbd856e Merge pull request #9098 from webpack/dependabot/npm_and_yarn/simple-git-1.113.0
  • 13045f1 chore(deps-dev): bump simple-git from 1.110.0 to 1.113.0
  • 5800043 chore(deps-dev): bump glob from 7.1.3 to 7.1.4
  • 084ca0b chore(deps-dev): bump eslint-config-prettier from 4.1.0 to 4.2.0
  • 022d1b7 chore(deps-dev): bump eslint-plugin-jest from 22.4.1 to 22.5.1
  • 81cf088 Merge pull request #9046 from mwijngaard/master
  • dc6dd51 Allow top-level return in script parsing. Fixes issue 8509 in master, like PR 8510 fixed it for 'next'
  • 42db81a Merge pull request #9029 from EugeneHlushko/mode/warning
  • 84ca105 mode(warning) update mode warning snapshot hash

There are 125 commits in total.

See the full diff

from color-map-rainbow.

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

Your tests are still failing with this version. Compare changes

Release Notes for v4.32.0

Features

  • Added this.mode to the loader API, to allow loaders to choose defaults by mode similar to webpacks options
  • Stack Trace for Errors in rejected Promises from import() now includes the stack from where the import() was called

Bugfixes

  • The Parser can now analyse identifiers in rest patterns too
    • const { a, ...rest } = obj, where rest conflicts with an imported binding etc.
  • node: false now correctly disables __dirname and __filename too
  • __dirname and __filename now no longer evaluates to something when node: false or node.__file/dirname: false is set
    • if(__dirname !== "") is no longer replaced with if(true) in such scenarios
  • prefetching chunks is no executed after the initial module evaluation
    • This allows to override i. e. __webpack_public_path__ for prefetching too
  • fixes a runtime crash when using side-effect-free modules with the DllPlugin

Contribute

  • CI tests node.js 12 now too
  • webpack-bot now merges dependabot PRs automatically when status checks succeed
Commits

The new version differs by 184 commits.

  • bbe71d8 4.32.0
  • 5c63e05 Merge pull request #9153 from webpack/bugfix/dll-side-effects
  • a4bbdae fix problem with dll and sideEffects
  • 36c7ab7 Merge pull request #9128 from rchl/fix/useful-chunk-load-stacktrace
  • a145bea Merge pull request #9140 from tschaub/loader-mode
  • 412f77c Merge pull request #9152 from webpack/dependabot/npm_and_yarn/@types/node-10.14.7
  • ad08a37 chore(deps-dev): bump @types/node from 10.14.6 to 10.14.7
  • b322070 fix: provide useful stacktrace on chunk loading failure
  • 5178aa9 Merge pull request #9143 from webpack/dependabot/npm_and_yarn/eslint-config-prettier-4.3.0
  • a0d16cb Merge pull request #9134 from webpack/dependabot/npm_and_yarn/webpack-dev-middleware-3.7.0
  • fac1b9f chore(deps-dev): bump eslint-config-prettier from 4.2.0 to 4.3.0
  • 1a63d7b Default to production
  • 290ab5d Allow loaders to access the mode
  • 62d1b15 Merge pull request #9136 from webpack/dependabot/npm_and_yarn/lint-staged-8.1.7
  • 412a1ed chore(deps-dev): bump lint-staged from 8.1.6 to 8.1.7

There are 184 commits in total.

See the full diff

from color-map-rainbow.

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

Your tests are still failing with this version. Compare changes

Release Notes for v4.32.1

Bugfixes

  • reverts some changes from 4.32.0 which accidentally disabled some CommonJs features when using node: false.
Commits

The new version differs by 3 commits.

See the full diff

from color-map-rainbow.

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

Your tests are still failing with this version. Compare changes

Release Notes for v4.32.2

Bugfixes

  • fix some weird schema validation messages
  • fix problem in production mode (sideEffects + concatenation) which caused reexported values to become undefined (bug since 4.32.0)
Commits

The new version differs by 10 commits.

  • 5d3004c 4.32.2
  • 689ee4c Merge pull request #9176 from webpack/bugfix/issue-9159
  • fec26a9 fix concatenated version of reexport dependency for sideEffects
  • 6ca9167 Merge pull request #9135 from webpack/dependabot/npm_and_yarn/terser-webpack-plugin-1.2.4
  • 9b368f6 update snapshot
  • 7ccad38 chore(deps): bump terser-webpack-plugin from 1.2.3 to 1.2.4
  • d3ef632 Merge pull request #9167 from webpack/refactor/validation
  • a4406ff improve validation errors
  • 0963d74 add test case for enum validation
  • f1df013 refactor Validation test for snapshots

See the full diff

from color-map-rainbow.

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

Your tests are still failing with this version. Compare changes

Release Notes for v4.33.0

Features

  • add target: "electron-preload" for electron 5
    • renderer should use target: "web" in electron 5

Bugfixes

  • fix HMR rejection of removed and readded self-accepted modules
Commits

The new version differs by 21 commits.

  • d45bec3 4.33.0
  • 96869d9 Merge pull request #9191 from webpack/dependabot/npm_and_yarn/chrome-trace-event-1.0.2
  • e90cf7c Merge pull request #9190 from webpack/dependabot/npm_and_yarn/terser-webpack-plugin-1.3.0
  • 96b97b5 Downstream bug fixed and we can remove workaround
  • 31dae4d update snapshots
  • faba6e4 Merge pull request #9209 from webpack/dependabot/npm_and_yarn/@types/node-10.14.8
  • f571d78 Merge pull request #9205 from webpack/dependabot/npm_and_yarn/typescript-3.5.1
  • f59f31d chore(deps-dev): bump @types/node from 10.14.7 to 10.14.8
  • 289c520 chore(deps-dev): bump typescript from 3.4.5 to 3.5.1
  • c408ff5 Merge pull request #9202 from webpack/bugfix/9198
  • 46b428b fix rejection when removing and readding self-accepted module
  • 671cb18 Merge pull request #9188 from kwonoj/electron-preload-target
  • 4345fc5 chore(deps): bump chrome-trace-event from 1.0.0 to 1.0.2
  • 8712474 chore(deps): bump terser-webpack-plugin from 1.2.4 to 1.3.0
  • 2ec75c1 feat(target): support electron preload async chunk loading

There are 21 commits in total.

See the full diff

from color-map-rainbow.

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

Your tests are still failing with this version. Compare changes

Release Notes for v4.34.0

Features

  • Error message when parsing fails shows used loaders now

Bugfixes

  • importing the namespace object from non-ESM (CJS) modules no longer leads to an warning
  • Error message in HMR logging works for Firefox too now
  • Parser understands block scoping now
Commits

The new version differs by 30 commits.

  • 34c8667 4.34.0
  • 0652114 Merge pull request #9268 from webpack/bugfix/let-scopes
  • e6f9db8 Merge pull request #9261 from webpack/bugfix/ff-errors
  • e04b1a5 handle block scopes correctly
  • 55f18f9 Merge pull request #9260 from webpack/fix-9044
  • a1d4567 fix error message and stack in Firefox
  • 8d5ad83 simplify code
  • df5e118 fix(mjs): remove unused namespace build errors
  • acf2c2d Merge pull request #8615 from felixfbecker/patch-1
  • 44fff70 Merge pull request #9256 from webpack/dependabot/npm_and_yarn/@types/node-10.14.9
  • 74178d4 Update snapshot
  • 7fb14ec Add name property to error thrown on chunk load failure
  • 85b0917 chore(deps-dev): bump @types/node from 10.14.8 to 10.14.9
  • 30882ca Link to JS Foundation Code Of Conduct
  • ff85fae Merge pull request #9241 from webpack/dependabot/npm_and_yarn/prettier-1.18.2

There are 30 commits in total.

See the full diff

from color-map-rainbow.

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

Your tests are still failing with this version. Compare changes

Release Notes for v4.35.0

Features

  • ProgressPlugin limit output to column width in terminal
  • add Watching.suspend and Watching.resume
  • add splitChunks.automaticNameMaxLength and splitChunks.cacheGroups[x].automaticNameMaxLength

Bugfixes

  • webworker target now respect publicPath when loading chunks
  • holey arrays of configs will fail the validation
Commits

The new version differs by 33 commits.

  • c3377ef 4.35.0
  • 494e16b Merge pull request #9306 from jamesgeorge007/hotfix/refactor
  • 226e8ce add test case for holey array
  • 0109d68 Linting fix
  • 3321f31 Handle cryptic error message being thrown
  • efb250d Merge pull request #9305 from webpack/dependabot/npm_and_yarn/pug-2.0.4
  • 66b3b99 chore(deps-dev): bump pug from 2.0.3 to 2.0.4
  • 8522a2d Merge pull request #9285 from ryandrew14/master
  • f8dc67e Merge pull request #9294 from vankop/options-defaulter-esdoc
  • 07dc833 update name-too-long comment to length 109
  • 6e16e12 remove update to 100 line length
  • 75c340c Merge pull request #9293 from webpack/dependabot/npm_and_yarn/simple-git-1.115.0
  • 7cdff6c refactor(esdoc): OptionsDefaulter
  • 82cbe8b chore(deps-dev): bump simple-git from 1.113.0 to 1.115.0
  • 054c933 introduce name truncation config option for SplitChunksPlugin

There are 33 commits in total.

See the full diff

from color-map-rainbow.

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

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

Release Notes for v4.35.1

Bugfixes

  • add realResource condition in rule to schema
  • fixes order of loaders when using a matchResource
Commits

The new version differs by 20 commits.

  • 569dd6a 4.35.1
  • 5c7996d Merge pull request #9328 from jchapman127/bugfix/match-resource
  • fec4d53 only affect loader order when match resource is used
  • 61d508e improve test cases for more edge cases
  • 5523a0a Merge pull request #9326 from vankop/add-real-resource-parameter
  • 49dc747 fix loader ordering
  • a435c74 add test case for #9053
  • 68f794d updated snapshots, rerun tooling scripts
  • b320269 add realResource parameter to RuleSetRule
  • c8f4dd1 Merge pull request #9322 from webpack/dependabot/npm_and_yarn/@types/node-10.14.10
  • 498834c Merge pull request #9321 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.7.1
  • 81bf2ca chore(deps-dev): bump @types/node from 10.14.9 to 10.14.10
  • f8bb7a5 chore(deps-dev): bump eslint-plugin-jest from 22.7.0 to 22.7.1
  • 58bd580 Merge pull request #9311 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.7.0
  • cea1348 Merge pull request #9310 from ryandrew14/update-contributing-to-documentation

There are 20 commits in total.

See the full diff

from color-map-rainbow.

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

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

Release Notes for v4.35.2

Bugfixes

  • realResource must match absolute paths
Commits

The new version differs by 22 commits.

  • bf3e869 4.35.2
  • 98c5f45 hotfix: realResource should match absolute paths
  • 569dd6a 4.35.1
  • 5c7996d Merge pull request #9328 from jchapman127/bugfix/match-resource
  • fec4d53 only affect loader order when match resource is used
  • 61d508e improve test cases for more edge cases
  • 5523a0a Merge pull request #9326 from vankop/add-real-resource-parameter
  • 49dc747 fix loader ordering
  • a435c74 add test case for #9053
  • 68f794d updated snapshots, rerun tooling scripts
  • b320269 add realResource parameter to RuleSetRule
  • c8f4dd1 Merge pull request #9322 from webpack/dependabot/npm_and_yarn/@types/node-10.14.10
  • 498834c Merge pull request #9321 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.7.1
  • 81bf2ca chore(deps-dev): bump @types/node from 10.14.9 to 10.14.10
  • f8bb7a5 chore(deps-dev): bump eslint-plugin-jest from 22.7.0 to 22.7.1

There are 22 commits in total.

See the full diff

from color-map-rainbow.

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

Your tests are still failing with this version. Compare changes

Release Notes for v4.35.3

Bugfixes

  • update acorn to include import()

Performance

  • Improved runtime performance for large JSON modules
Commits

The new version differs by 42 commits.

  • 4ec90ce 4.35.3
  • 91a211e Merge pull request #9378 from webpack/dependabot/npm_and_yarn/ajv-6.10.1
  • 0db2c54 Merge pull request #9377 from webpack/dependabot/npm_and_yarn/ajv-keywords-3.4.1
  • 30ddec0 chore(deps): bump ajv from 6.10.0 to 6.10.1
  • 1b54416 chore(deps): bump ajv-keywords from 3.4.0 to 3.4.1
  • f092150 Merge pull request #9370 from DRoet/dynamic-import
  • b56c3ec feat: update acorn for dynamic import
  • 0976bd3 Merge pull request #9363 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.7.2
  • 45acc86 Merge pull request #9361 from webpack/dependabot/npm_and_yarn/acorn-6.2.0
  • dfeb9a9 Merge pull request #9359 from webpack/dependabot/npm_and_yarn/types/node-10.14.12
  • db85be0 chore(deps-dev): bump eslint-plugin-jest from 22.7.1 to 22.7.2
  • 219f773 chore(deps): bump acorn from 6.1.1 to 6.2.0
  • 72e0540 chore(deps-dev): bump @types/node from 10.14.10 to 10.14.12
  • 0af4549 Merge pull request #9356 from webpack/dependabot/npm_and_yarn/simple-git-1.118.0
  • 1ce0c21 chore(deps-dev): bump simple-git from 1.117.0 to 1.118.0

There are 42 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 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 45 commits.

  • 92caa5d 4.36.1
  • 4cac066 Merge pull request #9425 from webpack/bugfix/no-resolve-options
  • 1f966eb fix #9424
  • 95d21bb 4.36.0
  • aa1216c Merge pull request #9422 from webpack/feature/dot-dot-dot-merge
  • b3ec775 improve merging of resolve and parsing options
  • 53a5ae2 Merge pull request #9419 from vankop/remove-valid-jsdoc-rule
  • ab75240 Merge pull request #9413 from webpack/dependabot/npm_and_yarn/ajv-6.10.2
  • 0bdabf4 Merge pull request #9418 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.5.2
  • f207cdc remove valid jsdoc rule in favour of eslint-plugin-jsdoc
  • 31333a6 chore(deps-dev): bump eslint-plugin-jsdoc from 15.3.9 to 15.5.2
  • 036adf0 Merge pull request #9417 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.8.0
  • 37d4480 Merge pull request #9411 from webpack/dependabot/npm_and_yarn/simple-git-1.121.0
  • ce2a183 chore(deps-dev): bump eslint-plugin-jest from 22.7.2 to 22.8.0
  • 0beeb7e Merge pull request #9391 from vankop/create-hash-typescript

There are 45 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 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 79 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 79 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 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 91 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 91 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 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 146 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 146 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 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 152 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 152 commits in total.

See the full diff

from color-map-rainbow.

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

Your tests are still failing with this version. Compare changes

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 233 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 233 commits in total.

See the full diff

from color-map-rainbow.

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

Your tests are still failing with this version. Compare changes

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)
    • 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 30 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 30 commits in total.

See the full diff

from color-map-rainbow.

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

Your tests are still failing with this version. Compare changes

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

See the full diff

from color-map-rainbow.

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

Your tests are still failing with this version. Compare changes

Release Notes for v4.40.2

Bugfixes

  • fix a bug where asset is undefined
Commits

The new version differs by 3 commits.

  • d1fffd8 4.40.2
  • 705a3f5 Merge pull request #9701 from Akryum/patch-1
  • b4c7fd5 fix: check for asset nullity before fileFilter

See the full diff

from color-map-rainbow.

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

Your tests are still failing with this version. Compare changes

Release Notes for v4.41.0

Developer Experience

  • disallow cache group named test with shorthand syntax to point out a potential config error

Performance

  • Improve performance of LimitChunkCountPlugin
Commits

The new version differs by 18 commits.

  • 36e318b 4.41.0
  • 494b223 Merge pull request #9728 from webpack/validation/potential-config-error-cache-groups
  • 951bf0d Merge pull request #9727 from webpack/perf/limit-chunk-count
  • b58560c 4.40.3
  • 03b32d3 disallow shorthand cache groups syntax with cache group named test
  • 6f1c685 Improve performance of LimitChunkCountPlugin a lot
  • adfa484 Merge pull request #9724 from webpack/bugfix/serve-regression
  • b151069 Merge pull request #9702 from weswigham/patch-1
  • d89dc70 Merge pull request #9719 from hedgepigdaniel/perf/NormalModule-size
  • 1c4138d HMR plugin should only affect the root compilation
  • a97e8d6 Merge pull request #9709 from mbudde/patch-1
  • 2aef0b6 Memoize NormalModule.size()
  • b07d3b6 Merge pull request #9710 from webpack/dependabot/npm_and_yarn/eslint-plugin-prettier-3.1.1
  • 9becbd4 chore(deps-dev): bump eslint-plugin-prettier from 3.1.0 to 3.1.1
  • 465922f nit: Don't recompute filename hash

There are 18 commits in total.

See the full diff

from color-map-rainbow.

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

Your tests are still failing with this version. Compare changes

Release Notes for v4.41.1

Bugfixes

  • fix incorrect request shortening when directory looks similar to parent directory
  • fix crash when timezone is unknown
Commits

The new version differs by 40 commits.

  • dcfda00 4.41.1
  • 16d2628 Merge pull request #9799 from petetnt/petetnt-stats-fix
  • 2260eca fix: Intl.DateTimeFormat can throw too
  • 3d43f1e fix: Deal with undetected timeZone in Stats.js
  • 8dc440e Merge pull request #9771 from webpack/dependabot/npm_and_yarn/react-16.10.2
  • 421ae43 chore(deps-dev): bump react from 16.10.1 to 16.10.2
  • 800c124 Merge pull request #9772 from webpack/dependabot/npm_and_yarn/react-dom-16.10.2
  • e09dfff Merge pull request #9789 from webpack/dependabot/npm_and_yarn/typescript-3.6.4
  • 13e7248 Merge pull request #9787 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.10.0
  • 02f5553 chore(deps-dev): bump typescript from 3.6.3 to 3.6.4
  • 97e607c chore(deps-dev): bump eslint-plugin-jsdoc from 15.9.10 to 15.10.0
  • 84f541f Merge pull request #9782 from webpack/dependabot/npm_and_yarn/enhanced-resolve-4.1.1
  • b11e063 Merge pull request #9785 from webpack/dependabot/npm_and_yarn/types/node-10.14.21
  • 1e30592 chore(deps-dev): bump @types/node from 10.14.19 to 10.14.21
  • edfb782 chore(deps): bump enhanced-resolve from 4.1.0 to 4.1.1

There are 40 commits in total.

See the full diff

from color-map-rainbow.

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

Your tests are still failing with this version. Compare changes

Release Notes for v4.41.2

Bugfixes

  • fix issue with invalide timezone
Commits

The new version differs by 11 commits.

  • 11e94dd 4.41.2
  • e928727 Merge pull request #9821 from petetnt/fix-stats-issue
  • b3d7636 enable CI on webpack-4 branch
  • 009e47c fix: Make timeZone initial value undefined in lib/Stats.js
  • f523293 fix: Only add timeZone if toLocaleString throws with initial timeZone
  • 42407cb Merge pull request #9811 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.11.0
  • 39b63b4 Merge pull request #9809 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.19.0
  • 8b2b433 chore(deps-dev): bump eslint-plugin-jsdoc from 15.10.0 to 15.11.0
  • d54ce2e chore(deps-dev): bump eslint-plugin-jest from 22.17.0 to 22.19.0
  • 1a77333 Merge pull request #9797 from webpack/dependabot/npm_and_yarn/coveralls-3.0.7
  • cf6de90 chore(deps-dev): bump coveralls from 3.0.6 to 3.0.7

See the full diff

from color-map-rainbow.

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

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

Release Notes for v4.41.3

Security

  • force upgrade terser-webpack-plugin dependency for security fix (not affecting webpack)

Funding

  • add npm funding field to package.json
Commits

The new version differs by 5 commits.

  • df9f3eb 4.41.3
  • fe71d68 Merge pull request #10010 from webpack/funding
  • b396d96 Merge pull request #10123 from pustovalov/webpack-4-serialize
  • 29b2bdd Update terser-webpack-plugin to ^1.4.3
  • bedb566 chore: funding field

See the full diff

from color-map-rainbow.

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

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

Release Notes for v4.41.4

Bugfixes

  • fix case where __webpack_require__.e is not a function when using module concatenation
  • fix incorrect imported module when using sideEffects in a certain constellation of export names

Performance

  • lazy-require Webassembly related modules for improved startup performance
Commits

The new version differs by 13 commits.

  • dcc45dd 4.41.4
  • ab4fa8d Merge pull request #10146 from liximomo/fix-sideEffects
  • 1452d19 test: add test case
  • 156a087 fix: prevent incorrectly redirect
  • 5b8fbca Merge pull request #10132 from jeffin143/patch-9859
  • e62512d Merge pull request #10133 from webpack/bugfix/issue-10104
  • 77971bf backporting to webpack-4
  • c81963b fixes #10104
  • df9f3eb 4.41.3
  • fe71d68 Merge pull request #10010 from webpack/funding
  • b396d96 Merge pull request #10123 from pustovalov/webpack-4-serialize
  • 29b2bdd Update terser-webpack-plugin to ^1.4.3
  • bedb566 chore: funding field

See the full diff

from color-map-rainbow.

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

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

Release Notes for v4.41.5

Bugfixes

  • handle relative paths with webpack:// prefix in SourceMaps correctly
  • fixes a non-determinism about providedExports with export * which caused changing module hashes and unnecessary HMR invalidation
Commits

The new version differs by 20 commits.

  • 45ecebc 4.41.5
  • 8a0dac1 Merge pull request #10185 from webpack/bugfix/non-deterministic-provided-exports
  • 4e31587 Merge pull request #10183 from webpack/deps/update
  • 3ec952f update dependencies in-range
  • 8e4749e make order of exports in providedExports deterministic
  • 0e5e8d9 Merge pull request #10181 from webpack/backport/webpack-source-map-prefix
  • 6b9884e handle webpack:// prefix in SourceMap sources
  • dcc45dd 4.41.4
  • ab4fa8d Merge pull request #10146 from liximomo/fix-sideEffects
  • 1452d19 test: add test case
  • 156a087 fix: prevent incorrectly redirect
  • 5b8fbca Merge pull request #10132 from jeffin143/patch-9859
  • e62512d Merge pull request #10133 from webpack/bugfix/issue-10104
  • 77971bf backporting to webpack-4
  • c81963b fixes #10104

There are 20 commits in total.

See the full diff

from color-map-rainbow.

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

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

Release Notes for v4.41.6

Bugfixes

  • Windows network paths are considered as absolute paths
  • fix hanging of FlagDependencyExportsPlugin when using export * in a circular matter
Commits

The new version differs by 32 commits.

  • 71be3bf 4.41.6
  • 0b8ef22 Merge pull request #10344 from webpack/bugfix/hang-circular-reexport
  • 614ea54 only retrigger flagging exports in dependencies when exports really changed
  • 627510d Merge pull request #10255 from jeffin143/fix-10247
  • e826575 correct windows paths must use \ and not /
  • 5e9f083 Merge pull request #10240 from jeffin143/fix-10217
  • d8c74b6 fix: better handle absolute paths
  • ef73991 update webpackOption.d.ts
  • 2101892 add chunkid declaration
  • 4bb706f Fix lint issue
  • 2394136 added variable declarations in files where required
  • 148c4be get rid of some hacks in declarations file for webpack-4
  • 45ecebc 4.41.5
  • 8a0dac1 Merge pull request #10185 from webpack/bugfix/non-deterministic-provided-exports
  • 4e31587 Merge pull request #10183 from webpack/deps/update

There are 32 commits in total.

See the full diff

from color-map-rainbow.

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

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

Release Notes for v4.42.0

Bugfixes

  • Disable constant replacements in "use asm" scope
  • Update schema to disallow functions for output.hotUpdateChunkFilename as this doesn't work
  • Hoist exports in concatenated module to handle circular references with non-concatenated modules correctly
  • Flag all modules as used in DLLs to fix missing exports
Commits

The new version differs by 43 commits.

  • 29d851b 4.42.0
  • 07a4b28 Merge pull request #10478 from webpack/bugfix/all-modules-dll
  • c1aa9d4 flag all modules as used for Dll
  • d147689 Merge pull request #10431 from webpack/bugfix/concat-circular-4
  • d76761d hoist exports to the top of a concatenated module
  • 534d78f Merge pull request #10393 from webpack/schema/disallow-function-hotchunkfilename
  • d46ddc2 disallow function for output.hotUpdateChunkFilename
  • 95409bd Merge pull request #10294 from ngg/asmjs-4
  • 71be3bf 4.41.6
  • 7a30012 spacing
  • 284e97f add detectStrictMode method for backward-compat
  • 0b8ef22 Merge pull request #10344 from webpack/bugfix/hang-circular-reexport
  • 614ea54 only retrigger flagging exports in dependencies when exports really changed
  • a7a07bc do not evaluate constants in asm.js, fix IIFE mode detection
  • 627510d Merge pull request #10255 from jeffin143/fix-10247

There are 43 commits in total.

See the full diff

from color-map-rainbow.

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

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

Release Notes for v4.42.1

Bugfixes

  • update webassemblyjs dependencies for instruction update
  • update mkdirp dependency for security reasons
Commits

The new version differs by 50 commits.

  • 71eb593 4.42.1
  • 7bc38d6 Merge pull request #10580 from jeffin143/update-mkdirp
  • a814ac9 update lockfile
  • f110b6e UPDATE mkdirp
  • 5f65ecb Merge pull request #10493 from jeffin143/fix-10489
  • 994df0f Order dependencies alphabetically
  • a06807b fix :10489 - Backport to webpack 4: wasm: v128 support
  • 29d851b 4.42.0
  • 07a4b28 Merge pull request #10478 from webpack/bugfix/all-modules-dll
  • c1aa9d4 flag all modules as used for Dll
  • d147689 Merge pull request #10431 from webpack/bugfix/concat-circular-4
  • d76761d hoist exports to the top of a concatenated module
  • 534d78f Merge pull request #10393 from webpack/schema/disallow-function-hotchunkfilename
  • d46ddc2 disallow function for output.hotUpdateChunkFilename
  • 95409bd Merge pull request #10294 from ngg/asmjs-4

There are 50 commits in total.

See the full diff

from color-map-rainbow.

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

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

Release Notes for v4.43.0

Features

  • add module.hot.invalidate() to HMR API

Dependencies

  • push versions for forced security updates
Commits

The new version differs by 67 commits.

  • c9d4ff7 4.43.0
  • 9a2febd Merge pull request #10715 from webpack/hmr/invalidate-4
  • a53bb8f add invalidate method to HMR
  • 4c644bf Merge pull request #10518 from TechieForFun/webpack-4
  • 9efaba2 Merge pull request #10571 from mjziolko/watchpack-vuln
  • a704715 Merge pull request #10622 from webpack/ci/fix-azure
  • 7f843e8 fix vm images in azure
  • 9c23e18 Update watchpack to the most recent minor version to remove mimimist vulnerability.
  • 71eb593 4.42.1
  • 7bc38d6 Merge pull request #10580 from jeffin143/update-mkdirp
  • a814ac9 update lockfile
  • f110b6e UPDATE mkdirp
  • 499b537 revert unneccessary changes
  • c9bb7a9 Update snapshots of tests
  • 4023e8c Update package.json, yarn.lock

There are 67 commits in total.

See the full diff

from color-map-rainbow.

Related Issues (20)

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.