From 2ca835b017b3aaee837a7545a961469de770b3ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 19:52:18 +0000 Subject: [PATCH 1/2] Bump contributte/http from 0.4.1 to 0.5.0 Bumps [contributte/http](https://github.com/contributte/http) from 0.4.1 to 0.5.0. - [Release notes](https://github.com/contributte/http/releases) - [Commits](https://github.com/contributte/http/compare/v0.4.1...v0.5.0) --- updated-dependencies: - dependency-name: contributte/http dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 47 +++++++++++++++++++++++------------------------ 2 files changed, 24 insertions(+), 25 deletions(-) diff --git a/composer.json b/composer.json index 2e9fd2b..ad3d854 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "contributte/bootstrap": "^0.6.0", "contributte/di": "^0.5.0", "contributte/forms": "^0.5.0", - "contributte/http": "^0.4.0", + "contributte/http": "^0.5.0", "contributte/mail": "^0.9.0", "contributte/utils": "^0.6.0", "contributte/latte": "^0.6.0", diff --git a/composer.lock b/composer.lock index 29fc628..741abc8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "cc9d40de5fc2b8793df5f88166a701c5", + "content-hash": "562f0936194d4208a62aec4923640d37", "packages": [ { "name": "contributte/application", @@ -313,31 +313,28 @@ }, { "name": "contributte/http", - "version": "v0.4.1", + "version": "v0.5.0", "source": { "type": "git", "url": "https://github.com/contributte/http.git", - "reference": "3f926d0e0ec0807e68714149df55ae0e8e4888a4" + "reference": "a3ee1a4bba9e145f423817f82ee4543d066eaeb0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/contributte/http/zipball/3f926d0e0ec0807e68714149df55ae0e8e4888a4", - "reference": "3f926d0e0ec0807e68714149df55ae0e8e4888a4", + "url": "https://api.github.com/repos/contributte/http/zipball/a3ee1a4bba9e145f423817f82ee4543d066eaeb0", + "reference": "a3ee1a4bba9e145f423817f82ee4543d066eaeb0", "shasum": "" }, "require": { - "nette/http": "^3.0.1", - "php": ">=7.2" + "nette/http": "^3.3", + "php": ">=8.2" }, "require-dev": { - "nette/di": "^3.0.0", + "contributte/phpstan": "^0.1", + "contributte/qa": "^0.4", + "nette/di": "^3.2", "ninjify/nunjuck": "^0.4", - "ninjify/qa": "^0.12", - "phpstan/phpstan": "^0.12", - "phpstan/phpstan-deprecation-rules": "^0.12", - "phpstan/phpstan-nette": "^0.12", - "phpstan/phpstan-strict-rules": "^0.12", - "tracy/tracy": "^2.5.1" + "tracy/tracy": "^2.10" }, "suggest": { "nette/di": "to use CompilerExtensions" @@ -345,7 +342,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "0.5.x-dev" + "dev-master": "0.6.x-dev" } }, "autoload": { @@ -375,7 +372,7 @@ ], "support": { "issues": "https://github.com/contributte/http/issues", - "source": "https://github.com/contributte/http/tree/v0.4.1" + "source": "https://github.com/contributte/http/tree/v0.5.0" }, "funding": [ { @@ -387,7 +384,7 @@ "type": "github" } ], - "time": "2021-03-12T22:31:30+00:00" + "time": "2025-12-25T19:12:08+00:00" }, { "name": "contributte/latte", @@ -1680,16 +1677,16 @@ }, { "name": "nette/utils", - "version": "v4.1.2", + "version": "v4.1.3", "source": { "type": "git", "url": "https://github.com/nette/utils.git", - "reference": "f76b5dc3d6c6d3043c8d937df2698515b99cbaf5" + "reference": "bb3ea637e3d131d72acc033cfc2746ee893349fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/f76b5dc3d6c6d3043c8d937df2698515b99cbaf5", - "reference": "f76b5dc3d6c6d3043c8d937df2698515b99cbaf5", + "url": "https://api.github.com/repos/nette/utils/zipball/bb3ea637e3d131d72acc033cfc2746ee893349fe", + "reference": "bb3ea637e3d131d72acc033cfc2746ee893349fe", "shasum": "" }, "require": { @@ -1701,8 +1698,10 @@ }, "require-dev": { "jetbrains/phpstorm-attributes": "^1.2", + "nette/phpstan-rules": "^1.0", "nette/tester": "^2.5", - "phpstan/phpstan": "^2.0@stable", + "phpstan/extension-installer": "^1.4@stable", + "phpstan/phpstan": "^2.1@stable", "tracy/tracy": "^2.9" }, "suggest": { @@ -1763,9 +1762,9 @@ ], "support": { "issues": "https://github.com/nette/utils/issues", - "source": "https://github.com/nette/utils/tree/v4.1.2" + "source": "https://github.com/nette/utils/tree/v4.1.3" }, - "time": "2026-02-03T17:21:09+00:00" + "time": "2026-02-13T03:05:33+00:00" }, { "name": "tracy/tracy", From a6c06e6abe132d6e31af6c5b6f9182002abc7751 Mon Sep 17 00:00:00 2001 From: OhMyFelix Date: Mon, 2 Mar 2026 21:36:06 +0000 Subject: [PATCH 2/2] chore: manually apply skipped Dependabot dependency bumps --- composer.json | 8 ++--- composer.lock | 93 ++++++++++++++++++++++++--------------------------- 2 files changed, 48 insertions(+), 53 deletions(-) diff --git a/composer.json b/composer.json index ad3d854..be12fc9 100644 --- a/composer.json +++ b/composer.json @@ -16,14 +16,14 @@ "php": "^8.4", "contributte/application": "^0.6.0", - "contributte/bootstrap": "^0.6.0", - "contributte/di": "^0.5.0", + "contributte/bootstrap": "^0.7.0", + "contributte/di": "^0.6.0", "contributte/forms": "^0.5.0", "contributte/http": "^0.5.0", "contributte/mail": "^0.9.0", "contributte/utils": "^0.6.0", - "contributte/latte": "^0.6.0", - "contributte/tracy": "^0.6.0" + "contributte/latte": "^0.7.0", + "contributte/tracy": "^0.7.0" }, "require-dev": { "contributte/qa": "^0.4", diff --git a/composer.lock b/composer.lock index 741abc8..a532aa4 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "562f0936194d4208a62aec4923640d37", + "content-hash": "6f19f61fd19ca324d5b481cd56190840", "packages": [ { "name": "contributte/application", @@ -83,35 +83,32 @@ }, { "name": "contributte/bootstrap", - "version": "v0.6.0", + "version": "v0.7.0", "source": { "type": "git", "url": "https://github.com/contributte/bootstrap.git", - "reference": "6f6d0e7aaf63c62b2f38a1fdd29ee316ccadd2d1" + "reference": "0c6e85f1de94cdf537f1942c9777d792ccf32b21" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/contributte/bootstrap/zipball/6f6d0e7aaf63c62b2f38a1fdd29ee316ccadd2d1", - "reference": "6f6d0e7aaf63c62b2f38a1fdd29ee316ccadd2d1", + "url": "https://api.github.com/repos/contributte/bootstrap/zipball/0c6e85f1de94cdf537f1942c9777d792ccf32b21", + "reference": "0c6e85f1de94cdf537f1942c9777d792ccf32b21", "shasum": "" }, "require": { "nette/bootstrap": "^3.2.0", "nette/utils": "^3.2.9 || ^4.0.0", - "php": ">=7.4" + "php": ">=8.2" }, "require-dev": { - "ninjify/nunjuck": "^0.4", - "ninjify/qa": "^0.12", - "phpstan/phpstan": "^1.0", - "phpstan/phpstan-deprecation-rules": "^1.0", - "phpstan/phpstan-nette": "^1.0", - "phpstan/phpstan-strict-rules": "^1.0" + "contributte/phpstan": "^0.2.0", + "contributte/qa": "^0.4.0", + "contributte/tester": "^0.3.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.7-dev" + "dev-master": "0.8.x-dev" } }, "autoload": { @@ -139,7 +136,7 @@ ], "support": { "issues": "https://github.com/contributte/bootstrap/issues", - "source": "https://github.com/contributte/bootstrap/tree/v0.6.0" + "source": "https://github.com/contributte/bootstrap/tree/v0.7.0" }, "funding": [ { @@ -151,44 +148,41 @@ "type": "github" } ], - "time": "2023-04-24T20:25:44+00:00" + "time": "2025-12-29T16:48:41+00:00" }, { "name": "contributte/di", - "version": "v0.5.6", + "version": "v0.6.0", "source": { "type": "git", "url": "https://github.com/contributte/di.git", - "reference": "49d6b93d46f57be319b1e811cd983bfed0c90979" + "reference": "6ca99e742d2b243ed3bb813bfa6157f596f00a93" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/contributte/di/zipball/49d6b93d46f57be319b1e811cd983bfed0c90979", - "reference": "49d6b93d46f57be319b1e811cd983bfed0c90979", + "url": "https://api.github.com/repos/contributte/di/zipball/6ca99e742d2b243ed3bb813bfa6157f596f00a93", + "reference": "6ca99e742d2b243ed3bb813bfa6157f596f00a93", "shasum": "" }, "require": { "nette/di": "^3.1.0", "nette/utils": "^3.2.8 || ^4.0", - "php": ">=7.2" + "php": ">=8.2" }, "conflict": { "nette/schema": "<1.1.0" }, "require-dev": { + "contributte/phpstan": "^0.2", + "contributte/qa": "^0.4", + "contributte/tester": "^0.3", "nette/bootstrap": "^3.1.4", - "nette/robot-loader": "^3.4.2 || ^4.0", - "ninjify/nunjuck": "^0.4", - "ninjify/qa": "^0.13", - "phpstan/phpstan": "^1.9.11", - "phpstan/phpstan-deprecation-rules": "^1.1.1", - "phpstan/phpstan-nette": "^1.2.0", - "phpstan/phpstan-strict-rules": "^1.4.5" + "nette/robot-loader": "^3.4.2 || ^4.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.6.x-dev" + "dev-master": "0.7.x-dev" } }, "autoload": { @@ -215,7 +209,7 @@ ], "support": { "issues": "https://github.com/contributte/di/issues", - "source": "https://github.com/contributte/di/tree/v0.5.6" + "source": "https://github.com/contributte/di/tree/v0.6.0" }, "funding": [ { @@ -227,7 +221,7 @@ "type": "github" } ], - "time": "2023-09-05T08:23:55+00:00" + "time": "2025-12-25T19:28:24+00:00" }, { "name": "contributte/forms", @@ -388,30 +382,31 @@ }, { "name": "contributte/latte", - "version": "v0.6.1", + "version": "v0.7.0", "source": { "type": "git", "url": "https://github.com/contributte/latte.git", - "reference": "e89045e3c2b7aea08ef48a25136f0d64cc92c290" + "reference": "ccbacbaa5e718ae2e7632e218ba28b868642c5c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/contributte/latte/zipball/e89045e3c2b7aea08ef48a25136f0d64cc92c290", - "reference": "e89045e3c2b7aea08ef48a25136f0d64cc92c290", + "url": "https://api.github.com/repos/contributte/latte/zipball/ccbacbaa5e718ae2e7632e218ba28b868642c5c4", + "reference": "ccbacbaa5e718ae2e7632e218ba28b868642c5c4", "shasum": "" }, "require": { - "latte/latte": "^3.0.12", + "latte/latte": "^3.1.0", "php": ">=8.2" }, "require-dev": { "contributte/phpstan": "^0.1", "contributte/qa": "^0.4", - "contributte/tester": "^0.4", + "contributte/tester": "^0.3", "nette/application": "^3.1.14", "nette/di": "^3.0.17" }, "suggest": { + "erusev/parsedown-extra": "to use ParsedownExtension[CompilerExtension]", "nette/di": "to use VersionExtension[CompilerExtension]" }, "type": "library", @@ -444,7 +439,7 @@ ], "support": { "issues": "https://github.com/contributte/latte/issues", - "source": "https://github.com/contributte/latte/tree/v0.6.1" + "source": "https://github.com/contributte/latte/tree/v0.7.0" }, "funding": [ { @@ -456,7 +451,7 @@ "type": "github" } ], - "time": "2025-11-09T12:34:06+00:00" + "time": "2025-12-28T15:15:52+00:00" }, { "name": "contributte/mail", @@ -534,29 +529,29 @@ }, { "name": "contributte/tracy", - "version": "v0.6.0", + "version": "v0.7.0", "source": { "type": "git", "url": "https://github.com/contributte/tracy.git", - "reference": "36b64184b8042fc59eff49a2a2d32c56c24298fe" + "reference": "372c112941593671712df16c89cce629618f80e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/contributte/tracy/zipball/36b64184b8042fc59eff49a2a2d32c56c24298fe", - "reference": "36b64184b8042fc59eff49a2a2d32c56c24298fe", + "url": "https://api.github.com/repos/contributte/tracy/zipball/372c112941593671712df16c89cce629618f80e8", + "reference": "372c112941593671712df16c89cce629618f80e8", "shasum": "" }, "require": { - "php": ">=8.1", + "php": ">=8.2", "tracy/tracy": "^2.9.0" }, "conflict": { "nette/di": "<3.1.0" }, "require-dev": { - "contributte/phpstan": "^0.1", - "contributte/qa": "^0.4", - "contributte/tester": "^0.3", + "contributte/phpstan": "^0.1.0", + "contributte/qa": "^0.4.0", + "contributte/tester": "^0.3.0", "mockery/mockery": "^1.5.0", "nette/di": "^3.1.2" }, @@ -593,7 +588,7 @@ ], "support": { "issues": "https://github.com/contributte/tracy/issues", - "source": "https://github.com/contributte/tracy/tree/v0.6.0" + "source": "https://github.com/contributte/tracy/tree/v0.7.0" }, "funding": [ { @@ -605,7 +600,7 @@ "type": "github" } ], - "time": "2023-07-31T15:00:21+00:00" + "time": "2025-12-30T17:51:52+00:00" }, { "name": "contributte/utils", @@ -2652,5 +2647,5 @@ "php": "^8.4" }, "platform-dev": {}, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" }