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

fix(deps): update nextcloud (stable29) #2455

Merged
merged 2 commits into from
Sep 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nextcloud/auth ^2.2.1 -> ^2.4.0 age adoption passing confidence
@nextcloud/axios ^2.4.0 -> ^2.5.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.7 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.1 -> ^3.8.0 age adoption passing confidence
@nextcloud/initial-state ^2.1.0 -> ^2.2.0 age adoption passing confidence
@nextcloud/paths ^2.1.0 -> ^2.2.1 age adoption passing confidence
@nextcloud/router ^3.0.0 -> ^3.0.1 age adoption passing confidence
@nextcloud/typings ^1.8.0 -> ^1.9.1 age adoption passing confidence
@nextcloud/vite-config ^1.2.2 -> ^1.4.2 age adoption passing confidence
@nextcloud/vue ^8.11.1 -> ^8.17.1 age adoption passing confidence

Release Notes

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

v2.4.0

Compare Source

Added
  • feat: Add CSP nonce handling (getCSPNonce)
  • feat: add guest nickname handling
Changed
  • Add SPDX headers
  • docs: Fix link to online docs
  • test: Add missing tests for request token
  • chore(deps): Bump @​nextcloud/event-bus to 3.3.1
  • Updated development dependencies

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/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.7

Compare Source

What's Changed

Full Changelog: nextcloud-libraries/nextcloud-dialogs@v5.3.6...v5.3.7

v5.3.6

Compare Source

5.3.6

Full Changelog

Breaking

In v5.3.3 breaking changes were introduced as it dropped support for Nextcloud 28 and older on public shares.
This reverts the changes to the DAV handling, for Nextcloud 29+ please use the now released version v6.0.0+.

Changed

v5.3.5

Compare Source

Full Changelog

Fixed
  • fix(FilePicker): Cleanup DAV handling and properly handle currentFolder #​1378 (susnux)
Changed

v5.3.4

Compare Source

Full Changelog

Fixed
  • fix(FilePicker): Forward update of currentPath to navigatedPath #​1370 (susnux)
Changed
  • chore(deps-dev): Bump sass to 1.77.6
  • chore(deps-dev): Bump @​nextcloud/vite-config to 1.3.0
  • chore(deps-dev): Bump happy-dom to 14.12.3
  • chore(deps-dev): Bump typedoc to 0.26.0
  • chore(deps-dev): Bump typescript to 5.5.2

v5.3.3

Compare Source

Full Changelog

Fixed
  • fix: Use shallowRef instead of shallowReactive because Vue 2 limitation
  • fix: Prevent invalid range for skeleton number
Changed
  • refactor: @nextcloud/files is now aware of public shares also now have @nextcloud/sharing #​1361 (susnux)
  • refactor: Use sorting function from files library
  • Add SPDX header #​1354 (AndyScherzinger)
  • chore(deps-dev): Bump braces from 3.0.2 to 3.0.3
  • chore(deps): Bump @​vueuse/core from 10.10.0 to 10.11.0
  • chore(deps-dev): Bump sass from 1.77.4 to 1.77.5
  • chore(deps-dev): Bump vite from 5.2.13 to 5.3.1

v5.3.2

Compare Source

Full Changelog

Fixed
Changed

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.8.0

Compare Source

Full changelog

v3.7.0

Compare Source

Full changelog

Added
Fixed
Changed

v3.6.0

Compare Source

Full Changelog

Added
  • feat(filename): Improve filename validation to support Nextcloud 30 capabilities #​1013 (susnux)
  • feat(node): Add displayname as top level attribute #​1019 (susnux)
Fixed
Changed

v3.5.1

Compare Source

Full Changelog: nextcloud-libraries/nextcloud-files@v3.5.0...v3.5.1

