chore(deps): update devdeps non-major #106
Open
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.0.6
11.0.4
->11.0.6
11.0.4
->11.0.6
11.0.4
->11.0.6
11.0.4
->11.0.6
1.49.0
->1.49.1
1.0.10
->1.0.11
22.9.1
->22.10.5
12.0.0
->12.3.0
9.15.0
->9.17.0
15.11.6
->15.11.7
2.2.6
->2.3.0
3.3.3
->3.4.2
5.6.3
->5.7.2
11.0.3
->11.0.4
6.0.1
->6.0.7
2.1.5
->2.1.8
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.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.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:
vueuse/vueuse (@vueuse/core)
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
undefined
andnull
when writing value - by @aa-ndrej and @antfu in https://github.com/vueuse/vueuse/issues/4382 (0cc45)initialValue
is getter - by @Mini-ghost and @antfu in https://github.com/vueuse/vueuse/issues/4452 (e6a17)immediate
default value should betrue
- by @phk422 and @antfu in https://github.com/vueuse/vueuse/issues/4232 (0450d)View changes on GitHub
v12.2.0
Compare Source
🚀 Features
symmetric
option - by @wangliangxin, wangliangxin3 and @antfu in https://github.com/vueuse/vueuse/issues/4146 (46fdc)autoConnect
option to align withuseWebSocket
- by @ferferga and @antfu in https://github.com/vueuse/vueuse/issues/4204 (230f8)🐞 Bug Fixes
View changes on GitHub
v12.1.0
Compare Source
🚀 Features
clear
function - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4378 (40265)rootMargin
option - by @dritter and @antfu in https://github.com/vueuse/vueuse/issues/4100 (3a928)writeMode
options - by @ishakhorski, Ivan Shakhorski and @antfu in https://github.com/vueuse/vueuse/issues/4392 (2c972)autoConnect
options to control auto connections on url changes - by @ilyaliao and @antfu in https://github.com/vueuse/vueuse/issues/4417 (05e75)type: visual
option that leveragevisualViewport
- by @huiliangShen and @antfu in https://github.com/vueuse/vueuse/issues/4395 (e78ef)🐞 Bug Fixes
View changes on GitHub
eslint/eslint (eslint)
v9.17.0
Compare Source
v9.16.0
Compare Source
Features
8f70eb1
feat: AddignoreComputedKeys
option insort-keys
rule (#19162) (Milos Djermanovic)Documentation
9eefc8f
docs: fix typos inuse-isnan
(#19190) (루밀LuMir)0c8cea8
docs: switch the order of words inno-unreachable
(#19189) (루밀LuMir)0c19417
docs: add missing backtick tono-async-promise-executor
(#19188) (루밀LuMir)8df9276
docs: add backtick in-0
indescription
ofno-compare-neg-zero
(#19186) (루밀LuMir)7e16e3f
docs: fixcaseSensitive
option's title ofsort-keys
(#19183) (Tanuj Kanti)0c6b842
docs: fix typos inmigration-guide.md
(#19180) (루밀LuMir)353266e
docs: fix a typo indebug.md
(#19179) (루밀LuMir)5ff318a
docs: delete unnecessary horizontal rule(---
) innodejs-api
(#19175) (루밀LuMir)576bcc5
docs: mark more rules as handled by TypeScript (#19164) (Tanuj Kanti)742d054
docs: note thatno-restricted-syntax
can be used with any language (#19148) (Milos Djermanovic)Chores
feb703b
chore: upgrade to@eslint/[email protected]
(#19195) (Francesco Trotta)df9bf95
chore: package.json update for @eslint/js release (Jenkins)f831893
chore: add type forignoreComputedKeys
option ofsort-keys
(#19184) (Tanuj Kanti)3afb8a1
chore: update dependency @eslint/json to ^0.8.0 (#19177) (Milos Djermanovic)1f77c53
chore: addrepository.directory
property topackage.json
(#19165) (루밀LuMir)d460594
chore: update dependency @arethetypeswrong/cli to ^0.17.0 (#19147) (renovate[bot])45cd4ea
refactor: update default options in rules (#19136) (Milos Djermanovic)capricorn86/happy-dom (happy-dom)
v15.11.7
Compare Source
👷♂️ Patch fixes
History.pushState()
andHistory.replaceState()
- By @sohailalam2 in task #1621vuejs/pinia (pinia)
v2.3.0
Compare Source
v2.2.8
Compare Source
v2.2.7
Compare Source
prettier/prettier (prettier)
v3.4.2
Compare Source
diff
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @tats-u)
Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.
U+30A0 can be used as the replacement of the
-
in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).Fix comments print on class methods with decorators (#16891 by @fisker)
Fix non-idempotent formatting (#16899 by @seiyab)
This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.
v3.4.1
Compare Source
diff
Remove unnecessary parentheses around assignment in
v-on
(#16887 by @fisker)<!-- Input --> <template> <button @​click="foo += 2">Click</button> </template> <!-- Prettier 3.4.0 --> <template> <button @​click="(foo += 2)">Click</button> </template> <!-- Prettier 3.4.1 --> <template> <button @​click="foo += 2">Click</button> </template>
v3.4.0
Compare Source
diff
🔗 Release Notes
microsoft/TypeScript (typescript)
v5.7.2
Compare Source
uuidjs/uuid (uuid)
v11.0.4
Compare Source
Bug Fixes
v1()
,v4()
, andv7()
(#845) (e0ee900)vitejs/vite (vite)
v6.0.7
Compare Source
minify
whenbuilder.sharedPlugins: true
(#19025) (f7b1964), closes #19025vite-ignore
attribute for inline script (#19062) (a492253), closes #19062v6.0.6
Compare Source
fetchModule
-side resolve (#18361) (9f10261), closes #18361build.target
(#19047) (0e9e81f), closes #19047Configuration
📅 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.