Skip to content

feat(groups): allow opt-out of RefuseToPinLocal #325

@Airkro

Description

@Airkro

Syncpack version

14.x

Operating system(s)

Linux

Steps to reproduce

// syncpack.config.mjs
export default {
  versionGroups: [
    {
      dependencies: ["xxx"],
      dependencyTypes: ["local"],
      pinVersion: "1.0.0" // this line will not work
    }
  ]
}

Expected behavior

"version" of package.json for xxx will change, like what v13 do.

Actual behavior

Nothing happen, evething pass.

Contents of syncpack configuration file

// syncpack.config.mjs
export default {
  versionGroups: [
    {
      dependencies: ["xxx"],
      dependencyTypes: ["local"],
      pinVersion: "1.0.0" // this line will not work
    }
  ]
}

Optional comments

No response

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions