Skip to content

Commit 5a98f55

Browse files
fix(deps): update all major dependencies
1 parent 8dd0e7a commit 5a98f55

23 files changed

+1826
-2205
lines changed

.github/workflows/e2e-applitools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
APPLITOOLS_SERVER_URL: 'https://eyesapi.applitools.com'
5555

5656
- name: Cypress run
57-
uses: cypress-io/github-action@d79d2d530a66e641eb4a5f227e13bc985c60b964 # v4.2.2
57+
uses: cypress-io/github-action@7271bed2a170d73c0b08939cd192db51a1c46c50 # v6.7.10
5858
id: cypress
5959
with:
6060
start: pnpm run dev

.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
VITEST_COVERAGE: true
148148

149149
- name: Upload Coverage to Codecov
150-
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
150+
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
151151
# Run step only pushes to develop and pull_requests
152152
if: ${{ steps.cypress.conclusion == 'success' && (github.event_name == 'pull_request' || github.ref == 'refs/heads/develop')}}
153153
with:

.github/workflows/link-checker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
restore-keys: cache-lychee-
4040

4141
- name: Link Checker
42-
uses: lycheeverse/lychee-action@c053181aa0c3d17606addfe97a9075a32723548a # v1.9.3
42+
uses: lycheeverse/lychee-action@f613c4a64e50d792e0b31ec34bbcbba12263c6a6 # v2.3.0
4343
with:
4444
args: >-
4545
--config .github/lychee.toml

.github/workflows/publish-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: pnpm install --frozen-lockfile
3838

3939
- name: Setup Pages
40-
uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0
40+
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
4141

4242
- name: Run Build
4343
run: pnpm --filter mermaid run docs:build:vitepress

.github/workflows/release-preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
timeout-minutes: 5
2727
steps:
2828
- name: Checkout Repo
29-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
29+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030

3131
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
3232

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout Repo
24-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
24+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525

2626
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
2727

.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@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
46+
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
4747
# Run step only pushes to develop and pull_requests
4848
if: ${{ github.event_name == 'pull_request' || github.ref == 'refs/heads/develop' }}
4949
with:

.github/workflows/update-browserlist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
message: 'chore: update browsers list'
2020
push: false
2121
- name: Create Pull Request
22-
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
22+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
2323
with:
2424
branch: update-browserslist
2525
title: Update Browserslist

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.12.2
1+
22.13.1

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.12.2-alpine3.19@sha256:7a91aa397f2e2dfbfcdad2e2d72599f374e0b0172be1d86eeb73f1d33f36a4b2
1+
FROM node:22.12.0-alpine3.19@sha256:40dc4b415c17b85bea9be05314b4a753f45a4e1716bb31c01182e6c53d51a654
22

33
USER 0:0
44

cypress/platform/flowchart-refactor.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet" />
55
<link
66
rel="stylesheet"
7-
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
7+
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/font-awesome.min.css"
88
/>
99
<link
1010
href="https://cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css"

cypress/platform/flowchart-sate.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet" />
55
<link
66
rel="stylesheet"
7-
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
7+
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/font-awesome.min.css"
88
/>
99
<link
1010
href="https://cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css"

cypress/platform/knsv-4442.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet" />
55
<link
66
rel="stylesheet"
7-
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
7+
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/font-awesome.min.css"
88
/>
99
<link
1010
href="https://cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css"

cypress/platform/knsv2.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet" />
55
<link
66
rel="stylesheet"
7-
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
7+
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/font-awesome.min.css"
88
/>
99
<link
1010
href="https://cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css"

cypress/platform/saurabh.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet" />
55
<link
66
rel="stylesheet"
7-
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
7+
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/font-awesome.min.css"
88
/>
99
<link
1010
href="https://cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css"

cypress/platform/state-refactor.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet" />
55
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet" />
6-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
6+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/font-awesome.min.css" />
77
<link href="https://cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css" rel="stylesheet" />
88
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+SC&display=swap" rel="stylesheet" />
99
<link rel="preconnect" href="https://fonts.googleapis.com" />

