Skip to content

chore(deps): update devdeps non-major #46

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ownclouders/eslint-config (source) 11.0.6 -> 11.3.4 age adoption passing confidence
@ownclouders/extension-sdk (source) 11.0.6 -> 11.3.3 age adoption passing confidence
@ownclouders/web-client (source) 11.0.6 -> 11.3.4 age adoption passing confidence
@ownclouders/web-pkg (source) 11.0.6 -> 11.3.4 age adoption passing confidence
@types/node (source) 22.10.5 -> 22.15.32 age adoption passing confidence
eslint (source) 9.17.0 -> 9.29.0 age adoption passing confidence
happy-dom 17.4.4 -> 17.6.3 age adoption passing confidence
prettier (source) 3.4.2 -> 3.5.3 age adoption passing confidence
typescript (source) 5.7.3 -> 5.8.3 age adoption passing confidence
vite (source) 6.1.6 -> 6.3.5 age adoption passing confidence
vitest (source) 3.0.9 -> 3.2.4 age adoption passing confidence
vue (source) 3.5.13 -> 3.5.17 age adoption passing confidence
vue-router 4.5.0 -> 4.5.1 age adoption passing confidence
vue-tsc (source) 2.2.0 -> 2.2.10 age adoption passing confidence

Release Notes

owncloud/web (@​ownclouders/eslint-config)

v11.3.4

Compare Source

=======================================
The following sections list the changes in ownCloud web 11.3.4 relevant to
ownCloud admins and users.

Summary

  • Bugfix - Add tag characters limit: #​12474
  • Bugfix - Add src attribute to external app iframe: #​12598

Details

  • Bugfix - Add tag characters limit: #​12474

    We now limit the number of characters in a tag. The limit is configured in the
    capabilities and defaults to 30.

    https://github.com/owncloud/web/pull/12474

  • Bugfix - Add src attribute to external app iframe: #​12598

    This adds the src attribute to the external app iframe using the POST
    request. Some external apps like Collabora and OnlyOffice are using the POST
    requests to load the app with authenticated user. src attribute was in that
    case omitted as it was not necessarily needed. That however introduced a bug
    with permissions propagation. Any custom permissions set on the iframe like
    camera were not propagated to the final website. Adding the src attribute
    should ensure that the permissions are propagated.

    https://github.com/owncloud/web/issues/12121
    https://github.com/owncloud/web/pull/1259898

v11.3.2

Compare Source

=======================================
The following sections list the changes in ownCloud web 11.3.2 relevant to
ownCloud admins and users.

Summary

  • Bugfix - Add missing dependencies to markdown editor: #​12460
  • Bugfix - Hide image upload in markdown editor: #​12460
  • Bugfix - Hide save in markdown editor: #​12460

Details

v11.3.1

Compare Source

=======================================
The following sections list the changes in ownCloud web 11.3.1 relevant to
ownCloud admins and users.

Summary

  • Bugfix - Broken title for public files link: #​12225
  • Bugfix - Disable password protected folders creation inside public links: #​12226
  • Bugfix - Add password policies to password protected folders: #​12240
  • Bugfix - Revert password protected folder creation on error: #​12241
  • Bugfix - Add password generator into password protected folders: #​12270
  • Bugfix - Two spaces are created at the same time when user tries to create a space: #​12297

Details

v11.3.0

Compare Source

=======================================
The following sections list the changes in ownCloud web 11.3.0 relevant to
ownCloud admins and users.

Summary

  • Enhancement - Add psec file icon: #​12104
  • Enhancement - Handle extensions without editor: #​12105
  • Enhancement - Add custom handler to file extensions: #​12109

Details

v11.2.0

Compare Source

=======================================
The following sections list the changes in ownCloud web 11.2.0 relevant to
ownCloud admins and users.

Summary

  • Bugfix - Create password protected folder in personal space: #​12146
  • Bugfix - Do not render default actions in context menu: #​12175
  • Bugfix - Open password protected folder when clicking on its name: #​12177
  • Bugfix - Skip upload dropzone init when files view is missing: #​12178
  • Bugfix - Display shared file versions: #​12194
  • Bugfix - Sanitize content from md-editor-v3: #​12195
  • Bugfix - Enable external shares editing: #​12204
  • Bugfix - Prevent password protected folder move: #​12205
  • Bugfix - Preserve current language in password protected folder view: #​12206
  • Enhancement - Disable resources in delete queue: #​12046
  • Enhancement - Add password protected folders app: #​12137
  • Enhancement - Password protected folder permissions: #​12141
  • Enhancement - Add password protected folders handler: #​12142
  • Enhancement - Control more elements visibility via URL query: #​12142
  • Enhancement - Display default actions in context menu: #​12145
  • Enhancement - Hide password protected folders action: #​12145
  • Enhancement - Hide password protected folders extension: #​12145
  • Enhancement - Recursive folder creation: #​12146
  • Enhancement - Delete password protected folders: #​12152
  • Enhancement - Allow camera in external app iframe: #​12188
  • Enhancement - Add lang URL query parameter: #​12206

Details

v11.1.3

Compare Source

=======================================
The following sections list the changes in ownCloud web 11.1.3 relevant to
ownCloud admins and users.

Summary

Details

v11.1.2

Compare Source

=======================================
The following sections list the changes in ownCloud web 11.1.2 relevant to
ownCloud admins and users.

Summary

Details

v11.1.1

Compare Source

=======================================
The following sections list the changes in ownCloud web 11.1.1 relevant to
ownCloud admins and users.

