-
Notifications
You must be signed in to change notification settings - Fork 619
feat(deps): lock file maintenance #2856
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2856 +/- ##
==========================================
+ Coverage 89.00% 89.05% +0.04%
==========================================
Files 188 188
Lines 9189 9189
Branches 1891 1891
==========================================
+ Hits 8179 8183 +4
+ Misses 1010 1006 -4 🚀 New features to boost your workflow:
|
448804d to
be47e93
Compare
fb336d2 to
a215905
Compare
0680516 to
dd403ba
Compare
2439123 to
4d1395a
Compare
b9c3759 to
25b9360
Compare
a168e50 to
35880fa
Compare
35880fa to
3f4a386
Compare
dyladan
approved these changes
Jul 9, 2025
trentm
added a commit
to trentm/opentelemetry-js-contrib
that referenced
this pull request
Aug 15, 2025
…ode_modules install to reduce duplication PR open-telemetry#2856 (`feat(deps): lock file maintenance`) "decided" to move `[email protected]` up to the top-level `./node_modules/...` and move the much more common `[email protected]` (the version we intentionally have all published packages depend on) into the package-specific subdirs (e.g. `./packages/{subdir}/node_modules/typescript`). This resulted in (a) a much bigger working copy after `npm ci` (895M -> 3.7G!) and (b) a "WARNING" of unsupported typescript version from running 'npm run lint' in a package dir.
trentm
added a commit
that referenced
this pull request
Aug 18, 2025
…ode_modules install to reduce duplication (#2988) PR #2856 (`feat(deps): lock file maintenance`) "decided" to move `[email protected]` up to the top-level `./node_modules/...` and move the much more common `[email protected]` (the version we intentionally have all published packages depend on) into the package-specific subdirs (e.g. `./packages/{subdir}/node_modules/typescript`). This resulted in (a) a much bigger working copy after `npm ci` (895M -> 3.7G!) and (b) a "WARNING" of unsupported typescript version from running 'npm run lint' in a package dir.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
🔧 This Pull Request updates lock files to use the latest dependency versions.
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.