Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/viewer-react",
"comment": "",
"type": "none"
}
],
"packageName": "@itwin/viewer-react"
}
10 changes: 10 additions & 0 deletions common/config/rush/command-line.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/command-line.schema.json",
"commands": [
{
"name": "build",
"commandKind": "bulk",
"summary": "Run build script for each package",
"description": "Iterates through each package in the monorepo and runs the 'build' script",
"enableParallelism": true,
"ignoreMissingScript": false,
"ignoreDependencyOrder": true,
"allowWarningsInSuccessfulBuild": true
},
{
"name": "test",
"commandKind": "bulk",
Expand Down
3 changes: 2 additions & 1 deletion common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"preferredVersions": {
"lint-staged": "^10.2.11",
"immer": "^9.0.6",
"react-error-overlay": "6.0.9"
"react-error-overlay": "6.0.9",
"browserslist": "latest" // https://github.com/browserslist/update-db#readme
}
}
17 changes: 16 additions & 1 deletion common/config/rush/pnpm-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/pnpm-config.schema.json",
"useWorkspaces": true
"useWorkspaces": true,
// A list of temporary advisories excluded from the High and Critical list.
// Warning this should only be used as a temporary measure to avoid build failures
// for development dependencies only.
// All security issues should be addressed asap.
// every entry should look like:
// "CVE-202x-xxxxxx", // https://github.com/advisories/GHSA-xxxx-xxxx-xxxx pkgName>subDepA>subDepB
"unsupportedPackageJsonSettings": {
"pnpm": {
"auditConfig": {
"ignoreCves": [
"CVE-2025-58754" // https://github.com/advisories/GHSA-4hjh-wcwx-xvwj axios
]
}
}
}
}
2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"preferredVersionsHash": "29412695565de6483296c62c78a26bda534c820d"
"preferredVersionsHash": "cb75c3d4a84b5a92e59c1e793f2d2b861e0afaf3"
}
3 changes: 3 additions & 0 deletions common/scripts/install-run-rush-pnpm.js

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

17 changes: 10 additions & 7 deletions common/scripts/install-run-rush.js

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

3 changes: 3 additions & 0 deletions common/scripts/install-run-rushx.js

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

Loading
Loading