Summary

  • Bugfix - Optionally access preview app route query: #​12112
  • Bugfix - Change federated share icon: #​12118
  • Bugfix - Improve federated share icon contrast: #​12118
  • Bugfix - Show external share indicator: #​12119

Details

v11.1.0

Compare Source

=======================================
The following sections list the changes in ownCloud web 11.1.0 relevant to
ownCloud admins and users.

Summary

  • Bugfix - Preview app files visibility: #​12040
  • Bugfix - Disable paste action in same folder: #​12044
  • Bugfix - Do not push sidebar close action away: #​12045
  • Bugfix - Update sidebar width on resize: #​12045
  • Bugfix - Use correct breakpoints in sidebar: #​12045
  • Bugfix - Show indirect shares on search page: #​12050
  • Bugfix - Add more padding to input when clear action is visible: #​12055
  • Bugfix - Use local state in sidebar in embed mode: #​12058
  • Bugfix - Change opacity of disabled checkboxes: #​12063
  • Bugfix - Refetch notifications settings on locale change: #​12074
  • Enhancement - Add notifications settings: #​12010
  • Enhancement - Use generic private link error: #​12054

Details

v11.0.7: 11.0.7

Compare Source

Changelog for ownCloud Web 11.0.7 (2025-02-07)
Summary
Details
eslint/eslint (eslint)

v9.29.0

Compare Source

v9.28.0

Compare Source

v9.27.0

Compare Source

v9.26.0

Compare Source

v9.25.1

Compare Source

v9.25.0

Compare Source

v9.24.0

Compare Source

v9.23.0

Compare Source

v9.22.0

Compare Source

v9.21.0

Compare Source

Features
Bug Fixes
  • db5340d fix: update missing plugin message template (#​19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#​19436) (Francesco Trotta)
Documentation
  • c5561ea docs: Update README (GitHub Actions Bot)
  • 80b0485 docs: replace var with let and const in rule example (#​19434) (Tanuj Kanti)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 0636cab docs: Update Eleventy from v2 to v3 (#​19415) (Amaresh S M)
  • dd7d930 docs: Update README (GitHub Actions Bot)
Chores
  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#​19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#​19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#​19448) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#​19402) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#​19439) (Josh Goldberg ✨)
  • 5fd211d test: processors can return subpaths (#​19425) (Milos Djermanovic)

v9.20.1

Compare Source

Bug Fixes

Documentation

  • fe3ccb2 docs: allow typing in search box while dropdown is open (#​19424) (Amaresh S M)
  • 93c78a5 docs: Add instructions for pnpm compat (#​19422) (Nicholas C. Zakas)
  • b476a93 docs: Fix Keyboard Navigation for Search Results (#​19416) (Amaresh S M)
  • ccb60c0 docs: Update README (GitHub Actions Bot)

v9.20.0

Compare Source

Features
  • e89a54a feat: change behavior of inactive flags (#​19386) (Milos Djermanovic)
Bug Fixes
  • 91d4d9f fix: Bring types in sync with @​eslint/core (#​19157) (Nicholas C. Zakas)
  • fa25c7a fix: Emit warning when empty config file is used (#​19399) (Nicholas C. Zakas)
  • 31a9fd0 fix: Clearer error message for wrong plugin format (#​19380) (Nicholas C. Zakas)
  • 61d99e3 fix: Better error message for unserializable parser (#​19384) (Nicholas C. Zakas)
  • db1b9a6 fix: Ensure module scope is checked for references in consistent-this (#​19383) (Nicholas C. Zakas)
  • 8bcd820 fix: arrow-body-style crash with single-token body (#​19379) (Milos Djermanovic)
Documentation
  • b7012c8 docs: rewrite examples wi

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 enabled auto-merge (squash) January 13, 2025 00:55
@renovate renovate bot force-pushed the renovate/devdeps-non-major branch 4 times, most recently from 66dc054 to 813b80e Compare January 20, 2025 20:51
@renovate renovate bot force-pushed the renovate/devdeps-non-major branch 10 times, most recently from 02a6c5e to 3970c16 Compare January 28, 2025 09:27
@renovate renovate bot force-pushed the renovate/devdeps-non-major branch 5 times, most recently from 11553b5 to 7b257e2 Compare February 4, 2025 21:20
@renovate renovate bot force-pushed the renovate/devdeps-non-major branch 7 times, most recently from 858c767 to b56f7a9 Compare February 13, 2025 16:25
@renovate renovate bot force-pushed the renovate/devdeps-non-major branch 2 times, most recently from fce4e30 to 4971c48 Compare February 15, 2025 18:05
@renovate renovate bot force-pushed the renovate/devdeps-non-major branch from 4971c48 to f63662d Compare February 21, 2025 21:35
@renovate renovate bot force-pushed the renovate/devdeps-non-major branch 6 times, most recently from d9c65c4 to 056b6e2 Compare May 23, 2025 07:38
@renovate renovate bot force-pushed the renovate/devdeps-non-major branch 11 times, most recently from 2f72f5f to ff5eed8 Compare June 2, 2025 11:18
@renovate renovate bot force-pushed the renovate/devdeps-non-major branch 6 times, most recently from ee261a0 to 883a4a8 Compare June 9, 2025 16:52
@renovate renovate bot force-pushed the renovate/devdeps-non-major branch 4 times, most recently from 12b9878 to a970506 Compare June 16, 2025 12:04
@renovate renovate bot force-pushed the renovate/devdeps-non-major branch from a970506 to a094593 Compare June 17, 2025 23:06
@renovate renovate bot force-pushed the renovate/devdeps-non-major branch from a094593 to 0f0dfa8 Compare June 18, 2025 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants