Skip to content

Commit

Permalink
rush update --full (backport #7072) [release/4.8.x] (#7086)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Connelly <[email protected]>
Co-authored-by: Ben Polinsky <[email protected]>
Co-authored-by: Ben Polinsky <[email protected]>
Co-authored-by: Arun George <[email protected]>
  • Loading branch information
5 people authored Aug 14, 2024
1 parent f7fe026 commit ded6363
Show file tree
Hide file tree
Showing 22 changed files with 1,653 additions and 1,459 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/core-backend",
"comment": "",
"type": "none"
}
],
"packageName": "@itwin/core-backend"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@itwin/core-backend"
}
],
"packageName": "@itwin/core-backend",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/core-common",
"comment": "",
"type": "none"
}
],
"packageName": "@itwin/core-common"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@itwin/core-common"
}
],
"packageName": "@itwin/core-common",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/core-frontend",
"comment": "",
"type": "none"
}
],
"packageName": "@itwin/core-frontend"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@itwin/core-frontend"
}
],
"packageName": "@itwin/core-frontend",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/ecschema-rpcinterface-tests",
"comment": "",
"type": "none"
}
],
"packageName": "@itwin/ecschema-rpcinterface-tests"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/rpcinterface-full-stack-tests",
"comment": "",
"type": "none"
}
],
"packageName": "@itwin/rpcinterface-full-stack-tests"
}
13 changes: 9 additions & 4 deletions common/config/rush/pnpm-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
"useWorkspaces": true,
"strictPeerDependencies": false,
"globalPeerDependencyRules": {
"ignoreMissing": ["@babel/core", "@types/node", "@typescript-eslint/parser"]
"ignoreMissing": [
"@babel/core",
"@types/node",
"@typescript-eslint/parser"
]
},
"globalOverrides": {
"jsdom@19>ws": "^8.17.1" // https://github.com/advisories/GHSA-3h5v-q93c-6h6q > [email protected] > [email protected]
},
// 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
Expand All @@ -17,8 +20,10 @@
"unsupportedPackageJsonSettings": {
"pnpm": {
"auditConfig": {
"ignoreCves": []
"ignoreCves": [
"CVE-2024-39338" // https://github.com/advisories/GHSA-8hc4-vh64-cxmj @itwin/[email protected] > [email protected]
]
}
}
}
}
}
Loading

0 comments on commit ded6363

Please sign in to comment.