From f4de67f5de991cef55502fa202dc0f7fe7cdebe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 06:24:45 +0000 Subject: [PATCH 1/2] chore(deps): bump @nextcloud/auth from 2.5.2 to 2.5.3 Bumps [@nextcloud/auth](https://github.com/nextcloud/nextcloud-auth) from 2.5.2 to 2.5.3. - [Release notes](https://github.com/nextcloud/nextcloud-auth/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-auth/compare/v2.5.2...v2.5.3) --- updated-dependencies: - dependency-name: "@nextcloud/auth" dependency-version: 2.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++++++++++++----- package.json | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d93b1f486d..594dbf47e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@floating-ui/dom": "^1.7.4", "@linusborg/vue-simple-portal": "^0.1.5", - "@nextcloud/auth": "^2.5.2", + "@nextcloud/auth": "^2.5.3", "@nextcloud/axios": "^2.5.2", "@nextcloud/browser-storage": "^0.4.0", "@nextcloud/capabilities": "^1.2.0", @@ -4290,18 +4290,27 @@ "license": "MIT" }, "node_modules/@nextcloud/auth": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-2.5.2.tgz", - "integrity": "sha512-1dr+Xhvg2QtsFC23KFXJSkU524EVgI/+WFBGTZ8tFa+9hmcZ3CqZIHjtXm3KxUvezwAY5023Ml0n2vpdYkpBXQ==", + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-2.5.3.tgz", + "integrity": "sha512-KIhWLk0BKcP4hvypE4o11YqKOPeFMfEFjRrhUUF+h7Fry+dhTBIEIxuQPVCKXMIpjTDd8791y8V6UdRZ2feKAQ==", "license": "GPL-3.0-or-later", "dependencies": { - "@nextcloud/browser-storage": "^0.4.0", + "@nextcloud/browser-storage": "^0.5.0", "@nextcloud/event-bus": "^3.3.2" }, "engines": { "node": "^20.0.0 || ^22.0.0 || ^24.0.0" } }, + "node_modules/@nextcloud/auth/node_modules/@nextcloud/browser-storage": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@nextcloud/browser-storage/-/browser-storage-0.5.0.tgz", + "integrity": "sha512-usYr4GlJQlK3hgZURvklqWb9ivi7sgsSuFqXrs7s4hl1LTS4enzPrnkQumm6nRsQruf0ITS+OBsK+oELEbvYPA==", + "license": "GPL-3.0-or-later", + "engines": { + "node": "^24 || ^22 || ^20" + } + }, "node_modules/@nextcloud/axios": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.5.2.tgz", diff --git a/package.json b/package.json index 1d95a512e8..492212c9e0 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "dependencies": { "@floating-ui/dom": "^1.7.4", "@linusborg/vue-simple-portal": "^0.1.5", - "@nextcloud/auth": "^2.5.2", + "@nextcloud/auth": "^2.5.3", "@nextcloud/axios": "^2.5.2", "@nextcloud/browser-storage": "^0.4.0", "@nextcloud/capabilities": "^1.2.0", From a2d71e713cfe02dcd8840b2e82d885912a625d52 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 13 Oct 2025 18:06:22 +0200 Subject: [PATCH 2/2] test: transpile all nextcloud packages as they are ESM Signed-off-by: Ferdinand Thiessen --- jest.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jest.config.js b/jest.config.js index 2985ecfd2b..2dea5f5a84 100644 --- a/jest.config.js +++ b/jest.config.js @@ -4,8 +4,7 @@ */ const ignorePatterns = [ - '@nextcloud/initial-state', - '@nextcloud/sharing', + '@nextcloud/', 'ansi-regex', 'bail', 'ccount', // ESM dependency of remark-gfm