From 599c9d65f4b8eb2855f042c40ad58edea4aaaad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:46:35 +0200 Subject: [PATCH 1/2] Bump @rollup/plugin-commonjs from 29.0.2 to 29.0.3 (#4285) Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 29.0.2 to 29.0.3. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v29.0.3/packages/commonjs) --- updated-dependencies: - dependency-name: "@rollup/plugin-commonjs" dependency-version: 29.0.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 783360e0a..4f292ac46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@inrupt/jest-jsdom-polyfills": "^4.1.0", "@inrupt/solid-client": "^3.0.0", "@playwright/test": "^1.60.0", - "@rollup/plugin-commonjs": "^29.0.2", + "@rollup/plugin-commonjs": "^29.0.3", "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-terser": "^1.0.0", "@types/cookie-session": "^2.0.49", @@ -5786,9 +5786,9 @@ } }, "node_modules/@rollup/plugin-commonjs": { - "version": "29.0.2", - "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-29.0.2.tgz", - "integrity": "sha512-S/ggWH1LU7jTyi9DxZOKyxpVd4hF/OZ0JrEbeLjXk/DFXwRny0tjD2c992zOUYQobLrVkRVMDdmHP16HKP7GRg==", + "version": "29.0.3", + "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-29.0.3.tgz", + "integrity": "sha512-ZaOxZceP7SOUW7Lqw5IRVweSQYWaeIPnXIGLiB690EBA3FGJTO40EEr2L5yZplJWsgTCogILRSpcAe7+U0Otdg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e8d270a44..09679e2ba 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@inrupt/jest-jsdom-polyfills": "^4.1.0", "@inrupt/solid-client": "^3.0.0", "@playwright/test": "^1.60.0", - "@rollup/plugin-commonjs": "^29.0.2", + "@rollup/plugin-commonjs": "^29.0.3", "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-terser": "^1.0.0", "@types/cookie-session": "^2.0.49", From 183c7c2ebdfbc01dc575f3609befe6d46a24216b Mon Sep 17 00:00:00 2001 From: Zwifi Date: Wed, 3 Jun 2026 15:01:26 +0200 Subject: [PATCH 2/2] Release 5.0.0 (#4286) * Prepare changelog * v5.0.0 --- CHANGELOG.md | 2 ++ .../test-app/package.json | 4 ++-- lerna.json | 2 +- package-lock.json | 20 +++++++++---------- packages/browser/package.json | 6 +++--- packages/core/package.json | 2 +- packages/node/package.json | 4 ++-- packages/oidc-browser/package.json | 4 ++-- 8 files changed, 23 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 659d933d3..7bd79d1a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html The following changes have been implemented but not released yet: +## [5.0.0](https://github.com/inrupt/solid-client-authn-js/releases/tag/v5.0.0) - 2026-06-03 + ### Breaking changes - Node 20 is no longer supported after it went end-of-life end of March 2026 (see https://nodejs.org/en/about/previous-releases). diff --git a/e2e/browser/solid-client-authn-browser/test-app/package.json b/e2e/browser/solid-client-authn-browser/test-app/package.json index 6455355e3..6b86b7136 100644 --- a/e2e/browser/solid-client-authn-browser/test-app/package.json +++ b/e2e/browser/solid-client-authn-browser/test-app/package.json @@ -1,6 +1,6 @@ { "name": "test-app", - "version": "4.0.0", + "version": "5.0.0", "private": true, "scripts": { "dev": "next dev", @@ -11,7 +11,7 @@ }, "dependencies": { "@inrupt/internal-playwright-testids": "^4.1.0", - "@inrupt/solid-client-authn-browser": "^4.0.0", + "@inrupt/solid-client-authn-browser": "^5.0.0", "next": "^16.2.1", "react": "^19.2.3", "react-dom": "^19.2.6" diff --git a/lerna.json b/lerna.json index b85561c19..eb5ceee16 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "4.0.0", + "version": "5.0.0", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/package-lock.json b/package-lock.json index 4f292ac46..b17902d29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,10 +62,10 @@ } }, "e2e/browser/solid-client-authn-browser/test-app": { - "version": "4.0.0", + "version": "5.0.0", "dependencies": { "@inrupt/internal-playwright-testids": "^4.1.0", - "@inrupt/solid-client-authn-browser": "^4.0.0", + "@inrupt/solid-client-authn-browser": "^5.0.0", "next": "^16.2.1", "react": "^19.2.3", "react-dom": "^19.2.6" @@ -22730,11 +22730,11 @@ }, "packages/browser": { "name": "@inrupt/solid-client-authn-browser", - "version": "4.0.0", + "version": "5.0.0", "license": "MIT", "dependencies": { - "@inrupt/oidc-client-ext": "^4.0.0", - "@inrupt/solid-client-authn-core": "^4.0.0", + "@inrupt/oidc-client-ext": "^5.0.0", + "@inrupt/solid-client-authn-core": "^5.0.0", "events": "^3.3.0", "jose": "^6.2.3", "uuid": "^14.0.0" @@ -22790,7 +22790,7 @@ }, "packages/core": { "name": "@inrupt/solid-client-authn-core", - "version": "4.0.0", + "version": "5.0.0", "license": "MIT", "dependencies": { "events": "^3.3.0", @@ -22819,10 +22819,10 @@ }, "packages/node": { "name": "@inrupt/solid-client-authn-node", - "version": "4.0.0", + "version": "5.0.0", "license": "MIT", "dependencies": { - "@inrupt/solid-client-authn-core": "^4.0.0", + "@inrupt/solid-client-authn-core": "^5.0.0", "jose": "^6.2.3", "openid-client": "^5.7.1", "uuid": "^14.0.0" @@ -22875,10 +22875,10 @@ }, "packages/oidc-browser": { "name": "@inrupt/oidc-client-ext", - "version": "4.0.0", + "version": "5.0.0", "license": "MIT", "dependencies": { - "@inrupt/solid-client-authn-core": "^4.0.0", + "@inrupt/solid-client-authn-core": "^5.0.0", "jose": "^6.2.3", "oidc-client-ts": "^3.5.0", "uuid": "^14.0.0" diff --git a/packages/browser/package.json b/packages/browser/package.json index 91d831360..2000a7fe3 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -1,6 +1,6 @@ { "name": "@inrupt/solid-client-authn-browser", - "version": "4.0.0", + "version": "5.0.0", "license": "MIT", "types": "dist/index.d.ts", "browser": "dist/index.js", @@ -30,8 +30,8 @@ "@types/uuid": "^11.0.0" }, "dependencies": { - "@inrupt/oidc-client-ext": "^4.0.0", - "@inrupt/solid-client-authn-core": "^4.0.0", + "@inrupt/oidc-client-ext": "^5.0.0", + "@inrupt/solid-client-authn-core": "^5.0.0", "events": "^3.3.0", "jose": "^6.2.3", "uuid": "^14.0.0" diff --git a/packages/core/package.json b/packages/core/package.json index 784645ce1..e942de51f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@inrupt/solid-client-authn-core", - "version": "4.0.0", + "version": "5.0.0", "license": "MIT", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/packages/node/package.json b/packages/node/package.json index 560c9e680..c39ce38f0 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@inrupt/solid-client-authn-node", - "version": "4.0.0", + "version": "5.0.0", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -28,7 +28,7 @@ "@types/uuid": "^11.0.0" }, "dependencies": { - "@inrupt/solid-client-authn-core": "^4.0.0", + "@inrupt/solid-client-authn-core": "^5.0.0", "jose": "^6.2.3", "openid-client": "^5.7.1", "uuid": "^14.0.0" diff --git a/packages/oidc-browser/package.json b/packages/oidc-browser/package.json index b2aa0e03d..998a4ffb8 100644 --- a/packages/oidc-browser/package.json +++ b/packages/oidc-browser/package.json @@ -1,6 +1,6 @@ { "name": "@inrupt/oidc-client-ext", - "version": "4.0.0", + "version": "5.0.0", "description": "A module extending oidc-client-js with new features, such as dynamic client registration and DPoP support.", "homepage": "https://github.com/inrupt/solid-client-authn-js/tree/main/packages/oidc/", "bugs": "https://github.com/inrupt/solid-client-authn-js/issues", @@ -25,7 +25,7 @@ "ts-node": "^10.9.2" }, "dependencies": { - "@inrupt/solid-client-authn-core": "^4.0.0", + "@inrupt/solid-client-authn-core": "^5.0.0", "jose": "^6.2.3", "oidc-client-ts": "^3.5.0", "uuid": "^14.0.0"