We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbfab11 commit e1a64b9Copy full SHA for e1a64b9
1 file changed
docs/breaking-changes/v4.md
@@ -1,5 +1,9 @@
1
-# Breaking Changes in v8
+# Breaking Changes in v4
2
3
-- Adds support for `bun` and `pnpm`
4
- - Updates logic for existing `npm` and `yarn` detection, and so may
5
- inadvertently change behavior. Cutting as new major as a precaution.
+- Adds support for `bun` and `pnpm`. Cutting as a new major for visibility
+ into expanded package manager / node runtime support.
+ - These changes update logic for existing `npm` and `yarn` detection,
6
+ though care was taken to maintain the existing behavior, and no changes
7
+ are required when upgrading from v3. (The new major is also a means of
8
+ flagging visibility into this changing behavior, and so if new errors
9
+ pop up under this major, there may be an unintended regression.)
0 commit comments