@knapsack-pro/jest
Advanced tools
Comparing version 6.2.0 to 7.0.0
{ | ||
"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 @@ ``` |
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
17449
+ Added@knapsack-pro/core@6.4.0(transitive)
+ Addedcaniuse-lite@1.0.30001683(transitive)
+ Addedelectron-to-chromium@1.5.64(transitive)
- Removed@knapsack-pro/core@5.2.0(transitive)
- Removedcaniuse-lite@1.0.30001680(transitive)
- Removedelectron-to-chromium@1.5.63(transitive)
Updated@knapsack-pro/core@^6.0.0