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

Update nextcloud (stable28) #2239

Open
wants to merge 1 commit into
base: stable28
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nextcloud/auth ^2.2.1 -> ^2.3.0 age adoption passing confidence
@nextcloud/axios ^2.4.0 -> ^2.5.0 age adoption passing confidence
@nextcloud/babel-config ^1.0.0 -> ^1.2.0 age adoption passing confidence
@nextcloud/browserslist-config ^3.0.0 -> ^3.0.1 age adoption passing confidence
@nextcloud/cypress ^1.0.0-beta.7 -> ^1.0.0-beta.8 age adoption passing confidence
@nextcloud/dialogs ^5.2.0 -> ^5.3.1 age adoption passing confidence
@nextcloud/eslint-config ^8.3.0 -> ^8.4.1 age adoption passing confidence
@nextcloud/event-bus ^3.1.0 -> ^3.3.1 age adoption passing confidence
@nextcloud/files ^3.1.0 -> ^3.3.1 age adoption passing confidence
@nextcloud/initial-state ^2.1.0 -> ^2.2.0 age adoption passing confidence
@nextcloud/router ^3.0.0 -> ^3.0.1 age adoption passing confidence
@nextcloud/vue ^8.9.1 -> ^8.12.0 age adoption passing confidence

Release Notes

nextcloud/nextcloud-auth (@​nextcloud/auth)

v2.3.0

Compare Source

Added
  • feat: Use vite for transpiling and vitest for testing
Changed
  • Update NPM version to LTS version 10
  • Bump @​nextcloud/event-bus from 3.1.0 to 3.2.0
  • Updated development dependencies
nextcloud/nextcloud-axios (@​nextcloud/axios)

v2.5.0

Compare Source

Added
  • Export isAxiosError and Axios types - So in most cases you do not need to also depend on vanilla Axios
Fixed
  • fix: Set X-Requested-With header on all requests to avoid browser auth dialogs
Changed
  • Update NPM to v10 for LTS Node version 20
  • Bump axios from 1.5.0 to 1.6.8
  • Bump @​nextcloud/router from 2.1.2 to 3.0.1
  • Bump @​nextcloud/auth from 2.1.0 to 2.3.0
  • Migrate to vite and vitest
  • Adjust badges and links in README
nextcloud/babel-config (@​nextcloud/babel-config)

v1.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: nextcloud-libraries/babel-config@v1.1.1...v1.2.0

v1.1.1

Compare Source

What's Changed

Full Changelog: nextcloud-libraries/babel-config@v1.1.0...v1.1.1

v1.1.0

Compare Source

What's Changed

Full Changelog: nextcloud-libraries/babel-config@v1.0.0...v1.1.0

nextcloud/browserslist-config (@​nextcloud/browserslist-config)

v3.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: nextcloud-libraries/browserslist-config@v3.0.0...v3.0.1

nextcloud/nextcloud-cypress (@​nextcloud/cypress)

v1.0.0-beta.8

Compare Source

Enhancements ✨

  • feat: Improve usability of dockerode wrapper by @​susnux in https://github.com/nextcloud-libraries/nextcloud-cypress/pull/486
    • Export getContainer and getContainerName functions This can be used to e.g. create the runOCC cypress command
    • Make the container name dependent on the current app to prevent issues when reusing containers
    • Allow to pass options for container creation to the startNextcloud function
      forceRecreate to not reuse any container but force creating a new one
      mounts to allow binding other directories to the container (e.g. server config)

Bugfixes 🐛

Changed

  • Dependency updates
nextcloud-libraries/nextcloud-dialogs (@​nextcloud/dialogs)

v5.3.1

Compare Source

Full Changelog

Fixes
  • fix: Close actions after creating directory and enter it automatically #​1302 (susnux)
  • fix: Fix incorrect directory contents when navigating quickly #​1299 (Pytal)
Changed
  • Dependency updates

v5.3.0

Compare Source

Full Changelog

Enhancements
  • feat: Provide generic dialogs previously provided by OC.dialogs #​1297 (susnux)
Changed
  • Updated development dependencies

v5.2.1

Compare Source

Full Changelog

Fixed bug
  • fix(FilePicker): Request all default file props (incl. file id) #​1287 (susnux)
Changed
  • Updated translations
  • Updated development dependencies
  • chore(deps): Bump @​nextcloud/files from 3.1.0 to 3.1.1
  • chore(deps): Bump webdav from 5.4.0 to 5.5.0
nextcloud-libraries/eslint-config (@​nextcloud/eslint-config)

v8.4.1

Compare Source

Full Changelog

Fixes
Changed

v8.4.0

Compare Source

Features
  • Vue 3 support: There is a new sub-configuration for projects using Vue 3
nextcloud/nextcloud-event-bus (@​nextcloud/event-bus)

v3.3.1

Compare Source

Fixed
  • fix: Do not include declarations for private globals in distribution #​772 (susnux)
Changed
  • chore: Add license information to files and add REUSE workflow #​773 (susnux)

v3.3.0

Compare Source

