Closed greenkeeper[bot] closed 5 years ago
After pinning to 4.25.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
devDependency
webpack was updated from 4.26.0
to 4.26.1
.Your tests are still failing with this version. Compare changes
The new version differs by 9 commits.
8e841fe
4.26.1
11afdbd
Merge pull request #8417 from webpack/bugfix/split-chunks-min-size
cbeaf70
prevent groups with size < minSize
a1d4802
Merge pull request #8416 from webpack/bugfix/split-chunks-zero-min
32961f2
while grouping nodes include at least one node on each side
fa56ec8
Merge pull request #8410 from webpack/bugfix/max-size-lt-min-size
fd2133b
handle case when minSize > maxSize
614a6fc
Merge pull request #8385 from hax/patch-1
48f0604
Drop unuseful eval
call
See the full diff
devDependency
webpack was updated from 4.26.1
to 4.27.0
.Your tests are still failing with this version. Compare changes
getResolve
method to create their own resolver function with custom optionsexport * from
The new version differs by 12 commits.
f47bf8b
4.27.0
a67ffcd
Merge pull request #8452 from webpack/feature/resolveWithOptions
96f625c
Merge pull request #8457 from webpack/bugfix/rebuild-provided-exports
56feccc
convert test case to normal function for node.js 6 support
2f4296e
fix a bug which causes incorrect providedExports for cached modules
f944002
Merge pull request #8451 from webpack/bugfix/split-chunks
162da1c
add getResolve method to loader context
3b46b48
enforce doesn't affect minSize for maxSize
72a8a1f
Merge pull request #8440 from Connormiha/oprimize-chunk-can-be-integrated
537d3e4
Cache hasRunstime in chunk
e3e8a68
Merge pull request #8405 from xiaoxiaojx/fix-function-plugin-apply
70b9a1b
fix parameter missing when plugin type is a funtion
See the full diff
devDependency
webpack was updated from 4.27.0
to 4.27.1
.Your tests are still failing with this version. Compare changes
splitChunks
enforce
.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 π
checkResource
has an additional context
argument.mjs
files as it's crashingThe new version differs by 11 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
See the full diff
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 π
The new version differs by 14 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
See the full diff
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 π
The new version differs by 17 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 17 commits in total.
See the full diff
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 π
The new version differs by 24 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 24 commits in total.
See the full diff
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 π
__esModule
flag when modules are concatenated, but without usage informationThe new version differs by 62 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 62 commits in total.
See the full diff
The devDependency webpack was updated from
4.25.1
to4.26.0
.π¨ View failing branch.
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/koreezgames/phaser3-i18n-plugin/builds/456866113?utm_source=github_status&utm_medium=notification)).Commits
The new version differs by 7 commits.
04f90c5
4.26.0
e1df721
Merge pull request #8392 from vkrol/cherry-pick-terser-to-webpack-4
a818def
fix for changed API in terser plugin warningsFilter
b39abf4
Rename test directories too
311a728
Switch from uglifyjs-webpack-plugin to terser-webpack-plugin
a230148
Merge pull request #8351 from DeTeam/chunk-jsdoc-typo
7a0af76
Fix a typo in Chunk#split jsdoc comment
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: