New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

release-please

Package Overview
Dependencies
Maintainers
2
Versions
383
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

release-please - npm Package Compare versions

Comparing version 11.24.2 to 12.0.0

1

build/src/manifest.d.ts

@@ -28,2 +28,3 @@ import { GitHub } from './github';

'last-release-sha'?: string;
'always-link-local'?: boolean;
plugins?: PluginType[];

@@ -30,0 +31,0 @@ }

3

build/src/plugins/node-workspace.js

@@ -76,2 +76,3 @@ "use strict";

async runLernaVersion(rpUpdatedPkgs, allPkgs) {
var _a;
// Build the graph of all the packages: similar to https://git.io/Jqf1v

@@ -81,3 +82,3 @@ const packageGraph = new package_graph_1.PackageGraph(

// so we can preserve the original allPkgs for version diffing later.
[...allPkgs.values()].map(pkg => pkg.clone()), 'allDependencies');
[...allPkgs.values()].map(pkg => pkg.clone()), 'allDependencies', (_a = this.config['always-link-local']) !== null && _a !== void 0 ? _a : true);
// release-please already did the work of @lerna/collectUpdates (identifying

@@ -84,0 +85,0 @@ // which packages need version bumps based on conventional commits). We use

{
"name": "release-please",
"version": "11.24.2",
"version": "12.0.0",
"description": "generate release PRs based on the conventionalcommits.org spec",

@@ -5,0 +5,0 @@ "main": "./build/src/index.js",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc