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 the npm_and_yarn at /. security update group with 1 update #677

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2023

Bumps the npm_and_yarn at /. security update group with 1 update: @nextcloud/vue.

Release notes

Sourced from @​nextcloud/vue's releases.

v8.1.0

v8.1.0 (2023-11-14)

Full Changelog

🚀 Enhancements

🐛 Fixed bugs

Other Changes

  • Update translations

Full Changelog: nextcloud-libraries/nextcloud-vue@v8.0.1...v8.1.0

v8.0.1

What's Changed

🐛 Fixed bugs

Other Changes

Full Changelog: nextcloud-libraries/nextcloud-vue@v8.0.0...v8.0.1

v8.0.0

What's Changed

More information could be found on this tracking issue: nextcloud-libraries/nextcloud-vue#4223

💥 Breaking Changes

... (truncated)

Changelog

Sourced from @​nextcloud/vue's changelog.

v8.1.0 (2023-11-14)

Full Changelog

🚀 Enhancements

🐛 Fixed bugs

Other Changes

  • Update translations

v8.0.1 (2023-11-09)

Full Changelog

🐛 Fixed bugs

Other Changes

v8.0.0 (2023-11-08)

Full Changelog

💥 Breaking changes

  • Update node engines to next LTS (node 20 / npm 9)
  • The deprecated NcMultiselect and NcMultiselectTags components were removed #4281 (susnux)
    • Migration: Use the NcSelect and NcSelectTags components instead
  • The deprecated NcPopoverMenu component was removed #4081 (raimund-schluessler)
    • Migration: Use the NcActions component instead
  • The deprecated NcAppNavigationCounter component was removed #4096 (raimund-schluessler)
    • Migration: Use the NcCounterBubble component instead
  • The deprecated excludeClickOutsideClasses property was removed from clickOutsideOptions #4088 (raimund-schluessler)
    • Migration: Use the excludeClickOutsideSelectors property, which takes an array of css selectors, instead
  • The label property of NcAutoCompleteResult was renamed to title #4222 (susnux)
  • The deprecated title property was removed, every occurrence of title was renamed to name #4106 (raimund-schluessler), #4052 (raimund-schluessler)
    • label property was renamed to name for NcMentionBubble
    • name propery is now required for NcActions*, NcAppNavigationItem and NcBreadcrumb*
    • See linked pull request for full migration guide
  • chore: Drop install entry point and replace it with an Vue Plugin #4349 (susnux)
  • NcInputField: The labelVisible property was removed for accessibility it is required to always show a label. You can still use the labelOutside property to remove the inner label from the component.
  • feat(NcEmptyContent)!: make empty content centered by default instead of 20vh margin #4506 (ShGKme)

... (truncated)

Commits
  • 6ac8859 Merge pull request #4819 from nextcloud-libraries/chore/release-next
  • cc8a4a6 chore: Prepare 8.1.0 release
  • 47201f1 Merge pull request #4815 from nextcloud-libraries/enh/improve-appsidebartabs-...
  • 96e3bc8 Merge pull request #4817 from nextcloud-libraries/enh/4816/fix-single-select
  • 07d287d fix single-select design
  • a72bddd Fix tabs appearance
  • ccd16cb Merge pull request #4814 from nextcloud-libraries/translations_ef429a9836fb49...
  • b08d76d Translate l10n/messages.pot in ar
  • 59752f7 Merge pull request #4813 from nextcloud-libraries/translations_ef429a9836fb49...
  • 6b738b3 Translate l10n/messages.pot in tr
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

… update

Bumps the npm_and_yarn at /. security update group with 1 update: [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue).

- [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@v5.4.0...v8.1.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 14, 2023
@skjnldsv skjnldsv closed this Feb 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 8, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nextcloud/vue-8.1.0 branch February 8, 2024 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant