Commit Graph

16140 Commits

Author SHA1 Message Date
YunfeiHe 663a26dbb2 Edit schemas\WebpackOptions.json 2023-06-06 11:43:12 +08:00
YunfeiHe 03fd7dca11 feat: support passing `RegExp` to `splitChunks.chunks` 2023-06-06 11:33:34 +08:00
Sean Larkin 5636399315
Merge pull request #17312 from webpack/feat-allow-to-use-default-handler
feat: export default handler creator for Progress plugin
2023-06-05 09:40:58 -07:00
Sean Larkin 30cf16c7b8
Merge pull request #17311 from webpack/types-more
refactor(types): more
2023-06-05 09:39:14 -07:00
Sean Larkin f1ea815e8d
Merge pull request #17308 from webpack/issue-17306
fix: compatibility `__non_webpack_require__` with ES modules
2023-06-05 09:34:17 -07:00
Sean Larkin 9f837fc3e4
Merge pull request #17310 from huozhi/fix/dynamic-layer
Fix layer is missing in dynamic import with dynamic resource
2023-06-05 09:29:38 -07:00
Sean Larkin d5397d83b5
Merge pull request #17301 from webpack/refactor-handle-json-errors
refactor: errors and lazy loading
2023-06-05 09:23:00 -07:00
Sean Larkin c9f32bc037
Merge pull request #17282 from webpack/feat-improve-serialization
feat: improve serialization for errors and bigints
2023-06-05 09:19:07 -07:00
Alexander Akait 33b4ba0f65
Merge pull request #17313 from webpack/dependabot/npm_and_yarn/eslint-8.42.0
chore(deps-dev): bump eslint from 8.41.0 to 8.42.0
2023-06-05 18:01:50 +03:00
Alexander Akait 5bb64ef2b5
Merge pull request #17314 from webpack/dependabot/npm_and_yarn/webpack-cli-5.1.3
chore(deps-dev): bump webpack-cli from 5.1.1 to 5.1.3
2023-06-05 17:58:27 +03:00
Alexander Akait da4f924a5f
Merge pull request #17315 from webpack/dependabot/npm_and_yarn/memfs-3.5.2
chore(deps-dev): bump memfs from 3.5.1 to 3.5.2
2023-06-05 17:57:45 +03:00
Sean Larkin f0f0dd5488 5.85.1 2023-06-05 14:30:08 +00:00
dependabot[bot] 6625d682f4
chore(deps-dev): bump memfs from 3.5.1 to 3.5.2
Bumps [memfs](https://github.com/streamich/memfs) from 3.5.1 to 3.5.2.
- [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.5.1...v3.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-05 02:57:44 +00:00
dependabot[bot] 46ac56d4e5
chore(deps-dev): bump webpack-cli from 5.1.1 to 5.1.3
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.1.1 to 5.1.3.
- [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@5.1.1...webpack-cli@5.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-05 02:57:27 +00:00
dependabot[bot] b39be95519
chore(deps-dev): bump eslint from 8.41.0 to 8.42.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.41.0 to 8.42.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.41.0...v8.42.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-05 02:57:07 +00:00
alexander.akait a27db31048 refactor: types fix 2023-06-05 03:14:09 +03:00
alexander.akait 6550cb5c7f feat: export default handler creator for Progress plugin 2023-06-05 03:06:45 +03:00
alexander.akait ab47c696a4 refactor(types): more 2023-06-03 20:52:25 +03:00
alexander.akait ce9c21e58f test: fix again 2023-06-03 18:24:07 +03:00
alexander.akait b84bc6c764 test: fix 2023-06-03 18:11:52 +03:00
Jiachi Liu f3f2eb10b4 update types and snapshots 2023-06-03 17:11:23 +02:00
Jiachi Liu 8422d51f99 add test 2023-06-03 16:55:30 +02:00
Jiachi Liu e2c80ea974 Fix layer is missing in dynamic import with dynamic resource 2023-06-03 15:38:37 +02:00
alexander.akait 2b1d786611 test: fixes 2023-06-03 05:34:05 +03:00
alexander.akait ac2c8bec53 refactor: avoid using only runtime 2023-06-03 03:58:03 +03:00
Sean Larkin cc3fd6ee19
Merge pull request #17307 from bworline/fix-17305
Handle barrel imports (#17305)
2023-06-02 17:23:19 -07:00
alexander.akait 44ded0ab51 refactor: some code 2023-06-03 03:21:47 +03:00
alexander.akait b18e4e822d fix: respect `importMetaName` 2023-06-03 02:58:12 +03:00
alexander.akait 28f307021f fix: small typo 2023-06-03 02:48:14 +03:00
alexander.akait e3b1837442 fix: compatibility `__non_webpack_require__` with ES modules 2023-06-03 02:13:44 +03:00
Ben Worline c8dc5fac9b Handle barrel imports (#17305) 2023-06-02 15:16:53 -07:00
alexander.akait e0c7b6c48f refactor: errors and lazy loading 2023-06-01 22:55:49 +03:00
Alexander Akait 6104d28ddd
Merge pull request #17297 from webpack/dependabot/npm_and_yarn/types/jest-29.5.2
chore(deps-dev): bump @types/jest from 29.5.1 to 29.5.2
2023-06-01 19:56:25 +03:00
dependabot[bot] 6099680915
chore(deps-dev): bump @types/jest from 29.5.1 to 29.5.2
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.1 to 29.5.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 02:58:19 +00:00
Sean Larkin c80b069dca 5.85.0 2023-05-31 19:20:19 +00:00
Alexander Akait 53c98f06ee
Merge pull request #17203 from bworline/ns
Normalize property accessors for es6 namespaces and chained member/call expressions
2023-05-31 21:39:09 +03:00
Alexander Akait 2a669ff061
Merge pull request #17212 from webpack/feat-support-custom-syntax
feat: introduce a new syntax for worklets - `*context.audioWorklet.addModule()`
2023-05-31 21:26:59 +03:00
Sean Larkin 16660c1bfa
Merge pull request #17272 from webpack/more-types
refactor(types): more
2023-05-31 10:50:30 -07:00
Sean Larkin 6d8d96b480
Merge pull request #17281 from webpack/feat-environment-to-loader-context
feat: support `environment` in loader context
2023-05-31 10:32:16 -07:00
Ben Worline 77c4deb47e Merge branch 'main' of https://github.com/webpack/webpack into ns 2023-05-31 10:15:14 -07:00
alexander.akait 69210bbbd2 test: more 2023-05-31 18:54:08 +03:00
alexander.akait f9a52a6a25 test: more 2023-05-31 18:50:45 +03:00
Ben Worline 5ab7e50503 handle null dep.idRangeStarts 2023-05-31 08:14:40 -07:00
Sean Larkin 1df0148f4b update type def from rebase 2023-05-31 15:02:37 +00:00
alexander.akait 9c7693bb4a refactor: rebase 2023-05-31 18:01:14 +03:00
alexander.akait 615af4a47b feat: allow to setup dynamic import in worker 2023-05-31 18:00:08 +03:00
alexander.akait dd94f64a0b test: added 2023-05-31 18:00:07 +03:00
alexander.akait 37b2c21c31 test: fix 2023-05-31 18:00:07 +03:00
alexander.akait 14928de3cf chore: fix types and tests 2023-05-31 18:00:05 +03:00
alexander.akait 65ee99d136 feat: support `environment` in loader context 2023-05-31 17:59:55 +03:00