Closed greenkeeper[bot] closed 6 years ago
After pinning to 4.1.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Your tests are still failing with this version. Compare the changes 🚨
[contenthash]
placeholderbrowser
field is used for target electron-renderer
devtoolNamespace
default correctly when passing an object to output.library
The new version differs by 24 commits.
54ceb3c
4.3.0
d762a2b
Merge pull request #6875 from mohsen1/patch-2
3691224
Merge pull request #6872 from boneskull/patch-1
df2b3c2
Prettier
165a2ed
Remove extraneous argument from setOptions call sites in OptionsDefaulter
a31bf26
fix capitalization of project name in README.md
fc2feaf
Merge pull request #6844 from swederik/issue-6843
eba38f1
Merge pull request #6861 from Legends/master
41a0482
Merge pull request #6839 from webpack/feature/contenthash
b018bc7
more tests and fixes for webworker
4861d2c
Merge pull request #6832 from webpack/reflect
68a11fd
Extract setup infos from Contributing.md into separate setup.md for visiblity reasons
06e9a57
get rid of webpackJsonp global leak
d7a0fc3
fix bug without async chunks, add more tests
c328c65
use destructing for more readable code
There are 24 commits in total.
See the full diff
Your tests are still failing with this version. Compare the changes 🚨
splitChunks.chunks
supports a custom function nowmode
chunkFilename
, because it's not workingexport default (function xxx() {})
The new version differs by 72 commits.
e3bb8c9
4.4.0
2bd495c
Merge pull request #6864 from webpack/bump_prettier
8d8da4c
Merge branch 'master' into bump_prettier
0f70fcb
Merge pull request #6791 from storybooks/spilt-chunks-selector
3f6b78f
Merge pull request #6467 from PlayMa256/prompt_install_cli
b30de38
Merge pull request #6672 from EugeneHlushko/fix/6639
f600ccd
Merge pull request #6827 from Connormiha/optimize-sort-by-identifier
1b50e4e
Merge pull request #6833 from webpack/ellipsis
3a6edf0
Merge pull request #6882 from mohsen1/patch-4
d4f3c77
Merge pull request #6883 from mohsen1/remove-dead-code
1e7cc39
Merge pull request #6889 from Janpot/issue-6867
4b6ee73
Merge pull request #6894 from webpack/bugfix/css-stuff
e15df70
Merge pull request #6897 from mohsen1/init-time
cc77f7e
Merge pull request #6898 from mohsen1/patch-6
ca79190
Merge pull request #6899 from mohsen1/patch-7
There are 72 commits in total.
See the full diff
Your tests are still failing with this version. Compare the changes 🚨
yarn setup
script for bootstrapping local developmentThe new version differs by 41 commits.
f5bd213
Update examples
e400445
4.5.0
e717fcc
Merge pull request #6956 from webpack/refactor/share_shapes
3f33d88
Merge pull request #6943 from webpack/bugfix/sort-children-for-hash
45e7f7a
Merge pull request #6878 from rchaser53/fix-options-loader-error
a8d70e7
Merge pull request #6955 from webpack/Legends-webpack-bootstrap-setup
9f5c1b4
Merge pull request #6951 from webpack/fix/arity
a5ae054
Ensure the type of the binding don't change
5c8a4bb
Unify Dependency#getExports result
b6042fb
Prevent identToLoaderRequest to return 2 objects with different shapes
f3c9bd0
Merge pull request #6953 from webpack/refactor/mode_deopt
83b99b9
add setup script and update package scripts
1958784
Merge pull request #6904 from webpack/performance/concat
f1993f4
Merge pull request #6922 from mohsen1/map-not-weakmap
ed5b541
Merge pull request #6930 from Legends/gitignorePatch
There are 41 commits in total.
See the full diff
Your tests are still failing with this version. Compare the changes 🚨
webpackPrefetch
/webpackPreload
magic comments to import()
stats.entrypoints[].children
and stats.entrypoints[].childAssets
to stats jsontarget: "webworker"
this
to undefined
ESM replacement in function default valuesnew require(...)
is weird, but now behaves like in node.jsexport * from "commonjs"
with partial overrideoutput.globalObject
in target: "node-webkit"
loadModules
and dependencies in these modulesunknown size
when size is unknownoptimization
configurationThe new version differs by 161 commits.
e7c8fa4
4.6.0
941be29
Merge pull request #7063 from webpack/bugfix/clone-optimization
3a5fda9
Merge pull request #7062 from webpack/bugfix/issue-6931
c47150c
Clone optimization config in Defaulter
3f99517
Merge pull request #6905 from xtuc/fix-handle-unknown-size
aee2491
Merge pull request #6962 from justinhelmer/bug/6919
ec4ec8e
Merge pull request #7056 from webpack/feature/preload
0ff2901
Merge pull request #7060 from webpack/test/any-comment-in-import
58ba91d
fix bug which prevented some chunks to show up in Chunk.getAllAsyncChunks
946c4df
add test case for comments in import()
8e2e19b
fix unstable sorting of ChunkGroups and add test
205ca62
fix reversed order in Chunk.compareTo
babc8a4
Merge pull request #7059 from bastimeyer/bugfix/loaderplugin-recursive
be79d6d
add mixed test case which also tests equal order sorting
873d7d4
show preload and prefetch in stats
There are 161 commits in total.
See the full diff
☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.
Version 4.2.0 of webpack was just published.
This version is covered by your current version range and after updating it in your project the build failed.
webpack is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/faboulaws/restful-model/builds/356246483?utm_source=github_status&utm_medium=notification)Release Notes
v4.2.0Features
splitChunks.automaticNameDelimiter
to configure the name separator for automatic namesstats.excludeModules
now also accept booleansperformance
is disabled by default in non-web targetsBugfixes
events.json
in ProfilingPluginCommits
The new version differs by 74 commits.
d668a23
4.2.0
04d8188
Merge pull request #6754 from byzyk/fix/6742
0d3063e
Merge pull request #6810 from howdy39/add-end-of-statement-semicolon
d628f90
Add end of statement semicolon
3024078
Merge pull request #6788 from byzyk/fix/6779
c6b9b9e
Merge pull request #6806 from webpack/bugfix/json-reexport
cda226a
handle reexporting json default export correctly
d061aba
fix ProfilingPlugin
f82beb3
Merge pull request #6789 from EugeneHlushko/issue/5964
c4678e3
fix(bug) #5964 convert MS into S for scripts timeout attr: update expected bytes values
a534dfd
add test
422236f
fix(bug) #5964 convert MS into S for scripts timeout attr
f99f96d
rename variable, use includes instead of indexOf
ae18a5a
fix: default chunks to context when no context passed
4428efe
Merge pull request #6674 from chuckdumont/work
There are 74 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: