Skip to content

Commit 8f37d7b

Browse files
authored
Update CHANGELOG.md
1 parent 20e821a commit 8f37d7b

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,18 +74,34 @@ The following changes only affect people writing Yarn plugins:
7474

7575
- `yarn dlx` will no longer report false-positive `UNUSED_PACKAGE_EXTENSION` warnings
7676
- `yarn workspace` will now set `$INIT_CWD` to the CLI working directory rather than the workspace root.
77-
- `ZipFS.prototype.getBufferAndClose` will not error on empty archives resulting from an unlink after write.
7877

7978
### Shell
8079

8180
- The builtin shell now supports whitespace-only commands.
8281

8382
### Compatibility
8483

85-
- Updates the PnP compatibility layer for TypeScript v4.9.4.
8684
- The patched filesystem now supports `FileHandle.readLines`.
8785
- PnP now reports missing files when in watch mode.
8886

87+
## 3.4.0
88+
89+
### Node.js parity
90+
91+
- PnP now supports the Node `--conditions` flag.
92+
- PnP now supports the Node `--watch` flag on Node 18 (it previously only supported it on Node 19).
93+
94+
### Bugfixes
95+
96+
- The PnP API module (`pnpapi`) can now be imported from ESM modules.
97+
- `ZipFS.prototype.getBufferAndClose` will not error on empty archives resulting from an unlink after write.
98+
- Fixes various issues around postinstall script inter-dependencies.
99+
- Removes the message prefixes (`YN0000`) from `yarn workspaces foreach`.
100+
101+
### Compatibility
102+
103+
- Updates the PnP compatibility layer for TypeScript v5.0.0-beta.
104+
89105
## 3.3.0
90106

91107
### Installs

0 commit comments

Comments
 (0)