Skip to content

Commit

Permalink
fix(compat): update patch for [email protected] (#6591)
Browse files Browse the repository at this point in the history
**What's the problem this PR addresses?**

The PnP compatibility patch for TypeScript doesn't apply to
`[email protected]`.

Ref microsoft/TypeScript#35206

**How did you fix it?**

Rebased it.

**Checklist**
- [x] I have read the [Contributing
Guide](https://yarnpkg.com/advanced/contributing).
- [x] I have set the packages that need to be released for my changes to
be effective.
- [x] I will check that all automated PR checks pass before the PR gets
reviewed.
  • Loading branch information
merceyz authored Nov 21, 2024
1 parent fe7c10a commit aa557fe
Show file tree
Hide file tree
Showing 5 changed files with 1,028 additions and 6 deletions.
23 changes: 23 additions & 0 deletions .yarn/versions/d5e5a3b6.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
releases:
"@yarnpkg/cli": patch
"@yarnpkg/plugin-compat": patch

declined:
- "@yarnpkg/plugin-constraints"
- "@yarnpkg/plugin-dlx"
- "@yarnpkg/plugin-essentials"
- "@yarnpkg/plugin-init"
- "@yarnpkg/plugin-interactive-tools"
- "@yarnpkg/plugin-nm"
- "@yarnpkg/plugin-npm-cli"
- "@yarnpkg/plugin-pack"
- "@yarnpkg/plugin-patch"
- "@yarnpkg/plugin-pnp"
- "@yarnpkg/plugin-pnpm"
- "@yarnpkg/plugin-stage"
- "@yarnpkg/plugin-typescript"
- "@yarnpkg/plugin-version"
- "@yarnpkg/plugin-workspace-tools"
- "@yarnpkg/builder"
- "@yarnpkg/core"
- "@yarnpkg/doctor"
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,14 @@ const SLICES = [
from: `18776a771f795ecc2535ee56705ea9fdb786a569`,
to: `519971751e31f38542a608abf21ba3d61c5c3f93`,
onto: `69fb689edbbce517a4615be9d356c6c812639849`,
range: `>=5.7.0-beta`,
range: `>=5.7.0-beta <5.7.1-rc`,
},
// https://github.com/yarnpkg/TypeScript/tree/merceyz/pnp-5.7-rc
{
from: `99f3e130bbe02473680bfa040d131c1f7f08fcc0`,
to: `99f3e130bbe02473680bfa040d131c1f7f08fcc0`,
onto: `c1216dea1a504da7b89b5221b925abcd1702d7e4`,
range: `>=5.7.1-rc`,
},
];

Expand Down
Loading

0 comments on commit aa557fe

Please sign in to comment.