Merge branch 'develop' into sidv/argosInvestigation

* develop:
  fix: Argos index numbering
  Fix TypeScript dependencies
This commit is contained in:
Sidharth Vinod
2024-10-08 13:28:39 +05:30
4 changed files with 14 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
---
'mermaid': patch
---
Add missing TypeScript dependencies

View File

@@ -133,7 +133,7 @@ jobs:
ARGOS_TOKEN: ${{ secrets.ARGOS_TOKEN }}
ARGOS_PARALLEL: true
ARGOS_PARALLEL_TOTAL: ${{ strategy.job-total }}
ARGOS_PARALLEL_INDEX: ${{ strategy.job-index }}
ARGOS_PARALLEL_INDEX: ${{ matrix.containers }}
SPLIT: ${{ strategy.job-total }}
SPLIT_INDEX: ${{ strategy.job-index }}
SPLIT_FILE: 'cypress/timings.json'

View File

@@ -70,6 +70,8 @@
"@braintree/sanitize-url": "^7.0.1",
"@iconify/utils": "^2.1.32",
"@mermaid-js/parser": "workspace:^",
"@types/d3": "^7.4.3",
"@types/dompurify": "^3.0.5",
"cytoscape": "^3.29.2",
"cytoscape-cose-bilkent": "^4.1.0",
"cytoscape-fcose": "^2.2.0",
@@ -92,13 +94,11 @@
"@iconify/types": "^2.0.0",
"@types/cytoscape": "^3.21.4",
"@types/cytoscape-fcose": "^2.2.4",
"@types/d3": "^7.4.3",
"@types/d3-sankey": "^0.12.4",
"@types/d3-scale": "^4.0.8",
"@types/d3-scale-chromatic": "^3.0.3",
"@types/d3-selection": "^3.0.10",
"@types/d3-shape": "^3.1.6",
"@types/dompurify": "^3.0.5",
"@types/jsdom": "^21.1.6",
"@types/katex": "^0.16.7",
"@types/lodash-es": "^4.17.12",

12
pnpm-lock.yaml generated
View File

@@ -226,6 +226,12 @@ importers:
'@mermaid-js/parser':
specifier: workspace:^
version: link:../parser
'@types/d3':
specifier: ^7.4.3
version: 7.4.3
'@types/dompurify':
specifier: ^3.0.5
version: 3.0.5
cytoscape:
specifier: ^3.29.2
version: 3.30.1
@@ -287,9 +293,6 @@ importers:
'@types/cytoscape-fcose':
specifier: ^2.2.4
version: 2.2.4
'@types/d3':
specifier: ^7.4.3
version: 7.4.3
'@types/d3-sankey':
specifier: ^0.12.4
version: 0.12.4
@@ -305,9 +308,6 @@ importers:
'@types/d3-shape':
specifier: ^3.1.6
version: 3.1.6
'@types/dompurify':
specifier: ^3.0.5
version: 3.0.5
'@types/jsdom':
specifier: ^21.1.6
version: 21.1.7