Compare commits

..
1 Commits
Author SHA1 Message Date
renovate[bot] d94aa1fdba fix(deps): update dependency typescript to v7
renovate/artifacts Artifact file update failure
Test / npm test (push) Failing after 17s
Test / npm test (pull_request) Failing after 16s
2026-07-24 00:07:12 +00:00
4 changed files with 462 additions and 514 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"image": "mcr.microsoft.com/devcontainers/javascript-node:26", "image": "mcr.microsoft.com/devcontainers/javascript-node:24",
"forwardPorts": [4321], "forwardPorts": [4321],
"portsAttributes": { "portsAttributes": {
"4321": { "4321": {
+1 -1
View File
@@ -9,7 +9,7 @@ on:
jobs: jobs:
renovate: renovate:
container: ghcr.io/renovatebot/renovate:44 container: ghcr.io/renovatebot/renovate:43
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
+456 -508
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -4,7 +4,7 @@
"version": "2025.01.24", "version": "2025.01.24",
"private": true, "private": true,
"license": "MIT", "license": "MIT",
"packageManager": "npm@12.0.2", "packageManager": "npm@12.0.1",
"browserslist": [ "browserslist": [
">0.2%", ">0.2%",
"not dead" "not dead"
@@ -32,17 +32,17 @@
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"globby": "^16.0.0", "globby": "^16.0.0",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"markdown-it": "^15.0.0", "markdown-it": "^14.1.1",
"mdast-util-to-string": "^4.0.0", "mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0", "reading-time": "^1.5.0",
"rehype-external-links": "^3.0.0", "rehype-external-links": "^3.0.0",
"sanitize-html": "^2.17.3", "sanitize-html": "^2.17.3",
"sass": "^1.89.1", "sass": "^1.89.1",
"satori": "^0.29.0", "satori": "^0.28.0",
"satori-html": "^0.3.2", "satori-html": "^0.3.2",
"schema-dts": "^2.0.0", "schema-dts": "^2.0.0",
"sharp": "^0.35.0", "sharp": "^0.35.0",
"typescript": "^5", "typescript": "^7.0.0",
"unist-util-visit": "^5.1.0" "unist-util-visit": "^5.1.0"
}, },
"devDependencies": { "devDependencies": {