about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorPyrox <pyrox@pyrox.dev>2023-11-10 12:32:30 -0500
committerJonathan Ringer <jonringer@users.noreply.github.com>2023-11-10 15:15:40 -0800
commit85756458274690397c11f613646ff62b18d50b18 (patch)
tree67233267fa715739466794299098008e480018e5 /nixos
parentbcd38fd8b4c807c702006940746e79bcb0920771 (diff)
downloadnixlib-85756458274690397c11f613646ff62b18d50b18.tar
nixlib-85756458274690397c11f613646ff62b18d50b18.tar.gz
nixlib-85756458274690397c11f613646ff62b18d50b18.tar.bz2
nixlib-85756458274690397c11f613646ff62b18d50b18.tar.lz
nixlib-85756458274690397c11f613646ff62b18d50b18.tar.xz
nixlib-85756458274690397c11f613646ff62b18d50b18.tar.zst
nixlib-85756458274690397c11f613646ff62b18d50b18.zip
yarn-berry: 3.4.1 -> 4.0.1
The only breaking change here is that Yarn drops support for NodeJS versions <18.12

Besides that, no major changes that I think deserve a mention
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index a3dff6f90412..7a1dfd49c4fe 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -33,6 +33,8 @@
 - All [ROCm](https://rocm.docs.amd.com/en/latest/) packages have been updated to 5.7.0.
   - [ROCm](https://rocm.docs.amd.com/en/latest/) package attribute sets are versioned: `rocmPackages` -> `rocmPackages_5`.
 
+- `yarn-berry` has been updated to 4.0.1. This means that NodeJS versions less than `18.12` are no longer supported by it. More details at the [upstream changelog](https://github.com/yarnpkg/berry/blob/master/CHANGELOG.md).
+
 - If the user has a custom shell enabled via `users.users.${USERNAME}.shell = ${CUSTOMSHELL}`, the
   assertion will require them to also set `programs.${CUSTOMSHELL}.enable =
   true`. This is generally safe behavior, but for anyone needing to opt out from