Added
  • feat: Allow to fully type events by extending the NextcloudEvents interface #​755 (susnux)
Fixed
  • fix(readme): update engine requirements according to package.json #​754 (AaronActu)
  • fix(docs): Adjust invalid example for typed events #​763 (susnux)
Changed
  • feat: Add ESLint for linting and prettier for formatting #​759 (susnux)
  • feat: Migrate to vite for building and vitest for testing #​758 (susnux)

v3.2.0

Compare Source

Changed
Dependencies
nextcloud-libraries/nextcloud-files (@​nextcloud/files)

v3.3.1

Compare Source

Full Changelog: nextcloud-libraries/nextcloud-files@v3.3.0...v3.3.1

Fixed

v3.3.0

Compare Source

Added
Fixed
Changed
Dependencies

Full Changelog: nextcloud-libraries/nextcloud-files@v3.2.1...v3.3.0

v3.2.1

Compare Source

Changed
  • fix: Update NPM version to LTS version 10
  • Updated development dependencies

v3.2.0

Compare Source

Full Changelog: nextcloud-libraries/nextcloud-files@v3.1.1...v3.2.0

Enhancements

v3.1.1

Compare Source

Fixed
Changed
  • Update @nextcloud/router from 2.2.1 to 3.0.0
  • Update webdav from 5.3.2 to 5.4.0
nextcloud/nextcloud-initial-state (@​nextcloud/initial-state)

v2.2.0

Compare Source

Changed
  • Update NPM version to LTS v10
  • Migrate to Vite for building and Vitest for testing
  • Lint files using ESLint (+ add CI workflow) and move to all Typescript
  • Add tests and code coverage badge to README
nextcloud-libraries/nextcloud-router (@​nextcloud/router)

v3.0.1

Compare Source

Full Changelog

Fixed
Changed
nextcloud-libraries/nextcloud-vue (@​nextcloud/vue)

v8.12.0

Compare Source

Full Changelog

🚀 Enhancements
  • feat(NcAppNavigationCaption): Allow to set heading level #​5567 (susnux)
  • feat(NcAppNavigationCaption): Add heading-id prop to allow setting the ID on the caption itself #​5565 (susnux)
  • feat(NcAppSidebar): Allow to set open state to prevent focus trap issues on mobile #​5584 (susnux)
🐛 Fixed bugs
Other Changes

v8.11.3

Compare Source

Full Changelog

v8.11.2

Compare Source

Full Changelog


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels Mar 16, 2024
@renovate renovate bot requested a review from skjnldsv March 16, 2024 07:37
@renovate renovate bot changed the title fix(deps): update dependency @nextcloud/vue to ^8.11.0 (stable28) fix(deps): update dependency @nextcloud/vue to ^8.11.1 (stable28) Mar 21, 2024
@renovate renovate bot force-pushed the renovate/stable28-nextcloud branch 2 times, most recently from e8bf338 to 071807c Compare March 22, 2024 16:14
@renovate renovate bot changed the title fix(deps): update dependency @nextcloud/vue to ^8.11.1 (stable28) fix(deps): update nextcloud (stable28) Mar 22, 2024
@renovate renovate bot force-pushed the renovate/stable28-nextcloud branch 5 times, most recently from 68dfa3e to d0dab00 Compare April 16, 2024 11:10
@renovate renovate bot changed the title fix(deps): update nextcloud (stable28) chore(deps): update nextcloud (stable28) Apr 16, 2024
@renovate renovate bot force-pushed the renovate/stable28-nextcloud branch 3 times, most recently from cd6005e to 3398887 Compare April 22, 2024 17:46
@renovate renovate bot changed the title chore(deps): update nextcloud (stable28) fix(deps): update nextcloud (stable28) Apr 22, 2024
@renovate renovate bot force-pushed the renovate/stable28-nextcloud branch 4 times, most recently from b24d57d to 735be4a Compare April 29, 2024 11:01
@renovate renovate bot force-pushed the renovate/stable28-nextcloud branch 2 times, most recently from 4eaafe1 to a98411e Compare April 30, 2024 11:33
@renovate renovate bot force-pushed the renovate/stable28-nextcloud branch from a98411e to ce7cb18 Compare May 7, 2024 14:39
@renovate renovate bot force-pushed the renovate/stable28-nextcloud branch 4 times, most recently from a8372b3 to ff458ce Compare May 22, 2024 11:15
@renovate renovate bot force-pushed the renovate/stable28-nextcloud branch from ff458ce to 5105c9c Compare May 22, 2024 23:14
@renovate renovate bot changed the title fix(deps): update nextcloud (stable28) Update nextcloud (stable28) May 25, 2024
@renovate renovate bot changed the title Update nextcloud (stable28) fix(deps): update nextcloud (stable28) May 27, 2024
@renovate renovate bot force-pushed the renovate/stable28-nextcloud branch from 5105c9c to 461d848 Compare May 27, 2024 22:35
@renovate renovate bot changed the title fix(deps): update nextcloud (stable28) Update nextcloud (stable28) May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants