Skip to content
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

fix: pinned dependency only adds when modified #11894

Merged
merged 1 commit into from
Sep 21, 2021

Conversation

caalador
Copy link
Contributor

@caalador caalador commented Sep 20, 2021

Do not mark pin if no version is actually
added or changed.
With this npm install will not always be
executed on reload.

Fixes #11888

@caalador caalador added this to Iteration Reviews in OLD Vaadin Flow ongoing work (Vaadin 10+) via automation Sep 20, 2021
Do not mark pin if no version is actually
added or changed.
With this npm install will not always be
executed on reload and the copied
modules will not disappear.

Fixes #11888
@caalador caalador force-pushed the issues/11888_hot_reload_master branch from f73aa75 to 5b38579 Compare September 20, 2021 13:25
@vaadin-bot
Copy link
Collaborator

SonarQube analysis reported 3 issues

  1. MAJOR TaskUpdatePackages.java#L86: Constructor has 8 parameters, which is greater than 7 authorized. rule
  2. MAJOR TaskUpdatePackages.java#L163: Refactor this method to reduce its Cognitive Complexity from 20 to the 15 allowed. rule
  3. MAJOR TaskUpdatePackages.java#L215: Take the required action to fix the issue indicated by this comment. rule

@denis-anisimov denis-anisimov merged commit 1b78fcc into master Sep 21, 2021
OLD Vaadin Flow ongoing work (Vaadin 10+) automation moved this from Iteration Reviews to Done - pending release Sep 21, 2021
@denis-anisimov denis-anisimov deleted the issues/11888_hot_reload_master branch September 21, 2021 07:47
vaadin-bot pushed a commit that referenced this pull request Sep 21, 2021
Do not mark pin if no version is actually
added or changed.
With this npm install will not always be
executed on reload and the copied
modules will not disappear.

Fixes #11888
vaadin-bot pushed a commit that referenced this pull request Sep 21, 2021
Do not mark pin if no version is actually
added or changed.
With this npm install will not always be
executed on reload and the copied
modules will not disappear.

Fixes #11888
vaadin-bot added a commit that referenced this pull request Sep 21, 2021
Do not mark pin if no version is actually
added or changed.
With this npm install will not always be
executed on reload and the copied
modules will not disappear.

Fixes #11888

Co-authored-by: caalador <mikael.grankvist@vaadin.com>
vaadin-bot added a commit that referenced this pull request Sep 21, 2021
Do not mark pin if no version is actually
added or changed.
With this npm install will not always be
executed on reload and the copied
modules will not disappear.

Fixes #11888

Co-authored-by: caalador <mikael.grankvist@vaadin.com>
@vaadin-bot
Copy link
Collaborator

This ticket/PR has been released with platform 22.0.0.alpha5 and is also targeting the upcoming stable 22.0.0 version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
OLD Vaadin Flow ongoing work (Vaadin ...
  
Done - pending release
Development

Successfully merging this pull request may close these issues.

[BUG] Hot reload issues with Vaadin 14.7.0
3 participants