Skip to content

Fix update version script #958

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
Apr 19, 2022
Merged

Fix update version script #958

merged 1 commit into from
Apr 19, 2022

Conversation

AlbyIanna
Copy link
Contributor

Motivation

The update-version script in the package.json is too approximate in determining the dependencies that will be updated.

The condition only checks if a dependency starts with "arduino-", therefore dependencies like "arduino-serial-plotter" are affected by this script.

Change description

Update all the dependencies that start with "arduino-ide-" instead of "arduino-".

Reviewer checklist

  • PR addresses a single concern.
  • The PR has no duplicates (please search among the Pull Requests before creating one)
  • PR title and description are properly filled.
  • Docs have been added / updated (for bug fixes / features)

@AlbyIanna AlbyIanna requested a review from fstasi April 15, 2022 08:32
Copy link
Contributor

@fstasi fstasi left a comment

Choose a reason for hiding this comment

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

lgtm

@AlbyIanna AlbyIanna merged commit e6b3e2e into main Apr 19, 2022
@AlbyIanna AlbyIanna deleted the fix-update-version-script branch April 19, 2022 14:04
@per1234 per1234 added topic: infrastructure Related to project infrastructure type: imperfection Perceived defect in any part of project labels Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Related to project infrastructure type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants