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

[Snyk] Upgrade vuetify from 1.5.22 to 2.2.14 #5

Merged
merged 1 commit into from
Mar 21, 2020

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade vuetify from 1.5.22 to 2.2.14.

ℹ️ 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.

Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 93 versions ahead of your current version.
  • The recommended version was released 24 days ago, on 2020-02-20.

The recommended version fixes:

Severity Issue Exploit Maturity
Cross-site Scripting (XSS)
SNYK-JS-VUETIFY-474604
No Known Exploit
Release notes
Package name: vuetify
  • 2.2.14 - 2020-02-20

    🔧 Bug Fixes

    • VCombobox: blur on click outside when empty (08c503e), closes #10612
    • VMenu: set dimensions to 0 if content does not exist yet (5358676), closes #10606
  • 2.2.13 - 2020-02-18

    🔧 Bug Fixes

    🔄 Reverts

    • fix(VCheckbox): use correct unchecked checkbox icon using FA4 (f62afda), closes #10602
  • 2.2.12 - 2020-02-11

    🔧 Bug Fixes

  • 2.2.11 - 2020-02-06

    🔧 Bug Fixes

    • SelectionControls: fix mouse events on field (40557a6), closes #10479
    • VAutocomplete: avoid scrolling screen when pressing down (4fce059)
    • VSelect: allow blur from outside click (47b2535)
    • VSelect: bind scroll listener to menu content (972d188), closes #10485
    • VSelect: expose clickable icons to screen readers (#10489) (cee1404)
    • VSelect: properly handle up and down arrows when focused (f72db83), closes #8361
    • VSelect/VMenu: remove duplicate IDs, add aria-activedescendant (#10226) (b2e5691), closes #9680 #7385
  • 2.2.10 - 2020-02-05

    🔧 Bug Fixes

    • SelectionControls: fix mouse events on field (4b6f14b), closes #10462
    • VIcon: revert opacity changes, only show focus ring (de967ac)
    • VTextField/VSelect: don't focus clear icon if dirty (#10461) (cc7386b)
  • 2.2.9 - 2020-02-05

    Notes from the Author

    This patch resolves multiple a11y issues with <v-icon> that were introduced in 86133ea. This update added tabindex to <v-icon> when its being used as a interactive element (a bound click listener or using the link prop). While it resolved the issue, the icon wasn't responding to the enter key. This fix resolves those issues and consequently a few other ones. <v-treeview> now has keyboard support by using tab to cycle between branches and pressing enter to expand them:


    As defined in the Material Specification, active icons should have an increased opacity when active and focused: In practice, it is not very easy to follow. While we have maintained the originally intended opacity of an active/focused icon, a circular outline (very similar to <v-btn> with the icon prop) was added to better emphasize the change. Reference: https://material.io/design/iconography/system-icons.html#color

    a11y

    If you have any questions, feel free to reach out to me in Discord
    —John

    🔧 Bug Fixes

    • bootable: don't generate lazy content until it's rendered (#8823) (2b975f5), closes #8712 #8712
    • SelectionControls: adjust focus and hover styles (1e66229)
    • SelectionControls: remove color from transition-property (2f499d2)
    • SelectionControls: remove duplicate import (2beb81b)
    • VCheckbox: spacing issue with dense (#10407) (7aa8aa0), closes #10336
    • VDateTable: events alignment on current date (#10367) (fc2eaa5), closes #8182
    • VIcon: use a button element for clickable icons (#10439) (1596e55), closes #10265 #10391 #10398
    • VListGroup: remove empty div child selector (60844a3), closes #8823
    • VMenu: remove events from old element when activator changes (0a6946a), closes #10430
    • VMessages/VCounter: resolve layout jump caused by incorrect line-height (5c8be69)
    • VPicker: content position in landscape / rtl mode (#10371) (92e77a2), closes #9258
    • VRadioGroup: apply legend style changes only when using row (f0ceca0), closes #10403
    • VRating: remove tabindex from icons (6e6d6b8), closes #10379
    • VSelect: get menu content when needed (bd2278f), closes #8823
    • VTextField: apply different color logic for solo-inverted fields (afa2647), closes #8827
    • VTextField: remove inherit border-color and scope styles (47c986a), closes #10388
    • VTimePicker: AM/PM farsi translation and margins in RTL mode (#10399) (a6761a9)
    • VTimePicker: increase clock click accuracy (#10400) (50ed3ef), closes #7299
    • VTimePicker: missing end circle in clock hand (#10415) (755c5b8)
    • VTimePicker: missing update:period event when ampm clicked in title (3a510e8), closes #7027
    • VTreeview: do not set indeterminate on new leafs (adbb374), closes #8256
  • 2.2.8 - 2020-01-29

    🔧 Bug Fixes

    • VTextField: properly focus field when calling public "focus" method (e783162), closes #10369
  • 2.2.7 - 2020-01-28

    🔧 Bug Fixes

    • sass: allow overriding $spacers (6d913d3), closes #10303
    • SelectionControls: resolve height issues with wrapped labels in radios (22aa469), closes #10360
    • VDataTable: allow grouping by nested keys (c8e9239), closes #10323
    • VFileInput: remove typeof filter in arrayValue, improve prop validator (140d82c), closes #10306
    • VProgressLinear: resolve invalid sass transition variable reference (fea155e), closes #10343
    • VRadioGroup: overwrite inherited padding and vertical align label (f81b639), closes #10334
    • VSelect: propagate name attribute to hidden input (#10327) (f289b05), closes #10152
    • VTextField: autofocus when observed (d846222), closes #5487 #8845
    • VTextField: resolve style issues in inverted solo fields (cdd9eb1), closes #9534
    • VTextField: specify border-collapse for outlined fieldset (baed6d7)
    • VToolbar: better scope v-tabs-bar background-color override (6619c9c), closes #10308
  • 2.2.6 - 2020-01-22

    Notes from the Author

    To help bring the framework styles better in line with what Material Design dictates, the default application background color for both light and dark variants has been fixed. In addition, multiple components were updated to properly match the dark theme specification.

    Affected styles:

    Light Theme

    • application background color - #FAFAFA -> #FFFFFF

    Dark Theme

    • application background color - #303030 -> #121212
    • v-app-bar - #212121 -> #272727
    • v-bottom-navigation - #424242 -> #2E2E2E
    • v-card - #424242 -> #2E2E2E
    • v-navigation-drawer - #424242 -> #363636
    • v-toolbar - #212121 -> #272727

    You can revert to the previous values by setting up a SASS Variables variables.s(a|c)ss file with the following snippet:

    // styles/variables.scss
    

    $material-dark: (
    'app-bar': #212121,
    'bottom-navigation': #424242,
    'background': #303030,
    'cards': #424242,
    'navigation-drawer': #424242,
    'toolbar': #212121
    );

    $material-light: ('background': #FAFAFA);

    There is also a new SASS variable that contains the color value for each elevation outlined on the Material Design Specification for dark variants.

    $material-dark-elevation-colors: (
      '0': #000000,
      '1': #1E1E1E,
      '2': #222222,
      '3': #252525,
      '4': #272727,
      '6': #2C2C2C,
      '8': #2E2E2E,
      '12': #333333,
      '16': #363636,
      '24': #373737
    );

    If you have any additional questions, please reach out to me in the Release Migration channel of the community.

    🔧 Bug Fixes

    • theme: apply correct material theme for dark variants (24c95f4)
    • theme: resolve more dark variant inconsistences (07a285f)
  • 2.2.5 - 2020-01-21

    Notes from the Author

    Selection controls (v-checkbox, v-radio, v-switch) have had their default color changed from accent to primary; Specification reference. You can revert this by setting the color prop to accent.

    // Template
    

    <v-checkbox color="accent" />

    <v-radio-group>
    <v-radio color="accent" />
    </v-radio-group>

    <v-switch color="accent" />

    The v-navigation-drawer mini-variant has had it's default width changed from 80px -> 56px. This was to ensure icons were properly aligned when in mini mode; Reference issue. You can revert this by setting the mini-variant-width prop to 80.

    <v-navigation-drawer
      mini-variant
      mini-variant-width="80"
    >
      ...
    </v-navigation-drawer>

    If you have any additional questions, please reach out to me in the Release Migration channel of the community.

    🔧 Bug Fixes

  • 2.2.4 - 2020-01-14
  • 2.2.3 - 2020-01-08
  • 2.2.2 - 2020-01-07
  • 2.2.1 - 2020-01-02
  • 2.2.0 - 2020-01-02
  • 2.2.0-beta.2 - 2019-12-17
  • 2.2.0-beta.1 - 2019-12-11
  • 2.2.0-beta.0 - 2019-12-03
  • 2.1.18 - 2020-01-02
  • 2.1.17 - 2020-01-01
  • 2.1.16 - 2019-12-31
  • 2.1.15 - 2019-12-17
  • 2.1.14 - 2019-12-11
  • 2.1.13 - 2019-12-03
  • 2.1.12 - 2019-11-27
  • 2.1.11 - 2019-11-20
  • 2.1.10 - 2019-11-12
  • 2.1.9 - 2019-10-31
  • 2.1.8 - 2019-10-31
  • 2.1.7 - 2019-10-25
  • 2.1.6 - 2019-10-22
  • 2.1.5 - 2019-10-17
  • 2.1.4 - 2019-10-15
  • 2.1.3 - 2019-10-10
  • 2.1.2 - 2019-10-09
  • 2.1.1 - 2019-10-03
  • 2.1.0 - 2019-10-01
  • 2.1.0-beta.1 - 2019-09-26
  • 2.1.0-beta.0 - 2019-09-25
  • 2.0.20 - 2019-10-01
  • 2.0.19 - 2019-09-25
  • 2.0.18 - 2019-09-17
  • 2.0.17 - 2019-09-11
  • 2.0.16 - 2019-09-10
  • 2.0.15 - 2019-09-06
  • 2.0.14 - 2019-09-04
  • 2.0.13 - 2019-09-04
  • 2.0.12 - 2019-09-03
  • 2.0.11 - 2019-08-27
  • 2.0.10 - 2019-08-21
  • 2.0.9 - 2019-08-20
  • 2.0.8 - 2019-08-20
  • 2.0.7 - 2019-08-13
  • 2.0.6 - 2019-08-13
  • 2.0.5 - 2019-08-06
  • 2.0.4 - 2019-08-01
  • 2.0.3 - 2019-07-30
  • 2.0.2 - 2019-07-28
  • 2.0.1 - 2019-07-25
  • 2.0.0 - 2019-07-23
  • 2.0.0-beta.9 - 2019-07-19
  • 2.0.0-beta.8 - 2019-07-16
  • 2.0.0-beta.7 - 2019-07-09
  • 2.0.0-beta.6 - 2019-07-09
  • 2.0.0-beta.5 - 2019-07-02
  • 2.0.0-beta.4 - 2019-06-25
  • 2.0.0-beta.3 - 2019-06-18
  • 2.0.0-beta.2 - 2019-06-11
  • 2.0.0-beta.1 - 2019-06-05
  • 2.0.0-beta.0 - 2019-05-28
  • 2.0.0-alpha.20 - 2019-05-14
  • 2.0.0-alpha.19 - 2019-05-07
  • 2.0.0-alpha.18 - 2019-04-30
  • 2.0.0-alpha.17 - 2019-04-23
  • 2.0.0-alpha.16 - 2019-04-17
  • 2.0.0-alpha.15 - 2019-04-16
  • 2.0.0-alpha.14 - 2019-04-09
  • 2.0.0-alpha.13 - 2019-04-09
  • 2.0.0-alpha.12 - 2019-04-02
  • 2.0.0-alpha.11 - 2019-03-29
  • 2.0.0-alpha.10 - 2019-03-19
  • 2.0.0-alpha.9 - 2019-03-13
  • 2.0.0-alpha.8 - 2019-03-12
  • 2.0.0-alpha.7 - 2019-03-05
  • 2.0.0-alpha.6 - 2019-02-26
  • 2.0.0-alpha.5 - 2019-02-19
  • 2.0.0-alpha.4 - 2019-02-13
  • 2.0.0-alpha.3 - 2019-01-29
  • 2.0.0-alpha.2 - 2019-01-24
  • 2.0.0-alpha.1 - 2019-01-22
  • 2.0.0-alpha.0 - 2019-01-15
  • 1.5.24 - 2020-03-03
  • 1.5.23 - 2020-02-21
  • 1.5.22 - 2019-12-31
from vuetify GitHub release notes
Commit messages
Package name: vuetify
  • d8b3adc chore(release): publish v2.2.14
  • d210eef docs(VStepper): fix usage example (#10616)
  • 5358676 fix(VMenu): set dimensions to 0 if content does not exist yet
  • 08c503e fix(VCombobox): blur on click outside when empty
  • 08ef524 docs(Forms): fix email error message
  • 91a162c docs(Forms): update vee-validate example (#10608)
  • 04f5475 chore(release): publish v2.2.13
  • 279af0e feat(VTimePicker): show am/pm indicator in title and in clock (#10364)
  • 10abc11 fix(vautocomplete): change onClick to not reopen menu (#10158)
  • bb69192 fix(vslidegroup): add display none to immediate child (#10567)
  • 6bb6238 fix(VDataTable): Loading Progress bar pushes content down (#10169)
  • a40e8d3 fix(VDataTable): group-by column should be included in search (#10591)
  • 065e93c fix(VDataTable): group-by should use correct slot (#10592)
  • c014bdc fix(VSimpleTable): bottom border of tbody th (#10594)
  • c978f11 fix(VDataTable): remove hover on empty (no data) wrapper (#10600)
  • f62afda revert: fix(VCheckbox): use correct unchecked checkbox icon using FA4
  • 2045295 fix(VIcon): change default icon svg size to match regular icon (#10507)
  • e2ee25e docs: update lang from crowdin (#10530)
  • e080195 docs: fix overflow with markup
  • 0af7cc2 docs(Transitions): update todo list example
  • 66e1a03 docs(VBottomNavigation): update color and horizontal examples
  • 2d5ed83 docs(VSkeletonLoader): update implmentation example
  • 0e14558 docs(VAvatar): update advanced example
  • 1d1cca2 docs(examples): Fix opacity for 'text--disabled' (#10568)

Compare


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

@anyulled anyulled merged commit f77d3fe into master Mar 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment