Skip to content

Drop lerna dependency#396

Open
brichet wants to merge 3 commits intojupyterlab:mainfrom
brichet:drop_lerna_dependency
Open

Drop lerna dependency#396
brichet wants to merge 3 commits intojupyterlab:mainfrom
brichet:drop_lerna_dependency

Conversation

@brichet
Copy link
Copy Markdown
Collaborator

@brichet brichet commented Apr 3, 2026

This PR drop the lerna dependency.

For the reference, it is already done or WIP in main Jupyter projects:

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 3, 2026

Binder 👈 Launch a Binder on branch brichet/jupyter-chat/drop_lerna_dependency

@brichet brichet added the maintenance Packaging, tests label Apr 3, 2026
@brichet brichet force-pushed the drop_lerna_dependency branch from ada0b3a to 641efde Compare April 3, 2026 12:22
Copy link
Copy Markdown
Member

@jtpio jtpio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Looks like it picked a small conflict from the latest patch release.

Otherwise the diff looks good.

@click.option("--skip-if-dirty", default=False, is_flag=True)
@click.argument("spec", nargs=1)
def bump(force, skip_if_dirty, spec):
def bump(skip_if_dirty, spec):
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wondering if we could put this script under tests on CI, just checking if we are able to bump versions?

This could be done separately though, if we are confident the changes still ensure the current release process works as expected.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah by default it tests bumping as next iirc. I meant checking that passing another value like the version number also works fine.

@brichet brichet force-pushed the drop_lerna_dependency branch from 641efde to adb5099 Compare April 3, 2026 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Packaging, tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants