Commit Graph

14590 Commits

Author SHA1 Message Date
Tobias Koppers f011c70aac 5.63.0 2021-11-09 20:30:22 +01:00
Tobias Koppers 9cdd1674d0
Merge pull request #14692 from webpack/feature/chunk-loading-false
add `chunkLoading: false` support
2021-11-09 20:29:27 +01:00
Tobias Koppers 9570a12d6b add `chunkLoading: false` support 2021-11-09 19:57:57 +01:00
Tobias Koppers 3c17f90bb3
Merge pull request #14687 from webpack/bugfix/esm-single-quote
fix using single quotes with esm files
2021-11-09 16:05:34 +01:00
Tobias Koppers 4edd0438cf fix using single quotes with esm files 2021-11-09 12:24:53 +01:00
Tobias Koppers 3aed1fe024 5.62.2 2021-11-09 12:12:18 +01:00
Tobias Koppers 14582fc415
Merge pull request #14684 from webpack/bugfix/cache-unaffected-module-id
fix a bug with experiments.cacheUnaffected
2021-11-09 12:08:35 +01:00
Tobias Koppers 393fb6e22c fix a bug with experiments.cacheUnaffected
that causes missing invalidation for modules when only the module id has changed
2021-11-09 10:51:09 +01:00
Tobias Koppers 86e3eb289f
Merge pull request #14665 from markjm/markjm/option-names
Fix names of options to match the exported types
2021-11-08 21:17:19 +01:00
Tobias Koppers 12e028518a
Merge pull request #14679 from webpack/fix-regexp
fix regexp in DefaultStatsPrinterPlugin.js
2021-11-08 20:15:53 +01:00
Ivan Kopeykin eeb8e890e6 fix regexp in DefaultStatsPrinterPlugin.js 2021-11-08 21:32:02 +03:00
Mark Molinaro 0f22db981d Fix names of options to match the exported types 2021-11-06 00:01:21 +00:00
Tobias Koppers 14dd4f912c
Merge pull request #14660 from webpack/defaults/export-presence
make exportsPresence strict by default in future
2021-11-05 21:31:54 +01:00
Tobias Koppers e96c1b5635
Merge pull request #13654 from cjpearson/system-context-fix
respect entry-specific library.type when exposing system context
2021-11-05 21:29:25 +01:00
Tobias Koppers daba59b3d6 5.62.1 2021-11-05 17:26:02 +01:00
Tobias Koppers 707a6d360f
Merge pull request #14663 from webpack/hotfix/14662
fix #14662
2021-11-05 17:25:33 +01:00
Tobias Koppers 610d435660 fix #14662 2021-11-05 17:24:25 +01:00
Tobias Koppers f9e6b682ab make exportsPresence strict by default in future 2021-11-05 16:13:49 +01:00
Tobias Koppers 04640dcc75 5.62.0 2021-11-05 15:56:08 +01:00
Tobias Koppers 122db57e7b
Merge pull request #14653 from webpack/feature/no-back-compat
allow to disable some deprecations
2021-11-05 14:29:05 +01:00
Tobias Koppers 43f6109957 update snapshot 2021-11-05 11:40:18 +01:00
Tobias Koppers e06c2c0ac5 update snapshot and move cli test to basic tests 2021-11-05 11:31:10 +01:00
Tobias Koppers 7afcc5d4ff allow to disable some deprecations
add `experiments.backCompat: false` (default in `experiments.futureDefaults`)
remove unused `experiments.asset`
enable `experiments.topLevelAwait` and `experiments.asyncWebAssembly` by default in `experiments.futureDefaults`
2021-11-05 09:54:51 +01:00
Tobias Koppers 95b101fc8e
Merge pull request #14641 from webpack/dependabot/npm_and_yarn/jest-junit-13.0.0
chore(deps-dev): bump jest-junit from 12.2.0 to 13.0.0
2021-11-05 09:45:53 +01:00
Tobias Koppers 26482ea249
Merge pull request #14640 from webpack/dependabot/npm_and_yarn/mini-svg-data-uri-1.4.3
chore(deps-dev): bump mini-svg-data-uri from 1.3.3 to 1.4.3
2021-11-05 09:45:15 +01:00
Tobias Koppers 03f4f7faeb
Merge pull request #14635 from webpack/dependabot/npm_and_yarn/webpack-cli-4.9.1
chore(deps-dev): bump webpack-cli from 4.8.0 to 4.9.1
2021-11-05 09:44:49 +01:00
Tobias Koppers c60fc2fae5
Merge pull request #14642 from webpack/dependabot/npm_and_yarn/memfs-3.3.0
chore(deps-dev): bump memfs from 3.2.4 to 3.3.0
2021-11-04 11:54:58 +01:00
dependabot[bot] 92574bcc95
chore(deps-dev): bump mini-svg-data-uri from 1.3.3 to 1.4.3
Bumps [mini-svg-data-uri](https://github.com/tigt/mini-svg-data-uri) from 1.3.3 to 1.4.3.
- [Release notes](https://github.com/tigt/mini-svg-data-uri/releases)
- [Commits](https://github.com/tigt/mini-svg-data-uri/commits)

---
updated-dependencies:
- dependency-name: mini-svg-data-uri
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-04 10:32:39 +00:00
dependabot[bot] c12076304e
chore(deps-dev): bump jest-junit from 12.2.0 to 13.0.0
Bumps [jest-junit](https://github.com/jest-community/jest-junit) from 12.2.0 to 13.0.0.
- [Release notes](https://github.com/jest-community/jest-junit/releases)
- [Commits](https://github.com/jest-community/jest-junit/compare/v12.2.0...v13.0.0)

---
updated-dependencies:
- dependency-name: jest-junit
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-04 10:32:08 +00:00
Tobias Koppers 4ae27c716c Merge branch 'main' into dependabot/npm_and_yarn/memfs-3.3.0 2021-11-04 11:29:27 +01:00
Tobias Koppers 122240d61e Merge branch 'main' into dependabot/npm_and_yarn/memfs-3.3.0 2021-11-04 11:28:55 +01:00
Tobias Koppers bb27171cd7
Merge pull request #14639 from webpack/dependabot/npm_and_yarn/is-ci-3.0.1
chore(deps-dev): bump is-ci from 3.0.0 to 3.0.1
2021-11-04 11:28:35 +01:00
Tobias Koppers 0f003d8d18 Merge branch 'main' into dependabot/npm_and_yarn/is-ci-3.0.1 2021-11-04 11:28:02 +01:00
Tobias Koppers 541a2ad581
Merge pull request #14638 from webpack/dependabot/npm_and_yarn/less-4.1.2
chore(deps-dev): bump less from 4.1.1 to 4.1.2
2021-11-04 11:21:32 +01:00
Tobias Koppers 4e3e551680
Merge pull request #14637 from webpack/dependabot/npm_and_yarn/mime-types-2.1.33
chore(deps): bump mime-types from 2.1.32 to 2.1.33
2021-11-04 11:21:09 +01:00
Tobias Koppers 1a6d26d28f
Merge pull request #14634 from webpack/dependabot/npm_and_yarn/assemblyscript-0.19.18
chore(deps-dev): bump assemblyscript from 0.19.16 to 0.19.18
2021-11-04 11:20:20 +01:00
Tobias Koppers b6707e60ca
Merge pull request #14633 from webpack/bugfix/wasm-hash
fix bugs with the new hashing implementation
2021-11-04 10:43:47 +01:00
dependabot[bot] 57519a4aef
chore(deps-dev): bump webpack-cli from 4.8.0 to 4.9.1
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.8.0 to 4.9.1.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.8.0...webpack-cli@4.9.1)

---
updated-dependencies:
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-04 08:54:06 +00:00
dependabot[bot] 9bef7fe524
chore(deps-dev): bump memfs from 3.2.4 to 3.3.0
Bumps [memfs](https://github.com/streamich/memfs) from 3.2.4 to 3.3.0.
- [Release notes](https://github.com/streamich/memfs/releases)
- [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/streamich/memfs/compare/v3.2.4...v3.3.0)

---
updated-dependencies:
- dependency-name: memfs
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-04 08:52:13 +00:00
dependabot[bot] 2065bd4e82
chore(deps-dev): bump is-ci from 3.0.0 to 3.0.1
Bumps [is-ci](https://github.com/watson/is-ci) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/watson/is-ci/releases)
- [Changelog](https://github.com/watson/is-ci/blob/master/CHANGELOG.md)
- [Commits](https://github.com/watson/is-ci/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: is-ci
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-04 08:51:23 +00:00
Tobias Koppers f1ab3e709d
Merge pull request #14626 from webpack/dependabot/npm_and_yarn/coffeescript-2.6.1
chore(deps-dev): bump coffeescript from 2.6.0 to 2.6.1
2021-11-04 09:51:19 +01:00
Tobias Koppers cd3fb42df5
Merge pull request #14627 from webpack/dependabot/npm_and_yarn/acorn-import-assertions-1.8.0
chore(deps): bump acorn-import-assertions from 1.7.6 to 1.8.0
2021-11-04 09:50:49 +01:00
dependabot[bot] 46e34e2f81
chore(deps-dev): bump less from 4.1.1 to 4.1.2
Bumps [less](https://github.com/less/less.js) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/less/less.js/releases)
- [Changelog](https://github.com/less/less.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/less/less.js/compare/v4.1.1...v4.1.2)

---
updated-dependencies:
- dependency-name: less
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-04 08:50:35 +00:00
dependabot[bot] 47cae6d681
chore(deps): bump mime-types from 2.1.32 to 2.1.33
Bumps [mime-types](https://github.com/jshttp/mime-types) from 2.1.32 to 2.1.33.
- [Release notes](https://github.com/jshttp/mime-types/releases)
- [Changelog](https://github.com/jshttp/mime-types/blob/master/HISTORY.md)
- [Commits](https://github.com/jshttp/mime-types/compare/2.1.32...2.1.33)

---
updated-dependencies:
- dependency-name: mime-types
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-04 08:50:20 +00:00
dependabot[bot] 102f9b3042
chore(deps-dev): bump assemblyscript from 0.19.16 to 0.19.18
Bumps [assemblyscript](https://github.com/AssemblyScript/assemblyscript) from 0.19.16 to 0.19.18.
- [Release notes](https://github.com/AssemblyScript/assemblyscript/releases)
- [Commits](https://github.com/AssemblyScript/assemblyscript/compare/v0.19.16...v0.19.18)

---
updated-dependencies:
- dependency-name: assemblyscript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-04 08:49:30 +00:00
webpack bot 1318e7fbbb
Merge pull request #14625 from webpack/dependabot/npm_and_yarn/es-module-lexer-0.9.3
chore(deps): bump es-module-lexer from 0.9.0 to 0.9.3
2021-11-04 09:47:39 +01:00
Tobias Koppers 1eae660ff0
Merge pull request #14623 from webpack/deps/babel
update babel dependencies
2021-11-04 09:47:10 +01:00
Tobias Koppers 21bfca4c52
Merge pull request #14622 from webpack/deps/jest
upgrade jest dependencies
2021-11-04 09:47:02 +01:00
Tobias Koppers 7abbe4d73e fix bugs with the new hashing implementation
fix BatchedHash correctly concatenating base64 strings
fix WashHash fallback for weird unicode chars
2021-11-04 09:42:27 +01:00
webpack bot 0c194a3c6e
Merge pull request #14266 from webpack/dependabot/npm_and_yarn/prettier-2.4.1
chore(deps-dev): bump prettier from 2.4.0 to 2.4.1
2021-11-03 22:52:06 +01:00