Skip to content

Commit

Permalink
fix(compat): update patch for [email protected] (#6409)
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.

---------

Co-authored-by: Maël Nison <[email protected]>
(cherry picked from commit d087538)
  • Loading branch information
merceyz committed Aug 5, 2024
1 parent ea42c48 commit 8434ef6
Show file tree
Hide file tree
Showing 5 changed files with 1,070 additions and 6 deletions.
23 changes: 23 additions & 0 deletions .yarn/versions/67374fa9.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 @@ -281,7 +281,14 @@ const SLICES = [
from: `5b321aa5835f9f4dba6d55553fd559985d44b1a9`,
to: `c41328460d8dba2fac56c220803c68ca961d7cd5`,
onto: `ce2e60e4ea15a65992e54a9e8877d16be9d42abb`,
range: `>=5.5.2`,
range: `>=5.5.2 <5.6.0-beta`,
},
// https://github.com/yarnpkg/TypeScript/tree/merceyz/pnp-5.6-beta
{
from: `b774b54693034b8aeae7f9a7b24d25fcacdbc8a5`,
to: `b774b54693034b8aeae7f9a7b24d25fcacdbc8a5`,
onto: `b4732bdd6199ec353ec0873f334515f391d80d3b`,
range: `>=5.6.0-beta`,
},
];

Expand Down
Loading

0 comments on commit 8434ef6

Please sign in to comment.