Compare commits

3 Commits

Author SHA1 Message Date
f5bcf1328f fix(deps): replace dependency @tsconfig/node22 with @tsconfig/node24
All checks were successful
Build Test / build (pull_request) Successful in 15s
2026-02-11 06:06:04 +00:00
02a03d0265 Merge pull request 'chore: update renovate workflow' (#13) from chore/update-renovate-3 into main
Reviewed-on: #13
2026-02-11 06:03:15 +00:00
c9b02d68fb chore: update renovate workflow
All checks were successful
Build Test / build (pull_request) Successful in 14s
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-02-11 01:02:13 -05:00
3 changed files with 12 additions and 6 deletions

View File

@@ -18,6 +18,12 @@ jobs:
node-version: 24 node-version: 24
cache: npm cache: npm
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.5'
tools: composer:v2
- name: Install Renovate - name: Install Renovate
run: npm install -g renovate run: npm install -g renovate

10
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"@fontsource/public-sans": "5.1.1", "@fontsource/public-sans": "5.1.1",
"@fontsource/roboto": "5.1.0", "@fontsource/roboto": "5.1.0",
"@mdi/font": "7.4.47", "@mdi/font": "7.4.47",
"@tsconfig/node22": "22.0.0", "@tsconfig/node24": "24.0.0",
"@typescript-eslint/parser": "^8.18.2", "@typescript-eslint/parser": "^8.18.2",
"@vue/compiler-sfc": "^3.5.16", "@vue/compiler-sfc": "^3.5.16",
"dompurify": "^3.3.1", "dompurify": "^3.3.1",
@@ -1123,10 +1123,10 @@
"win32" "win32"
] ]
}, },
"node_modules/@tsconfig/node22": { "node_modules/@tsconfig/node24": {
"version": "22.0.0", "version": "24.0.0",
"resolved": "https://registry.npmjs.org/@tsconfig/node22/-/node22-22.0.0.tgz", "resolved": "https://registry.npmjs.org/@tsconfig/node24/-/node24-24.0.0.tgz",
"integrity": "sha512-twLQ77zevtxobBOD4ToAtVmuYrpeYUh3qh+TEp+08IWhpsrIflVHqQ1F1CiPxQGL7doCdBIOOCF+1Tm833faNg==", "integrity": "sha512-3/6Cr4dELEAucgPIr6ufY7yBYMi4ttZFOewABADNZ+bm4DUZl4dup2VBcBeP1ejj3QblrWVWux/1XcRv/ZVikA==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/dompurify": { "node_modules/@types/dompurify": {

View File

@@ -22,7 +22,7 @@
"@fontsource/public-sans": "5.1.1", "@fontsource/public-sans": "5.1.1",
"@fontsource/roboto": "5.1.0", "@fontsource/roboto": "5.1.0",
"@mdi/font": "7.4.47", "@mdi/font": "7.4.47",
"@tsconfig/node22": "22.0.0", "@tsconfig/node24": "24.0.0",
"@typescript-eslint/parser": "^8.18.2", "@typescript-eslint/parser": "^8.18.2",
"@vue/compiler-sfc": "^3.5.16", "@vue/compiler-sfc": "^3.5.16",
"dompurify": "^3.3.1", "dompurify": "^3.3.1",