Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

spire-plugin-yarn

researchgate155MIT5.0.5

Yarn plugin for Spire

readme

spire-plugin-yarn

Yarn plugin for Spire.

Quick start

  1. Install spire-plugin-yarn
yarn add --dev spire-plugin-yarn
  1. Add spire-plugin-yarn to list of plugins
{
  "spire": {
    "plugins": ["spire-plugin-yarn"]
  }
}

Hooks

  • preinstall Ensures what yarn is used instead of npm.
  • postinstall Runs yarn-deduplicate.

Options

  • Plugin ['spire-plugin-yarn', options]
    • deduplicateStrategy <string> Deduplication strategy. Valid values: fewer, highest. Defaults to highest.

License

MIT © ResearchGate

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.5 (2022-11-11)

Note: Version bump only for package spire-plugin-yarn

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.4 (2022-06-06)

Bug Fixes

  • deps: update dependency use-yarn to v2.4.0 (2851f32)

5.0.1 (2021-09-09)

Bug Fixes

  • deps: Correct peer dependency spire v5.0 (07464a0)

5.0.0 (2021-09-09)

chore

  • deps: Raise node engine to >=12.20 (3916dd8)

BREAKING CHANGES

  • deps: Needs at least node v12.20 to work

4.0.1 (2021-05-21)

Bug Fixes

  • config: Require peer spire v4.0.0 (e51b22a)

4.0.0 (2021-05-21)

Note: Version bump only for package spire-plugin-yarn

3.2.2 (2020-12-03)

Bug Fixes

  • deps: update dependency execa to v5 (21d7222)

3.1.1 (2020-08-31)

Bug Fixes

  • deps: update dependency yarn-deduplicate to v3 (36e86b9)

3.0.2 (2020-08-07)

Bug Fixes

  • Fix peer dependency for all plugins (938d5b9)

3.0.0 (2020-07-28)

Note: Version bump only for package spire-plugin-yarn

2.0.2 (2020-04-30)

Bug Fixes

  • Upgrade peer dependency of all packages (0988433)

2.0.1 (2020-04-30)

Note: Version bump only for package spire-plugin-yarn

2.0.0 (2020-04-30)

Bug Fixes

  • deps: update dependency execa to v3 (#31) (29ce452)
  • deps: update dependency execa to v4 (ea9e466)
  • deps: update dependency yarn-deduplicate to v2 (338726a)

chore

  • require Node.js >=10.18 (0a2f755)

BREAKING CHANGES

  • Require Node.js >= 10.18

1.8.2 (2019-11-15)

Bug Fixes

  • Ensure to set preferLocal to true to pick up local installed binaries (aeb8df7)

1.8.0 (2019-11-13)

Bug Fixes

  • deps: upgrade execa to v2.0.2 (fbcfc9f)

1.7.1 (2019-04-23)

Note: Version bump only for package spire-plugin-yarn

1.7.0 (2019-04-03)

Features

  • introduce lerna-release plugin (1e46acf)

1.4.0 (2019-03-29)

Features

  • introduce spire-plugin-yarn (252a924)