-
Notifications
You must be signed in to change notification settings - Fork 572
chore: remove lerna #2526
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
Open
david-luna
wants to merge
38
commits into
open-telemetry:main
Choose a base branch
from
david-luna:remove-lerna
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore: remove lerna #2526
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
I'll "sponsor" to stop the "unmaintained" workflows. |
ping to @open-telemetry/javascript-maintainers since the changes in this PR affects the release process |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
has:sponsor
This package or feature has a sponsor that has volunteered to review PRs and respond to questions
pkg:auto-configuration-propagators
pkg:auto-instrumentations-node
pkg:auto-instrumentations-web
pkg:host-metrics
pkg:id-generator-aws-xray
pkg:instrumentation-amqplib
pkg:instrumentation-aws-lambda
pkg:instrumentation-aws-sdk
pkg:instrumentation-bunyan
pkg:instrumentation-cassandra-driver
pkg:instrumentation-connect
pkg:instrumentation-cucumber
pkg:instrumentation-dataloader
pkg:instrumentation-dns
pkg:instrumentation-document-load
pkg:instrumentation-express
pkg:instrumentation-fastify
pkg:instrumentation-fs
pkg:instrumentation-generic-pool
pkg:instrumentation-graphql
pkg:instrumentation-hapi
pkg:instrumentation-ioredis
pkg:instrumentation-kafkajs
pkg:instrumentation-knex
pkg:instrumentation-koa
pkg:instrumentation-long-task
pkg:instrumentation-lru-memoizer
pkg:instrumentation-memcached
pkg:instrumentation-mongodb
pkg:instrumentation-mongoose
pkg:instrumentation-mysql
pkg:instrumentation-mysql2
pkg:instrumentation-nestjs-core
pkg:instrumentation-net
pkg:instrumentation-pg
pkg:instrumentation-pino
pkg:instrumentation-redis
pkg:instrumentation-redis-4
pkg:instrumentation-restify
pkg:instrumentation-router
pkg:instrumentation-runtime-node
pkg:instrumentation-socket.io
pkg:instrumentation-tedious
pkg:instrumentation-undici
pkg:instrumentation-user-interaction
pkg:instrumentation-winston
pkg:plugin-react-load
pkg:propagation-utils
pkg:propagator-aws-xray
pkg:propagator-aws-xray-lambda
pkg:propagator-instana
pkg:propagator-ot-trace
pkg:redis-common
pkg:resource-detector-alibaba-cloud
pkg:resource-detector-aws
pkg:resource-detector-azure
pkg:resource-detector-container
pkg:resource-detector-gcp
pkg:resource-detector-github
pkg:resource-detector-instana
pkg:sampler-aws-xray
pkg:sql-common
pkg:test-utils
pkg-status:unmaintained
This package is unmaintained. Only bugfixes may be acceped until a new owner has been found.
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.
Which problem is this PR solving?
This is a follow up PR of #2493. It removes
lerna
as a dependency and also from the CI workflows. All scripts andlerna
commands have been replaced by its equivalent innx
(lerna was using them internally) or custom scripts.Changes
lerna
dependencyscripts/peer-api-check.mjs
to work at the root level and the dependant workflowspublish-to-npm.mjs
script and update the release workflowfocus
npm script for people who does not want to compile all project to start developingscripts/bump-package-versions.mjs
to help with manual releases