Open greenkeeper[bot] opened 5 years ago
After pinning to 4.41.0 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.41.1
to 4.41.2
.Your tests are still failing with this version. Compare changes
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
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 π
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 π
__webpack_require__.e
is not a function when using module concatenationThe 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
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 π
webpack://
prefix in SourceMaps correctlyprovidedExports
with export *
which caused changing module hashes and unnecessary HMR invalidationThe 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
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 π
export *
in a circular matterThe 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
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 π
"use asm"
scopeoutput.hotUpdateChunkFilename
as this doesn't workThe 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
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 π
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
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 π
module.hot.invalidate()
to HMR APIThe 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
The devDependency webpack was updated from
4.41.0
to4.41.1
.π¨ 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
- β **Tidelift:** Dependencies checked ([Details](https://tidelift.com/scans/b56aef10-3bb7-491f-8527-94bd45f861cc)). - β **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/airbnb/rheostat/builds/596574104?utm_source=github_status&utm_medium=notification)).Release Notes for v4.41.1
Bugfixes
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
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: