Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions client/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 1 addition & 8 deletions client/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# pnpm v11 reads settings from this file rather than package.json's "pnpm"
# section. We don't actually use pnpm workspaces — this file exists so
# pnpm picks up project-wide settings (overrides, allowBuilds).

# Allow @parcel/watcher's install script to run; it downloads a prebuilt
# native binary used by sass/vitest for file watching. Without this entry,
# pnpm fails the install on fresh machines (strictDepBuilds default).
allowBuilds:

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@app/renovate [low] Renovate dropped the header that explains why this file exists and why allowBuilds is required. Please restore that context near the relevant keys so the next dependency update doesn't leave this config unexplained again.\n\n

🤖 Prompt for AI agents\n\nIn client/pnpm-workspace.yaml, the top-of-file comments explaining the purpose of this pnpm settings file and the allowBuilds entry were removed. Restore the explanation next to allowBuilds or the relevant settings, keeping the existing override comment structure intact.\n\n

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@app/renovate The CI blocker is gone, but this part is still unchanged: allowBuilds is now at the top with no explanation of why this file exists or why @parcel/watcher is allowed. Please restore that context next to the allowBuilds entry.

'@parcel/watcher': true

Expand All @@ -14,7 +7,7 @@ allowBuilds:
overrides:
ajv: 8.20.0
minimatch: 10.2.5
serialize-javascript: 7.0.5
serialize-javascript: 7.0.6
lodash: 4.18.1
follow-redirects: 1.16.0
flatted: 3.4.2
Expand Down
2 changes: 1 addition & 1 deletion client/sbom/.lock-hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b4d387ffe2c524086cfafe5c598357fe2ec5e77620a50e16bfc8c5735a02cc87
9c291890c795869e05e80c3f17a77e8a0d3707ea712b83b911d01b4d472ceef1
14 changes: 7 additions & 7 deletions client/sbom/bom.json
Original file line number Diff line number Diff line change
Expand Up @@ -15930,17 +15930,17 @@
{
"type": "library",
"name": "serialize-javascript",
"version": "7.0.5",
"purl": "pkg:npm/serialize-javascript@7.0.5",
"bom-ref": "pkg:npm/serialize-javascript@7.0.5",
"version": "7.0.6",
"purl": "pkg:npm/serialize-javascript@7.0.6",
"bom-ref": "pkg:npm/serialize-javascript@7.0.6",
"externalReferences": [
{
"type": "distribution",
"url": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-7.0.5.tgz",
"url": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-7.0.6.tgz",
"hashes": [
{
"alg": "SHA-512",
"content": "1782dc07452a525d7312babed676041334872672306f7005d97581f786fe69f86b7a43948a3c28a0062a17245b8d8926d8f00a05a6f1ea862fff10f1362f0807"
"content": "0134cae50e20155834603a759b2dafab2832be1724943fd45791889581e8a064e7fcda2026a233a5eb640fa139926b9550bab3fd2f629d42f6e5770080344942"
}
]
}
Expand Down Expand Up @@ -20084,7 +20084,7 @@
"ref": "pkg:npm/compression-webpack-plugin@12.0.0",
"dependsOn": [
"pkg:npm/schema-utils@4.3.3",
"pkg:npm/serialize-javascript@7.0.5"
"pkg:npm/serialize-javascript@7.0.6"
]
},
{
Expand Down Expand Up @@ -22613,7 +22613,7 @@
"dependsOn": []
},
{
"ref": "pkg:npm/serialize-javascript@7.0.5",
"ref": "pkg:npm/serialize-javascript@7.0.6",
"dependsOn": []
},
{
Expand Down
Loading