Skip to content

Commit 27c13b4

Browse files
chore(release): new release (#20550)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9b2f41e commit 27c13b4

8 files changed

Lines changed: 17 additions & 31 deletions

.changeset/add-module-basic-source-types.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cute-colts-jump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fine-lines-grin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/olive-moose-turn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tidy-sails-cheat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wild-yaks-wave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# webpack
22

3+
## 5.105.4
4+
5+
### Patch Changes
6+
7+
- Add `Module.getSourceBasicTypes` to distinguish basic source types and clarify how modules with non-basic source types like `remote` still produce JavaScript output. (by [@xiaoxiaojx](https://github.com/xiaoxiaojx) in [#20546](https://github.com/webpack/webpack/pull/20546))
8+
9+
- Handle `createRequire` in expressions. (by [@alexander-akait](https://github.com/alexander-akait) in [#20549](https://github.com/webpack/webpack/pull/20549))
10+
11+
- Fixed types for multi stats. (by [@alexander-akait](https://github.com/alexander-akait) in [#20556](https://github.com/webpack/webpack/pull/20556))
12+
13+
- Remove empty needless js output for normal css module. (by [@JSerFeng](https://github.com/JSerFeng) in [#20162](https://github.com/webpack/webpack/pull/20162))
14+
15+
- Update `enhanced-resolve` to support new features for `tsconfig.json`. (by [@alexander-akait](https://github.com/alexander-akait) in [#20555](https://github.com/webpack/webpack/pull/20555))
16+
17+
- Narrows export presence guard detection to explicit existence checks on namespace imports only, i.e. patterns like "x" in ns. (by [@hai-x](https://github.com/hai-x) in [#20561](https://github.com/webpack/webpack/pull/20561))
18+
319
## 5.105.3
420

521
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack",
3-
"version": "5.105.3",
3+
"version": "5.105.4",
44
"description": "Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.",
55
"homepage": "https://github.com/webpack/webpack",
66
"bugs": "https://github.com/webpack/webpack/issues",

0 commit comments

Comments
 (0)