From 99e9f72d4d48d90ddf3d716a86f63c5bdcf9d9ef Mon Sep 17 00:00:00 2001 From: Tim Berners-Lee Date: Tue, 23 Jun 2026 11:26:56 +0100 Subject: [PATCH 1/2] Added pronouns to heading in friends --- src/social/socialPane.css | 13 +++++++++++++ src/social/socialSections.ts | 5 +++++ 2 files changed, 18 insertions(+) diff --git a/src/social/socialPane.css b/src/social/socialPane.css index 8a49b846..f35cdd18 100644 --- a/src/social/socialPane.css +++ b/src/social/socialPane.css @@ -107,6 +107,19 @@ outline-offset: 2px; } +. social-pane__header { + border: var(--border-width-thin, 1px) solid var(--color-border, #444); + border-radius: var(--border-radius-base); + padding: var(--spacing-lg, 1.5625rem); + background: var(--color-card-bg, #FFF); +} + +.social-pane_header-pronouns { + color: var(--color-text-secondary, #4A5565); + font-size: var(--font-size-sm, 0.875rem); + font-weight: var(--font-weight-regular, 400); + line-height: 1.2; +} .social-pane__edit-button { position: static; display: inline-block; diff --git a/src/social/socialSections.ts b/src/social/socialSections.ts index 793e0fd8..ddd8e540 100644 --- a/src/social/socialSections.ts +++ b/src/social/socialSections.ts @@ -28,6 +28,7 @@ export type HeaderStats = { export type HeaderProfileData = { imageUrl?: string, name?: string, + pronouns? :string, jobTitle?: string, organization?: string, location?: string | null @@ -99,6 +100,10 @@ export function createHeaderSection ( h1.appendChild(dom.createTextNode(name)) headerSummary.appendChild(h1) + const pronounsSpan = dom.createElement('span') + pronounsSpan.classList.add('social-pane_header-pronouns') + headerSummary.appendChild(pronounsSpan) + const jobAndOrganization = [profileData?.jobTitle, profileData?.organization].filter(Boolean).join(' | ') if (jobAndOrganization) { const jobLine = dom.createElement('div') From 8d46d8787341b371446e37e58ec9ddaca051e15a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 30 Jun 2026 09:31:37 +0000 Subject: [PATCH 2/2] chore: update solidos dependencies (dev: solid-logic@4.0.8-1 solid-ui@3.1.3-6 pane-registry@3.1.2-1 activitystreams-pane@1.0.3-3 chat-pane@3.0.4-1 contacts-pane@3.2.1-4 folder-pane@3.1.1-1 issue-pane@3.0.3-1 meeting-pane@3.0.3-1 profile-pane@3.2.3-1 source-pane@3.1.1-1) (latest: rdflib@2.4.0) --- package-lock.json | 492 +++++++++++++++++++++++++++++++++------------- package.json | 24 +-- 2 files changed, 369 insertions(+), 147 deletions(-) diff --git a/package-lock.json b/package-lock.json index 354a5f56..c24f8719 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,22 +10,22 @@ "license": "MIT", "dependencies": { "@solid/better-simple-slideshow": "^0.1.0", - "activitystreams-pane": "1.0.3-0", - "chat-pane": "3.0.4-0", - "contacts-pane": "3.2.1-1", + "activitystreams-pane": "1.0.3-3", + "chat-pane": "3.0.4-1", + "contacts-pane": "3.2.1-4", "dompurify": "^3.4.4", - "folder-pane": "3.1.1-0", - "issue-pane": "3.0.3-0", + "folder-pane": "3.1.1-1", + "issue-pane": "3.0.3-1", "lit-html": "^3.3.2", "marked": "^18.0.3", - "meeting-pane": "3.0.3-0", + "meeting-pane": "3.0.3-1", "mime-types": "^3.0.2", - "pane-registry": "3.1.2-0", + "pane-registry": "3.1.2-1", "patch-package": "^8.0.1", - "profile-pane": "3.2.3-0", + "profile-pane": "3.2.3-1", "solid-namespace": "^0.5.4", - "solid-ui": "3.1.3-1", - "source-pane": "3.1.1-0" + "solid-ui": "3.1.3-6", + "source-pane": "3.1.1-1" }, "devDependencies": { "@babel/cli": "^7.28.6", @@ -56,10 +56,10 @@ "node-polyfill-webpack-plugin": "^4.1.0", "path-browserify": "^1.0.1", "raw-loader": "^4.0.2", - "rdflib": "2.3.9", + "rdflib": "2.4.0", "react": "^19.2.6", "react-dom": "^19.2.6", - "solid-logic": "4.0.8-0", + "solid-logic": "4.0.8-1", "style-loader": "^4.0.0", "terser-webpack-plugin": "^5.6.0", "ts-jest": "^29.4.9", @@ -98,6 +98,107 @@ "dev": true, "license": "ISC" }, + "node_modules/@awesome.me/webawesome": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@awesome.me/webawesome/-/webawesome-3.9.0.tgz", + "integrity": "sha512-doKgUCglb/E1d/dYSzXQQthlYmyndFOtG/Vr5HyHjIFqNwn/tbutMsIMYJrYFEjq07vPwcOHKeAulbiqoslRoQ==", + "license": "MIT", + "dependencies": { + "@ctrl/tinycolor": "4.1.0", + "@floating-ui/dom": "^1.6.13", + "@konnorr/qr-creator": "^1.0.1", + "@lit-labs/ssr": "^4.1.0", + "@lit-labs/ssr-client": "^1.1.8", + "@lit/context": "^1.1.6", + "@lit/react": "^1.0.8", + "@shoelace-style/animations": "^1.2.0", + "@shoelace-style/localize": "^3.2.2", + "composed-offset-position": "^0.0.6", + "lit": "^3.2.1", + "marked": "^11.2.0", + "nanoid": "^5.1.5" + }, + "engines": { + "node": ">=14.17.0" + } + }, + "node_modules/@awesome.me/webawesome/node_modules/@lit-labs/ssr": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@lit-labs/ssr/-/ssr-4.1.0.tgz", + "integrity": "sha512-m0zymVVlHB1ddJQ1lastsV8ROW3whFOiHJhVPQWd04MnGTkTlUUVLQctux1QlyD9BtLXNN6iASxv388vhgKMFg==", + "license": "BSD-3-Clause", + "dependencies": { + "@lit-labs/ssr-client": "^1.1.7", + "@lit-labs/ssr-dom-shim": "^1.6.0", + "@lit/reactive-element": "^2.0.4", + "@parse5/tools": "^0.3.0", + "enhanced-resolve": "^5.10.0", + "lit": "^3.1.2", + "lit-element": "^4.0.4", + "lit-html": "^3.1.2", + "node-fetch": "^3.2.8", + "parse5": "^7.1.1" + }, + "engines": { + "node": ">=13.9.0" + }, + "peerDependencies": { + "@types/node": ">=20.0.0 <25.0.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } + } + }, + "node_modules/@awesome.me/webawesome/node_modules/marked": { + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-11.2.0.tgz", + "integrity": "sha512-HR0m3bvu0jAPYiIvLUUQtdg1g6D247//lvcekpHO1WMvbwDlwSkZAX9Lw4F4YHE1T0HaaNve0tuAWuV1UJ6vtw==", + "license": "MIT", + "bin": { + "marked": "bin/marked.js" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/@awesome.me/webawesome/node_modules/nanoid": { + "version": "5.1.16", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.16.tgz", + "integrity": "sha512-kVrnsrJqMR8+oLJnGEmSWw9BivK5mt7H3FZatVRjrc5wGqFYuBxX1yG7+A7Gi5AefkX6t/oCkizcQgpu0cY1dQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "bin": { + "nanoid": "bin/nanoid.js" + }, + "engines": { + "node": "^18 || >=20" + } + }, + "node_modules/@awesome.me/webawesome/node_modules/node-fetch": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", + "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==", + "license": "MIT", + "dependencies": { + "data-uri-to-buffer": "^4.0.0", + "fetch-blob": "^3.1.4", + "formdata-polyfill": "^4.0.10" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/node-fetch" + } + }, "node_modules/@babel/cli": { "version": "7.29.7", "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.29.7.tgz", @@ -2054,6 +2155,15 @@ "node": ">=18" } }, + "node_modules/@ctrl/tinycolor": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-4.1.0.tgz", + "integrity": "sha512-WyOx8cJQ+FQus4Mm4uPIZA64gbk3Wxh0so5Lcii0aJifqwoVOlfFtorjLE0Hen4OYyHZMXDWqMmaQemBhgxFRQ==", + "license": "MIT", + "engines": { + "node": ">=14" + } + }, "node_modules/@digitalbazaar/http-client": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/@digitalbazaar/http-client/-/http-client-4.3.0.tgz", @@ -2365,6 +2475,31 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, + "node_modules/@floating-ui/core": { + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.5.tgz", + "integrity": "sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==", + "license": "MIT", + "dependencies": { + "@floating-ui/utils": "^0.2.11" + } + }, + "node_modules/@floating-ui/dom": { + "version": "1.7.6", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.6.tgz", + "integrity": "sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==", + "license": "MIT", + "dependencies": { + "@floating-ui/core": "^1.7.5", + "@floating-ui/utils": "^0.2.11" + } + }, + "node_modules/@floating-ui/utils": { + "version": "0.2.11", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.11.tgz", + "integrity": "sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==", + "license": "MIT" + }, "node_modules/@frogcat/ttl2jsonld": { "version": "0.0.10", "resolved": "https://registry.npmjs.org/@frogcat/ttl2jsonld/-/ttl2jsonld-0.0.10.tgz", @@ -3631,6 +3766,12 @@ "tslib": "2" } }, + "node_modules/@konnorr/qr-creator": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@konnorr/qr-creator/-/qr-creator-1.0.1.tgz", + "integrity": "sha512-EmRR9rny1ENBtQy7TLOguO/79h1EpzXUmqIdMTGp2BW8NkZtRRPr5hmQcE+n9QXYo4T8NjcaJ14hnZg+s/+K+A==", + "license": "MIT" + }, "node_modules/@leichtgewicht/ip-codec": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz", @@ -3638,6 +3779,17 @@ "dev": true, "license": "MIT" }, + "node_modules/@lit-labs/ssr-client": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/@lit-labs/ssr-client/-/ssr-client-1.1.8.tgz", + "integrity": "sha512-PjGh81oKsoI64m3IDjTqqjhC7dr2uC/o0jrllUb5gRAyp/RlAHxapgJrjq9kWz97faCHLQ8jUlTi6tGm+8fgyA==", + "license": "BSD-3-Clause", + "dependencies": { + "@lit/reactive-element": "^2.0.4", + "lit": "^3.1.2", + "lit-html": "^3.1.2" + } + }, "node_modules/@lit-labs/ssr-dom-shim": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.6.0.tgz", @@ -3653,6 +3805,15 @@ "@lit/reactive-element": "^1.6.2 || ^2.1.0" } }, + "node_modules/@lit/react": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@lit/react/-/react-1.0.8.tgz", + "integrity": "sha512-p2+YcF+JE67SRX3mMlJ1TKCSTsgyOVdAwd/nxp3NuV1+Cb6MWALbN6nT7Ld4tpmYofcE5kcaSY1YBB9erY+6fw==", + "license": "BSD-3-Clause", + "peerDependencies": { + "@types/react": "17 || 18 || 19" + } + }, "node_modules/@lit/reactive-element": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-2.1.2.tgz", @@ -3729,6 +3890,15 @@ "url": "https://paulmillr.com/funding/" } }, + "node_modules/@parse5/tools": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@parse5/tools/-/tools-0.3.0.tgz", + "integrity": "sha512-zxRyTHkqb7WQMV8kTNBKWb1BeOFUKXBXTBWuxg9H9hfvQB3IwP6Iw2U75Ia5eyRxPNltmY7E8YAlz6zWwUnjKg==", + "license": "MIT", + "dependencies": { + "parse5": "^7.0.0" + } + }, "node_modules/@peculiar/asn1-cms": { "version": "2.7.0", "resolved": "https://registry.npmjs.org/@peculiar/asn1-cms/-/asn1-cms-2.7.0.tgz", @@ -3931,6 +4101,22 @@ "@types/node": "*" } }, + "node_modules/@shoelace-style/animations": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@shoelace-style/animations/-/animations-1.2.0.tgz", + "integrity": "sha512-avvo1xxkLbv2dgtabdewBbqcJfV0e0zCwFqkPMnHFGbJbBHorRFfMAHh1NG9ymmXn0jW95ibUVH03E1NYXD6Gw==", + "license": "MIT", + "funding": { + "type": "individual", + "url": "https://github.com/sponsors/claviska" + } + }, + "node_modules/@shoelace-style/localize": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/@shoelace-style/localize/-/localize-3.2.2.tgz", + "integrity": "sha512-h3+2/cFWGaw3KQUwintkP4Cy3PtrVW//ysr9DM5nOfIXYekgrHwsELk/nyxc8hmjVP/Kcon7KCzvUtSwUBipfQ==", + "license": "MIT" + }, "node_modules/@sinclair/typebox": { "version": "0.34.49", "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.49.tgz", @@ -4336,12 +4522,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.9.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.1.tgz", - "integrity": "sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==", + "version": "24.13.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.2.tgz", + "integrity": "sha512-fRa09kZTgu8o71KFcDjUFuc7F+dEbZYZmkI0mg5YBTRs0yMKjYHsq/c0urDKeDb+D5qVgXOdFcuu+DZPKOITwA==", "license": "MIT", "dependencies": { - "undici-types": ">=7.24.0 <7.24.7" + "undici-types": "~7.18.0" } }, "node_modules/@types/qs": { @@ -4358,6 +4544,16 @@ "dev": true, "license": "MIT" }, + "node_modules/@types/react": { + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz", + "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==", + "license": "MIT", + "peer": true, + "dependencies": { + "csstype": "^3.2.2" + } + }, "node_modules/@types/retry": { "version": "0.12.2", "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.2.tgz", @@ -5386,23 +5582,20 @@ } }, "node_modules/activitystreams-pane": { - "version": "1.0.3-0", - "resolved": "https://registry.npmjs.org/activitystreams-pane/-/activitystreams-pane-1.0.3-0.tgz", - "integrity": "sha512-cNoKCOVdpB658aYt0vTNeiadXG6MuYPRlSWgjFAyMRa4qqh070iqYx8UrJxQ8H4bB27T2uxAjKYF1+w2sY4Qwg==", + "version": "1.0.3-3", + "resolved": "https://registry.npmjs.org/activitystreams-pane/-/activitystreams-pane-1.0.3-3.tgz", + "integrity": "sha512-jpFGdIyE6ZU99z5F+3yOVWjClqo8k7JYGq5JXgBn+Pt6uUidfflTPa/9KINaZfB80+ppk/XlZ4ohklD9emUS8w==", "license": "MIT", "dependencies": { - "cat": "^0.2.0", - "package": "^1.0.1", - "pane-registry": "^3.0.2", + "pane-registry": "3.1.2-0", + "patch-package": "^8.0.1", + "rdflib": "2.3.9", "react": "^19.2.3", "react-dom": "^19.2.3", "react-jss": "^10.10.0", + "solid-logic": "4.0.8-0", + "solid-ui": "3.1.3-4", "timeago.js": "^4.0.2" - }, - "peerDependencies": { - "rdflib": "^2.3.9", - "solid-logic": "^4.0.6", - "solid-ui": "^3.0.5" } }, "node_modules/agent-base": { @@ -6563,14 +6756,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/cat": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/cat/-/cat-0.2.0.tgz", - "integrity": "sha512-FrG38TVBt6XKcbWHNZ1AsnFr+eozwypXhaMRHuJrC1JvC+3GaG8G/MwuChyJOVVdPT5VsH91PiRFaheQlK/6Gg==", - "bin": { - "cat": "bin.js" - } - }, "node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", @@ -6598,17 +6783,15 @@ } }, "node_modules/chat-pane": { - "version": "3.0.4-0", - "resolved": "https://registry.npmjs.org/chat-pane/-/chat-pane-3.0.4-0.tgz", - "integrity": "sha512-Q9cerIsuEcP4UNv2LihesYz/60qqVwQOo+zgzQlwratlkHFDroA5HdPrnDFCsReatGdJv6UFDiDwYudst9Bxcg==", + "version": "3.0.4-1", + "resolved": "https://registry.npmjs.org/chat-pane/-/chat-pane-3.0.4-1.tgz", + "integrity": "sha512-KMIP58pQj4G9iFwzbcHfyrZXR2OUAjAz0OFMATUs+fDLPR9UpijxiGvvQnYwTjFy9Vu7tDFUkQknEPy/MheQog==", "license": "MIT", "dependencies": { - "patch-package": "^8.0.1" - }, - "peerDependencies": { - "rdflib": "^2.3.6", - "solid-logic": "^4.0.8-test.0", - "solid-ui": "^3.1.3-0" + "patch-package": "^8.0.1", + "rdflib": "2.3.9", + "solid-logic": "4.0.8-0", + "solid-ui": "3.1.3-4" } }, "node_modules/chokidar": { @@ -6780,6 +6963,15 @@ "node": ">= 6" } }, + "node_modules/composed-offset-position": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/composed-offset-position/-/composed-offset-position-0.0.6.tgz", + "integrity": "sha512-Q7dLompI6lUwd7LWyIcP66r4WcS9u7AL2h8HaeipiRfCRPLMWqRx8fYsjb4OHi6UQFifO7XtNC2IlEJ1ozIFxw==", + "license": "MIT", + "peerDependencies": { + "@floating-ui/utils": "^0.2.5" + } + }, "node_modules/compressible": { "version": "2.0.18", "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", @@ -6901,17 +7093,13 @@ "license": "MIT" }, "node_modules/contacts-pane": { - "version": "3.2.1-1", - "resolved": "https://registry.npmjs.org/contacts-pane/-/contacts-pane-3.2.1-1.tgz", - "integrity": "sha512-6U5RF9Ik1EMGrOjflFPfNyQ1EdldCXBzjlDD7iNf41LRRKNgL4bDuD2Bzoxgw4Y14wEPWUPyOFnTQTuVHgc3LQ==", + "version": "3.2.1-4", + "resolved": "https://registry.npmjs.org/contacts-pane/-/contacts-pane-3.2.1-4.tgz", + "integrity": "sha512-kII4f+Cae+ENzziFGeePfEfbOtbTWM0b5P80hCr6X9tuDUR2FIPGAvlU2v/ec2ufUg5wUJzLEN1Kaq9qI3nzlQ==", "license": "MIT", "dependencies": { - "patch-package": "^8.0.1" - }, - "peerDependencies": { - "rdflib": "^2.3.6", - "solid-logic": "^4.0.8-test.0", - "solid-ui": "^3.1.3-0" + "@lit/context": "^1.1.6", + "lit": "^3.3.3" } }, "node_modules/content-disposition": { @@ -7275,6 +7463,15 @@ "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", "license": "MIT" }, + "node_modules/data-uri-to-buffer": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz", + "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==", + "license": "MIT", + "engines": { + "node": ">= 12" + } + }, "node_modules/data-urls": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz", @@ -7880,7 +8077,6 @@ "version": "5.22.0", "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.22.0.tgz", "integrity": "sha512-xYcDWrpELkFzz9SpZ3PlI6Eu6eD93Yf0WLDRxikGhWJ3MAir2SNZTIVCVZqZ/NUyx8AdMc2gT9C0gPiw18kG+A==", - "dev": true, "license": "MIT", "dependencies": { "graceful-fs": "^4.2.4", @@ -7894,7 +8090,6 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz", "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==", - "dev": true, "license": "BSD-2-Clause", "engines": { "node": ">=0.12" @@ -8836,6 +9031,29 @@ "bser": "2.1.1" } }, + "node_modules/fetch-blob": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz", + "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/jimmywarting" + }, + { + "type": "paypal", + "url": "https://paypal.me/jimmywarting" + } + ], + "license": "MIT", + "dependencies": { + "node-domexception": "^1.0.0", + "web-streams-polyfill": "^3.0.3" + }, + "engines": { + "node": "^12.20 || >= 14.13" + } + }, "node_modules/file-entry-cache": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", @@ -8955,17 +9173,15 @@ "license": "ISC" }, "node_modules/folder-pane": { - "version": "3.1.1-0", - "resolved": "https://registry.npmjs.org/folder-pane/-/folder-pane-3.1.1-0.tgz", - "integrity": "sha512-sHjCX19raTT4tpQETg5TnjnN44yNb/WUsMgJ+zpYjamNBPO/1fMjw6ilkQn9wupbX/3DAtPBQbKWA/cI/olEFA==", + "version": "3.1.1-1", + "resolved": "https://registry.npmjs.org/folder-pane/-/folder-pane-3.1.1-1.tgz", + "integrity": "sha512-5MXnkbB2hKo6UEJH04Mzs47wWpXDJ9osBg4Fn99V5s/XmzzZlt2cHpuo2SMOKwgZC75pEw92+fzaFh+G3/8/Dg==", "license": "MIT", "dependencies": { "patch-package": "^8.0.1", - "rdflib": "^2.3.9" - }, - "peerDependencies": { - "solid-logic": "^4.0.6", - "solid-ui": "^3.1.0" + "rdflib": "2.3.9", + "solid-logic": "4.0.8-0", + "solid-ui": "3.1.3-4" } }, "node_modules/follow-redirects": { @@ -9035,6 +9251,18 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/formdata-polyfill": { + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", + "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==", + "license": "MIT", + "dependencies": { + "fetch-blob": "^3.1.2" + }, + "engines": { + "node": ">=12.20.0" + } + }, "node_modules/forwarded": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", @@ -10872,9 +11100,9 @@ } }, "node_modules/issue-pane": { - "version": "3.0.3-0", - "resolved": "https://registry.npmjs.org/issue-pane/-/issue-pane-3.0.3-0.tgz", - "integrity": "sha512-WaNIGnaktw9ddL5l5h/RaE9hCv7Smy0hn21hYrYFayvhjl5C41oElhyC70fjdehaJmpEPYyz2sKKYJQB8a2rxQ==", + "version": "3.0.3-1", + "resolved": "https://registry.npmjs.org/issue-pane/-/issue-pane-3.0.3-1.tgz", + "integrity": "sha512-oB5Kqxn6px09hIv6wG4cTUt/H6q+MZsAmtp40HNQX2F515xmUYSakufliuQ0ONF30EVxjLGzJVB/X4xKYVZxpQ==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.28.6", @@ -10882,11 +11110,6 @@ }, "engines": { "node": ">=20.19.2" - }, - "peerDependencies": { - "rdflib": "^2.3.5", - "solid-logic": "^4.0.7", - "solid-ui": "^3.1.0" } }, "node_modules/istanbul-lib-coverage": { @@ -12839,17 +13062,12 @@ } }, "node_modules/meeting-pane": { - "version": "3.0.3-0", - "resolved": "https://registry.npmjs.org/meeting-pane/-/meeting-pane-3.0.3-0.tgz", - "integrity": "sha512-qqMwoqVyw8yWzC+KGmlXxYjXus0eDQWhVZ5R3NYJ7Z18QpBjbmWb27txFqRd6cIfXkuhQIM7tGA6Mpg2UVzPxg==", + "version": "3.0.3-1", + "resolved": "https://registry.npmjs.org/meeting-pane/-/meeting-pane-3.0.3-1.tgz", + "integrity": "sha512-3oAWpeurkBjWDuLlCAGrZGNu0+dJjTBkX2Ymrd97g0uQbnvLol38CCxf8/yhWGCFXs4NtICummRLctR4kgp9kA==", "license": "MIT", "dependencies": { "patch-package": "^8.0.1" - }, - "peerDependencies": { - "rdflib": "^2.3.5", - "solid-logic": "^4.0.2", - "solid-ui": "^3.0.3" } }, "node_modules/memfs": { @@ -13275,6 +13493,26 @@ "tslib": "^2.0.3" } }, + "node_modules/node-domexception": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", + "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==", + "deprecated": "Use your platform's native DOMException instead", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/jimmywarting" + }, + { + "type": "github", + "url": "https://paypal.me/jimmywarting" + } + ], + "license": "MIT", + "engines": { + "node": ">=10.5.0" + } + }, "node_modules/node-exports-info": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/node-exports-info/-/node-exports-info-1.6.0.tgz", @@ -13877,14 +14115,6 @@ "node": ">=6" } }, - "node_modules/package": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/package/-/package-1.0.1.tgz", - "integrity": "sha512-g6xZR6CO7okjie83sIRJodgGvaXqymfE5GLhN8N2TmZGShmHc/V23hO/vWbdnuy3D81As3pfovw72gGi42l9qA==", - "engines": { - "node": ">= 0.6.0" - } - }, "node_modules/package-json": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/package-json/-/package-json-2.4.0.tgz", @@ -13950,14 +14180,10 @@ "license": "(MIT AND Zlib)" }, "node_modules/pane-registry": { - "version": "3.1.2-0", - "resolved": "https://registry.npmjs.org/pane-registry/-/pane-registry-3.1.2-0.tgz", - "integrity": "sha512-oBFv4x+fNWAU9z+jZRtY2XIWT9DMhcr8ogSGSR5JIobq+tDYzw9VTAzrAz40JgBB7LGbmwz9ov1INcHSSQi6aQ==", - "license": "MIT", - "peerDependencies": { - "rdflib": "2.3.9", - "solid-logic": "4.0.8-0" - } + "version": "3.1.2-1", + "resolved": "https://registry.npmjs.org/pane-registry/-/pane-registry-3.1.2-1.tgz", + "integrity": "sha512-aibuyF8pAgHDnmywsMEKUddIcqC0oPF8fNx2TP7zRpRW9aYk2iv06td+br8wenbmu2V/l6Y6aJmCkckHWN/GpA==", + "license": "MIT" }, "node_modules/param-case": { "version": "3.0.4", @@ -14039,7 +14265,6 @@ "version": "7.3.0", "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz", "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==", - "dev": true, "license": "MIT", "dependencies": { "entities": "^6.0.0" @@ -14638,22 +14863,17 @@ "license": "MIT" }, "node_modules/profile-pane": { - "version": "3.2.3-0", - "resolved": "https://registry.npmjs.org/profile-pane/-/profile-pane-3.2.3-0.tgz", - "integrity": "sha512-JBYLCJVoaBoabzlw68oFX3ARRapWp55lru79Uv+0ztCEtVjH1PqGDvbUzFZluHcXk8vI5A+kccYzwpziLSGCqw==", + "version": "3.2.3-1", + "resolved": "https://registry.npmjs.org/profile-pane/-/profile-pane-3.2.3-1.tgz", + "integrity": "sha512-h80m7JQkhcrf7MXWMmyx4ZzlS8ddbSYyGBri8bZq4AujsLy3+f2tH26yZUC5BUeeoT15jxNXEj/SOaQsjgXrPw==", "license": "MIT", "dependencies": { "@solid-data-modules/contacts-rdflib": "^0.7.1", "lit-html": "^3.3.3", - "pane-registry": "^3.1.2-test.0", + "pane-registry": "3.1.2-0", "patch-package": "^8.0.1", "qrcode": "^1.5.4", "validate-color": "^2.2.4" - }, - "peerDependencies": { - "rdflib": "^2.3.9", - "solid-logic": "^4.0.8-test.0", - "solid-ui": "^3.1.3-0" } }, "node_modules/promise-polyfill": { @@ -15079,9 +15299,9 @@ } }, "node_modules/rdflib": { - "version": "2.3.9", - "resolved": "https://registry.npmjs.org/rdflib/-/rdflib-2.3.9.tgz", - "integrity": "sha512-6HnEQ22QzgqPW2/R8y5IaeQoXnho6U+ovU1q/ZF556zEnSK4buwhw8/CDdRDwIHZQh5+PAncQxUhluO3JmguJQ==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/rdflib/-/rdflib-2.4.0.tgz", + "integrity": "sha512-DPBFlnkA7lWgskbgyPsRxHE5S/9Ni5KHNgwzrq8CucG+TBxEHTGRSeMKjWhZlZhBhmQFu0YQGjOYyrzmkX/gwg==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.29.2", @@ -16280,9 +16500,9 @@ } }, "node_modules/solid-logic": { - "version": "4.0.8-0", - "resolved": "https://registry.npmjs.org/solid-logic/-/solid-logic-4.0.8-0.tgz", - "integrity": "sha512-/vdP03m8zZPkh1nhpSWedlYR3pWDcLrGwFvwQc8wR3vIOYZ0MQME3vlcwW7T5yhrSRkKcrQD9Ubq06tDRUBIrQ==", + "version": "4.0.8-1", + "resolved": "https://registry.npmjs.org/solid-logic/-/solid-logic-4.0.8-1.tgz", + "integrity": "sha512-9Vtg9ukEaDTIvBPqECORWRtEJ3nTlEvInJzUCJZDp1qjN9VIdJG0mSiPTIP9RXOEOSAA+Q+cP3d7BzsNyI/RVA==", "license": "MIT", "dependencies": { "@uvdsl/solid-oidc-client-browser": "^0.2.3", @@ -16290,9 +16510,6 @@ }, "engines": { "node": ">=18" - }, - "peerDependencies": { - "rdflib": "^2.3.9" } }, "node_modules/solid-namespace": { @@ -16302,21 +16519,23 @@ "license": "MIT" }, "node_modules/solid-ui": { - "version": "3.1.3-1", - "resolved": "https://registry.npmjs.org/solid-ui/-/solid-ui-3.1.3-1.tgz", - "integrity": "sha512-ZpczlYFb/LWiskitvLFMgzy7+SIvZEfCdl9Bl+t3PKBSbhPG70MiDLYNHALxEPhIaGBqfPpaxoUBdqnLBrkmvQ==", - "hasInstallScript": true, + "version": "3.1.3-6", + "resolved": "https://registry.npmjs.org/solid-ui/-/solid-ui-3.1.3-6.tgz", + "integrity": "sha512-5bzrJ5ChrYnqZARj+RAXybmRaOmkh7KD3AHIpSw1Uu/JDAKz5ateye5FPVuLs0WDY4GFn+/pHqaRfTEzXrsisQ==", "license": "MIT", "dependencies": { + "@awesome.me/webawesome": "^3.9.0", "@lit/context": "^1.1.6", "@noble/curves": "^2.2.0", "@noble/hashes": "^2.2.0", "escape-html": "^1.0.3", "lit": "^3.3.3", "mime-types": "^3.0.2", - "pane-registry": "^3.1.2-test.0", + "pane-registry": "3.1.2-0", + "rdflib": "2.3.9", + "solid-logic": "4.0.8-0", "solid-namespace": "^0.5.4", - "tailwindcss": "^4.3.0", + "tailwindcss": "4.3.0", "uuid": "^14.0.0" }, "optionalDependencies": { @@ -16367,17 +16586,12 @@ } }, "node_modules/source-pane": { - "version": "3.1.1-0", - "resolved": "https://registry.npmjs.org/source-pane/-/source-pane-3.1.1-0.tgz", - "integrity": "sha512-cPWW075FpPL81ehvyogfMA9+6bP3YIpN395VLOeDBK9uDXLTGin0nJqwClpnUVMTTr4ZJx3ebqxkT6x0gZRlug==", + "version": "3.1.1-1", + "resolved": "https://registry.npmjs.org/source-pane/-/source-pane-3.1.1-1.tgz", + "integrity": "sha512-Ce2QXCnLKrA2t67U5ttf1lNBdfuZuXdrs5Y2cXU8y7B1bJwmid/j50pJx6Sp6JjmSSNceKqN5sDzVuDW52fe/w==", "license": "MIT", "dependencies": { "patch-package": "^8.0.1" - }, - "peerDependencies": { - "rdflib": "^2.3.9", - "solid-logic": "^4.0.7", - "solid-ui": "^3.1.0" } }, "node_modules/spdx-correct": { @@ -16819,16 +17033,15 @@ } }, "node_modules/tailwindcss": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.1.tgz", - "integrity": "sha512-hk+TB1m+K8CYNrP6rjQaq/Y+4Zylwpa87mLYBKCunwnnQ9p+fHb7kmSfGqyEJoxF/O6CDyABWVFEafNSYKll+Q==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.0.tgz", + "integrity": "sha512-y6nxMGB1nMW9R6k96e5gdIFzcfL/gTJRNaqGes1YvkLnPVXzWgbqFF2yLC0T8G774n24cx3Pe8XrKoniCOAH+Q==", "license": "MIT" }, "node_modules/tapable": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz", "integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==", - "dev": true, "license": "MIT", "engines": { "node": ">=6" @@ -17733,9 +17946,9 @@ } }, "node_modules/undici-types": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz", - "integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", + "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", "license": "MIT" }, "node_modules/unicode-canonical-property-names-ecmascript": { @@ -18089,6 +18302,15 @@ "minimalistic-assert": "^1.0.0" } }, + "node_modules/web-streams-polyfill": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz", + "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==", + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, "node_modules/webidl-conversions": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", diff --git a/package.json b/package.json index afe42e0e..43107443 100644 --- a/package.json +++ b/package.json @@ -60,22 +60,22 @@ "homepage": "https://github.com/SolidOS/solid-panes", "dependencies": { "@solid/better-simple-slideshow": "^0.1.0", - "activitystreams-pane": "1.0.3-0", - "chat-pane": "3.0.4-0", - "contacts-pane": "3.2.1-1", + "activitystreams-pane": "1.0.3-3", + "chat-pane": "3.0.4-1", + "contacts-pane": "3.2.1-4", "dompurify": "^3.4.4", - "folder-pane": "3.1.1-0", - "issue-pane": "3.0.3-0", + "folder-pane": "3.1.1-1", + "issue-pane": "3.0.3-1", "lit-html": "^3.3.2", "marked": "^18.0.3", - "meeting-pane": "3.0.3-0", + "meeting-pane": "3.0.3-1", "mime-types": "^3.0.2", - "pane-registry": "3.1.2-0", + "pane-registry": "3.1.2-1", "patch-package": "^8.0.1", - "profile-pane": "3.2.3-0", + "profile-pane": "3.2.3-1", "solid-namespace": "^0.5.4", - "solid-ui": "3.1.3-1", - "source-pane": "3.1.1-0" + "solid-ui": "3.1.3-6", + "source-pane": "3.1.1-1" }, "overrides": { "rdflib": "$rdflib", @@ -112,10 +112,10 @@ "node-polyfill-webpack-plugin": "^4.1.0", "path-browserify": "^1.0.1", "raw-loader": "^4.0.2", - "rdflib": "2.3.9", + "rdflib": "2.4.0", "react": "^19.2.6", "react-dom": "^19.2.6", - "solid-logic": "4.0.8-0", + "solid-logic": "4.0.8-1", "style-loader": "^4.0.0", "terser-webpack-plugin": "^5.6.0", "ts-jest": "^29.4.9",