Closed greenkeeper[bot] closed 7 years ago
After pinning to 3.0.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Your tests are passing again with this version. Explicitly upgrade to this version 🚀
strictThisContextOnImports
in ConcatenatedModules.strictThisContextOnImports
..call()
renames of this.typeof
with require.resolve(Weak)
.The new version differs by 27 commits.
d005990
3.2.0
67c17a6
Merge pull request #5234 from webpack/bugfix/source-map-duplicate
85ffe1e
add test case
5a64498
Merge pull request #5260 from ljqx/iife-nested-this-properties
a6c8362
Merge pull request #5261 from webpack/bugfix/import-context-strict-this
6842d50
Call imports with the correct context.
12a1352
[Parser] rename this
in .call(this)
bcde519
Merge pull request #5082 from KTruong888/4099_es6_refactor_lib_compiler
edd6228
fix linting
79926b3
- Edit PR to use normal functions again due to ‘arguments’ not working with arrow functions
4266ab8
- Fix compiler test as discussed in PR
13bc80b
- Put Watching as a property on Compiler rather than a static method
6dffcca
- Remove ‘self’ references from lib/Compiler and use more arrow functions instead
4378c92
- Add more tests
bfd5ed9
- Fix linter issues
There are 27 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version 🚀
this.compiler.compiler is not a function
The new version differs by 50 commits.
5b119e7
3.3.0
b128db1
Merge pull request #5290 from webpack/bugfix/caching-module
a064968
Merge pull request #5297 from webpack/bugfix/watch-missing-directories
329a805
add test case for error recovery while watching
b4c74b2
allow watch cases to have errors per step
f3ddcdd
upgrade watchpack
e72c3b2
missing dependencies could be files too
c1a0244
store hash in depndencyTemplates Map instead of comparing identify
981fd23
Merge pull request #5253 from rrharvey/feature/hmr-module-names
b093f02
only group HMR module updates if name contains loaders
6c5dc1b
respect log level in HMR client log groups
d312022
Merge pull request #5269 from huangc28/fix-compilerjs-error-undefined-compiler
6c0e452
Fix typo that causes "TypeError: this.compiler.compiler is not a function" since compiler is undefined.
95c7fa4
Merge pull request #3103 from kutyel/master
43f967c
Adjust style to es6 :tada:
There are 50 commits in total.
See the full diff
Version 3.1.0 of webpack just got published.
This version is covered by your current version range and after updating it in your project the build failed.
As webpack is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.
I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:
Status Details
- ❌ **ci/circleci** Your tests failed on CircleCI [Details](https://circleci.com/gh/GrimoireGL/GrimoireJS/956?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)Release Notes
v3.1.0Features:
this
in a IIFEcacheWithContext: false
by default when it's safesortModules
toChunk
which is required in extract-text-plugin to support webpack 3Bugfixes:
!
with truthy webpack identifier will evaluate correctlyCommits
The new version differs by 95 commits.
4bb3018
3.1.0
7e757cd
Merge pull request #5194 from webpack/feature/hoist_regex_literals
2879fb3
Merge pull request #5225 from hulkish/feature/added-chunk-sortModules-method
5f08aa4
removed default params for node 4
cadf9f7
added sortModules method to Chunk class
70b7d2f
fix(sp): spelling mistake in const name
0ab36c4
Merge pull request #5196 from AndersDJohnson/multi-compiler-functions
2eccb19
Merge pull request #5081 from KTruong888/4099_es6_refactor_lib_hot_module_replacement_plugin
e365b2e
Merge pull request #5210 from ematipico/master
7913789
Merge pull request #5220 from liuyuanyangscript/master
15becbd
README.md bugfix
2ccc1fd
Changed statement 'var' to 'const'
a589a6c
Merge pull request #5183 from kahwee/patch-1
c2fa5d4
feat(perf): remove unneded regexp escape
987a9f3
feat(perf): hoist final regexp
There are 95 commits in total.
See the full diff
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: