Skip to content

chore: fix versions in package.json #281

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 25, 2025
Merged

chore: fix versions in package.json #281

merged 1 commit into from
Mar 25, 2025

Conversation

rix0rrr
Copy link
Contributor

@rix0rrr rix0rrr commented Mar 25, 2025

Dependencies on packages in monorepo should always be ^0.0.0. They will be changed into exact dependency versions, if necessary, at release time.

Due to some previous attempts at implementing that workflow, some literal "0.0.0"'s had snuck into our package.jsons, and projen leaves them at whatever they are.

Now that we are explicitly setting versions back to ^0.0.0 at unbump time, that causes a diff with respect to the literal exact versions that are in the repo.

Manually set them to caret versions.


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

Dependencies on packages in monorepo should always be `^0.0.0`.  They
will be changed into exact dependency versions, if necessary, at release
time.

Due to some previous attempts at implementing that workflow, some literal
`"0.0.0"`'s had snuck into our `package.json`s, and `projen` leaves them
at whatever they are.

Now that we are explicitly setting versions back to `^0.0.0` at `unbump`
time, that causes a diff with respect to the literal exact versions that
are in the repo.

Manually revert them to caret versions.
@rix0rrr rix0rrr requested a review from a team March 25, 2025 13:26
@github-actions github-actions bot added the p2 label Mar 25, 2025
@rix0rrr rix0rrr added pr/exempt-integ-test Skips the integ test steps if set. and removed p2 labels Mar 25, 2025
@rix0rrr rix0rrr closed this Mar 25, 2025
@rix0rrr rix0rrr reopened this Mar 25, 2025
@aws-cdk-automation aws-cdk-automation requested a review from a team March 25, 2025 13:27
@github-actions github-actions bot added the p2 label Mar 25, 2025
@codecov-commenter
Copy link

codecov-commenter commented Mar 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.47%. Comparing base (8c70b53) to head (930c562).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #281      +/-   ##
==========================================
+ Coverage   85.15%   85.47%   +0.31%     
==========================================
  Files         221      221              
  Lines       36764    36764              
  Branches     4447     4480      +33     
==========================================
+ Hits        31307    31423     +116     
+ Misses       5359     5246     -113     
+ Partials       98       95       -3     
Flag Coverage Δ
suite.unit 85.47% <ø> (+0.31%) ⬆️

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 Mar 25, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 25, 2025
@rix0rrr rix0rrr added this pull request to the merge queue Mar 25, 2025
Merged via the queue into main with commit a3b9762 Mar 25, 2025
29 of 32 checks passed
@rix0rrr rix0rrr deleted the huijbers/fix-pj branch March 25, 2025 13:53
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.

3 participants