mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
Merge branch 'develop' into sidv/testArgos
This commit is contained in:
commit
aa036d831b
9
.github/workflows/e2e.yml
vendored
9
.github/workflows/e2e.yml
vendored
@ -24,6 +24,7 @@ env:
|
||||
) ||
|
||||
github.event.before
|
||||
}}
|
||||
shouldRunParallel: ${{ secrets.CYPRESS_RECORD_KEY != '' && !(github.event_name == 'push' && github.ref == 'refs/heads/develop') }}
|
||||
jobs:
|
||||
cache:
|
||||
runs-on: ubuntu-latest
|
||||
@ -116,7 +117,7 @@ jobs:
|
||||
id: cypress
|
||||
# If CYPRESS_RECORD_KEY is set, run in parallel on all containers
|
||||
# Otherwise (e.g. if running from fork), we run on a single container only
|
||||
if: ${{ ( env.CYPRESS_RECORD_KEY != '' ) || ( matrix.containers == 1 ) }}
|
||||
if: ${{ env.shouldRunParallel || ( matrix.containers == 1 ) }}
|
||||
with:
|
||||
install: false
|
||||
start: pnpm run dev:coverage
|
||||
@ -124,14 +125,14 @@ jobs:
|
||||
browser: chrome
|
||||
# Disable recording if we don't have an API key
|
||||
# e.g. if this action was run from a fork
|
||||
record: ${{ secrets.CYPRESS_RECORD_KEY != '' }}
|
||||
parallel: ${{ secrets.CYPRESS_RECORD_KEY != '' }}
|
||||
record: ${{ env.shouldRunParallel }}
|
||||
parallel: ${{ env.shouldRunParallel }}
|
||||
env:
|
||||
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
|
||||
VITEST_COVERAGE: true
|
||||
CYPRESS_COMMIT: ${{ github.sha }}
|
||||
ARGOS_TOKEN: ${{ secrets.ARGOS_TOKEN }}
|
||||
ARGOS_PARALLEL: ${{ secrets.CYPRESS_RECORD_KEY != '' }}
|
||||
ARGOS_PARALLEL: ${{ env.shouldRunParallel }}
|
||||
ARGOS_PARALLEL_TOTAL: 4
|
||||
ARGOS_PARALLEL_INDEX: ${{ matrix.containers }}
|
||||
|
||||
|
244
pnpm-lock.yaml
generated
244
pnpm-lock.yaml
generated
@ -19,7 +19,7 @@ importers:
|
||||
version: 8.9.1(eslint@9.6.0)
|
||||
'@cypress/code-coverage':
|
||||
specifier: ^3.12.30
|
||||
version: 3.12.39(@babel/core@7.24.7)(@babel/preset-env@7.24.7(@babel/core@7.24.7))(babel-loader@9.1.3(@babel/core@7.24.7)(webpack@5.91.0(esbuild@0.21.5)))(cypress@13.7.3)(webpack@5.91.0(esbuild@0.21.5))
|
||||
version: 3.12.41(@babel/core@7.24.7)(@babel/preset-env@7.24.7(@babel/core@7.24.7))(babel-loader@9.1.3(@babel/core@7.24.7)(webpack@5.91.0(esbuild@0.21.5)))(cypress@13.7.3)(webpack@5.91.0(esbuild@0.21.5))
|
||||
'@eslint/js':
|
||||
specifier: ^9.4.0
|
||||
version: 9.6.0
|
||||
@ -172,7 +172,7 @@ importers:
|
||||
version: 1.3.0(prettier@3.2.5)
|
||||
rimraf:
|
||||
specifier: ^5.0.5
|
||||
version: 5.0.7
|
||||
version: 5.0.8
|
||||
rollup-plugin-visualizer:
|
||||
specifier: ^5.12.0
|
||||
version: 5.12.0(rollup@4.18.0)
|
||||
@ -202,7 +202,7 @@ importers:
|
||||
dependencies:
|
||||
'@braintree/sanitize-url':
|
||||
specifier: ^7.0.1
|
||||
version: 7.0.3
|
||||
version: 7.0.4
|
||||
'@mermaid-js/parser':
|
||||
specifier: workspace:^
|
||||
version: link:../parser
|
||||
@ -226,13 +226,13 @@ importers:
|
||||
version: 1.11.11
|
||||
dompurify:
|
||||
specifier: ^3.0.11
|
||||
version: 3.1.5
|
||||
version: 3.1.6
|
||||
elkjs:
|
||||
specifier: ^0.9.2
|
||||
version: 0.9.3
|
||||
katex:
|
||||
specifier: ^0.16.9
|
||||
version: 0.16.10
|
||||
version: 0.16.11
|
||||
khroma:
|
||||
specifier: ^2.1.0
|
||||
version: 2.1.0
|
||||
@ -350,7 +350,7 @@ importers:
|
||||
version: 4.0.0
|
||||
rimraf:
|
||||
specifier: ^5.0.5
|
||||
version: 5.0.7
|
||||
version: 5.0.8
|
||||
start-server-and-test:
|
||||
specifier: ^2.0.3
|
||||
version: 2.0.4
|
||||
@ -383,7 +383,7 @@ importers:
|
||||
dependencies:
|
||||
'@braintree/sanitize-url':
|
||||
specifier: ^7.0.0
|
||||
version: 7.0.3
|
||||
version: 7.0.4
|
||||
d3:
|
||||
specifier: ^7.9.0
|
||||
version: 7.9.0
|
||||
@ -399,7 +399,7 @@ importers:
|
||||
version: link:../mermaid
|
||||
rimraf:
|
||||
specifier: ^5.0.5
|
||||
version: 5.0.7
|
||||
version: 5.0.8
|
||||
|
||||
packages/mermaid-flowchart-elk:
|
||||
dependencies:
|
||||
@ -424,13 +424,13 @@ importers:
|
||||
version: link:../mermaid
|
||||
rimraf:
|
||||
specifier: ^5.0.5
|
||||
version: 5.0.7
|
||||
version: 5.0.8
|
||||
|
||||
packages/mermaid-zenuml:
|
||||
dependencies:
|
||||
'@zenuml/core':
|
||||
specifier: ^3.23.27
|
||||
version: 3.23.27(typescript@5.4.5)
|
||||
version: 3.23.28(typescript@5.4.5)
|
||||
devDependencies:
|
||||
mermaid:
|
||||
specifier: workspace:^
|
||||
@ -1503,8 +1503,8 @@ packages:
|
||||
'@bcoe/v8-coverage@0.2.3':
|
||||
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
|
||||
|
||||
'@braintree/sanitize-url@7.0.3':
|
||||
resolution: {integrity: sha512-NFSRlcnXOS+VdopYWQyzlaFYRRqaf75bbqidO/c7PBakT+3C0Fm287hyZwvc11HVRSUj1QXl+rb4u1pemh57yA==}
|
||||
'@braintree/sanitize-url@7.0.4':
|
||||
resolution: {integrity: sha512-hPYRrKFoI+nuckPgDJfyYAkybFvheo4usS0Vw0HNAe+fmGBQA5Az37b/yStO284atBoqqdOUhKJ3d9Zw3PQkcQ==}
|
||||
|
||||
'@chevrotain/cst-dts-gen@11.0.3':
|
||||
resolution: {integrity: sha512-BvIKpRLeS/8UbfxXxgC33xOumsacaeCKAjAeLyOn7Pcp95HiRbrpl14S+9vaZLolnbssPIUuiUd8IvgkRyt6NQ==}
|
||||
@ -1820,8 +1820,8 @@ packages:
|
||||
resolution: {integrity: sha512-2AncPKGq9fnytwnL7V4KfoSjiEU0m8tVDFerGiDMNmTMWiQ4zj0kTATai118XT1eBVKiyrAotYRLSrsuUo9U3g==}
|
||||
engines: {node: '>=18.0'}
|
||||
|
||||
'@cypress/code-coverage@3.12.39':
|
||||
resolution: {integrity: sha512-ja7I/GRmkSAW9e3O7pideWcNUEHao0WT6sRyXQEURoxkJUASJssJ7Kb/bd3eMYmkUCiD5CRFqWR5BGF4mWVaUw==}
|
||||
'@cypress/code-coverage@3.12.41':
|
||||
resolution: {integrity: sha512-82ndoXij1t1jlUC7id9MV2u+TB4qQds7BnNxYk+Bnz8879lj4wFIpqE3TnI9w+0Y0qayaJh7ZBJnwBbht6Ib2A==}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.1
|
||||
'@babel/preset-env': ^7.0.0
|
||||
@ -2328,14 +2328,11 @@ packages:
|
||||
'@fastify/error@2.0.0':
|
||||
resolution: {integrity: sha512-wI3fpfDT0t7p8E6dA2eTECzzOd+bZsZCJ2Hcv+Onn2b7ZwK3RwD27uW2QDaMtQhAfWQQP+WNK7nKf0twLsBf9w==}
|
||||
|
||||
'@floating-ui/core@1.6.0':
|
||||
resolution: {integrity: sha512-PcF++MykgmTj3CIyOQbKA/hDzOAiqI3mhuoN44WRCopIs1sgoDoU4oty4Jtqaj/y3oDU6fnVSm4QG0a3t5i0+g==}
|
||||
'@floating-ui/core@1.6.4':
|
||||
resolution: {integrity: sha512-a4IowK4QkXl4SCWTGUR0INAfEOX3wtsYw3rKK5InQEHMGObkR8Xk44qYQD9P4r6HHw0iIfK6GUKECmY8sTkqRA==}
|
||||
|
||||
'@floating-ui/dom@1.6.3':
|
||||
resolution: {integrity: sha512-RnDthu3mzPlQ31Ss/BTwQ1zjzIhr3lk1gZB1OC56h/1vEtaXkESrOqL5fQVMfXpwGtRwX+YsZBdyHtJMQnkArw==}
|
||||
|
||||
'@floating-ui/utils@0.2.1':
|
||||
resolution: {integrity: sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==}
|
||||
'@floating-ui/dom@1.6.7':
|
||||
resolution: {integrity: sha512-wmVfPG5o2xnKDU4jx/m4w5qva9FWHcnZ8BvzEe90D/RpwsJaTAVYPEPdQ8sbr/N8zZTAHlZUTQdqg8ZUbzHmng==}
|
||||
|
||||
'@floating-ui/utils@0.2.4':
|
||||
resolution: {integrity: sha512-dWO2pw8hhi+WrXq1YJy2yCuWoL20PddgGaqTgVe4cOS9Q6qklXCiA1tJEqX6BEwRNSCP84/afac9hd4MS+zEUA==}
|
||||
@ -2355,14 +2352,14 @@ packages:
|
||||
'@headlessui/vue': ^1.0.0
|
||||
vue: ^3.0.0
|
||||
|
||||
'@headlessui/tailwindcss@0.2.0':
|
||||
resolution: {integrity: sha512-fpL830Fln1SykOCboExsWr3JIVeQKieLJ3XytLe/tt1A0XzqUthOftDmjcCYLW62w7mQI7wXcoPXr3tZ9QfGxw==}
|
||||
'@headlessui/tailwindcss@0.2.1':
|
||||
resolution: {integrity: sha512-2+5+NZ+RzMyrVeCZOxdbvkUSssSxGvcUxphkIfSVLpRiKsj+/63T2TOL9dBYMXVfj/CGr6hMxSRInzXv6YY7sA==}
|
||||
engines: {node: '>=10'}
|
||||
peerDependencies:
|
||||
tailwindcss: ^3.0
|
||||
|
||||
'@headlessui/vue@1.7.19':
|
||||
resolution: {integrity: sha512-VFjKPybogux/5/QYGSq4zgG/x3RcxId15W8uguAJAjPBxelI23dwjOjTx/mIiMkM/Hd3rzFxcf2aIp56eEWRcA==}
|
||||
'@headlessui/vue@1.7.22':
|
||||
resolution: {integrity: sha512-Hoffjoolq1rY+LOfJ+B/OvkhuBXXBFgd8oBlN+l1TApma2dB0En0ucFZrwQtb33SmcCqd32EQd0y07oziXWNYg==}
|
||||
engines: {node: '>=10'}
|
||||
peerDependencies:
|
||||
vue: ^3.2.0
|
||||
@ -2815,11 +2812,11 @@ packages:
|
||||
resolution: {integrity: sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==}
|
||||
engines: {node: '>=10'}
|
||||
|
||||
'@tanstack/virtual-core@3.2.1':
|
||||
resolution: {integrity: sha512-nO0d4vRzsmpBQCJYyClNHPPoUMI4nXNfrm6IcCRL33ncWMoNVpURh9YebEHPw8KrtsP2VSJIHE4gf4XFGk1OGg==}
|
||||
'@tanstack/virtual-core@3.8.1':
|
||||
resolution: {integrity: sha512-uNtAwenT276M9QYCjTBoHZ8X3MUeCRoGK59zPi92hMIxdfS9AyHjkDWJ94WroDxnv48UE+hIeo21BU84jKc8aQ==}
|
||||
|
||||
'@tanstack/vue-virtual@3.2.1':
|
||||
resolution: {integrity: sha512-NWJL8zJ4kwCkUzWd2jLKN9NTxj9RjYyaJwtA16j9urfbnMIdKe2g2HNymq0jGj+fmX/9nd58d6h78LrZ7I/J+A==}
|
||||
'@tanstack/vue-virtual@3.8.1':
|
||||
resolution: {integrity: sha512-uhty1LzUbbcVc5zdMMSUjUt/ECTlMCtK49Ww7dH2m4lNNLGYwkj5SbfrAD8uCZxV1VeV7DRMXqhwUTELyR5rrA==}
|
||||
peerDependencies:
|
||||
vue: ^2.7.0 || ^3.0.0
|
||||
|
||||
@ -3421,10 +3418,10 @@ packages:
|
||||
'@vitest/utils@1.5.3':
|
||||
resolution: {integrity: sha512-rE9DTN1BRhzkzqNQO+kw8ZgfeEBCLXiHJwetk668shmNBpSagQxneT5eSqEBLP+cqSiAeecvQmbpFfdMyLcIQA==}
|
||||
|
||||
'@vue/compat@3.4.21':
|
||||
resolution: {integrity: sha512-hKM6C5tTqduZcNOwp4oBa6qplAQ0NsMvGtLCTKmkhjVqrFzUfS9CyLN6ktzEfPwbgeC/wYYd7PtH+H8jNGvTjQ==}
|
||||
'@vue/compat@3.4.31':
|
||||
resolution: {integrity: sha512-ZmtZNZD881gtwLphxfaRo4y1+Ym4gHmxJlEpsnUHwlsZzKRXdlSE/7qkAxFe+pc5bC6rZU14GUDqqXueljZ9Qg==}
|
||||
peerDependencies:
|
||||
vue: 3.4.21
|
||||
vue: 3.4.31
|
||||
|
||||
'@vue/compiler-core@3.4.30':
|
||||
resolution: {integrity: sha512-ZL8y4Xxdh8O6PSwfdZ1IpQ24PjTAieOz3jXb/MDTfDtANcKBMxg1KLm6OX2jofsaQGYfIVzd3BAG22i56/cF1w==}
|
||||
@ -3450,8 +3447,8 @@ packages:
|
||||
'@vue/compiler-ssr@3.4.31':
|
||||
resolution: {integrity: sha512-RtefmITAje3fJ8FSg1gwgDhdKhZVntIVbwupdyZDSifZTRMiWxWehAOTCc8/KZDnBOcYQ4/9VWxsTbd3wT0hAA==}
|
||||
|
||||
'@vue/devtools-api@6.6.1':
|
||||
resolution: {integrity: sha512-LgPscpE3Vs0x96PzSSB4IGVSZXZBZHpfxs+ZA1d+VEPwHdOXowy/Y2CsvCAIFrf+ssVU1pD1jidj505EpUnfbA==}
|
||||
'@vue/devtools-api@6.6.3':
|
||||
resolution: {integrity: sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==}
|
||||
|
||||
'@vue/devtools-api@7.1.3':
|
||||
resolution: {integrity: sha512-W8IwFJ/o5iUk78jpqhvScbgCsPiOp2uileDVC0NDtW38gCWhsnu9SeBTjcdu3lbwLdsjc+H1c5Msd/x9ApbcFA==}
|
||||
@ -3648,8 +3645,8 @@ packages:
|
||||
'@xtuc/long@4.2.2':
|
||||
resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==}
|
||||
|
||||
'@zenuml/core@3.23.27':
|
||||
resolution: {integrity: sha512-9mJ/bkc6m8Nln/vSldnSrumDoVk4bGZetupUp+MfYALM/Yq/7t6ADKY+3XFMT8YW0/QetRyqyhqSunTSQUMvWw==}
|
||||
'@zenuml/core@3.23.28':
|
||||
resolution: {integrity: sha512-RmgHwFei9pM+7uad34Wh7oTS3doLGIg/NLKWvBzWle1jCc+YglFs4KdPpsmFUvBD4UxopIUY7N6/aZEXNXxEpw==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
|
||||
JSONSelect@0.4.0:
|
||||
@ -4944,8 +4941,8 @@ packages:
|
||||
resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==}
|
||||
engines: {node: '>= 4'}
|
||||
|
||||
dompurify@3.1.5:
|
||||
resolution: {integrity: sha512-lwG+n5h8QNpxtyrJW/gJWckL+1/DQiYMX8f7t8Z2AZTPw1esVrqjI63i7Zc2Gz0aKzLVMYC1V1PL/ky+aY/NgA==}
|
||||
dompurify@3.1.6:
|
||||
resolution: {integrity: sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ==}
|
||||
|
||||
domutils@3.1.0:
|
||||
resolution: {integrity: sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==}
|
||||
@ -5694,9 +5691,9 @@ packages:
|
||||
glob-to-regexp@0.4.1:
|
||||
resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==}
|
||||
|
||||
glob@10.4.2:
|
||||
resolution: {integrity: sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==}
|
||||
engines: {node: '>=16 || 14 >=14.18'}
|
||||
glob@10.4.3:
|
||||
resolution: {integrity: sha512-Q38SGlYRpVtDBPSWEylRyctn7uDeTp4NQERTLiCT1FqA9JXPYWqAVmQU6qh4r/zMM5ehxTcbaO8EjhWnvEhmyg==}
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
|
||||
glob@7.2.3:
|
||||
@ -6278,9 +6275,9 @@ packages:
|
||||
resolution: {integrity: sha512-IoiNVk4SMPu6uTcK+1nA5QaHNok2BMDLjSl5UomrOixe5g4GkylhPwuiGdw00ysSCrXAKNMfFTu+u/Lk5f6OLQ==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
jackspeak@3.4.0:
|
||||
resolution: {integrity: sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==}
|
||||
engines: {node: '>=14'}
|
||||
jackspeak@3.4.1:
|
||||
resolution: {integrity: sha512-U23pQPDnmYybVkYjObcuYMk43VRlMLLqLI+RdZy8s8WV8WsxO9SnqSroKaluuvcNOdCAlauKszDwd+umbot5Mg==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
jake@10.9.1:
|
||||
resolution: {integrity: sha512-61btcOHNnLnsOdtLgA5efqQWjnSi/vow5HbI7HMdKKWqvrKR1bLK3BPlJn9gcSaP2ewuamUSMB5XEy76KUIS2w==}
|
||||
@ -6556,8 +6553,8 @@ packages:
|
||||
resolution: {integrity: sha512-Qush0uP+G8ZScpGMZvHUiRfI0YBWuB3gVBYlI0v0vvOJt5FLicco+IkP0a50LqTTQhmts/m6tP5SWE+USyIvcQ==}
|
||||
engines: {node: '>=12.20'}
|
||||
|
||||
katex@0.16.10:
|
||||
resolution: {integrity: sha512-ZiqaC04tp2O5utMsl2TEZTXxa6WSC4yo0fv5ML++D3QZv/vx2Mct0mTlRx3O+uUkjfuAgOkzsCmq5MiUEsDDdA==}
|
||||
katex@0.16.11:
|
||||
resolution: {integrity: sha512-RQrI8rlHY92OLf3rho/Ts8i/XvjgguEjOkO1BEXcU3N8BqPpSzBNwV/G0Ukr+P/l3ivvJUE/Fa/CwbS6HesGNQ==}
|
||||
hasBin: true
|
||||
|
||||
keyv@4.5.4:
|
||||
@ -6733,9 +6730,9 @@ packages:
|
||||
resolution: {integrity: sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
lru-cache@10.2.2:
|
||||
resolution: {integrity: sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==}
|
||||
engines: {node: 14 || >=16.14}
|
||||
lru-cache@10.4.0:
|
||||
resolution: {integrity: sha512-bfJaPTuEiTYBu+ulDaeQ0F+uLmlfFkMgXj4cbwfuMSjgObGMzb55FMMbDvbRU0fAHZ4sLGkz2mKwcMg8Dvm8Ww==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
lru-cache@5.1.1:
|
||||
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
|
||||
@ -7433,8 +7430,8 @@ packages:
|
||||
resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
pino-abstract-transport@1.1.0:
|
||||
resolution: {integrity: sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==}
|
||||
pino-abstract-transport@1.2.0:
|
||||
resolution: {integrity: sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==}
|
||||
|
||||
pino-std-serializers@3.2.0:
|
||||
resolution: {integrity: sha512-EqX4pwDPrt3MuOAAUBMU0Tk5kR/YcCM5fNPEzgCO2zJ5HfX0vbiH9HbJglnyeQsN96Kznae6MWD47pZB5avTrg==}
|
||||
@ -7446,8 +7443,8 @@ packages:
|
||||
resolution: {integrity: sha512-iuhEDel3Z3hF9Jfe44DPXR8l07bhjuFY3GMHIXbjnY9XcafbyDDwl2sN2vw2GjMPf5Nkoe+OFao7ffn9SXaKDg==}
|
||||
hasBin: true
|
||||
|
||||
pino@8.20.0:
|
||||
resolution: {integrity: sha512-uhIfMj5TVp+WynVASaVEJFTncTUe4dHBq6CWplu/vBgvGHhvBvQfxz+vcOrnnBQdORH3izaGEurLfNlq3YxdFQ==}
|
||||
pino@8.21.0:
|
||||
resolution: {integrity: sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==}
|
||||
hasBin: true
|
||||
|
||||
pirates@4.0.6:
|
||||
@ -7531,8 +7528,8 @@ packages:
|
||||
peerDependencies:
|
||||
postcss: ^8.2.14
|
||||
|
||||
postcss-selector-parser@6.0.16:
|
||||
resolution: {integrity: sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==}
|
||||
postcss-selector-parser@6.1.0:
|
||||
resolution: {integrity: sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==}
|
||||
engines: {node: '>=4'}
|
||||
|
||||
postcss-value-parser@4.2.0:
|
||||
@ -7847,9 +7844,9 @@ packages:
|
||||
deprecated: Rimraf versions prior to v4 are no longer supported
|
||||
hasBin: true
|
||||
|
||||
rimraf@5.0.7:
|
||||
resolution: {integrity: sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==}
|
||||
engines: {node: '>=14.18'}
|
||||
rimraf@5.0.8:
|
||||
resolution: {integrity: sha512-XSh0V2/yNhDEi8HwdIefD8MLgs4LQXPag/nEJWs3YUc3Upn+UHa1GyIkEg9xSSNt7HnkO5FjTvmcRzgf+8UZuw==}
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
|
||||
robust-predicates@3.0.2:
|
||||
@ -8342,8 +8339,8 @@ packages:
|
||||
tabbable@6.2.0:
|
||||
resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==}
|
||||
|
||||
tailwindcss@3.4.3:
|
||||
resolution: {integrity: sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==}
|
||||
tailwindcss@3.4.4:
|
||||
resolution: {integrity: sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
hasBin: true
|
||||
|
||||
@ -8407,8 +8404,8 @@ packages:
|
||||
thenify@3.3.1:
|
||||
resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==}
|
||||
|
||||
thread-stream@2.4.1:
|
||||
resolution: {integrity: sha512-d/Ex2iWd1whipbT681JmTINKw0ZwOUBZm7+Gjs64DHuX34mmw8vJL2bFAaNacaW72zYiTJxSHi5abUuOi5nsfg==}
|
||||
thread-stream@2.7.0:
|
||||
resolution: {integrity: sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==}
|
||||
|
||||
throat@6.0.2:
|
||||
resolution: {integrity: sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==}
|
||||
@ -8927,6 +8924,17 @@ packages:
|
||||
'@vue/composition-api':
|
||||
optional: true
|
||||
|
||||
vue-demi@0.14.8:
|
||||
resolution: {integrity: sha512-Uuqnk9YE9SsWeReYqK2alDI5YzciATE0r2SkA6iMAtuXvNTMNACJLJEXNXaEy94ECuBe4Sk6RzRU80kjdbIo1Q==}
|
||||
engines: {node: '>=12'}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.0.0-rc.1
|
||||
vue: ^3.0.0-0 || ^2.6.0
|
||||
peerDependenciesMeta:
|
||||
'@vue/composition-api':
|
||||
optional: true
|
||||
|
||||
vue@3.4.30:
|
||||
resolution: {integrity: sha512-NcxtKCwkdf1zPsr7Y8+QlDBCGqxvjLXF2EX+yi76rV5rrz90Y6gK1cq0olIhdWGgrlhs9ElHuhi9t3+W5sG5Xw==}
|
||||
peerDependencies:
|
||||
@ -10744,7 +10752,7 @@ snapshots:
|
||||
|
||||
'@bcoe/v8-coverage@0.2.3': {}
|
||||
|
||||
'@braintree/sanitize-url@7.0.3': {}
|
||||
'@braintree/sanitize-url@7.0.4': {}
|
||||
|
||||
'@chevrotain/cst-dts-gen@11.0.3':
|
||||
dependencies:
|
||||
@ -11074,7 +11082,7 @@ snapshots:
|
||||
|
||||
'@cspell/url@8.9.1': {}
|
||||
|
||||
'@cypress/code-coverage@3.12.39(@babel/core@7.24.7)(@babel/preset-env@7.24.7(@babel/core@7.24.7))(babel-loader@9.1.3(@babel/core@7.24.7)(webpack@5.91.0(esbuild@0.21.5)))(cypress@13.7.3)(webpack@5.91.0(esbuild@0.21.5))':
|
||||
'@cypress/code-coverage@3.12.41(@babel/core@7.24.7)(@babel/preset-env@7.24.7(@babel/core@7.24.7))(babel-loader@9.1.3(@babel/core@7.24.7)(webpack@5.91.0(esbuild@0.21.5)))(cypress@13.7.3)(webpack@5.91.0(esbuild@0.21.5))':
|
||||
dependencies:
|
||||
'@babel/core': 7.24.7
|
||||
'@babel/preset-env': 7.24.7(@babel/core@7.24.7)
|
||||
@ -11421,24 +11429,22 @@ snapshots:
|
||||
|
||||
'@fastify/error@2.0.0': {}
|
||||
|
||||
'@floating-ui/core@1.6.0':
|
||||
'@floating-ui/core@1.6.4':
|
||||
dependencies:
|
||||
'@floating-ui/utils': 0.2.1
|
||||
'@floating-ui/utils': 0.2.4
|
||||
|
||||
'@floating-ui/dom@1.6.3':
|
||||
'@floating-ui/dom@1.6.7':
|
||||
dependencies:
|
||||
'@floating-ui/core': 1.6.0
|
||||
'@floating-ui/utils': 0.2.1
|
||||
|
||||
'@floating-ui/utils@0.2.1': {}
|
||||
'@floating-ui/core': 1.6.4
|
||||
'@floating-ui/utils': 0.2.4
|
||||
|
||||
'@floating-ui/utils@0.2.4': {}
|
||||
|
||||
'@floating-ui/vue@1.1.1(vue@3.4.31(typescript@5.4.5))':
|
||||
dependencies:
|
||||
'@floating-ui/dom': 1.6.3
|
||||
'@floating-ui/dom': 1.6.7
|
||||
'@floating-ui/utils': 0.2.4
|
||||
vue-demi: 0.14.7(vue@3.4.31(typescript@5.4.5))
|
||||
vue-demi: 0.14.8(vue@3.4.31(typescript@5.4.5))
|
||||
transitivePeerDependencies:
|
||||
- '@vue/composition-api'
|
||||
- vue
|
||||
@ -11449,23 +11455,23 @@ snapshots:
|
||||
dependencies:
|
||||
'@hapi/hoek': 9.3.0
|
||||
|
||||
'@headlessui-float/vue@0.14.0(@headlessui/vue@1.7.19(vue@3.4.31(typescript@5.4.5)))(vue@3.4.31(typescript@5.4.5))':
|
||||
'@headlessui-float/vue@0.14.0(@headlessui/vue@1.7.22(vue@3.4.31(typescript@5.4.5)))(vue@3.4.31(typescript@5.4.5))':
|
||||
dependencies:
|
||||
'@floating-ui/core': 1.6.0
|
||||
'@floating-ui/dom': 1.6.3
|
||||
'@floating-ui/core': 1.6.4
|
||||
'@floating-ui/dom': 1.6.7
|
||||
'@floating-ui/vue': 1.1.1(vue@3.4.31(typescript@5.4.5))
|
||||
'@headlessui/vue': 1.7.19(vue@3.4.31(typescript@5.4.5))
|
||||
'@headlessui/vue': 1.7.22(vue@3.4.31(typescript@5.4.5))
|
||||
vue: 3.4.31(typescript@5.4.5)
|
||||
transitivePeerDependencies:
|
||||
- '@vue/composition-api'
|
||||
|
||||
'@headlessui/tailwindcss@0.2.0(tailwindcss@3.4.3)':
|
||||
'@headlessui/tailwindcss@0.2.1(tailwindcss@3.4.4)':
|
||||
dependencies:
|
||||
tailwindcss: 3.4.3
|
||||
tailwindcss: 3.4.4
|
||||
|
||||
'@headlessui/vue@1.7.19(vue@3.4.31(typescript@5.4.5))':
|
||||
'@headlessui/vue@1.7.22(vue@3.4.31(typescript@5.4.5))':
|
||||
dependencies:
|
||||
'@tanstack/vue-virtual': 3.2.1(vue@3.4.31(typescript@5.4.5))
|
||||
'@tanstack/vue-virtual': 3.8.1(vue@3.4.31(typescript@5.4.5))
|
||||
vue: 3.4.31(typescript@5.4.5)
|
||||
|
||||
'@humanwhocodes/module-importer@1.0.1': {}
|
||||
@ -11957,11 +11963,11 @@ snapshots:
|
||||
dependencies:
|
||||
defer-to-connect: 2.0.1
|
||||
|
||||
'@tanstack/virtual-core@3.2.1': {}
|
||||
'@tanstack/virtual-core@3.8.1': {}
|
||||
|
||||
'@tanstack/vue-virtual@3.2.1(vue@3.4.31(typescript@5.4.5))':
|
||||
'@tanstack/vue-virtual@3.8.1(vue@3.4.31(typescript@5.4.5))':
|
||||
dependencies:
|
||||
'@tanstack/virtual-core': 3.2.1
|
||||
'@tanstack/virtual-core': 3.8.1
|
||||
vue: 3.4.31(typescript@5.4.5)
|
||||
|
||||
'@tootallnate/once@2.0.0': {}
|
||||
@ -12481,7 +12487,7 @@ snapshots:
|
||||
debug: 4.3.5
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
minimatch: 9.0.4
|
||||
minimatch: 9.0.5
|
||||
semver: 7.6.2
|
||||
ts-api-utils: 1.3.0(typescript@5.4.5)
|
||||
optionalDependencies:
|
||||
@ -12765,7 +12771,7 @@ snapshots:
|
||||
loupe: 2.3.7
|
||||
pretty-format: 29.7.0
|
||||
|
||||
'@vue/compat@3.4.21(vue@3.4.31(typescript@5.4.5))':
|
||||
'@vue/compat@3.4.31(vue@3.4.31(typescript@5.4.5))':
|
||||
dependencies:
|
||||
'@babel/parser': 7.24.7
|
||||
estree-walker: 2.0.2
|
||||
@ -12807,7 +12813,7 @@ snapshots:
|
||||
'@vue/shared': 3.4.30
|
||||
estree-walker: 2.0.2
|
||||
magic-string: 0.30.10
|
||||
postcss: 8.4.38
|
||||
postcss: 8.4.39
|
||||
source-map-js: 1.2.0
|
||||
|
||||
'@vue/compiler-sfc@3.4.31':
|
||||
@ -12832,7 +12838,7 @@ snapshots:
|
||||
'@vue/compiler-dom': 3.4.31
|
||||
'@vue/shared': 3.4.31
|
||||
|
||||
'@vue/devtools-api@6.6.1': {}
|
||||
'@vue/devtools-api@6.6.3': {}
|
||||
|
||||
'@vue/devtools-api@7.1.3(vue@3.4.30(typescript@5.4.5))':
|
||||
dependencies:
|
||||
@ -13082,27 +13088,27 @@ snapshots:
|
||||
|
||||
'@xtuc/long@4.2.2': {}
|
||||
|
||||
'@zenuml/core@3.23.27(typescript@5.4.5)':
|
||||
'@zenuml/core@3.23.28(typescript@5.4.5)':
|
||||
dependencies:
|
||||
'@headlessui-float/vue': 0.14.0(@headlessui/vue@1.7.19(vue@3.4.31(typescript@5.4.5)))(vue@3.4.31(typescript@5.4.5))
|
||||
'@headlessui/tailwindcss': 0.2.0(tailwindcss@3.4.3)
|
||||
'@headlessui/vue': 1.7.19(vue@3.4.31(typescript@5.4.5))
|
||||
'@headlessui-float/vue': 0.14.0(@headlessui/vue@1.7.22(vue@3.4.31(typescript@5.4.5)))(vue@3.4.31(typescript@5.4.5))
|
||||
'@headlessui/tailwindcss': 0.2.1(tailwindcss@3.4.4)
|
||||
'@headlessui/vue': 1.7.22(vue@3.4.31(typescript@5.4.5))
|
||||
'@types/assert': 1.5.10
|
||||
'@types/ramda': 0.28.25
|
||||
'@vue/compat': 3.4.21(vue@3.4.31(typescript@5.4.5))
|
||||
'@vue/compat': 3.4.31(vue@3.4.31(typescript@5.4.5))
|
||||
antlr4: 4.11.0
|
||||
color-string: 1.9.1
|
||||
dom-to-image-more: 2.16.0
|
||||
dompurify: 3.1.5
|
||||
dompurify: 3.1.6
|
||||
file-saver: 2.0.5
|
||||
highlight.js: 10.7.3
|
||||
html-to-image: 1.11.11
|
||||
lodash: 4.17.21
|
||||
marked: 4.3.0
|
||||
pino: 8.20.0
|
||||
pino: 8.21.0
|
||||
postcss: 8.4.39
|
||||
ramda: 0.28.0
|
||||
tailwindcss: 3.4.3
|
||||
tailwindcss: 3.4.4
|
||||
vue: 3.4.31(typescript@5.4.5)
|
||||
vuex: 4.1.0(vue@3.4.31(typescript@5.4.5))
|
||||
transitivePeerDependencies:
|
||||
@ -14565,7 +14571,7 @@ snapshots:
|
||||
dependencies:
|
||||
domelementtype: 2.3.0
|
||||
|
||||
dompurify@3.1.5: {}
|
||||
dompurify@3.1.6: {}
|
||||
|
||||
domutils@3.1.0:
|
||||
dependencies:
|
||||
@ -15558,11 +15564,11 @@ snapshots:
|
||||
|
||||
glob-to-regexp@0.4.1: {}
|
||||
|
||||
glob@10.4.2:
|
||||
glob@10.4.3:
|
||||
dependencies:
|
||||
foreground-child: 3.2.1
|
||||
jackspeak: 3.4.0
|
||||
minimatch: 9.0.4
|
||||
jackspeak: 3.4.1
|
||||
minimatch: 9.0.5
|
||||
minipass: 7.1.2
|
||||
package-json-from-dist: 1.0.0
|
||||
path-scurry: 1.11.1
|
||||
@ -16152,7 +16158,7 @@ snapshots:
|
||||
app-path: 3.3.0
|
||||
plist: 3.1.0
|
||||
|
||||
jackspeak@3.4.0:
|
||||
jackspeak@3.4.1:
|
||||
dependencies:
|
||||
'@isaacs/cliui': 8.0.2
|
||||
optionalDependencies:
|
||||
@ -16638,7 +16644,7 @@ snapshots:
|
||||
|
||||
junk@4.0.1: {}
|
||||
|
||||
katex@0.16.10:
|
||||
katex@0.16.11:
|
||||
dependencies:
|
||||
commander: 8.3.0
|
||||
|
||||
@ -16827,7 +16833,7 @@ snapshots:
|
||||
|
||||
lowercase-keys@2.0.0: {}
|
||||
|
||||
lru-cache@10.2.2: {}
|
||||
lru-cache@10.4.0: {}
|
||||
|
||||
lru-cache@5.1.1:
|
||||
dependencies:
|
||||
@ -17643,7 +17649,7 @@ snapshots:
|
||||
|
||||
path-scurry@1.11.1:
|
||||
dependencies:
|
||||
lru-cache: 10.2.2
|
||||
lru-cache: 10.4.0
|
||||
minipass: 7.1.2
|
||||
|
||||
path-to-regexp@0.1.7: {}
|
||||
@ -17676,7 +17682,7 @@ snapshots:
|
||||
|
||||
pify@2.3.0: {}
|
||||
|
||||
pino-abstract-transport@1.1.0:
|
||||
pino-abstract-transport@1.2.0:
|
||||
dependencies:
|
||||
readable-stream: 4.5.2
|
||||
split2: 4.2.0
|
||||
@ -17695,19 +17701,19 @@ snapshots:
|
||||
quick-format-unescaped: 4.0.4
|
||||
sonic-boom: 1.4.1
|
||||
|
||||
pino@8.20.0:
|
||||
pino@8.21.0:
|
||||
dependencies:
|
||||
atomic-sleep: 1.0.0
|
||||
fast-redact: 3.5.0
|
||||
on-exit-leak-free: 2.1.2
|
||||
pino-abstract-transport: 1.1.0
|
||||
pino-abstract-transport: 1.2.0
|
||||
pino-std-serializers: 6.2.2
|
||||
process-warning: 3.0.0
|
||||
quick-format-unescaped: 4.0.4
|
||||
real-require: 0.2.0
|
||||
safe-stable-stringify: 2.4.3
|
||||
sonic-boom: 3.8.1
|
||||
thread-stream: 2.4.1
|
||||
thread-stream: 2.7.0
|
||||
|
||||
pirates@4.0.6: {}
|
||||
|
||||
@ -17773,9 +17779,9 @@ snapshots:
|
||||
postcss-nested@6.0.1(postcss@8.4.39):
|
||||
dependencies:
|
||||
postcss: 8.4.39
|
||||
postcss-selector-parser: 6.0.16
|
||||
postcss-selector-parser: 6.1.0
|
||||
|
||||
postcss-selector-parser@6.0.16:
|
||||
postcss-selector-parser@6.1.0:
|
||||
dependencies:
|
||||
cssesc: 3.0.0
|
||||
util-deprecate: 1.0.2
|
||||
@ -18106,9 +18112,9 @@ snapshots:
|
||||
dependencies:
|
||||
glob: 7.2.3
|
||||
|
||||
rimraf@5.0.7:
|
||||
rimraf@5.0.8:
|
||||
dependencies:
|
||||
glob: 10.4.2
|
||||
glob: 10.4.3
|
||||
|
||||
robust-predicates@3.0.2: {}
|
||||
|
||||
@ -18669,7 +18675,7 @@ snapshots:
|
||||
dependencies:
|
||||
'@jridgewell/gen-mapping': 0.3.5
|
||||
commander: 4.1.1
|
||||
glob: 10.4.2
|
||||
glob: 10.4.3
|
||||
lines-and-columns: 1.2.4
|
||||
mz: 2.7.0
|
||||
pirates: 4.0.6
|
||||
@ -18700,7 +18706,7 @@ snapshots:
|
||||
|
||||
tabbable@6.2.0: {}
|
||||
|
||||
tailwindcss@3.4.3:
|
||||
tailwindcss@3.4.4:
|
||||
dependencies:
|
||||
'@alloc/quick-lru': 5.2.0
|
||||
arg: 5.0.2
|
||||
@ -18721,7 +18727,7 @@ snapshots:
|
||||
postcss-js: 4.0.1(postcss@8.4.39)
|
||||
postcss-load-config: 4.0.2(postcss@8.4.39)
|
||||
postcss-nested: 6.0.1(postcss@8.4.39)
|
||||
postcss-selector-parser: 6.0.16
|
||||
postcss-selector-parser: 6.1.0
|
||||
resolve: 1.22.8
|
||||
sucrase: 3.35.0
|
||||
transitivePeerDependencies:
|
||||
@ -18804,7 +18810,7 @@ snapshots:
|
||||
dependencies:
|
||||
any-promise: 1.3.0
|
||||
|
||||
thread-stream@2.4.1:
|
||||
thread-stream@2.7.0:
|
||||
dependencies:
|
||||
real-require: 0.2.0
|
||||
|
||||
@ -19381,6 +19387,10 @@ snapshots:
|
||||
dependencies:
|
||||
vue: 3.4.31(typescript@5.4.5)
|
||||
|
||||
vue-demi@0.14.8(vue@3.4.31(typescript@5.4.5)):
|
||||
dependencies:
|
||||
vue: 3.4.31(typescript@5.4.5)
|
||||
|
||||
vue@3.4.30(typescript@5.4.5):
|
||||
dependencies:
|
||||
'@vue/compiler-dom': 3.4.30
|
||||
@ -19403,7 +19413,7 @@ snapshots:
|
||||
|
||||
vuex@4.1.0(vue@3.4.31(typescript@5.4.5)):
|
||||
dependencies:
|
||||
'@vue/devtools-api': 6.6.1
|
||||
'@vue/devtools-api': 6.6.3
|
||||
vue: 3.4.31(typescript@5.4.5)
|
||||
|
||||
w3c-xmlserializer@5.0.0:
|
||||
|
Loading…
x
Reference in New Issue
Block a user