Compare commits

...

3 Commits

Author SHA1 Message Date
renovate[bot]
df890b798c chore(deps): update actions/checkout action to v6 2025-11-23 05:58:56 +00:00
renovate[bot]
cde0e6137b fix(deps): update dependency monaco-editor to ^0.55.0 2025-11-23 01:38:46 +00:00
renovate[bot]
8a8cc8e5a8 chore(deps): update dependency vue-tsc to v3.1.5 2025-11-22 21:55:05 +00:00
5 changed files with 27 additions and 25 deletions

View File

@@ -14,7 +14,7 @@ jobs:
name: "Build frontend"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v5"
- uses: "actions/checkout@v6"
with:
ref: "${{ inputs.ref }}"
- uses: "actions/setup-node@v6"
@@ -32,7 +32,7 @@ jobs:
name: "Build backend"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v5"
- uses: "actions/checkout@v6"
with:
ref: "${{ inputs.ref }}"
- run: "pipx install poetry"
@@ -48,7 +48,7 @@ jobs:
name: "Build logo"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v5"
- uses: "actions/checkout@v6"
with:
ref: "${{ inputs.ref }}"
- run: "pipx install poetry"
@@ -69,7 +69,7 @@ jobs:
name: "Build example"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v5"
- uses: "actions/checkout@v6"
with:
ref: "${{ inputs.ref }}"
- run: "pipx install poetry"

View File

@@ -15,7 +15,7 @@ jobs:
outputs:
skip: "${{ steps.check_recursive.outputs.skip || 'false' }}" # Default to false if not set
steps:
- uses: "actions/checkout@v5"
- uses: "actions/checkout@v6"
with: # Ensure we are not in a detached HEAD state
ref: "master"
token: "${{ secrets.GH_PAT }}"

View File

@@ -54,7 +54,7 @@ jobs:
needs: "rebuild"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v5"
- uses: "actions/checkout@v6"
with:
ref: "${{ inputs.ref }}"
- uses: "actions/setup-node@v6"

View File

@@ -24,7 +24,7 @@
"@mdi/js": "^7.4.47",
"@mdi/svg": "^7.4.47",
"js-base64": "^3.7.7",
"monaco-editor": "^0.54.0",
"monaco-editor": "^0.55.0",
"pako": "^2.1.0",
"pyodide": "^0.29.0",
"tanmayo7lock": "^1.0.18",

View File

@@ -1090,7 +1090,7 @@
fflate "~0.8.2"
meshoptimizer "~0.22.0"
"@types/trusted-types@^2.0.2":
"@types/trusted-types@^2.0.2", "@types/trusted-types@^2.0.7":
version "2.0.7"
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
@@ -1212,10 +1212,10 @@
"@vue/compiler-dom" "3.5.24"
"@vue/shared" "3.5.24"
"@vue/language-core@3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@vue/language-core/-/language-core-3.1.4.tgz#17ae7a20b0c401a8665655366af4e0ce4980344a"
integrity sha512-n/58wm8SkmoxMWkUNUH/PwoovWe4hmdyPJU2ouldr3EPi1MLoS7iDN46je8CsP95SnVBs2axInzRglPNKvqMcg==
"@vue/language-core@3.1.5":
version "3.1.5"
resolved "https://registry.yarnpkg.com/@vue/language-core/-/language-core-3.1.5.tgz#a77446d229773225bb5b532f795c4857a77cc2e6"
integrity sha512-FMcqyzWN+sYBeqRMWPGT2QY0mUasZMVIuHvmb5NT3eeqPrbHBYtCP8JWEUCDCgM+Zr62uuWY/qoeBrPrzfa78w==
dependencies:
"@volar/language-core" "2.4.23"
"@vue/compiler-dom" "^3.5.0"
@@ -1593,10 +1593,12 @@ detect-libc@^2.1.2:
resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.1.2.tgz#689c5dcdc1900ef5583a4cb9f6d7b473742074ad"
integrity sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==
dompurify@3.1.7:
version "3.1.7"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.1.7.tgz#711a8c96479fb6ced93453732c160c3c72418a6a"
integrity sha512-VaTstWtsneJY8xzy7DekmYWEOZcmzIe3Qb3zPd4STve1OBTa+e+WmS1ITQec1fZYXI3HCsOZZiSMpG6oxoWMWQ==
dompurify@3.2.7:
version "3.2.7"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.7.tgz#721d63913db5111dd6dfda8d3a748cfd7982d44a"
integrity sha512-WhL/YuveyGXJaerVlMYGWhvQswa7myDG17P7Vu65EWC05o8vfeNbvNf4d/BOvH99+ZW+LlQsc1GDKMa1vNK6dw==
optionalDependencies:
"@types/trusted-types" "^2.0.7"
eastasianwidth@^0.2.0:
version "0.2.0"
@@ -2186,12 +2188,12 @@ minizlib@^3.0.1, minizlib@^3.1.0:
dependencies:
minipass "^7.1.2"
monaco-editor@^0.54.0:
version "0.54.0"
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.54.0.tgz#c0d6ebb46b83f1bef6f67f6aa471e38ba7ef8231"
integrity sha512-hx45SEUoLatgWxHKCmlLJH81xBo0uXP4sRkESUpmDQevfi+e7K1VuiSprK6UpQ8u4zOcKNiH0pMvHvlMWA/4cw==
monaco-editor@^0.55.0:
version "0.55.1"
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.55.1.tgz#e74c6fe5a6bf985b817d2de3eb88d56afc494a1b"
integrity sha512-jz4x+TJNFHwHtwuV9vA9rMujcZRb0CEilTEwG2rRSpe/A7Jdkuj8xPKttCgOh+v/lkHy7HsZ64oj+q3xoAFl9A==
dependencies:
dompurify "3.1.7"
dompurify "3.2.7"
marked "14.0.0"
ms@^2.1.3:
@@ -3066,12 +3068,12 @@ vue-demi@latest:
integrity sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==
vue-tsc@^3.0.0:
version "3.1.4"
resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-3.1.4.tgz#a2a4d2123a1089e7c0a63c872ddb39f6119eb232"
integrity sha512-GsRJxttj4WkmXW/zDwYPGMJAN3np/4jTzoDFQTpTsI5Vg/JKMWamBwamlmLihgSVHO66y9P7GX+uoliYxeI4Hw==
version "3.1.5"
resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-3.1.5.tgz#9f2bace5c32be943780ae4a7a298329b2777e711"
integrity sha512-L/G9IUjOWhBU0yun89rv8fKqmKC+T0HfhrFjlIml71WpfBv9eb4E9Bev8FMbyueBIU9vxQqbd+oOsVcDa5amGw==
dependencies:
"@volar/typescript" "2.4.23"
"@vue/language-core" "3.1.4"
"@vue/language-core" "3.1.5"
vue@^3.5.13:
version "3.5.24"