diff --git a/.templates/template-lit/package.json b/.templates/template-lit/package.json index 941cda8109..e158ebcdd9 100644 --- a/.templates/template-lit/package.json +++ b/.templates/template-lit/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", - "@iconify-json/lucide": "^1.2.118", + "@iconify-json/lucide": "^1.2.120", "@tailwindcss/vite": "^4.3.3", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/.templates/template-next/package.json b/.templates/template-next/package.json index 713b63082e..5c32805933 100644 --- a/.templates/template-next/package.json +++ b/.templates/template-next/package.json @@ -9,18 +9,18 @@ "start": "next start" }, "dependencies": { - "next": "^16.2.10", + "next": "^16.2.12", "react": "^19.2.8", "react-dom": "^19.2.8" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", - "@iconify-json/lucide": "^1.2.118", + "@iconify-json/lucide": "^1.2.120", "@tailwindcss/postcss": "^4.3.3", "@types/node": "^24.13.3", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "postcss": "^8.5.20", + "postcss": "^8.5.23", "tailwindcss": "^4.3.3", "typescript": "^6.0.3" } diff --git a/.templates/template-nuxt/package.json b/.templates/template-nuxt/package.json index 67e8b8f34c..4559ec34c1 100644 --- a/.templates/template-nuxt/package.json +++ b/.templates/template-nuxt/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", - "@iconify-json/lucide": "^1.2.118", + "@iconify-json/lucide": "^1.2.120", "@tailwindcss/vite": "^4.3.3", "tailwindcss": "^4.3.3", "typescript": "^6.0.3" diff --git a/.templates/template-preact/package.json b/.templates/template-preact/package.json index c50ad6948f..4ca1eb540c 100644 --- a/.templates/template-preact/package.json +++ b/.templates/template-preact/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", - "@iconify-json/lucide": "^1.2.118", + "@iconify-json/lucide": "^1.2.120", "@preact/preset-vite": "^2.10.6", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", diff --git a/.templates/template-react/package.json b/.templates/template-react/package.json index b20ede4ea3..319f6bd041 100644 --- a/.templates/template-react/package.json +++ b/.templates/template-react/package.json @@ -14,12 +14,12 @@ }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", - "@iconify-json/lucide": "^1.2.118", + "@iconify-json/lucide": "^1.2.120", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.3", + "@vitejs/plugin-react": "^6.0.4", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", "vite": "^8.1.5" diff --git a/.templates/template-solid/package.json b/.templates/template-solid/package.json index 73f2bb96bd..357961aea6 100644 --- a/.templates/template-solid/package.json +++ b/.templates/template-solid/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", - "@iconify-json/lucide": "^1.2.118", + "@iconify-json/lucide": "^1.2.120", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", diff --git a/.templates/template-svelte/package.json b/.templates/template-svelte/package.json index ee1b7c994b..bfc7bd1e09 100644 --- a/.templates/template-svelte/package.json +++ b/.templates/template-svelte/package.json @@ -11,12 +11,12 @@ "dependencies": {}, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", - "@iconify-json/lucide": "^1.2.118", + "@iconify-json/lucide": "^1.2.120", "@sveltejs/vite-plugin-svelte": "^7.2.0", "@tailwindcss/vite": "^4.3.3", "@tsconfig/svelte": "^5.0.8", - "postcss": "^8.5.20", - "svelte": "^5.56.6", + "postcss": "^8.5.23", + "svelte": "^5.56.8", "svelte-check": "^4.7.3", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", diff --git a/.templates/template-sveltekit/package.json b/.templates/template-sveltekit/package.json index 3de390a28b..b9a7f96f7d 100644 --- a/.templates/template-sveltekit/package.json +++ b/.templates/template-sveltekit/package.json @@ -13,12 +13,12 @@ }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", - "@iconify-json/lucide": "^1.2.118", + "@iconify-json/lucide": "^1.2.120", "@sveltejs/adapter-auto": "^7.0.1", "@sveltejs/kit": "^2.70.1", "@sveltejs/vite-plugin-svelte": "^7.2.0", "@tailwindcss/vite": "^4.3.3", - "svelte": "^5.56.6", + "svelte": "^5.56.8", "svelte-check": "^4.7.3", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/.templates/template-vanilla/package.json b/.templates/template-vanilla/package.json index 518c000a17..2f4b034cab 100644 --- a/.templates/template-vanilla/package.json +++ b/.templates/template-vanilla/package.json @@ -11,7 +11,7 @@ "dependencies": {}, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", - "@iconify-json/lucide": "^1.2.118", + "@iconify-json/lucide": "^1.2.120", "@tailwindcss/vite": "^4.3.3", "tailwindcss": "^4.3.3", "typescript": "~6.0.3", diff --git a/.templates/template-vue/package.json b/.templates/template-vue/package.json index 75312155cd..c183482ae2 100644 --- a/.templates/template-vue/package.json +++ b/.templates/template-vue/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", - "@iconify-json/lucide": "^1.2.118", + "@iconify-json/lucide": "^1.2.120", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "@vitejs/plugin-vue": "^6.0.8", diff --git a/lit-block-handle/package.json b/lit-block-handle/package.json index 419a69dbf7..e535ba6895 100644 --- a/lit-block-handle/package.json +++ b/lit-block-handle/package.json @@ -12,7 +12,7 @@ "@lit/context": "^1.1.6", "beautiful-mermaid": "^1.1.3", "lit": "^3.3.3", - "prosekit": "^0.21.4" + "prosekit": "^0.22.0-beta.24" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/preact-italic/package.json b/preact-italic/package.json index 0c03fbc571..3d38d13aef 100644 --- a/preact-italic/package.json +++ b/preact-italic/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "preact": "^10.29.7", - "prosekit": "^0.21.4" + "prosekit": "^0.22.0-beta.1" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/renovate.json b/renovate.json index 38e98835d6..29b0a891e9 100644 --- a/renovate.json +++ b/renovate.json @@ -3,9 +3,10 @@ "branchNameStrict": true, "rangeStrategy": "bump", "automerge": true, - "minimumReleaseAge": "7 days", + "minimumReleaseAge": "14 days", "gitIgnoredAuthors": ["114827586+autofix-ci[bot]@users.noreply.github.com"], "prHourlyLimit": 1, + "prConcurrentLimit": 2, "extends": [ "config:recommended", "helpers:pinGitHubActionDigestsToSemver",