Skip to content

Commit fe714b4

Browse files
fix(deps): update all minor dependencies
1 parent bc2bd3d commit fe714b4

File tree

9 files changed

+283
-515
lines changed

9 files changed

+283
-515
lines changed

.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
VITEST_COVERAGE: true
140140

141141
- name: Upload Coverage to Codecov
142-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
142+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
143143
# Run step only pushes to develop and pull_requests
144144
if: ${{ steps.cypress.conclusion == 'success' && (github.event_name == 'pull_request' || github.ref == 'refs/heads/develop')}}
145145
with:

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
pnpm test:check:tsc
4444
4545
- name: Upload Coverage to Codecov
46-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
46+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
4747
# Run step only pushes to develop and pull_requests
4848
if: ${{ github.event_name == 'pull_request' || github.ref == 'refs/heads/develop' }}
4949
with:

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
- 9000:9000
1818
- 3333:3333
1919
cypress:
20-
image: cypress/included:14.0.3
20+
image: cypress/included:14.1.0
2121
stdin_open: true
2222
tty: true
2323
working_dir: /mermaid

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "10.2.4",
55
"description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
66
"type": "module",
7-
"packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af",
7+
"packageManager": "pnpm@10.6.0+sha512.df0136e797db0cfa7ec1084e77f3bdf81bacbae9066832fbf95cba4c2140ad05e64f316cde51ce3f99ea00a91ffc702d6aedd3c0f450f895e3e7c052fe573cd8",
88
"keywords": [
99
"diagram",
1010
"markdown",
@@ -89,7 +89,7 @@
8989
"cpy-cli": "^5.0.0",
9090
"cross-env": "^7.0.3",
9191
"cspell": "^8.6.1",
92-
"cypress": "^14.0.3",
92+
"cypress": "^14.1.0",
9393
"cypress-image-snapshot": "^4.0.1",
9494
"cypress-split": "^1.24.14",
9595
"esbuild": "^0.25.0",
@@ -113,7 +113,7 @@
113113
"jison": "^0.4.18",
114114
"js-yaml": "^4.1.0",
115115
"jsdom": "^26.0.0",
116-
"langium-cli": "3.3.0",
116+
"langium-cli": "3.4.0",
117117
"lint-staged": "^15.2.11",
118118
"markdown-table": "^3.0.4",
119119
"nyc": "^17.1.0",
@@ -125,9 +125,9 @@
125125
"start-server-and-test": "^2.0.10",
126126
"tslib": "^2.8.1",
127127
"tsx": "^4.7.3",
128-
"typescript": "~5.7.3",
128+
"typescript": "~5.8.2",
129129
"typescript-eslint": "^8.24.1",
130-
"vite": "^6.1.1",
130+
"vite": "^6.2.0",
131131
"vite-plugin-istanbul": "^7.0.0",
132132
"vitest": "^3.0.6"
133133
},

packages/mermaid-layout-elk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"mermaid": "workspace:^"
3838
},
3939
"peerDependencies": {
40-
"mermaid": "^11.0.2"
40+
"mermaid": "^11.4.1"
4141
},
4242
"files": [
4343
"dist"

packages/mermaid/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@
121121
"remark-gfm": "^4.0.1",
122122
"rimraf": "^6.0.1",
123123
"start-server-and-test": "^2.0.10",
124-
"type-fest": "^4.35.0",
124+
"type-fest": "^4.37.0",
125125
"typedoc": "^0.27.8",
126126
"typedoc-plugin-markdown": "^4.4.2",
127-
"typescript": "~5.7.3",
127+
"typescript": "~5.8.2",
128128
"unist-util-flatmap": "^1.0.0",
129129
"unist-util-visit": "^5.0.0",
130130
"vitepress": "^1.0.2",

packages/mermaid/src/docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@mdi/font": "^7.4.47",
20-
"@vueuse/core": "^12.7.0",
20+
"@vueuse/core": "^12.8.2",
2121
"font-awesome": "^4.7.0",
2222
"jiti": "^2.4.2",
2323
"mermaid": "workspace:^",
@@ -33,7 +33,7 @@
3333
"pathe": "^2.0.3",
3434
"unocss": "^66.0.0",
3535
"unplugin-vue-components": "^28.4.0",
36-
"vite": "^6.1.1",
36+
"vite": "^6.2.0",
3737
"vite-plugin-pwa": "^0.21.1",
3838
"vitepress": "1.6.3",
3939
"workbox-window": "^7.3.0"

packages/parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"ast"
3434
],
3535
"dependencies": {
36-
"langium": "3.3.1"
36+
"langium": "3.4.0"
3737
},
3838
"devDependencies": {
3939
"chevrotain": "^11.0.3"

0 commit comments

Comments
 (0)