Commit Graph

8338 Commits

Author SHA1 Message Date
Tobias Koppers 45ecebc9f0 4.41.5 2019-12-27 22:09:40 +01:00
Tobias Koppers 8a0dac1793
Merge pull request #10185 from webpack/bugfix/non-deterministic-provided-exports
make order of exports in providedExports deterministic
2019-12-27 22:07:27 +01:00
Tobias Koppers 4e315876e4
Merge pull request #10183 from webpack/deps/update
update dependencies in-range
2019-12-27 21:49:46 +01:00
Tobias Koppers 3ec952fe34 update dependencies in-range 2019-12-27 21:32:41 +01:00
Tobias Koppers 8e4749e954 make order of exports in providedExports deterministic
fixes #10174
2019-12-27 21:30:07 +01:00
Tobias Koppers 0e5e8d9f3d
Merge pull request #10181 from webpack/backport/webpack-source-map-prefix
handle `webpack://` prefix in SourceMap sources
2019-12-27 15:30:20 +01:00
Tobias Koppers 6b9884ea50 handle `webpack://` prefix in SourceMap sources 2019-12-27 15:11:46 +01:00
Tobias Koppers dcc45dd977 4.41.4 2019-12-19 08:28:45 +01:00
Tobias Koppers ab4fa8ddb3
Merge pull request #10146 from liximomo/fix-sideEffects
fix: bundle wrong modules
2019-12-18 17:39:10 +01:00
liximomo 1452d19673 test: add test case 2019-12-18 17:02:01 +01:00
liximomo 156a0874a9 fix: prevent incorrectly redirect 2019-12-18 17:01:58 +01:00
Tobias Koppers 5b8fbca378
Merge pull request #10132 from jeffin143/patch-9859
Backport lazy require webassemblyjs using modules to webpack-4
2019-12-18 14:55:20 +01:00
Tobias Koppers e62512dc86
Merge pull request #10133 from webpack/bugfix/issue-10104
fixes missing `__webpack_require__.e` in concatenated modules
2019-12-18 10:23:40 +01:00
Tobias Koppers 77971bf8c0 backporting to webpack-4 2019-12-17 22:16:33 +05:30
Tobias Koppers c81963bf6b fixes #10104 2019-12-17 17:23:54 +01:00
Tobias Koppers df9f3eb7d9 4.41.3 2019-12-16 10:33:46 +01:00
Tobias Koppers fe71d68c5b
Merge pull request #10010 from webpack/funding
chore: `funding` field
2019-12-16 10:31:59 +01:00
Tobias Koppers b396d967d2
Merge pull request #10123 from pustovalov/webpack-4-serialize
Fix regular expressions Cross-Site Scripting (XSS) vulnerability
2019-12-16 10:31:29 +01:00
Pavel Pustovalov 29b2bdd641
Update terser-webpack-plugin to ^1.4.3
https://github.com/advisories/GHSA-h9rv-jmmf-4pgx
2019-12-14 21:47:29 +02:00
evilebottnawi bedb566f0f chore: `funding` field 2019-11-20 18:16:21 +03:00
Tobias Koppers 11e94dd2d0 4.41.2 2019-10-15 15:01:43 +02:00
Tobias Koppers e928727203
Merge pull request #9821 from petetnt/fix-stats-issue
fix: Only add timeZone if toLocaleString throws with initial timeZone
2019-10-15 07:40:51 +02:00
Tobias Koppers b3d7636579 enable CI on webpack-4 branch 2019-10-15 00:41:21 +02:00
Pete Nykänen 009e47c8f7
fix: Make timeZone initial value undefined in lib/Stats.js
Co-Authored-By: Tobias Koppers <tobias.koppers@googlemail.com>
2019-10-15 00:19:27 +03:00
petetnt f523293d83
fix: Only add timeZone if toLocaleString throws with initial timeZone
Signed-off-by: petetnt <pete.a.nykanen@gmail.com>
2019-10-15 00:11:15 +03:00
webpack bot 42407cb561
Merge pull request #9811 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.11.0
chore(deps-dev): bump eslint-plugin-jsdoc from 15.10.0 to 15.11.0
2019-10-13 12:41:54 +02:00
webpack bot 39b63b4ce6
Merge pull request #9809 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.19.0
chore(deps-dev): bump eslint-plugin-jest from 22.17.0 to 22.19.0
2019-10-13 03:51:54 +02:00
dependabot-preview[bot] 8b2b433f08
chore(deps-dev): bump eslint-plugin-jsdoc from 15.10.0 to 15.11.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 15.10.0 to 15.11.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v15.10.0...v15.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-12 10:34:25 +00:00
dependabot-preview[bot] d54ce2e5c2
chore(deps-dev): bump eslint-plugin-jest from 22.17.0 to 22.19.0
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.17.0 to 22.19.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.17.0...v22.19.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-12 01:50:34 +00:00
webpack bot 1a77333618
Merge pull request #9797 from webpack/dependabot/npm_and_yarn/coveralls-3.0.7
chore(deps-dev): bump coveralls from 3.0.6 to 3.0.7
2019-10-12 01:01:59 +02:00
Tobias Koppers dcfda0061c 4.41.1 2019-10-11 13:42:09 +02:00
Tobias Koppers 16d2628622
Merge pull request #9799 from petetnt/petetnt-stats-fix
fix: Deal with undetected timeZone in Stats.js
2019-10-11 10:21:08 +02:00
petetnt 2260ecae37
fix: Intl.DateTimeFormat can throw too
Signed-off-by: petetnt <pete.a.nykanen@gmail.com>
2019-10-11 09:30:54 +03:00
petetnt 3d43f1e85f
fix: Deal with undetected timeZone in Stats.js
Signed-off-by: petetnt <pete.a.nykanen@gmail.com>
2019-10-11 09:04:29 +03:00
webpack bot 8dc440ea37
Merge pull request #9771 from webpack/dependabot/npm_and_yarn/react-16.10.2
chore(deps-dev): bump react from 16.10.1 to 16.10.2
2019-10-11 01:31:58 +02:00
dependabot-preview[bot] cf6de90010
chore(deps-dev): bump coveralls from 3.0.6 to 3.0.7
Bumps [coveralls](https://github.com/nickmerwin/node-coveralls) from 3.0.6 to 3.0.7.
- [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-10-10 22:55:45 +00:00
dependabot-preview[bot] 421ae43720
chore(deps-dev): bump react from 16.10.1 to 16.10.2
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.10.1 to 16.10.2.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.10.2/packages/react)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-10 19:44:37 +00:00
webpack bot 800c124a1f
Merge pull request #9772 from webpack/dependabot/npm_and_yarn/react-dom-16.10.2
chore(deps-dev): bump react-dom from 16.10.1 to 16.10.2
2019-10-10 21:43:25 +02:00
webpack bot e09dffffb8
Merge pull request #9789 from webpack/dependabot/npm_and_yarn/typescript-3.6.4
chore(deps-dev): bump typescript from 3.6.3 to 3.6.4
2019-10-10 21:12:17 +02:00
webpack bot 13e72489bc
Merge pull request #9787 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.10.0
chore(deps-dev): bump eslint-plugin-jsdoc from 15.9.10 to 15.10.0
2019-10-10 21:11:54 +02:00
dependabot-preview[bot] 02f5553a63
chore(deps-dev): bump typescript from 3.6.3 to 3.6.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.6.3 to 3.6.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-09 23:02:16 +00:00
dependabot-preview[bot] 97e607c41a
chore(deps-dev): bump eslint-plugin-jsdoc from 15.9.10 to 15.10.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 15.9.10 to 15.10.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v15.9.10...v15.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-09 19:09:50 +00:00
webpack bot 84f541fc86
Merge pull request #9782 from webpack/dependabot/npm_and_yarn/enhanced-resolve-4.1.1
chore(deps): bump enhanced-resolve from 4.1.0 to 4.1.1
2019-10-09 09:46:35 +02:00
webpack bot b11e063710
Merge pull request #9785 from webpack/dependabot/npm_and_yarn/types/node-10.14.21
chore(deps-dev): bump @types/node from 10.14.19 to 10.14.21
2019-10-09 01:24:24 +02:00
dependabot-preview[bot] 1e305924cf
chore(deps-dev): bump @types/node from 10.14.19 to 10.14.21
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 10.14.19 to 10.14.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-08 23:08:08 +00:00
dependabot-preview[bot] edfb782dfa
chore(deps): bump enhanced-resolve from 4.1.0 to 4.1.1
Bumps [enhanced-resolve](https://github.com/webpack/enhanced-resolve) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/webpack/enhanced-resolve/releases)
- [Commits](https://github.com/webpack/enhanced-resolve/compare/v4.1.0...v4.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-08 18:15:08 +00:00
Tobias Koppers d94f32ccb4
Merge pull request #9765 from ilgonmic/incorrect-path-cropping-request-shortener
Fix incorrect path cropping in RequestShortener
2019-10-07 20:00:07 +02:00
webpack bot af50ee3801
Merge pull request #9775 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.9.10
chore(deps-dev): bump eslint-plugin-jsdoc from 15.9.5 to 15.9.10
2019-10-06 02:21:54 +02:00
dependabot-preview[bot] 5e52568c0e
chore(deps-dev): bump eslint-plugin-jsdoc from 15.9.5 to 15.9.10
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 15.9.5 to 15.9.10.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v15.9.5...v15.9.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-05 00:21:04 +00:00
dependabot-preview[bot] 497658156e
chore(deps-dev): bump react-dom from 16.10.1 to 16.10.2
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.10.1 to 16.10.2.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.10.2/packages/react-dom)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-03 22:55:44 +00:00