From c3d5696f45a89382372f5223f2db8c3054637e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Nison?= Date: Wed, 27 Jul 2022 17:36:14 +0200 Subject: [PATCH] Updates the PnP header --- .pnp.cjs | 4 +--- packages/yarnpkg-pnp/sources/generateSerializedState.ts | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.pnp.cjs b/.pnp.cjs index 48eeceb202e4..91dfac5111ef 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -11,9 +11,7 @@ const RAW_RUNTIME_STATE = '{\ "__info": [\ "This file is automatically generated. Do not touch it, or risk",\ - "your modifications being lost. We also recommend you not to read",\ - "it either without using the @yarnpkg/pnp package, as the data layout",\ - "is entirely unspecified and WILL change from a version to another."\ + "your modifications being lost."\ ],\ "dependencyTreeRoots": [\ {\ diff --git a/packages/yarnpkg-pnp/sources/generateSerializedState.ts b/packages/yarnpkg-pnp/sources/generateSerializedState.ts index 44c23c310138..081cadb4a9ed 100644 --- a/packages/yarnpkg-pnp/sources/generateSerializedState.ts +++ b/packages/yarnpkg-pnp/sources/generateSerializedState.ts @@ -101,9 +101,7 @@ export function generateSerializedState(settings: PnpSettings): SerializedState // @eslint-ignore-next-line @typescript-eslint/naming-convention __info: [ `This file is automatically generated. Do not touch it, or risk`, - `your modifications being lost. We also recommend you not to read`, - `it either without using the @yarnpkg/pnp package, as the data layout`, - `is entirely unspecified and WILL change from a version to another.`, + `your modifications being lost.`, ], dependencyTreeRoots: settings.dependencyTreeRoots,