Skip to content

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade @vaadin/vaadin-lumo-styles from 1.6.0 to 1.6.1.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 6 months ago, on 2020-10-15.
Release notes
Package name: @vaadin/vaadin-lumo-styles
  • 1.6.1 - 2020-10-15

    Live Demo →
    API Documentation →

    Changes Since v1.6.0:

    • 4313e78 fix: add icons sketch file to bower ignore list (#95)

    • 1458482 chore: fix modulizer to use correct Lumo (#96)

    • 4d5a6db refactor: font builds should probably ignore run timestamp for consistency [1]

      1: #88 (comment)

    • c242ec7 fix: icons build glyph sort should be normalized for platform-independence

      gulp-iconfont bump pulls in required version range of
      gulp-svgicons2svgfont with relevant file sort module changes.

      Avoids font-icons.html unintentional codepoint changes like:

      diff --git a/font-icons.html b/font-icons.html
      index e4f9b52..63476b3 100644
      --- a/font-icons.html
      +++ b/font-icons.html
      @@ -38,8 +38,8 @@
             --lumo-icons-dropdown: "\ea18";
             --lumo-icons-edit: "\ea19";
             --lumo-icons-error: "\ea1a";
      -      --lumo-icons-eye: "\ea1b";
      -      --lumo-icons-eye-disabled: "\ea1c";
      +      --lumo-icons-eye-disabled: "\ea1b";
      +      --lumo-icons-eye: "\ea1c";
             --lumo-icons-menu: "\ea1d";
             --lumo-icons-minus: "\ea1e";
             --lumo-icons-ordered-list: "\ea1f";

      Refactor base64 shell utility to Node-native, avoid cross-platform
      incompatibilities like [1]

      1: https://stackoverflow.com/questions/46463027/base64-doesnt-have-w-option-in-mac

    • e4397fc fix: Node 12+ crashes gulp icons, requires gulp-^4.0.0

      Fix #85

      • gulp-^4.0.0 is provided by @ vaadin/vaadin-component-dev-dependencies-^2.0.0

      • .eslintrc.json: async functions require parserOptions.ecmaVersion = 8

      • Gulpfile: Gulp 4 task architecture uses gulp.series() and
        .parallel() async strategy

        We use .parallel() only for lint tasks operating on distinct file sets

      • Gulpfile: add simple .on('error') report callbacks to task pipelines
        missing such, avoid events.js unhandled 'error' event warnings if
        any pipeline reports errors

      • Gulpfile: on Linux, base64 requires explicit -w 0 to disable line wrapping

      TODO Not sure why font-icons.html output produces a reverse of
      unicode characters for --lumo-icons-eye vs --lumo-icons-eye-disabled.
      Is the original commit faulty perhaps?

      TODO Test for #66

  • 1.6.0 - 2020-01-10

    Live Demo →
    API Documentation →

    Changes Since v1.5.0:

    • 702b981 Add rtl specific styles (#78)

    • 5334eb2 update to xenial

    • b8fd7ab docs(customization): update vaadin-themable-mixin docs links

      vaadin-themable-mixin documentation has been moved from the GitHub Wiki
      to the README.

from @vaadin/vaadin-lumo-styles GitHub release notes

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant