Tobias Koppers
183ddad98e
store profiling requests into the Stats too
2019-07-22 08:19:30 +02:00
Tobias Koppers
d80989bfbf
allow to configure runtime logging
2019-07-21 22:28:46 +02:00
Tobias Koppers
c547dd5615
fix unit test
2019-07-19 18:20:34 +02:00
Tobias Koppers
c24d5601dc
enable info log level by default
2019-07-19 18:19:04 +02:00
Tobias Koppers
09103af6c4
add runtime logging
2019-07-19 12:31:18 +02:00
Tobias Koppers
42a9bfd225
improve logging options and display
...
allow more logging options in schema
collapse groups in non-verbose logging
show number of filtered logging lines
update stats presets for logging
2019-07-19 11:59:48 +02:00
Tobias Koppers
d849160d3f
add logging API
...
Plugins:
Compiler.getInfrastructureLogger(name)
Compilation.getLogger(name)
Loader:
this.getLogger([name])
API equal to console API with these methods:
error, warn, info, log, debug,
time, timeLog, timeEnd,
group, groupCollapsed, groupEnd,
profile, profileEnd,
clear
2019-07-18 17:13:40 +02:00
webpack bot
e16d05679e
Merge pull request #9421 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.9.0
...
chore(deps-dev): bump eslint-plugin-jest from 22.8.0 to 22.9.0
2019-07-18 04:21:54 +02:00
Tobias Koppers
92caa5de06
4.36.1
2019-07-17 15:58:20 +02:00
Tobias Koppers
4cac06644b
Merge pull request #9425 from webpack/bugfix/no-resolve-options
...
fix #9424
2019-07-17 15:58:03 +02:00
Tobias Koppers
1f966eb9d0
fix #9424
...
remove unused code
2019-07-17 15:38:07 +02:00
Tobias Koppers
95d21bb39a
4.36.0
2019-07-17 13:32:46 +02:00
Tobias Koppers
aa1216c460
Merge pull request #9422 from webpack/feature/dot-dot-dot-merge
...
improve merging of resolve and parsing options
2019-07-17 13:32:15 +02:00
Tobias Koppers
b3ec775453
improve merging of resolve and parsing options
...
by rules and via loader API
Arrays overwrite by default, but can reference old value with "..."
2019-07-17 13:08:51 +02:00
Tobias Koppers
53a5ae2143
Merge pull request #9419 from vankop/remove-valid-jsdoc-rule
...
remove valid jsdoc rule in favour of eslint-plugin-jsdoc
2019-07-17 11:42:42 +02:00
webpack bot
ab75240295
Merge pull request #9413 from webpack/dependabot/npm_and_yarn/ajv-6.10.2
...
chore(deps): bump ajv from 6.10.1 to 6.10.2
2019-07-17 04:31:55 +02:00
dependabot-preview[bot]
bae73aa6e5
chore(deps-dev): bump eslint-plugin-jest from 22.8.0 to 22.9.0
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 22.8.0 to 22.9.0.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v22.8.0...v22.9.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-17 02:15:37 +00:00
webpack bot
0bdabf42ad
Merge pull request #9418 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.5.2
...
chore(deps-dev): bump eslint-plugin-jsdoc from 15.3.9 to 15.5.2
2019-07-17 02:40:52 +02:00
ikopeykin
f207cdcb15
remove valid jsdoc rule in favour of eslint-plugin-jsdoc
2019-07-16 19:41:30 +03:00
dependabot-preview[bot]
31333a678e
chore(deps-dev): bump eslint-plugin-jsdoc from 15.3.9 to 15.5.2
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 15.3.9 to 15.5.2.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v15.3.9...v15.5.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-16 16:03:41 +00:00
webpack bot
036adf0ce9
Merge pull request #9417 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.8.0
...
chore(deps-dev): bump eslint-plugin-jest from 22.7.2 to 22.8.0
2019-07-16 18:01:55 +02:00
webpack bot
37d4480382
Merge pull request #9411 from webpack/dependabot/npm_and_yarn/simple-git-1.121.0
...
chore(deps-dev): bump simple-git from 1.120.0 to 1.121.0
2019-07-16 04:21:59 +02:00
dependabot-preview[bot]
ce2a183378
chore(deps-dev): bump eslint-plugin-jest from 22.7.2 to 22.8.0
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 22.7.2 to 22.8.0.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v22.7.2...v22.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-15 15:52:34 +00:00
Tobias Koppers
0beeb7e30a
Merge pull request #9391 from vankop/create-hash-typescript
...
esdoc(createHash)
2019-07-15 17:26:21 +02:00
ikopeykin
bf1a24a9ab
#9391 resolve super call discussion
2019-07-15 17:27:59 +03:00
ikopeykin
bd7d95bfc1
#9391 resolve discussions, AbstractMethodError
2019-07-15 16:54:49 +03:00
dependabot-preview[bot]
41906386af
chore(deps): bump ajv from 6.10.1 to 6.10.2
...
Bumps [ajv](https://github.com/epoberezkin/ajv ) from 6.10.1 to 6.10.2.
- [Release notes](https://github.com/epoberezkin/ajv/releases )
- [Commits](https://github.com/epoberezkin/ajv/compare/v6.10.1...v6.10.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-15 02:15:37 +00:00
dependabot-preview[bot]
74745dff53
chore(deps-dev): bump simple-git from 1.120.0 to 1.121.0
...
Bumps [simple-git](https://github.com/steveukx/git-js ) from 1.120.0 to 1.121.0.
- [Release notes](https://github.com/steveukx/git-js/releases )
- [Commits](https://github.com/steveukx/git-js/compare/v1.120.0...v1.121.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-15 02:14:37 +00:00
webpack bot
e4a12414d7
Merge pull request #9408 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.3.9
...
chore(deps-dev): bump eslint-plugin-jsdoc from 15.3.4 to 15.3.9
2019-07-14 07:31:54 +02:00
webpack bot
8c475b31fb
Merge pull request #9403 from webpack/dependabot/npm_and_yarn/coveralls-3.0.5
...
chore(deps-dev): bump coveralls from 3.0.4 to 3.0.5
2019-07-13 12:31:54 +02:00
dependabot-preview[bot]
f030ac9d0e
chore(deps-dev): bump eslint-plugin-jsdoc from 15.3.4 to 15.3.9
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 15.3.4 to 15.3.9.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v15.3.4...v15.3.9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-13 05:23:31 +00:00
webpack bot
a56e161f58
Merge pull request #9397 from webpack/dependabot/npm_and_yarn/lodash-4.17.14
...
chore(deps-dev): bump lodash from 4.17.13 to 4.17.14
2019-07-13 07:21:54 +02:00
dependabot-preview[bot]
2a51ac172c
chore(deps-dev): bump coveralls from 3.0.4 to 3.0.5
...
Bumps [coveralls](https://github.com/nickmerwin/node-coveralls ) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/nickmerwin/node-coveralls/releases )
- [Commits](https://github.com/nickmerwin/node-coveralls/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-12 10:28:39 +00:00
webpack bot
5a759b0a4e
Merge pull request #9396 from webpack/dependabot/npm_and_yarn/simple-git-1.120.0
...
chore(deps-dev): bump simple-git from 1.119.0 to 1.120.0
2019-07-12 07:11:55 +02:00
dependabot-preview[bot]
8a252c3a90
chore(deps-dev): bump lodash from 4.17.13 to 4.17.14
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.13 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.13...4.17.14 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-11 05:09:02 +00:00
dependabot-preview[bot]
afa5f9a78d
chore(deps-dev): bump simple-git from 1.119.0 to 1.120.0
...
Bumps [simple-git](https://github.com/steveukx/git-js ) from 1.119.0 to 1.120.0.
- [Release notes](https://github.com/steveukx/git-js/releases )
- [Commits](https://github.com/steveukx/git-js/compare/v1.119.0...v1.120.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-11 05:08:58 +00:00
webpack bot
a37a5e7b94
Merge pull request #9390 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.3.4
...
chore(deps-dev): bump eslint-plugin-jsdoc from 15.3.2 to 15.3.4
2019-07-11 04:21:54 +02:00
webpack bot
1f344450c7
Merge pull request #9389 from webpack/dependabot/npm_and_yarn/lodash-4.17.13
...
[security] chore(deps-dev): bump lodash from 4.17.11 to 4.17.13
2019-07-10 21:58:21 +02:00
Tobias Koppers
cf20194d00
Merge pull request #9166 from shawtung/feature/source-map-dev-tool-plugin_file-placeholder
...
Add [file] placeholder for sourceMappingURL in SourceMapDevToolPlugin
2019-07-10 14:37:34 +02:00
webpack bot
c9726053a7
Merge pull request #9384 from webpack/dependabot/npm_and_yarn/simple-git-1.119.0
...
chore(deps-dev): bump simple-git from 1.118.0 to 1.119.0
2019-07-10 14:01:54 +02:00
ikopeykin
a223ffdcc0
fix typescript for HashContructor
2019-07-10 14:16:09 +03:00
ikopeykin
27b1e17f5b
createHash typescript
2019-07-10 14:06:36 +03:00
Tobias Koppers
a35bf6456a
Merge pull request #9331 from vankop/esdoc-sourcemap-devtool-plugin
...
esdoc(SourceMapDevToolPlugin): add some esdoc definitions
2019-07-10 09:15:41 +02:00
webpack bot
b55f4dae59
Merge pull request #9383 from webpack/dependabot/npm_and_yarn/typescript-3.5.3
...
chore(deps-dev): bump typescript from 3.5.2 to 3.5.3
2019-07-10 04:21:53 +02:00
dependabot-preview[bot]
fa63d7091f
chore(deps-dev): bump eslint-plugin-jsdoc from 15.3.2 to 15.3.4
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 15.3.2 to 15.3.4.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v15.3.2...v15.3.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-10 02:18:10 +00:00
dependabot-preview[bot]
a9b6ae59b1
chore(deps-dev): bump lodash from 4.17.11 to 4.17.13
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.13.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-10 02:17:47 +00:00
Tobias Koppers
e6258cb277
Merge pull request #9387 from vankop/enforce-require-hyphen-before-param-description
...
enforce eslint require-hyphen-before-param-description
2019-07-10 00:27:41 +02:00
ikopeykin
a1aa5cbdce
enforce eslint check-tag-names to avoid using jsdoc tags that are not supported in Typescript
2019-07-10 00:38:18 +03:00
ikopeykin
30e747a55d
enforce eslint require-hyphen-before-param-description
2019-07-09 23:15:14 +03:00
dependabot-preview[bot]
f70476a8c9
chore(deps-dev): bump simple-git from 1.118.0 to 1.119.0
...
Bumps [simple-git](https://github.com/steveukx/git-js ) from 1.118.0 to 1.119.0.
- [Release notes](https://github.com/steveukx/git-js/releases )
- [Commits](https://github.com/steveukx/git-js/compare/v1.118.0...v1.119.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-09 11:59:39 +00:00