Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,17 @@ updates:
update-types: ["version-update:semver-major"]
- dependency-name: "@types/react-dom"
update-types: ["version-update:semver-major"]
# tailwind-merge 3.x targets Tailwind CSS v4; the admin is on Tailwind v3.
# Tailwind v4 is a full migration (new engine, CSS-first config, changed
# class semantics) — not a drop-in bump. tailwind-merge 3.x targets v4, so
# both stay pinned to the v3 line until we do that migration together.
- dependency-name: "tailwindcss"
update-types: ["version-update:semver-major"]
- dependency-name: "tailwind-merge"
update-types: ["version-update:semver-major"]
# @vitest/coverage-v8 must match the vitest major (we pin vitest ^2), so it
# can only move as part of a deliberate vitest upgrade — never on its own.
- dependency-name: "@vitest/coverage-v8"
update-types: ["version-update:semver-major"]
# lucide-react 1.x renames/removes icons — needs an icon-usage reconciliation.
- dependency-name: "lucide-react"
update-types: ["version-update:semver-major"]
Expand Down
1 change: 0 additions & 1 deletion packages/n8n-nodes-multiwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"devDependencies": {
"@types/node": "^20.19.43",
"eslint": "^8.0.0",
"gulp": "^4.0.2",
"n8n-workflow": "^1.0.0",
"typescript": "^5.0.0"
},
Expand Down
Loading
Loading