Open greenkeeper[bot] opened 6 years ago
devDependency
webpack was updated from 4.18.1
to 4.19.0
.Your tests are still failing with this version. Compare changes
The new version differs by 5 commits.
6bf8323
4.19.0
aecdeb3
Merge pull request #8029 from webpack/bugfix/hash-bootstrap
13b2cdd
hash content of bootstrap code
c2cfa7e
Merge pull request #8022 from antleblanc/readme-styling-typo
96ffd27
docs(readme.styling): write correctly sass
See the full diff
devDependency
webpack was updated from 4.19.0
to 4.19.1
.Your tests are still failing with this version. Compare changes
import()
with target: "electron-main"
uses correct path separator on windowsdevtool: "source-map"
and variants generate SourceMaps when output file is .mjs
browser
field as object is used when using target: "electron-renderer"
export default
are preservedexternals
value, now works correctly as documentedThe new version differs by 15 commits.
b7121c1
4.19.1
ab28497
Merge pull request #8043 from RubenVerborgh/externals-object-array
9bda629
remove bad unit test
f0271d9
fix ExternalModule and test case
3aef0e5
Allow array as value in externals object.
7b91fa6
Merge pull request #8042 from webpack/bugfix/comments-export-default
e08f71c
keep/restore comments in export default
2f78aae
Merge pull request #8038 from sharang-d/patch-5
bb4c2d1
Correctly set the 'browser' value for electron-renderer
5ade574
Merge pull request #7947 from philipwalton/mjs-sourcemap-support
5258471
Merge pull request #8035 from kwonoj/fix-path
2df7b0c
fix(nodemaintemplate): resolve async chunk path platform agnostic
17fafd3
Fix lint errors
a2cc031
Add tests for default source map extensions
12762ff
Add sourcemap support for .mjs output files
See the full diff
devDependency
webpack was updated from 4.19.1
to 4.20.0
.Your tests are still failing with this version. Compare changes
The new version differs by 40 commits.
c4d8a3c
4.20.0
1495b33
Merge pull request #8070 from chuckdumont/work
434ced3
Merge pull request #8071 from timneutkens/fix/typo
2671d88
Fix typo
f8877e0
Uncaught exception from renderers
31d735c
Merge pull request #8068 from webpack/feature/json-to-typescript
762b1c9
move json-schema-to-typescript to devDependencies
9c8f304
Merge pull request #8065 from webpack/ci/appveyor
3b6d149
Merge pull request #7232 from webpack/feature/json-to-typescript
61718d4
Merge pull request #8064 from xtuc/chore-bump-webassemblyjs13
f8bc251
Reduce the appveyor CI tasks
62b6142
fix Validation test
c768182
fix issues with absolutePath, allOf and anyOf
8c31f2a
fixes for RegExp in schema
44955b7
emit exit code only in lint mode
There are 40 commits in total.
See the full diff
devDependency
webpack was updated from 4.20.0
to 4.20.1
.Your tests are still failing with this version. Compare changes
libraryTarget: "amd"
without library namedevDependency
webpack was updated from 4.20.1
to 4.20.2
.Your tests are still failing with this version. Compare changes
export default
in concatenated modulesThe new version differs by 8 commits.
5c5e902
4.20.2
79ea087
Merge pull request #8086 from webpack/bugfix/comments-concat-export-default
aab3afb
fixes #8085
54e30e0
update examples
4ed8c08
Merge pull request #7803 from oygen87/patch-1
6126ec7
Update README.md
37ae7c3
Update increment.js
614f2ad
Update example.js
See the full diff
devDependency
webpack was updated from 4.20.2
to 4.21.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
output.libraryTarget: "amd-require"
which generates a AMD require([], ...)
wrapper instead of a define([], ...)
wrapperoutput.library
, which exposes the library to a subproperty__webpack_require__.e
is used at runtime but is not defined in the bundleglobal
typeThe new version differs by 37 commits.
432d2a3
4.21.0
0fb6c60
Merge pull request #7038 from marcusdarmstrong/marcusdarmstrong-external-module-fix
15b6f8b
make afterEach async
7bc5c98
Merge branch 'master' into marcusdarmstrong-external-module-fix
2228daf
Merge pull request #8230 from webpack/revert-8120-rh-silent-reporter
fadf875
remove dependency
7c0b209
Revert "Re-enable jest-silent-reporter #hacktoberfest"
a868789
Merge pull request #8143 from MLoughry/miclo/optimize-chunk-graph-generation
1d71ede
Make changes suggested by @sokra to optimize chunk graph generation
4d3fe00
Merge pull request #8134 from fscherwi/update-coveralls
86f56bf
update coveralls
4c461e2
Merge pull request #8120 from rickhanlonii/rh-silent-reporter
9fe42e7
Merge pull request #8118 from webpack/bugfix/issue-8110
0b6ad2a
Don't be clever with the set command because idk windows
148016e
Rerun yarn
There are 37 commits in total.
See the full diff
devDependency
webpack was updated from 4.21.0
to 4.22.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 52 commits.
894eca2
4.22.0
5165a90
Merge pull request #8242 from webpack/perf/chunk-graph
07d2d65
Merge pull request #8243 from webpack/bugfix/stablility
5e4a6a4
fix byId sorting
c04747f
make LimitChunkCountPlugin stable
a7db689
make chunk compare stable
3217d02
make stats assets order stable by providing a default order
98b482e
make dependency order stable
8a8111b
make sorting in Stats stable
511d15b
make origins sorting deterministic
c8252e6
Run additional tests to ensure compilation stablility
65d9ffb
Optimize chunk graph algorithm
1d9f8a3
Merge pull request #8233 from ljqx/const-plugin-logical-operator
dcd3834
fix comments
432d2a3
4.21.0
There are 52 commits in total.
See the full diff
devDependency
webpack was updated from 4.22.0
to 4.23.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
watchMode
flag to Compiler to be able to detect watch mode in pluginsremovedFiles
property to Compiler to detect removed files@webassemblyjs/*
for bugfixThe new version differs by 87 commits.
a4feb6e
4.23.0
298fa4c
Merge pull request #8266 from ljqx/wasm-finalize-exports-fix
035ceb6
force travis rerun
735b4aa
Merge pull request #8182 from xtuc/ci-node-nightly
6844c75
add test
8256249
longer timeouts for Compiler test
f7ff913
use latest node 12 nightly
1c44f95
fix bug where module is referenced which is not in the graph
98d077d
order values with different types correctly
f5e45be
also export WebAssembly.Global when reexporting globals
b22f027
Update tests for new WebAssembly.Global API
edcadbb
ci: add node 11
91755a2
Merge pull request #8265 from webpack/ci/fix-memory-issue
523ddd7
avoid memory leak
48656d2
[WasmFinalizeExportsPlugin] check if ref
is null before using it
There are 87 commits in total.
See the full diff
devDependency
webpack was updated from 4.23.0
to 4.23.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
return'development'===process.env.NODE_ENV&&'foo'
The new version differs by 90 commits.
607cf70
4.23.1
5e5e7b7
Merge pull request #8270 from ljqx/logical-expression-fix
13d1dab
[ConstPlugin] fix bug introduced by evaluation of && and ||
a4feb6e
4.23.0
298fa4c
Merge pull request #8266 from ljqx/wasm-finalize-exports-fix
035ceb6
force travis rerun
735b4aa
Merge pull request #8182 from xtuc/ci-node-nightly
6844c75
add test
8256249
longer timeouts for Compiler test
f7ff913
use latest node 12 nightly
1c44f95
fix bug where module is referenced which is not in the graph
98d077d
order values with different types correctly
f5e45be
also export WebAssembly.Global when reexporting globals
b22f027
Update tests for new WebAssembly.Global API
edcadbb
ci: add node 11
There are 90 commits in total.
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 186 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
8e841fe
4.26.1
11afdbd
Merge pull request #8417 from webpack/bugfix/split-chunks-min-size
cbeaf70
prevent groups with size < minSize
There are 186 commits in total.
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 still failing with this version. Compare changes
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 still failing with this version. Compare changes
devDependency
webpack was updated from 4.28.1
to 4.28.2
.Your tests are still failing with this version. Compare changes
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 7 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
See the full diff
devDependency
webpack was updated from 4.40.0
to 4.40.1
.Your tests are still failing with this version. Compare changes
The new version differs by 807 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
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
There are 250 commits in total.
See the full diff
devDependency
webpack was updated from 4.40.1
to 4.40.2
.Your tests are still failing with this version. Compare changes
devDependency
webpack was updated from 4.40.3
to 4.41.0
.Your tests are still failing with this version. Compare changes
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
devDependency
webpack was updated from 4.41.0
to 4.41.1
.Your tests are still failing with this version. Compare changes
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
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 still failing with this version. Compare changes
devDependency
webpack was updated from 4.41.3
to 4.41.4
.Your tests are still failing with this version. Compare changes
__webpack_require__.e
is not a function when using module concatenationThe new version differs by 8 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
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 7 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
See the full diff
The devDependency webpack was updated from
4.18.0
to4.18.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
- β **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/maxbogus/portfolio_project/builds/428123285?utm_source=github_status&utm_medium=notification)).Commits
The new version differs by 7 commits.
c51a1ba
4.18.1
c79c1de
Merge pull request #8018 from webpack/ci/azure-windows
37046a7
Add windows to azure
814b85b
Merge pull request #8012 from webpack/ci/azure
474a9ac
Add simple azure pipeline
7b3a297
Merge pull request #8015 from webpack/deps/upgrade-tapable
35015dd
Upgrade tapable version
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: