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(deps): update dependency @nuxtjs/vuetify to v1 #272

Merged
merged 5 commits into from
Aug 9, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 23, 2019

This PR contains the following updates:

Package Type Update Change
@nuxtjs/vuetify dependencies major 0.5.7 -> 1.2.1

Release Notes

nuxt-community/vuetify-module

v1.2.1

Compare Source

v1.2.0

Compare Source

Features
1.1.2 (2019-08-05)
Bug Fixes
1.1.1 (2019-08-01)

v1.1.2

Compare Source

Features
1.1.2 (2019-08-05)
Bug Fixes
1.1.1 (2019-08-01)

v1.1.1

Compare Source

v1.1.0

Compare Source

Features
1.0.2 (2019-07-29)
1.0.1 (2019-07-25)

v1.0.2

Compare Source

Features
1.0.2 (2019-07-29)
1.0.1 (2019-07-25)

v1.0.1

Compare Source

v1.0.0

Compare Source


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot force-pushed the renovate/nuxtjs-vuetify-1.x branch 29 times, most recently from aad2f40 to 0e8e079 Compare July 31, 2019 13:47
@renovate renovate bot force-pushed the renovate/nuxtjs-vuetify-1.x branch 14 times, most recently from e104ff2 to 900324a Compare August 9, 2019 11:08
@renovate renovate bot force-pushed the renovate/nuxtjs-vuetify-1.x branch from 900324a to 0aad0bc Compare August 9, 2019 12:31
Copy link

@accesslint accesslint bot left a comment

Choose a reason for hiding this comment

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

There are accessibility issues in these changes.

@@ -1,3 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Setting renders properly 1`] = `"<li class=\\"list-group-item\\"><div class=\\"row\\"><div class=\\"col-sm-6\\"><v-card flat=\\"\\" color=\\"transparent\\"><v-card-title primary-title=\\"\\"><v-icon left=\\"\\"></v-icon> <span class=\\"title font-weight-light\\"></span></v-card-title> <v-card-text class=\\"subheading form-text text-muted pt-0\\"></v-card-text></v-card></div> <div class=\\"col-sm-6 align-self-center\\"><input type=\\"text\\" placeholder=\\"placeholder\\" class=\\"form-control\\"></div></div></li>"`;
exports[`Setting renders properly 1`] = `"<li class=\\"list-group-item\\"><div class=\\"row\\"><div class=\\"col-sm-6\\"><v-card-stub loaderheight=\\"4\\" tag=\\"div\\" color=\\"transparent\\" flat=\\"true\\"><v-card-title-stub primarytitle=\\"\\" primary-title=\\"\\"><v-icon-stub left=\\"\\"></v-icon-stub> <span class=\\"title font-weight-light\\"></span></v-card-title-stub> <v-card-text-stub class=\\"subheading form-text text-muted pt-0\\"></v-card-text-stub></v-card-stub></div> <div class=\\"col-sm-6 align-self-center\\"><input type=\\"text\\" placeholder=\\"placeholder\\" class=\\"form-control\\"></div></div></li>"`;
Copy link

Choose a reason for hiding this comment

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

Looks like there's a label missing for this input. That makes it hard for people using screen readers or voice control to use the input.

@renovate
Copy link
Contributor Author

renovate bot commented Aug 9, 2019

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@codecov
Copy link

codecov bot commented Aug 9, 2019

Codecov Report

Merging #272 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #272   +/-   ##
=====================================
  Coverage      86%    86%           
=====================================
  Files          26     26           
  Lines         100    100           
  Branches        7      7           
=====================================
  Hits           86     86           
  Misses         14     14
Impacted Files Coverage Δ
pages/index.vue 100% <ø> (ø) ⬆️
components/List/ViewSwitcher.vue 90% <ø> (ø) ⬆️
components/User/Menu.vue 100% <ø> (ø) ⬆️
components/Layout/LangSwitcher.vue 100% <ø> (ø) ⬆️
components/Layout/Footer.vue 100% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3fc41ef...08408e4. Read the comment docs.

@lighthousebot
Copy link
Collaborator

Updated Lighthouse report for the changes in this PR:

Category New score Required threshold
Performance 81 -
Accessibility 93 -
Best Practices 93 -
SEO 100 -
Progressive Web App 100 -

Tested with Lighthouse version: 4.1.0

@shadow81627
Copy link
Owner

shadow81627 commented Aug 9, 2019

bors r+

@shadow81627 shadow81627 merged commit d3ccdd0 into master Aug 9, 2019
@renovate renovate bot deleted the renovate/nuxtjs-vuetify-1.x branch August 9, 2019 14:05
shadow81627 pushed a commit that referenced this pull request Aug 9, 2019
## [0.10.3](v0.10.2...v0.10.3) (2019-08-09)

### Bug Fixes

* **deps:** update dependency @nuxtjs/vuetify to v1 ([#272](#272)) ([d3ccdd0](d3ccdd0))
@shadow81627
Copy link
Owner

🎉 This PR is included in version 0.10.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

3 participants