Commit Graph

15504 Commits

Author SHA1 Message Date
Sean Larkin ecdcc1a1d0 5.79.0 2023-04-12 15:12:32 +00:00
Sean Larkin c07ca8e102
Merge pull request #15608 from webpack/fix/consume-esm-bundled-library
consume bundled by webpack esm library
2023-04-12 07:59:03 -07:00
Sean Larkin 3b8c9c613e
Merge pull request #16419 from karlhorky/patch-1
Add NormalModuleReplacementPlugin argument type
2023-04-12 07:49:33 -07:00
Sean Larkin a9ea0d94a6
Merge pull request #16915 from webpack/fix-case-sensitivity-in-css
fix: case insensivity in CSS
2023-04-12 07:45:59 -07:00
Sean Larkin 69d9c405df
Merge pull request #16944 from snitin315/fix/read-records-callback
fix: handle callback correctly in the `readRecords` compiler hook
2023-04-12 07:44:09 -07:00
Sean Larkin 66f647260d
Merge pull request #12774 from snitin315/export-more-types
Export more types
2023-04-12 07:39:57 -07:00
Sean Larkin 96c5d21a2f
Merge pull request #16882 from snitin315/limit-identifier-length
fix: limit module readable identifier length in stats
2023-04-12 07:36:56 -07:00
Sean Larkin 7f08e4d45f
Merge pull request #16925 from chenjiahan/fix/css_cross_origin_loading
fix: crossOriginLoading anonymous not work when loading styles
2023-04-12 07:35:22 -07:00
Sean Larkin ee1a26715e
Merge pull request #16935 from snitin315/fix/dll-plugin-contenthash
fix: support `[contenthash]` template in DllPlugin's `name` option
2023-04-12 07:34:54 -07:00
Sean Larkin 4cacd7e956
Merge pull request #16941 from webpack/feat/destructuring-assignment
Add support for destructuring assignment in parser. Enables tree-shaking for destructuring assignment in simple use cases.
2023-04-12 07:30:52 -07:00
Sean Larkin 254f8aa9ce
Merge pull request #16968 from webpack/chore-again-more-deps
chore: deps update
2023-04-12 07:09:07 -07:00
alexander.akait a9344bfa67 chore: update more open-cli 2023-04-12 15:59:45 +03:00
alexander.akait f2619d3b12 chore: update more deps 2023-04-12 15:34:15 +03:00
alexander.akait ee24969a4a test: update snapshots 2023-04-12 15:26:11 +03:00
alexander.akait 4a07cc8ffd chore: bump deps 2023-04-12 15:22:19 +03:00
Sean Larkin 4d2bdfc7c3
Merge pull request #16947 from webpack/chore-jest
Update Jest to v29 and fix bugs with Jest not working past node 16
2023-04-11 20:41:49 -07:00
alexander.akait 76f077b4ef ci: fix azure 2023-04-12 01:02:23 +03:00
alexander.akait 54e72f0b20 ci: fix azure 2023-04-12 00:18:12 +03:00
alexander.akait 8b6f33d22c ci: refactor 2023-04-12 00:07:01 +03:00
alexander.akait d2c133f006 fix: avoid extra lock 2023-04-12 00:03:55 +03:00
alexander.akait 4118555f08 ci: fix github actions 2023-04-11 23:58:15 +03:00
alexander.akait 9028ef527e ci: fix 2023-04-11 23:02:40 +03:00
alexander.akait 23a06f223a chore: fix installation 2023-04-11 22:55:50 +03:00
alexander.akait 080fc129c2 chore: update yarn 2023-04-11 22:42:56 +03:00
alexander.akait 3888d9bf84 ci: update 2023-04-11 22:36:01 +03:00
alexander.akait ce8046613f test: fix 2023-04-11 22:25:42 +03:00
alexander.akait d9d4678c2e test: normalize 2023-04-11 22:25:42 +03:00
alexander.akait ad8fa4d64e chore: fix node patch env 2023-04-11 22:25:42 +03:00
alexander.akait 43097bcb4e chore: fix installation 2023-04-11 22:25:42 +03:00
alexander.akait 9c3af2f615 chore: try jest on new versions 2023-04-11 22:25:42 +03:00
alexander.akait c8da02dfa7 ci: fix azure condition 2023-04-11 22:25:42 +03:00
alexander.akait b11a34903e ci: fix 17 node 2023-04-11 22:25:42 +03:00
alexander.akait 1dd408745c ci: fix azure 2023-04-11 22:25:40 +03:00
alexander.akait 44f4bd6df9 ci: install old jest version for old Node.js versions 2023-04-11 22:25:18 +03:00
alexander.akait 3217b268d7 chore: avoid changing snapshots for compatibility with old jest 2023-04-11 22:24:27 +03:00
alexander.akait b3c748927e ci: use Node.js 16 for linting on azure 2023-04-11 22:24:27 +03:00
alexander.akait b48fd83e13 chore: fix yarn 2023-04-11 22:24:26 +03:00
alexander.akait ebe73c290b ci: use LTS for basic testing 2023-04-11 22:23:49 +03:00
alexander.akait f8a8ab6850 chore: update jest 2023-04-11 22:23:46 +03:00
Sean Larkin 0e0dab0a4b
Merge pull request #16936 from webpack/chore-deps-update
chore: deps update
2023-04-11 11:15:17 -07:00
Nitin Kumar 5460618513 export type ExternalItemObjectUnknown 2023-04-11 01:50:17 +00:00
Nitin Kumar 5ae5feb26b export type ExternalItemObjectKnown 2023-04-11 01:50:17 +00:00
Nitin Kumar d59e5fab85 export type ExternalItemValue 2023-04-11 01:50:17 +00:00
Nitin Kumar ba47e6c606 export type ExternalItemFunctionData 2023-04-11 01:50:17 +00:00
Nitin Kumar 9ecc2f8374 feat: export type Externals 2023-04-11 01:50:03 +00:00
Alexander Akait 5695e98d05
Merge pull request #16937 from snitin315/docs/fix-exampl
docs: fix broken link & typo in examples
2023-04-09 19:28:18 +03:00
Ivan Kopeykin 8c8a3a0a99 fix caching 2023-04-09 11:33:49 +03:00
Ivan Kopeykin 45754f45d0 rename some properties, add more test cases 2023-04-09 10:44:09 +03:00
Ivan Kopeykin bdbb78769f support rest element 2023-04-09 08:55:55 +03:00
Ivan Kopeykin 397ce0c84e add import tree shaking support 2023-04-09 00:23:15 +03:00