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

Chore(deps): Bump @nextcloud/vue from 8.0.0-beta.10 to 8.0.1 #1712

Merged
merged 2 commits into from
Nov 11, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Chore(deps): Bump @nextcloud/vue from 8.0.0-beta.10 to 8.0.1
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.0.0-beta.10 to 8.0.1.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-vue@v8.0.0-beta.10...v8.0.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Nov 11, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 0ccff19a747201b0686bbb2e4a5d6f513590a2c3
16 changes: 7 additions & 9 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
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
"@nextcloud/moment": "^1.2.2",
"@nextcloud/notify_push": "^1.1.3",
"@nextcloud/router": "^2.2.0",
"@nextcloud/vue": "^8.0.0-beta.10",
"@nextcloud/vue": "^8.0.1",
"@nextcloud/vue-richtext": "^2.0.4",
"howler": "^2.2.4",
"v-click-outside": "^3.2.0",

Unchanged files with check annotations Beta

emit('notifications:action:executed', event)
try {
$('body').trigger(new $.Event('OCA.Notification.Action', {

Check warning on line 130 in src/Components/Action.vue

GitHub Actions / NPM lint

The global property or function $ was deprecated in Nextcloud 19.0.0

Check warning on line 130 in src/Components/Action.vue

GitHub Actions / NPM lint

The global property or function $ was deprecated in Nextcloud 19.0.0
notification: this.$parent,
action: {
url: this.link,
import Action from './Action.vue'
import { generateOcsUrl, generateFilePath } from '@nextcloud/router'
import moment from '@nextcloud/moment'
import RichText from '@nextcloud/vue-richtext'

Check warning on line 90 in src/Components/Notification.vue

GitHub Actions / NPM lint

Using exported name 'RichText' as identifier for default export
import DefaultParameter from './Parameters/DefaultParameter.vue'
import File from './Parameters/File.vue'
import User from './Parameters/User.vue'
},
mounted() {
this._$el = $(this.$el)

Check warning on line 249 in src/Components/Notification.vue

GitHub Actions / NPM lint

The global property or function $ was deprecated in Nextcloud 19.0.0
// Parents: TransitionGroup > Transition > HeaderMenu
if (typeof this.$parent.$parent.$parent.showBrowserNotifications === 'undefined') {
mounted() {
this.tabId = OC.requestToken || ('' + Math.random())
this._$icon = $(this.$refs.icon)

Check warning on line 215 in src/NotificationsApp.vue

GitHub Actions / NPM lint

The global property or function $ was deprecated in Nextcloud 19.0.0
this._oldcount = 0
// Bind the button click event
console.debug('Registering notifications container as a menu')
OC.registerMenu($(this.$refs.button), $(this.$refs.container), undefined, true)

Check warning on line 220 in src/NotificationsApp.vue

GitHub Actions / NPM lint

The global property or function $ was deprecated in Nextcloud 19.0.0

Check warning on line 220 in src/NotificationsApp.vue

GitHub Actions / NPM lint

The global property or function $ was deprecated in Nextcloud 19.0.0
this.checkWebNotificationPermissions()