From 6d58410f39afea6b45240ab84317a573e2c423fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:01:12 +0100 Subject: [PATCH] Bump the eslint group with 4 updates (#4581) * Bump the eslint group with 4 updates Bumps the eslint group with 4 updates: [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc), [eslint-plugin-vuejs-accessibility](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility), [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) and [vue-eslint-parser](https://github.com/vuejs/vue-eslint-parser). Updates `eslint-plugin-jsonc` from 2.11.2 to 2.12.2 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.11.2...v2.12.2) Updates `eslint-plugin-vuejs-accessibility` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/releases) - [Changelog](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/blob/main/CHANGELOG.md) - [Commits](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v2.2.0...v2.2.1) Updates `eslint-plugin-yml` from 1.11.0 to 1.12.2 - [Release notes](https://github.com/ota-meshi/eslint-plugin-yml/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-yml/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-yml/compare/v1.11.0...v1.12.2) Updates `vue-eslint-parser` from 9.4.0 to 9.4.1 - [Release notes](https://github.com/vuejs/vue-eslint-parser/releases) - [Commits](https://github.com/vuejs/vue-eslint-parser/compare/v9.4.0...v9.4.1) --- updated-dependencies: - dependency-name: eslint-plugin-jsonc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-vuejs-accessibility dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint-plugin-yml dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: vue-eslint-parser dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint ... Signed-off-by: dependabot[bot] * v Revert eslint-plugin-vuejs-accessibility update * ! Fix `progress` missing label --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: PikachuEXE --- package.json | 8 ++-- .../watch-video-playlist.vue | 5 ++- yarn.lock | 45 +++++++++++-------- 3 files changed, 34 insertions(+), 24 deletions(-) diff --git a/package.json b/package.json index 7ed9fd38b..c25575083 100644 --- a/package.json +++ b/package.json @@ -95,14 +95,14 @@ "eslint-config-prettier": "^9.1.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsonc": "^2.11.2", + "eslint-plugin-jsonc": "^2.12.2", "eslint-plugin-n": "^16.6.2", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-unicorn": "^50.0.1", "eslint-plugin-vue": "^9.20.1", - "eslint-plugin-vuejs-accessibility": "^2.2.0", - "eslint-plugin-yml": "^1.11.0", + "eslint-plugin-vuejs-accessibility": "^2.2.1", + "eslint-plugin-yml": "^1.12.2", "html-webpack-plugin": "^5.6.0", "js-yaml": "^4.1.0", "json-minimizer-webpack-plugin": "^5.0.0", @@ -122,7 +122,7 @@ "stylelint-use-logical-spec": "^5.0.1", "tree-kill": "1.2.2", "vue-devtools": "^5.1.4", - "vue-eslint-parser": "^9.3.2", + "vue-eslint-parser": "^9.4.1", "vue-loader": "^15.10.0", "webpack": "^5.90.0", "webpack-cli": "^5.1.4", diff --git a/src/renderer/components/watch-video-playlist/watch-video-playlist.vue b/src/renderer/components/watch-video-playlist/watch-video-playlist.vue index 624ce1cc9..1b4c611b9 100644 --- a/src/renderer/components/watch-video-playlist/watch-video-playlist.vue +++ b/src/renderer/components/watch-video-playlist/watch-video-playlist.vue @@ -37,9 +37,12 @@ - {{ currentVideoIndexOneBased }} / {{ playlistVideoCount }} +