diff --git a/docs/gitbook/changelog.md b/docs/gitbook/changelog.md index 083a0877efb..232e464699f 100644 --- a/docs/gitbook/changelog.md +++ b/docs/gitbook/changelog.md @@ -17,7 +17,7 @@ ### Bug Fixes -* **deps:** update python dependencies (python) ([#4453](https://github.com/taskforcesh/bullmq/issues/4453)) ([e58f9e1](https://github.com/taskforcesh/bullmq/commit/e58f9e1892463da4ca411506d66ee01413e5daeb)) +* No Node.js changes. ## [6.0.4](https://github.com/taskforcesh/bullmq/compare/v6.0.3...v6.0.4) (2026-08-01) diff --git a/docs/gitbook/elixir/changelog.md b/docs/gitbook/elixir/changelog.md index adcdb653967..168893088fe 100644 --- a/docs/gitbook/elixir/changelog.md +++ b/docs/gitbook/elixir/changelog.md @@ -3,8 +3,6 @@ ### Bug Fixes -* **deps:** update python dependencies (python) ([#4453](https://github.com/taskforcesh/bullmq/issues/4453)) ([e58f9e1](https://github.com/taskforcesh/bullmq/commit/e58f9e1892463da4ca411506d66ee01413e5daeb)) -* **deps:** update security patches [security] ([#4444](https://github.com/taskforcesh/bullmq/issues/4444)) ([c1cf328](https://github.com/taskforcesh/bullmq/commit/c1cf32881474f3f1e9b620e025abde07a359eb06)) * **worker:** fail jobs with deferred failure in task-based worker path [elixir] ([#4458](https://github.com/taskforcesh/bullmq/issues/4458)) ([740985a](https://github.com/taskforcesh/bullmq/commit/740985ae2f67a9144e7787f89955bf8c7f9500e0)) ## [2.0.2](https://github.com/taskforcesh/bullmq/compare/vex2.0.1...vex2.0.2) (2026-07-31) @@ -12,7 +10,6 @@ ### Bug Fixes -* **deps:** update dependency redis to v7.4.1 ([#4426](https://github.com/taskforcesh/bullmq/issues/4426)) ([2ac754f](https://github.com/taskforcesh/bullmq/commit/2ac754fd718927e2c0043d6d7787de32d0d196f7)) * **postgres:** drop redundant bullmq_ prefix from schema objects ([#4436](https://github.com/taskforcesh/bullmq/issues/4436)) (elixir) (python) (node) ([067a73f](https://github.com/taskforcesh/bullmq/commit/067a73f3666a493c36c03ec2cca8228ae149f043)) ## [2.0.1](https://github.com/taskforcesh/bullmq/compare/vex2.0.0...vex2.0.1) (2026-07-31) diff --git a/docs/gitbook/python/changelog.md b/docs/gitbook/python/changelog.md index 2bb9484ba9f..d4c586e2749 100644 --- a/docs/gitbook/python/changelog.md +++ b/docs/gitbook/python/changelog.md @@ -3,8 +3,7 @@ ### Bug Fixes -* **deps:** update python dependencies (python) ([#4453](https://github.com/taskforcesh/bullmq/issues/4453)) ([e58f9e1](https://github.com/taskforcesh/bullmq/commit/e58f9e1892463da4ca411506d66ee01413e5daeb)) -* **deps:** update security patches [security] ([#4444](https://github.com/taskforcesh/bullmq/issues/4444)) ([c1cf328](https://github.com/taskforcesh/bullmq/commit/c1cf32881474f3f1e9b620e025abde07a359eb06)) +* **deps:** update python dependencies [python] ([#4453](https://github.com/taskforcesh/bullmq/issues/4453)) ([e58f9e1](https://github.com/taskforcesh/bullmq/commit/e58f9e1892463da4ca411506d66ee01413e5daeb)) ## [3.0.2](https://github.com/taskforcesh/bullmq/compare/vpy3.0.1...vpy3.0.2) (2026-07-31) diff --git a/dotnet/package.json b/dotnet/package.json index fd1b704ac74..f417964e8a0 100644 --- a/dotnet/package.json +++ b/dotnet/package.json @@ -36,7 +36,7 @@ { "preset": "angular", "presetConfig": { - "ignoreCommits": "^(?![^]*\\(dotnet\\))(?![^]*\\[dotnet\\]).*$" + "ignoreCommits": "^(?!.*\\(dotnet\\))(?!.*\\[dotnet\\]).*$" } } ], diff --git a/elixir/package.json b/elixir/package.json index a2e6142872e..b91cf945e01 100644 --- a/elixir/package.json +++ b/elixir/package.json @@ -46,7 +46,7 @@ { "preset": "angular", "presetConfig": { - "ignoreCommits": "^(?![^]*\\(elixir\\))(?![^]*\\[elixir\\]).*$" + "ignoreCommits": "^(?!.*\\(elixir\\))(?!.*\\[elixir\\]).*$" } } ], diff --git a/package.json b/package.json index fce09b2ce13..354be0bdaa6 100644 --- a/package.json +++ b/package.json @@ -199,7 +199,7 @@ "release": false }, { - "header": "**/*\\(dotnet\\)*", + "header": "**/*\\[dotnet\\]*", "release": false } ] @@ -210,7 +210,7 @@ { "preset": "angular", "presetConfig": { - "ignoreCommits": "(\\[python\\]|\\[elixir\\]|\\[php\\]|\\[rust\\]|\\[dotnet\\]|\\(dotnet\\))" + "ignoreCommits": "(\\[python\\]|\\[elixir\\]|\\[php\\]|\\[rust\\]|\\[dotnet\\])" } } ], diff --git a/php/package.json b/php/package.json index 49563a0b9bf..fde2ab0c547 100644 --- a/php/package.json +++ b/php/package.json @@ -46,7 +46,7 @@ { "preset": "angular", "presetConfig": { - "ignoreCommits": "^(?![^]*\\(php\\))(?![^]*\\[php\\]).*$" + "ignoreCommits": "^(?!.*\\(php\\))(?!.*\\[php\\]).*$" } } ], diff --git a/python/package.json b/python/package.json index f3074cb911e..c8c26b14a86 100644 --- a/python/package.json +++ b/python/package.json @@ -50,7 +50,7 @@ { "preset": "angular", "presetConfig": { - "ignoreCommits": "^(?![^]*\\(python\\))(?![^]*\\[python\\]).*$" + "ignoreCommits": "^(?!.*\\(python\\))(?!.*\\[python\\]).*$" } } ], diff --git a/renovate.json b/renovate.json index 51c8522cd25..658fec6df89 100644 --- a/renovate.json +++ b/renovate.json @@ -18,12 +18,25 @@ "matchPackageNames": ["*"], "schedule": ["before 9am"] }, + { + "description": "Use chore commit type for all dev dependency updates", + "matchDepTypes": ["devDependencies", "require-dev", "dev-dependencies"], + "semanticCommitType": "chore" + }, { "description": "Group every non-major Node.js/npm update (minor + patch) into a single PR", "matchCategories": ["js", "node"], "groupName": "Node.js dependencies", "groupSlug": "nodejs" }, + { + "description": "Group every non-major Node.js/npm dev dependency update into a single PR", + "matchCategories": ["js", "node"], + "matchDepTypes": ["devDependencies"], + "groupName": "Node.js dev dependencies", + "groupSlug": "nodejs-dev", + "semanticCommitType": "chore" + }, { "description": "Group every PHP (composer) update into a single PR", "matchCategories": ["php"], @@ -31,6 +44,15 @@ "groupSlug": "php", "commitMessageSuffix": "[php]" }, + { + "description": "Group every PHP (composer) dev dependency update into a single PR", + "matchCategories": ["php"], + "matchDepTypes": ["require-dev"], + "groupName": "PHP dev dependencies", + "groupSlug": "php-dev", + "commitMessageSuffix": "[php]", + "semanticCommitType": "chore" + }, { "description": "Group every Python update into a single PR", "matchCategories": ["python"], @@ -38,6 +60,15 @@ "groupSlug": "python", "commitMessageSuffix": "[python]" }, + { + "description": "Group every Python dev dependency update into a single PR", + "matchCategories": ["python"], + "matchDepTypes": ["dev-dependencies"], + "groupName": "Python dev dependencies", + "groupSlug": "python-dev", + "commitMessageSuffix": "[python]", + "semanticCommitType": "chore" + }, { "description": "Group every Elixir (mix) update into a single PR", "matchCategories": ["elixir"], @@ -52,6 +83,15 @@ "groupSlug": "rust", "commitMessageSuffix": "[rust]" }, + { + "description": "Group every Rust (cargo) dev dependency update into a single PR", + "matchCategories": ["rust"], + "matchDepTypes": ["dev-dependencies"], + "groupName": "Rust dev dependencies", + "groupSlug": "rust-dev", + "commitMessageSuffix": "[rust]", + "semanticCommitType": "chore" + }, { "description": "Group every .NET (NuGet) update into a single PR", "matchCategories": ["dotnet"], @@ -78,6 +118,15 @@ "groupName": "Node.js dependencies (major)", "groupSlug": "nodejs-major" }, + { + "description": "Separate Node.js major dev dependency updates into their own PR", + "matchCategories": ["js", "node"], + "matchDepTypes": ["devDependencies"], + "matchUpdateTypes": ["major"], + "groupName": "Node.js dev dependencies (major)", + "groupSlug": "nodejs-dev-major", + "semanticCommitType": "chore" + }, { "description": "Separate PHP major updates into their own PR", "matchCategories": ["php"], @@ -86,6 +135,16 @@ "groupSlug": "php-major", "commitMessageSuffix": "[php]" }, + { + "description": "Separate PHP major dev dependency updates into their own PR", + "matchCategories": ["php"], + "matchDepTypes": ["require-dev"], + "matchUpdateTypes": ["major"], + "groupName": "PHP dev dependencies (major)", + "groupSlug": "php-dev-major", + "commitMessageSuffix": "[php]", + "semanticCommitType": "chore" + }, { "description": "Separate Python major updates into their own PR", "matchCategories": ["python"], @@ -94,6 +153,16 @@ "groupSlug": "python-major", "commitMessageSuffix": "[python]" }, + { + "description": "Separate Python major dev dependency updates into their own PR", + "matchCategories": ["python"], + "matchDepTypes": ["dev-dependencies"], + "matchUpdateTypes": ["major"], + "groupName": "Python dev dependencies (major)", + "groupSlug": "python-dev-major", + "commitMessageSuffix": "[python]", + "semanticCommitType": "chore" + }, { "description": "Separate Elixir major updates into their own PR", "matchCategories": ["elixir"], @@ -110,6 +179,16 @@ "groupSlug": "rust-major", "commitMessageSuffix": "[rust]" }, + { + "description": "Separate Rust major dev dependency updates into their own PR", + "matchCategories": ["rust"], + "matchDepTypes": ["dev-dependencies"], + "matchUpdateTypes": ["major"], + "groupName": "Rust dev dependencies (major)", + "groupSlug": "rust-dev-major", + "commitMessageSuffix": "[rust]", + "semanticCommitType": "chore" + }, { "description": "Separate .NET major updates into their own PR", "matchCategories": ["dotnet"], diff --git a/rust/package.json b/rust/package.json index 9bbb99e23ae..09f424fbada 100644 --- a/rust/package.json +++ b/rust/package.json @@ -35,7 +35,7 @@ { "preset": "angular", "presetConfig": { - "ignoreCommits": "^(?![^]*\\(rust\\))(?![^]*\\[rust\\]).*$" + "ignoreCommits": "^(?!.*\\(rust\\))(?!.*\\[rust\\]).*$" } } ],