cypress/platform/xss25.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet" />
55
<link
66
rel="stylesheet"
7-
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
7+
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/font-awesome.min.css"
88
/>
99
<link
1010
href="https://fonts.googleapis.com/css?family=Noto+Sans+SC&display=swap"

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:13.7.3
20+
image: cypress/included:14.0.1
2121
stdin_open: true
2222
tty: true
2323
working_dir: /mermaid

package.json

+15-15
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@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1",
7+
"packageManager": "pnpm@10.2.0+sha512.0d27364e0139c6aadeed65ada153135e0ca96c8da42123bd50047f961339dc7a758fc2e944b428f52be570d1bd3372455c1c65fa2e7aa0bfbf931190f9552001",
88
"keywords": [
99
"diagram",
1010
"markdown",
@@ -64,32 +64,32 @@
6464
},
6565
"devDependencies": {
6666
"@applitools/eyes-cypress": "^3.44.4",
67-
"@argos-ci/cypress": "^2.2.2",
67+
"@argos-ci/cypress": "^3.0.0",
6868
"@changesets/changelog-github": "^0.5.0",
6969
"@changesets/cli": "^2.27.7",
7070
"@cspell/eslint-plugin": "^8.8.4",
7171
"@cypress/code-coverage": "^3.12.30",
7272
"@eslint/js": "^9.4.0",
73-
"@rollup/plugin-typescript": "^11.1.6",
73+
"@rollup/plugin-typescript": "^12.0.0",
7474
"@types/cors": "^2.8.17",
75-
"@types/express": "^4.17.21",
75+
"@types/express": "^5.0.0",
7676
"@types/js-yaml": "^4.0.9",
7777
"@types/jsdom": "^21.1.6",
7878
"@types/lodash": "^4.17.0",
7979
"@types/mdast": "^4.0.3",
80-
"@types/node": "^20.11.30",
80+
"@types/node": "^22.0.0",
8181
"@types/rollup-plugin-visualizer": "^4.2.4",
82-
"@vitest/coverage-v8": "^1.4.0",
83-
"@vitest/spy": "^1.4.0",
84-
"@vitest/ui": "^1.4.0",
82+
"@vitest/coverage-v8": "^3.0.0",
83+
"@vitest/spy": "^3.0.0",
84+
"@vitest/ui": "^3.0.0",
8585
"ajv": "^8.12.0",
86-
"chokidar": "^3.6.0",
87-
"concurrently": "^8.2.2",
86+
"chokidar": "^4.0.0",
87+
"concurrently": "^9.0.0",
8888
"cors": "^2.8.5",
8989
"cpy-cli": "^5.0.0",
9090
"cross-env": "^7.0.3",
9191
"cspell": "^8.6.0",
92-
"cypress": "^13.14.1",
92+
"cypress": "^14.0.0",
9393
"cypress-image-snapshot": "^4.0.1",
9494
"cypress-split": "^1.24.0",
9595
"esbuild": "^0.21.5",
@@ -112,21 +112,21 @@
112112
"jest": "^29.7.0",
113113
"jison": "^0.4.18",
114114
"js-yaml": "^4.1.0",
115-
"jsdom": "^24.0.0",
115+
"jsdom": "^26.0.0",
116116
"langium-cli": "3.0.3",
117117
"lint-staged": "^15.2.2",
118118
"markdown-table": "^3.0.3",
119-
"nyc": "^15.1.0",
119+
"nyc": "^17.0.0",
120120
"path-browserify": "^1.0.1",
121121
"prettier": "^3.2.5",
122122
"prettier-plugin-jsdoc": "^1.3.0",
123-
"rimraf": "^5.0.5",
123+
"rimraf": "^6.0.0",
124124
"rollup-plugin-visualizer": "^5.12.0",
125125
"start-server-and-test": "^2.0.3",
126126
"tsx": "^4.7.1",
127127
"typescript": "~5.4.5",
128128
"typescript-eslint": "^8.0.0-alpha.34",
129-
"vite": "^5.2.3",
129+
"vite": "^6.0.0",
130130
"vite-plugin-istanbul": "^6.0.0",
131131
"vitest": "^1.4.0"
132132
},

