File tree 1 file changed +18
-2
lines changed
1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -74,18 +74,34 @@ The following changes only affect people writing Yarn plugins:
74
74
75
75
- ` yarn dlx ` will no longer report false-positive ` UNUSED_PACKAGE_EXTENSION ` warnings
76
76
- ` 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.
78
77
79
78
### Shell
80
79
81
80
- The builtin shell now supports whitespace-only commands.
82
81
83
82
### Compatibility
84
83
85
- - Updates the PnP compatibility layer for TypeScript v4.9.4.
86
84
- The patched filesystem now supports ` FileHandle.readLines ` .
87
85
- PnP now reports missing files when in watch mode.
88
86
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
+
89
105
## 3.3.0
90
106
91
107
### Installs
You can’t perform that action at this time.
0 commit comments