Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@knapsack-pro/jest

Package Overview
Dependencies
Maintainers
4
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@knapsack-pro/jest - npm Package Compare versions

Comparing version 6.2.0 to 7.0.0

4

package.json
{
"name": "@knapsack-pro/jest",
"version": "6.2.0",
"version": "7.0.0",
"description": "Knapsack Pro Jest splits Jest tests across CI nodes and makes sure that tests will run in optimal time on each CI node.",

@@ -55,3 +55,3 @@ "keywords": [

"dependencies": {
"@knapsack-pro/core": "^5.2.0",
"@knapsack-pro/core": "^6.0.0",
"glob": "^8.0.3",

@@ -58,0 +58,0 @@ "minimatch": "^5.1.0",

@@ -88,3 +88,3 @@ # @knapsack-pro/jest

```bash
git commit -am "Update @knapsack-pro/core"
git commit -am "deps(jest): update @knapsack-pro/core"
```

@@ -98,4 +98,4 @@

# generate CHANGELOG.md
github_changelog_generator --user KnapsackPro --project knapsack-pro-js --pr-wo-labels --issues-wo-labels --include-labels @knapsack-pro/jest --since-tag @knapsack-pro/jest@6.1.0 --exclude-tags-regex "@knapsack-pro\/(core|cypress)@.*"
git commit -am "Update CHANGELOG.md"
github_changelog_generator --user KnapsackPro --project knapsack-pro-js --pr-wo-labels --issues-wo-labels --include-labels @knapsack-pro/jest --since-tag @knapsack-pro/jest@6.2.0 --exclude-tags-regex "@knapsack-pro\/(core|cypress)@.*"
git commit -am "docs(jest): update CHANGELOG.md"
git push origin main

@@ -123,3 +123,3 @@ ```

```bash
git commit -am x.x.x
git commit -am @knapsack-pro/jest@x.x.x
git tag @knapsack-pro/jest@x.x.x

@@ -137,4 +137,4 @@ ```

```bash
github_changelog_generator --user KnapsackPro --project knapsack-pro-js --pr-wo-labels --issues-wo-labels --include-labels @knapsack-pro/jest --since-tag @knapsack-pro/jest@6.1.0 --exclude-tags-regex "@knapsack-pro\/(core|cypress)@.*"
git commit -am "Update CHANGELOG.md"
github_changelog_generator --user KnapsackPro --project knapsack-pro-js --pr-wo-labels --issues-wo-labels --include-labels @knapsack-pro/jest --since-tag @knapsack-pro/jest@6.2.0 --exclude-tags-regex "@knapsack-pro\/(core|cypress)@.*"
git commit -am "docs(jest): update CHANGELOG.md"
git push origin main

@@ -141,0 +141,0 @@ ```

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