fix(deps): update all non-major dependencies (#14624)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-10-27 20:00:12 +01:00
committed by GitHub
parent 8ebc0d7975
commit dacebaf8df
10 changed files with 416 additions and 410 deletions

View File

@@ -22,7 +22,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.9",
"svelte": "^5.40.2",
"svelte": "^5.41.3",
"vue": "^3.5.22"
}
}

View File

@@ -12,6 +12,6 @@
"dependencies": {
"@astrojs/svelte": "^7.2.0",
"astro": "^5.15.1",
"svelte": "^5.40.2"
"svelte": "^5.41.3"
}
}

View File

@@ -14,6 +14,6 @@
"@astrojs/node": "^9.5.0",
"@astrojs/svelte": "^7.2.0",
"astro": "^5.15.1",
"svelte": "^5.40.2"
"svelte": "^5.41.3"
}
}

View File

@@ -11,10 +11,10 @@
},
"dependencies": {
"@astrojs/mdx": "^4.3.8",
"@tailwindcss/vite": "^4.1.14",
"@tailwindcss/vite": "^4.1.16",
"@types/canvas-confetti": "^1.9.0",
"astro": "^5.15.1",
"canvas-confetti": "^1.9.3",
"tailwindcss": "^4.1.14"
"tailwindcss": "^4.1.16"
}
}

View File

@@ -57,23 +57,23 @@
"astro-benchmark": "workspace:*"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/check": "^0.9.5",
"@biomejs/biome": "2.2.6",
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.7",
"@types/node": "^18.19.115",
"esbuild": "0.25.5",
"eslint": "^9.37.0",
"eslint": "^9.38.0",
"eslint-plugin-regexp": "^2.10.0",
"knip": "5.61.3",
"only-allow": "^1.2.1",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"publint": "^0.3.14",
"publint": "^0.3.15",
"tinyglobby": "^0.2.15",
"turbo": "^2.5.8",
"typescript": "~5.9.3",
"typescript-eslint": "^8.46.1"
"typescript-eslint": "^8.46.2"
},
"pnpm": {
"peerDependencyRules": {

View File

@@ -9,7 +9,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/check": "^0.9.5",
"@astrojs/db": "workspace:*",
"@astrojs/node": "workspace:*",
"@astrojs/react": "workspace:*",

View File

@@ -77,7 +77,7 @@
"@types/markdown-it": "^14.1.2",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"devalue": "^5.4.1",
"devalue": "^5.4.2",
"linkedom": "^0.18.12",
"vite": "^6.4.0"
},

View File

@@ -30,7 +30,7 @@
"//b": "DEPENDENCIES IS FOR UNBUNDLED PACKAGES",
"dependencies": {
"@astrojs/cli-kit": "^0.4.1",
"package-manager-detector": "^1.4.1",
"package-manager-detector": "^1.5.0",
"semver": "^7.7.3",
"terminal-link": "^4.0.0"
},

800
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,7 +12,7 @@
},
"dependencies": {
"esbuild": "^0.25.0",
"marked": "^16.4.0",
"marked": "^16.4.1",
"p-limit": "^6.2.0",
"picocolors": "^1.1.1",
"tinyglobby": "^0.2.15",