chore(deps): update devdeps non-major #106
Open
+714
−699
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
11.0.4
->11.1.2
11.0.4
->11.1.2
11.0.4
->11.1.2
11.0.4
->11.1.2
11.0.4
->11.1.2
1.49.0
->1.50.0
1.0.10
->1.0.11
22.9.1
->22.12.0
4.3.1
->4.4.1
3.3.0
->3.13.1
12.0.0
->12.5.0
9.15.0
->9.19.0
15.11.6
->15.11.7
8.0.1
->8.1.0
2.2.6
->2.3.1
3.3.3
->3.4.2
6.13.1
->6.14.0
5.6.3
->5.7.3
11.0.3
->11.0.5
3.0.2
->3.0.4
4.4.5
->4.5.0
2.1.10
->2.2.0
3.23.8
->3.24.1
Release Notes
owncloud/web (@ownclouders/eslint-config)
v11.1.2
: 11.1.2Compare Source
Changelog for ownCloud Web 11.1.2 (2025-01-27)
Summary
Details
Bugfix - Rename ScienceMesh: #10891
We've renamed ScienceMesh in German locale to prevent confusion among
non-science community.
https://github.com/owncloud/ocis/issues/10891
v11.1.1
Compare Source
=======================================
The following sections list the changes in ownCloud web 11.1.1 relevant to
ownCloud admins and users.
Summary
Details
Bugfix - Optionally access preview app route query: #12112
We've fixed an issue where loading of preview app would fail due to missing
route query. The route query is now accessed optionally meaning even when it
undefined, the app still loads as expected.
https://github.com/owncloud/web/issues/12108
https://github.com/owncloud/web/issues/121062https://github.com/owncloud/web/pull/12112ll/12112
Bugfix - Change federated share icon: #12118
We've changed the icon we are using for federated shares in the Shared with
others list from "cloud" into "earth".
https://github.com/owncloud/web/issues/12117
https://github.com/owncloud/web/pull/121182118
Bugfix - Improve federated share icon contrast: #12118
We've made the color of the federated share icon slightly lighter in order to
have a sufficient contrast compared to the icon background.
https://github.com/owncloud/web/issues/12117
https://github.com/owncloud/web/pull/121182118
Bugfix - Show external share indicator: #12119
We've fixed the condition that was preventing the external share indicator from
showing up when a permissions indicator was visible.
https://github.com/owncloud/web/issues/12117
https://github.com/owncloud/web/pull/121192119
v11.1.0
Compare Source
=======================================
The following sections list the changes in ownCloud web 11.1.0 relevant to
ownCloud admins and users.
Summary
Details
Bugfix - Preview app files visibility: #12040
We've fixed the issue with displaying hidden files when user open a file in
preview app in "Shared with me" list. The
q_share-visibility
query param isnow passed to the app so that if a user opens a file while listing "visible
shares", the preview app will allow moving only to another visible files. When
the
q_share-visibility
query param is set tohidden
(i.e. user is listing"hidden shares"), the preview app will allow moving only to another hidden
files.
https://github.com/owncloud/web/issues/11883
https://github.com/owncloud/web/pull/120402040
Bugfix - Disable paste action in same folder: #12044
We've fixed the state of the "paste files" action when copied resources are from
the same folder. The button will be disabled in such case and a tooltip with
explanation message displayed.
https://github.com/owncloud/web/issues/12021
https://github.com/owncloud/web/pull/120442044
Bugfix - Do not push sidebar close action away: #12045
We've fixed an issue with the sidebar close action which was pushed away when
zooming. The layout of the screen was not adjusting the size and shifted the
whole sidebar off the screen. We set a fixed width of 100% - sidebar width to
prevent this.
https://github.com/owncloud/web/issues/11536
https://github.com/owncloud/web/pull/120452045
Bugfix - Update sidebar width on resize: #12045
We've fixed an issue where the width of the sidebar was updated only when
opening it. We added a resize event handler to the window object so that we can
react to it and update the width accordingly.
https://github.com/owncloud/web/pull/12045
Bugfix - Use correct breakpoints in sidebar: #12045
We've set the correct breakpoint used for setting width of the sidebar so that
it matches the breakpoint in app wrapper.
https://github.com/owncloud/web/pull/12045
Bugfix - Show indirect shares on search page: #12050
We've fixed an issue where the indirect shares of resources were not displayed
in the sidebar when user is on search page.
https://github.com/owncloud/web/issues/10939
https://github.com/owncloud/web/pull/120502050
Bugfix - Add more padding to input when clear action is visible: #12055
We've fixed the issue where the clear action of the text input would overlap the
text entered into the input. When the clear action becomes visible, the right
padding of the input will be increased by the size of the clear action.
https://github.com/owncloud/web/issues/11543
https://github.com/owncloud/web/pull/120552055
Bugfix - Use local state in sidebar in embed mode: #12058
We've fixed an issue where the sidebar would be overlapping the content of embed
mode iframe when opened due to shared local storage. We now use own local state
for the sidebar in embed mode instead of relying on the local storage.
https://github.com/owncloud/web/issues/11875
https://github.com/owncloud/web/pull/120582058
Bugfix - Change opacity of disabled checkboxes: #12063
We've fixed an issue where disabled checkbox was not clearly distinguishable
from enabled ones by lowering it's opacity.
https://github.com/owncloud/web/issues/12060
https://github.com/owncloud/web/pull/120632063
Bugfix - Refetch notifications settings on locale change: #12074
We've fixed an issue where the notification settings section did not update any
strings when users changed their locale. The settings bundle is now fetched
again when locale changes to make sure that the oCIS server can return strings
in the correct locale.
https://github.com/owncloud/web/issues/12064
https://github.com/owncloud/web/pull/120742074
Enhancement - Add notifications settings: #12010
We've added a new notifications settings section into the account screen. This
section allows users to configure what notifications they wish to receive either
in-app or via email, when to receive email notifications, and drops the previous
notifications toggle.
https://github.com/owncloud/web/issues/9248
https://github.com/owncloud/web/pull/120102010
Enhancement - Use generic private link error: #12054
We've added a more generic error message to the unavailable private links as the
previous message was confusing.
https://github.com/owncloud/web/issues/12009
https://github.com/owncloud/web/pull/120542054
v11.0.6
Compare Source
=======================================
The following sections list the changes in ownCloud web 11.0.6 relevant to
ownCloud admins and users.
Summary
driveType
"project" as space in sidebar: #12000Details
Bugfix - OCM invite flow: #11992
We've fixed the OCM invite flow and made it more user-friendly.
https://github.com/owncloud/web/issues/11983
https://github.com/owncloud/web/pull/119921992
Bugfix - Change search scope without search term: #11997
We've fixed the change of search scope on search page when there is no search
term entered.
https://github.com/owncloud/web/issues/11982
https://github.com/owncloud/web/pull/119971997
Bugfix - Do not load version when sidebar is closed: #11998
We've fixed the the loading of file versions which was triggered even when
sidebar was closed. File version will now be loaded only when the sidebar is
opened.
https://github.com/owncloud/web/issues/11979
https://github.com/owncloud/web/pull/119981998
Bugfix - Use only space resource with
driveType
"project" as space in sidebar: #12000We've fixed the issue where any selected resource got passed to the sidebar as a
space in Spaces page. Now only space resource with
driveType
"project" will bepassed as a space.
https://github.com/owncloud/web/issues/11978
https://github.com/owncloud/web/pull/120002000
Bugfix - OCM share editing: #12002
We've fixed a bug where OCM shares could be edited although the server does not
support it.
https://github.com/owncloud/web/issues/11991
https://github.com/owncloud/web/pull/120022002
Bugfix - OCM share recipient issuer: #12002
We've fixed a bug where the issuer for OCM shares was missing in the invite
input field.
https://github.com/owncloud/web/issues/11972
https://github.com/owncloud/web/pull/120022002
Bugfix - Missing activities on Shared with me page: #12008
We've added the missing activities on the Shared with me page.
https://github.com/owncloud/web/pull/12008
Bugfix - Sidebar file info for shares: #12010
We've fixed a bug some file info regarding size an shares was missing in the
right sidebar when opening an incoming share via an editor.
https://github.com/owncloud/web/pull/12010
Bugfix - Show missing role name in link share panel: #12012
We've fixed a bug where the role name was missing in the link share panel.
https://github.com/owncloud/web/pull/12012
Bugfix - Missing translations for share type filters: #12013
We've fixed a bug, where the translations for the share type filters were
missing. This was the case for the "Shared with me" and "Shared with others"
page.
https://github.com/owncloud/web/pull/12013
Bugfix - Permanent link for shares: #12022
We've fixed an issue where the permanent for shares could not be copied.
https://github.com/owncloud/web/issues/12001
https://github.com/owncloud/web/pull/120222022
v11.0.5
Compare Source
=======================================
The following sections list the changes in ownCloud web 11.0.5 relevant to
ownCloud admins and users.
Summary
Details
Bugfix - Preview app Shared with me page: #11883
We fixed navigation issues with the preview app on the Shared with me page.
https://github.com/owncloud/web/issues/11883
https://github.com/owncloud/web/pull/119471947
Bugfix - Export request ID when delete fails: #11951
We've fixed a bug where the request ID was not exposed to the error message when
a delete operation failed.
https://github.com/owncloud/web/issues/11925
https://github.com/owncloud/web/pull/119511951
microsoft/playwright (@playwright/test)
v1.50.0
Compare Source
Test runner
New option
timeout
allows specifying a maximum run time for an individual test step. A timed-out step will fail the execution of the test.New method test.step.skip() to disable execution of a test step.
Expanded expect(locator).toMatchAriaSnapshot() to allow storing of aria snapshots in separate YAML files.
Added method expect(locator).toHaveAccessibleErrorMessage() to assert the Locator points to an element with a given aria errormessage.
Option testConfig.updateSnapshots added the configuration enum
changed
.changed
updates only the snapshots that have changed, whereasall
now updates all snapshots, regardless of whether there are any differences.New option testConfig.updateSourceMethod defines the way source code is updated when testConfig.updateSnapshots is configured. Added
overwrite
and3-way
modes that write the changes into source code, on top of existingpatch
mode that creates a patch file.npx playwright test --update-snapshots=changed --update-source-method=3way
Option testConfig.webServer added a
gracefulShutdown
field for specifying a process kill signal other than the defaultSIGKILL
.Exposed testStep.attachments from the reporter API to allow retrieval of all attachments created by that step.
UI updates
canvas
content in traces is error-prone. Display is now disabled by default, and can be enabled via theDisplay canvas content
UI setting.Call
andNetwork
panels now display additional time information.Breaking
<input>
,<select>
, or a number of other editable elements.all
, rather than only the failed/changed snapshots. Use the new enumchanged
to keep the old functionality of only updating the changed snapshots.Browser Versions
This version was also tested against the following stable channels:
v1.49.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/33802 - [Bug]: Codegen's Clear button doesn't work if not recordinghttps://github.com/microsoft/playwright/issues/338066 - [Bug]: playwright hangs while waiting for pending navigationhttps://github.com/microsoft/playwright/issues/3378787 - [Bug]: VSC extension isn't capturing all entered tehttps://github.com/microsoft/playwright/issues/33788788 - [Regression]: Double clicking the steps in trace viewer doesn't filter actihttps://github.com/microsoft/playwright/issues/337723772 - [Bug]: aria_snapshot generates invalid yaml when combined with an aria-label attrhttps://github.com/microsoft/playwright/issues/3379133791 - [Bug]: text input with number value raises "container is not iterable" with to_match_aria_snahttps://github.com/microsoft/playwright/issues/33644/33644 - [Bug]: getByRole can't find element with the accessible name from label element when aria-labelledby is nothttps://github.com/microsoft/playwright/issues/33660s/33660 - [Regression]: Unable to open Playwright UI in Dark Mode
Browser Versions
This version was also tested against the following stable channels:
transloadit/uppy (@uppy/core)
v4.4.1
Compare Source
Released: 2024-09-30
v4.4.0
Compare Source
Released: 2024-09-20
v4.3.2
Compare Source
vueuse/vueuse (@vueuse/core)
v12.5.0
Compare Source
🚀 Features
useEventListener
where it was not being used - by @ferferga in https://github.com/vueuse/vueuse/issues/4479 (c6c6e)afterFetch
andonFetchError
- by @tolking and Anthony Fu in https://github.com/vueuse/vueuse/issues/4499 (98a83)🐞 Bug Fixes
View changes on GitHub
v12.4.0
Compare Source
🚀 Features
isModified
- by @pkc918 and @antfu in https://github.com/vueuse/vueuse/issues/4470 (6018c)🐞 Bug Fixes
View changes on GitHub
v12.3.0
Compare Source
🚀 Features
useActiveElement
useElementHover
- by @ben-lau and @antfu in https://github.com/vueuse/vueuse/issues/4410 (08cf5)toValue
from@vueuse/shared
in favor of Vue's native - by @antfu (59f75)vElementBounding
- by @pkc918 in https://github.com/vueuse/vueuse/issues/4436 (67a9c)vMouseInElement
- by @pkc918 in https://github.com/vueuse/vueuse/issues/4438 (34be5)onPressed
andonReleased
as options - by @OrbisK in https://github.com/vueuse/vueuse/issues/4425 (a123a)method
support custom function - by @btea and @antfu in https://github.com/vueuse/vueuse/issues/4441 (635bb)useScroll
under the hood - by @OrbisK and @antfu in https://github.com/vueuse/vueuse/issues/4424 (a033e)🐞 Bug Fixes
Configuration
📅 Schedule: Branch creation - "* 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.
This PR was generated by Mend Renovate. View the repository job log.