@changesets/apply-release-plan
Advanced tools
+9
-0
| # @changesets/apply-release-plan | ||
| ## 7.0.14 | ||
| ### Patch Changes | ||
| - [#610](https://github.com/changesets/changesets/pull/610) [`e520bf5`](https://github.com/changesets/changesets/commit/e520bf5d4dbfe96f59ca28008e87bffaf3c9dfea) Thanks [@bencergazda](https://github.com/bencergazda)! - Add `pre.json` to the version commit | ||
| - Updated dependencies [[`cc28222`](https://github.com/changesets/changesets/commit/cc28222ee892b3a078fa02ee26e1cef98c171532), [`13dace8`](https://github.com/changesets/changesets/commit/13dace895017fa351014bc9e13b544d33f8b4bbe)]: | ||
| - @changesets/config@3.1.2 | ||
| ## 7.0.13 | ||
@@ -4,0 +13,0 @@ |
@@ -318,2 +318,3 @@ 'use strict'; | ||
| } | ||
| touchedFiles.push(path__default["default"].join(cwd, ".changeset", "pre.json")); | ||
| } | ||
@@ -320,0 +321,0 @@ let versionsToUpdate = releases.map(({ |
@@ -281,2 +281,3 @@ import { defaultConfig } from '@changesets/config'; | ||
| } | ||
| touchedFiles.push(path.join(cwd, ".changeset", "pre.json")); | ||
| } | ||
@@ -283,0 +284,0 @@ let versionsToUpdate = releases.map(({ |
+2
-2
| { | ||
| "name": "@changesets/apply-release-plan", | ||
| "version": "7.0.13", | ||
| "version": "7.0.14", | ||
| "description": "Takes a release plan and applies it to packages", | ||
@@ -22,3 +22,3 @@ "main": "dist/changesets-apply-release-plan.cjs.js", | ||
| "dependencies": { | ||
| "@changesets/config": "^3.1.1", | ||
| "@changesets/config": "^3.1.2", | ||
| "@changesets/get-version-range-type": "^0.4.0", | ||
@@ -25,0 +25,0 @@ "@changesets/git": "^3.0.4", |
+1
-0
@@ -114,2 +114,3 @@ import { defaultConfig } from "@changesets/config"; | ||
| } | ||
| touchedFiles.push(path.join(cwd, ".changeset", "pre.json")); | ||
| } | ||
@@ -116,0 +117,0 @@ |
Sorry, the diff of this file is too big to display
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
193554
1.17%4673
1.17%Updated