-
Notifications
You must be signed in to change notification settings - Fork 581
chore: use npm workspaces and a package-lock.json #1771
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
pichlermarc
merged 36 commits into
open-telemetry:main
from
trentm:tm-npm-workspaces-lock-file
Nov 16, 2023
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
4f94b63
chore: use npm workspaces and a package-lock.json
trentm 327e9bc
first pass at GH workflow file updates
trentm dfd4ae1
gh action fixes: update npm in node 14 to npm@9 to support npm worksp…
trentm 40ef62e
better output from this test for failure (failing with node 18 in CI,…
trentm 5732850
theory is that `stdout.includes("name: 'GET'")` breaks because ANSI c…
trentm 1465d51
fix auto-instrumentations-node/test/register.test.ts on node 18
trentm 7c9ff61
more test flailing (still failing in CI for node 18 only)
trentm f921e2b
try lint workflow with setup-node and cache instead of container.imag…
trentm 1542533
get FORCE_COLOR envvar name correct, this should break node 16 test a…
trentm 9d1b2fd
flail, try this again, repro FORCE_COLOR=true from somewhere?
trentm cb5a96a
FORCE_COLOR=0 should override nx's default FORCE_COLOR=true
trentm c4303b2
npm run changelog just works; drop the XXXs on these
trentm a91d5b1
from some working XXX comments
trentm af0f195
Merge branch 'main' into tm-npm-workspaces-lock-file
trentm 2ffa972
don't ignore errant package-lock.json files in nested dirs, we should…
trentm bae2543
fixes for running TAV (test-all-versions) tests; all but ioredis@4 te…
trentm 78e64f1
fix test-all-versions tests with ioredis@4
trentm 49c7a96
test: update ioredis TAV versions for recent minor releases
trentm 940ae6a
Merge branch 'main' into tm-npm-workspaces-lock-file
trentm dd6c2e4
update package-lock for 'update dependency gcp-metadata to v6 (#1720)'
trentm e2db411
correct npm script reference to version:update in a few older plugins
trentm 0f026d0
correct npm script reference to version:update
trentm faed214
use type reference on zone.js
trentm ce579b0
Merge branch 'main' into tm-npm-workspaces-lock-file
trentm c026902
update package-lock for recent #1779 package.json updates
trentm 617c6d6
lock to lockfileVersion:2; correct some outdated otel 1.17.1 deps to …
trentm 8ba7e2b
Merge branch 'main' into tm-npm-workspaces-lock-file
trentm cc226fd
Merge branch 'main' into tm-npm-workspaces-lock-file
trentm 23fa01b
sync package-lock.json for package.json changes in #1742
trentm 0ce449e
update locked versions of @opentelemetry core repo deps to 1.18.1
trentm aa4b920
Merge branch 'main' into tm-npm-workspaces-lock-file
trentm f15ae6c
sync package-lock for package.json updates in #1788
trentm cd46b7a
no need for tsconfig 'files' reference to zone.js.d.ts; use a type re…
trentm eae9905
Merge branch 'main' into tm-npm-workspaces-lock-file
pichlermarc fd4a9c8
Merge branch 'main' into tm-npm-workspaces-lock-file
trentm f382586
sync package-lock for recent package.json changes in main
trentm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
lockfile-version=2 |
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.