Socket
Socket
Sign inDemoInstall

bumpp

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bumpp - npm Package Compare versions

Comparing version 8.2.1 to 9.0.0

dist/chunk-3GMLM6MJ.mjs

8

dist/index.d.ts

@@ -173,2 +173,8 @@ import { ReleaseType } from 'semver';

execute?: string;
/**
* Bump the files recursively for monorepo. Only works without `files` option.
*
* @default false
*/
recursive?: boolean;
}

@@ -236,3 +242,3 @@ /**

*/
declare type Release = VersionRelease | PromptRelease | BumpRelease;
type Release = VersionRelease | PromptRelease | BumpRelease;
/**

@@ -239,0 +245,0 @@ * Normalized and sanitized options

38

package.json
{
"name": "bumpp",
"version": "8.2.1",
"version": "9.0.0",
"packageManager": "pnpm@7.2.1",

@@ -61,23 +61,23 @@ "description": "Bump version, commit changes, tag, and push to Git",

"@jsdevtools/ez-spawn": "^3.0.4",
"cac": "^6.7.12",
"fast-glob": "^3.2.11",
"kleur": "^4.1.4",
"prompts": "^2.4.1",
"semver": "^7.3.5"
"cac": "^6.7.14",
"fast-glob": "^3.2.12",
"prompts": "^2.4.2",
"semver": "^7.3.8"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.1",
"@types/node": "^14.17.14",
"@types/prompts": "^2.0.14",
"@types/semver": "^7.3.8",
"detect-indent": "^7.0.0",
"detect-newline": "^3.1.0",
"eslint": "^8.8.0",
"esno": "^0.9.1",
"log-symbols": "^4.1.0",
"npm-check": "^5.9.2",
"rimraf": "^3.0.2",
"tsup": "^5.11.9",
"typescript": "^4.4.2"
"@antfu/eslint-config": "^0.35.2",
"@types/node": "^18.14.0",
"@types/prompts": "^2.4.2",
"@types/semver": "^7.3.13",
"detect-indent": "^7.0.1",
"detect-newline": "^4.0.0",
"eslint": "^8.34.0",
"esno": "^0.16.3",
"log-symbols": "^5.1.0",
"npm-check": "^6.0.1",
"picocolors": "^1.0.0",
"rimraf": "^4.1.2",
"tsup": "^6.6.3",
"typescript": "^4.9.5"
}
}

@@ -15,2 +15,3 @@ # bumpp

- Enable `--commit` `--tag` `--push` by default. (opt-out by `--no-push`, etc.)
- `-r` or `--recursive` to bump all packages in the monorepo.
- Conventional Commits by default.

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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