Skip to content

Commit

Permalink
Update JS dependency vue-js-toggle-button to v1.3.2 (#6244)
Browse files Browse the repository at this point in the history
* Update JS dependency vue-js-toggle-button to v1.3.2

* update snapshots

* remove unused require-extension-hooks-vue and require-extension-hooks-babel

* update renovate.json
  • Loading branch information
renovate[bot] authored and medariox committed Mar 12, 2019
1 parent 79efa1a commit cb489c3
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 276 deletions.
8 changes: 3 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@
"packageNames": [
"vue",
"vue-template-compiler",
"@vue/test-utils"
"@vue/test-utils",
"vue-jest"
],
"groupName": "vue-base",
"prBodyNotes": [
"### If tests fail, try running `yarn upgrade require-extension-hooks-babel require-extension-hooks-vue`"
]
"groupName": "vue-base"
}
]
},
Expand Down
4 changes: 1 addition & 3 deletions themes-default/slim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,13 @@
"mini-css-extract-plugin": "0.5.0",
"nyc": "13.3.0",
"optimize-css-assets-webpack-plugin": "5.0.1",
"require-extension-hooks-babel": "1.0.0-beta.1",
"require-extension-hooks-vue": "2.0.0",
"stylelint": "9.10.1",
"stylelint-config-standard": "18.2.0",
"tablesorter": "2.31.1",
"vue": "2.6.8",
"vue-async-computed": "3.6.1",
"vue-jest": "3.0.4",
"vue-js-toggle-button": "1.3.1",
"vue-js-toggle-button": "1.3.2",
"vue-loader": "15.7.0",
"vue-meta": "1.5.8",
"vue-native-websocket": "2.0.12",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ exports[`ConfigPostProcessing.test.js renders 1`] = `
<toggle-button-stub
height="22"
id="process_automatically"
margin="3"
name="process_automatically"
speed="300"
sync="true"
Expand Down Expand Up @@ -293,6 +294,7 @@ exports[`ConfigPostProcessing.test.js renders 1`] = `
<toggle-button-stub
height="22"
id="postpone_if_sync_files"
margin="3"
name="postpone_if_sync_files"
speed="300"
sync="true"
Expand Down Expand Up @@ -353,6 +355,7 @@ exports[`ConfigPostProcessing.test.js renders 1`] = `
<toggle-button-stub
height="22"
id="postpone_if_no_subs"
margin="3"
name="postpone_if_no_subs"
speed="300"
sync="true"
Expand Down Expand Up @@ -402,6 +405,7 @@ exports[`ConfigPostProcessing.test.js renders 1`] = `
<toggle-button-stub
height="22"
id="rename_episodes"
margin="3"
name="rename_episodes"
speed="300"
sync="true"
Expand Down Expand Up @@ -433,6 +437,7 @@ exports[`ConfigPostProcessing.test.js renders 1`] = `
<toggle-button-stub
height="22"
id="create_missing_show_dirs"
margin="3"
name="create_missing_show_dirs"
speed="300"
sync="true"
Expand Down Expand Up @@ -464,6 +469,7 @@ exports[`ConfigPostProcessing.test.js renders 1`] = `
<toggle-button-stub
height="22"
id="add_shows_wo_dir"
margin="3"
name="add_shows_wo_dir"
speed="300"
sync="true"
Expand Down Expand Up @@ -494,6 +500,7 @@ exports[`ConfigPostProcessing.test.js renders 1`] = `
<toggle-button-stub
height="22"
id="move_associated_files"
margin="3"
name="move_associated_files"
speed="300"
sync="true"
Expand Down Expand Up @@ -557,6 +564,7 @@ exports[`ConfigPostProcessing.test.js renders 1`] = `
<toggle-button-stub
height="22"
id="nfo_rename"
margin="3"
name="nfo_rename"
speed="300"
sync="true"
Expand Down Expand Up @@ -588,6 +596,7 @@ exports[`ConfigPostProcessing.test.js renders 1`] = `
<toggle-button-stub
height="22"
id="airdate_episodes"
margin="3"
name="airdate_episodes"
speed="300"
sync="true"
Expand Down Expand Up @@ -656,6 +665,7 @@ exports[`ConfigPostProcessing.test.js renders 1`] = `
<toggle-button-stub
height="22"
id="unpack"
margin="3"
name="unpack"
speed="300"
sync="true"
Expand Down Expand Up @@ -698,6 +708,7 @@ exports[`ConfigPostProcessing.test.js renders 1`] = `
<toggle-button-stub
height="22"
id="del_rar_contents"
margin="3"
name="del_rar_contents"
speed="300"
sync="true"
Expand Down Expand Up @@ -728,6 +739,7 @@ exports[`ConfigPostProcessing.test.js renders 1`] = `
<toggle-button-stub
height="22"
id="no_delete"
margin="3"
name="no_delete"
speed="300"
sync="true"
Expand Down Expand Up @@ -881,6 +893,7 @@ exports[`ConfigPostProcessing.test.js renders 1`] = `
<toggle-button-stub
height="22"
id="naming_strip_year"
margin="3"
name="naming_strip_year"
speed="300"
sync="true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ exports[`ConfigToggleSlider.test.js renders 1`] = `
<togglebutton-stub
height="22"
id="test-id"
margin="3"
name="test-id"
speed="300"
sync="true"
Expand Down
Loading

0 comments on commit cb489c3

Please sign in to comment.