Fixed
  • fix davResultToNode on public shares (#​993)
  • fix: make davRootPath and davRemoteURL support public shares (#​996)
  • fix(dav): Add displayname and creationdate to default props (#​991)
  • fix(sorting): The display name attribute is called displayname not displayName for DAV (#​992)
Changed
  • chore(deps-dev): Bump ws from 8.17.0 to 8.17.1
  • chore: Update development dependencies

v3.5.0

Compare Source

Full Changelog: nextcloud-libraries/nextcloud-files@v3.4.1...v3.5.0

Added
  • feat: Add filename util getUniqueName to generate a unique name (#​986)
  • feat: Export public interfaces of Node, File and Folder (#​976)
  • feat(navigation): Allow to listen for active navigation changes (#​987)
Fixed
  • fix(dav): Set status in davResultToNode when fileid is negative (#​985)
  • fix: When sorting by filename the extension should only be considered if the basename is equal (#​984)
Changed
  • Add SPDX headers (#​980)
  • Updated development dependencies

v3.4.1

Compare Source

Full Changelog: nextcloud-libraries/nextcloud-files@v3.4.0...v3.4.1

Fixed
Changed

v3.4.0

Compare Source

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

Added
Fixed
Changed

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
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-paths (@​nextcloud/paths)

v2.2.1

Compare Source

Fixed
  • fix: Correctly setup Typescript root to emit declarations

v2.2.0

Compare Source

Fixed
  • fix: Adjust package.json to make build:doc work again and fix incorrect URL
  • fix: Add example of joinPaths to README, remove non existing travis
Changed
  • Dependency updates
  • Update npm and node engines versions to current LTS
  • chore: Migrate to use Vite - drop Babel and Jest
  • ci: Update workflows from organization
nextcloud-libraries/nextcloud-router (@​nextcloud/router)

v3.0.1

Compare Source

Full Changelog

Fixed
Changed
nextcloud/nextcloud-typings (@​nextcloud/typings)

v1.9.1

Compare Source

Fixed
  • fix: Add missing types for OCP.Files.Router
  • fix: Use Typescript source files for types
  • fix: Add missing types for confirmation dialogs

v1.9.0

Compare Source

Added
  • feat: Add type information for Nextcloud 29
Fixed
  • fix: Do not depend on vue or vue-router for the public interface of OC.Files.Router
  • fix: Add types for missing OC constants
Changed
  • chore(deps-dev): Bump typescript to 5.5.2
  • chore(deps-dev): Bump braces 3.0.3
nextcloud/nextcloud-vite-config (@​nextcloud/vite-config)

v1.4.2

Compare Source

What's Changed

Full Changelog: nextcloud-libraries/nextcloud-vite-config@v1.4.1...v1.4.2

v1.4.1

Compare Source

What's Changed

Full Changelog: nextcloud-libraries/nextcloud-vite-config@v1.4.0...v1.4.1

v1.4.0

Compare Source

v1.4.0 (2024-08-05)

Added
  • [stable1] feat(EmptyJSDirPlugin): Allow to specify other directories to clear #​242
  • [stable1] feat: Add REUSE license plugin to extract license information for built assets #​276
Fixed
  • [stable1] perf(CSSEntryPointsPlugin): Only visit chunks once per entry point #​241
  • [stable1] fix(appconfig): cssCodeSplit is enabled by default so handle CSS entries #​244
  • [stable1] fix: Revert chunkFileNames to include hash #​275
Changed
  • [stable1] chore: Update workflows from templates
  • chore(deps): Bump rollup-plugin-license to 3.4.1
  • chore(deps): Bump rollup-plugin-license to 3.5.1
  • chore(deps): Bump rollup-plugin-license to 3.5.2
  • chore(deps): Bump magic-string to 0.30.11
nextcloud-libraries/nextcloud-vue (@​nextcloud/vue)

v8.17.1

Compare Source

Full Changelog

🐛 Fixed bugs

v8.17.0

Compare Source

Full Changelog

🚀 Enhancements
  • feat(NcButton): Allow to specify target attribute for buttons with href #​5938 (mejo-)
  • feat(NcDialog): Allow to make the dialog a form #​5932 (susnux)
  • feat(NcListItem): allow to control the display of a three dot menu #​5980 (DorraJaouad)
  • feat(NcCounterBubble): add count prop for humanized count display #​5863 (ShGKme)
  • feat(useHotKey): add composable for keyboard shortcuts #​5899 (Antreesy)
🐛 Fixed bugs
  • fix(NcActions): Role menu needs a label assigned so label by trigger #​5933 (susnux)
  • fix(NcListItem): Adjust icon color when the list item is active #​5936 (susnux)
  • fix(NcCounterBubble): make it perfectly aligned circle #​5948 (ShGKme)
  • fix(NcAvatar): extend variable size of status icons #​5959 (Antreesy)
  • fix(NcActions): NcActionCheckbox and NcActionRadio icon alignment #​5958 (GretaD)
  • fix(NcCheckboxRadioSwitch): adjust to new border radius #​5974 (ShGKme)
  • fix: use --header-height instead of 50px constant #​5973 (ShGKme)
  • fix(NcAppSettingsDialog): Adjust navigation entries to match Nextcloud 30 design #​5963 (susnux)
  • fix(NcAppNavigationCaption): make name ellipsize #​5982 ([GVodyanov](https://redire

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels Sep 4, 2024
@renovate renovate bot requested a review from skjnldsv September 4, 2024 15:30
@skjnldsv
Copy link
Member

skjnldsv commented Sep 4, 2024

will adjust 🥲

@skjnldsv skjnldsv merged commit 9867218 into stable29 Sep 4, 2024
32 checks passed
@skjnldsv skjnldsv deleted the renovate/stable29-nextcloud branch September 4, 2024 16:01
@blizzz blizzz mentioned this pull request Sep 4, 2024
3 tasks
@szaimen szaimen added this to the Nextcloud 29.0.7 milestone Sep 13, 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.

2 participants