Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .yarn/versions/95c5c99a.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
declined:
- "@yarnpkg/plugin-constraints"
- "@yarnpkg/plugin-exec"
- "@yarnpkg/plugin-interactive-tools"
- "@yarnpkg/plugin-stage"
- "@yarnpkg/plugin-typescript"
- "@yarnpkg/plugin-version"
- "@yarnpkg/plugin-workspace-tools"
4 changes: 1 addition & 3 deletions packages/plugin-constraints/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ This plugin adds support for [constraints](https://yarnpkg.com/features/constrai

## Install

```
yarn plugin import constraints
```
This plugin is included by default starting from Yarn 4.
4 changes: 1 addition & 3 deletions packages/plugin-exec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ This plugin will add support to Yarn for the `exec:` protocol. This protocol is

## Install

```
yarn plugin import exec
```
This plugin is included by default starting from Yarn 4.

## Usage

Expand Down
4 changes: 1 addition & 3 deletions packages/plugin-interactive-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ This plugin adds support for various interactive commands.

## Install

```
yarn plugin import interactive-tools
```
This plugin is included by default starting from Yarn 4.

## Commands

Expand Down
4 changes: 1 addition & 3 deletions packages/plugin-stage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ This plugin adds support for the [`yarn stage`](https://yarnpkg.com/cli/stage) c

## Install

```
yarn plugin import stage
```
This plugin is included by default starting from Yarn 4.
4 changes: 1 addition & 3 deletions packages/plugin-typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@

## Install

```bash
yarn plugin import typescript
```
This plugin is included by default starting from Yarn 4.

## Example

Expand Down
4 changes: 1 addition & 3 deletions packages/plugin-version/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ This plugin adds support for the new [release workflow](https://yarnpkg.com/feat

## Install

```
yarn plugin import version
```
This plugin is included by default starting from Yarn 4.
4 changes: 1 addition & 3 deletions packages/plugin-workspace-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ This plugin adds support for various workspace-related commands.

## Install

```
yarn plugin import workspace-tools
```
This plugin is included by default starting from Yarn 4.

## Commands

Expand Down