@rimac-technology/semantic-release-monorepo
Advanced tools
Comparing version 1.2.3 to 1.2.4
#!/usr/bin/env node | ||
// src/cli.ts | ||
import { createRequire } from "module"; | ||
import { createRequire } from "node:module"; | ||
import { cosmiconfig } from "cosmiconfig"; | ||
@@ -15,6 +15,6 @@ import meow from "meow"; | ||
// src/utils.ts | ||
import { execSync } from "child_process"; | ||
import { EOL } from "os"; | ||
import { dirname, extname, normalize, sep } from "path"; | ||
import { cwd } from "process"; | ||
import { execSync } from "node:child_process"; | ||
import { EOL } from "node:os"; | ||
import { dirname, extname, normalize, sep } from "node:path"; | ||
import { cwd } from "node:process"; | ||
import memize from "memize"; | ||
@@ -136,3 +136,3 @@ var memoizedIsPathWithin = memize((path, childPath) => { | ||
// src/stream.ts | ||
import { WriteStream } from "tty"; | ||
import { WriteStream } from "node:tty"; | ||
var VoidStream = class extends WriteStream { | ||
@@ -139,0 +139,0 @@ write() { |
{ | ||
"name": "@rimac-technology/semantic-release-monorepo", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Enhanced semantic-release by enabling simplified and automatic package publishing in multi-package repositories", | ||
@@ -73,15 +73,15 @@ "keywords": [ | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/github": "^11.0.0", | ||
"@semantic-release/github": "^11.0.1", | ||
"@semantic-release/npm": "^12.0.1", | ||
"@semantic-release/release-notes-generator": "^14.0.1", | ||
"@types/node": "^20.16.13", | ||
"@types/node": "^20.17.6", | ||
"@types/signale": "^1.4.7", | ||
"commitizen": "^4.3.1", | ||
"conventional-changelog-conventionalcommits": "^8.0.0", | ||
"cspell": "^8.15.4", | ||
"cspell": "^8.16.0", | ||
"husky": "^9.1.6", | ||
"pinst": "^3.0.0", | ||
"semantic-release": "^24.1.3", | ||
"tsup": "^8.3.0", | ||
"turbo": "^2.2.1", | ||
"semantic-release": "^24.2.0", | ||
"tsup": "^8.3.5", | ||
"turbo": "^2.2.3", | ||
"typescript": "^5.6.3" | ||
@@ -88,0 +88,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
17906
2
0
1