Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into mainteance/reesta…
Browse files Browse the repository at this point in the history
…blish-tests

Signed-off-by: Christian Wolf <github@christianwolf.email>
  • Loading branch information
christianlupus committed May 21, 2022
2 parents c739444 + 942c91d commit 6662607
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 34 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,7 @@
[#1000](https://github.com/nextcloud/cookbook/pull/1000) @seyfeb
- Reenable the fixup action after deprecation in central repository
[#1012](https://github.com/nextcloud/cookbook/pull/1012) @christianlupus
- Update eslint-plugin-vue

### Documentation
- Add documentation on updates of the API endpoints
Expand Down
83 changes: 50 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -51,7 +51,7 @@
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^8.0.3",
"eslint-plugin-vue": "^9.0.1",
"prettier": "^2.2.1",
"stylelint": "^14.5.3",
"stylelint-config-idiomatic-order": "^8.1.0",
Expand Down
1 change: 1 addition & 0 deletions src/components/AppInvalidGuest.vue
Expand Up @@ -30,6 +30,7 @@ import AppContent from "@nextcloud/vue/dist/Components/AppContent"
export default {
name: "InvalidGuest",
components: {
// eslint-disable-next-line vue/no-reserved-component-names
Content,
AppContent,
},
Expand Down
1 change: 1 addition & 0 deletions src/components/AppMain.vue
Expand Up @@ -24,6 +24,7 @@ export default {
AppContent,
AppControls,
AppNavi,
// eslint-disable-next-line vue/no-reserved-component-names
Content,
},
watch: {
Expand Down

0 comments on commit 6662607

Please sign in to comment.