packages/mermaid-example-diagram/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
"khroma": "^2.1.0"
4343
},
4444
"devDependencies": {
45-
"concurrently": "^8.2.2",
45+
"concurrently": "^9.0.0",
4646
"mermaid": "workspace:*",
47-
"rimraf": "^5.0.5"
47+
"rimraf": "^6.0.0"
4848
},
4949
"files": [
5050
"dist"

packages/mermaid/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@
8282
"katex": "^0.16.9",
8383
"khroma": "^2.1.0",
8484
"lodash-es": "^4.17.21",
85-
"marked": "^13.0.2",
85+
"marked": "^15.0.0",
8686
"roughjs": "^4.6.6",
8787
"stylis": "^4.3.1",
8888
"ts-dedent": "^2.2.0",
89-
"uuid": "^9.0.1"
89+
"uuid": "^11.0.0"
9090
},
9191
"devDependencies": {
9292
"@adobe/jsonschema2md": "^8.0.0",
@@ -104,27 +104,27 @@
104104
"@types/micromatch": "^4.0.6",
105105
"@types/prettier": "^3.0.0",
106106
"@types/stylis": "^4.2.5",
107-
"@types/uuid": "^9.0.8",
107+
"@types/uuid": "^10.0.0",
108108
"ajv": "^8.12.0",
109-
"chokidar": "^3.6.0",
110-
"concurrently": "^8.2.2",
111-
"csstree-validator": "^3.0.0",
109+
"chokidar": "^4.0.0",
110+
"concurrently": "^9.0.0",
111+
"csstree-validator": "^4.0.0",
112112
"globby": "^14.0.1",
113113
"jison": "^0.4.18",
114114
"js-base64": "^3.7.7",
115-
"jsdom": "^24.0.0",
116-
"json-schema-to-typescript": "^13.1.2",
115+
"jsdom": "^26.0.0",
116+
"json-schema-to-typescript": "^15.0.0",
117117
"micromatch": "^4.0.5",
118118
"path-browserify": "^1.0.1",
119119
"prettier": "^3.2.5",
120120
"remark": "^15.0.1",
121121
"remark-frontmatter": "^5.0.0",
122122
"remark-gfm": "^4.0.0",
123-
"rimraf": "^5.0.5",
123+
"rimraf": "^6.0.0",
124124
"start-server-and-test": "^2.0.3",
125125
"type-fest": "^4.13.1",
126126
"typedoc": "^0.25.12",
127-
"typedoc-plugin-markdown": "^3.17.1",
127+
"typedoc-plugin-markdown": "^4.0.0",
128128
"typescript": "~5.4.3",
129129
"unist-util-flatmap": "^1.0.0",
130130
"unist-util-visit": "^5.0.0",

packages/mermaid/src/docs/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@
1717
},
1818
"dependencies": {
1919
"@mdi/font": "^7.0.0",
20-
"@vueuse/core": "^10.9.0",
20+
"@vueuse/core": "^12.0.0",
2121
"font-awesome": "^4.7.0",
22-
"jiti": "^1.21.0",
22+
"jiti": "^2.0.0",
2323
"mermaid": "workspace:^",
2424
"vue": "^3.4.21"
2525
},
2626
"devDependencies": {
2727
"@iconify-json/carbon": "^1.1.31",
28-
"@unocss/reset": "^0.59.0",
28+
"@unocss/reset": "^65.0.0",
2929
"@vite-pwa/vitepress": "^0.4.0",
3030
"@vitejs/plugin-vue": "^5.0.0",
3131
"fast-glob": "^3.3.2",
3232
"https-localhost": "^4.7.1",
33-
"pathe": "^1.1.2",
34-
"unocss": "^0.59.0",
35-
"unplugin-vue-components": "^0.26.0",
36-
"vite": "^5.0.0",
33+
"pathe": "^2.0.0",
34+
"unocss": "^65.0.0",
35+
"unplugin-vue-components": "^28.0.0",
36+
"vite": "^6.0.0",
3737
"vite-plugin-pwa": "^0.19.7",
3838
"vitepress": "1.1.4",
3939
"workbox-window": "^7.0.0"

0 commit comments

Comments
 (0)