Skip to content

Conversation

@iliapolo
Copy link
Contributor

This breaks the release:

> @aws-cdk-testing/cli-integ
yarn run v1.22.22
warning package.json: "dependencies" has dependency "jest" with range "^29" that collides with a dependency in "devDependencies" of the same name with version "^29.7.0"
warning package.json: "dependencies" has dependency "jest-junit" with range "^15" that collides with a dependency in "devDependencies" of the same name with version "^16"
warning package.json: "dependencies" has dependency "ts-jest" with range "^29" that collides with a dependency in "devDependencies" of the same name with version "^29.2.5"
$ npx projen unbump
👾 unbump | "/opt/hostedtoolcache/node/22.14.0/x64/bin/node" "/home/runner/work/aws-cdk-cli/aws-cdk-cli/node_modules/projen/lib/release/reset-version.task.js"
👾 unbump » gather-versions | node -e "require(require.resolve('cdklabs-projen-project-types/lib/yarn/gather-versions.exec.js')).cliMain()" @aws-cdk/yarn-cling=exact
Updated versions {
  "name": "@aws-cdk-testing/cli-integ",
  "version": "0.0.0",
  "devDependencies": {
    "@aws-cdk/yarn-cling": "^0.0.0"
  }
}
Done in 4.24s.
Done in 61.43s.
👾 release | git diff --ignore-space-at-eol --exit-code
diff --git a/packages/@aws-cdk-testing/cli-integ/package.json b/packages/@aws-cdk-testing/cli-integ/package.json
index f150439..8a1337a 100644
--- a/packages/@aws-cdk-testing/cli-integ/package.json
+++ b/packages/@aws-cdk-testing/cli-integ/package.json
@@ -39,7 +39,7 @@
     "organization": true
   },
   "devDependencies": {
-    "@aws-cdk/yarn-cling": "*",
+    "@aws-cdk/yarn-cling": "^0.0.0",
     "@cdklabs/eslint-plugin": "^1.3.2",
     "@stylistic/eslint-plugin": "^3",
     "@types/fs-extra": "^9",

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@aws-cdk-automation aws-cdk-automation requested a review from a team April 30, 2025 10:36
@github-actions github-actions bot added the p2 label Apr 30, 2025
@iliapolo iliapolo added pr/exempt-integ-test Skips the integ test steps if set. and removed pr/exempt-integ-test Skips the integ test steps if set. labels Apr 30, 2025
@codecov-commenter
Copy link

codecov-commenter commented Apr 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.43%. Comparing base (ab559eb) to head (97b4629).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #433      +/-   ##
==========================================
- Coverage   80.60%   80.43%   -0.18%     
==========================================
  Files          65       65              
  Lines        6900     6900              
  Branches      795      788       -7     
==========================================
- Hits         5562     5550      -12     
- Misses       1317     1332      +15     
+ Partials       21       18       -3     
Flag Coverage Δ
suite.unit 80.43% <ø> (-0.18%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Apr 30, 2025
Merged via the queue into main with commit 054afef Apr 30, 2025
11 checks passed
@aws-cdk-automation aws-cdk-automation deleted the epolon/cling-dep branch April 30, 2025 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

p2 pr/exempt-integ-test Skips the integ test steps if set.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants