Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Change Age Confidence
nette/utils (source) ^3.2^4.0 age confidence
symfony/console (source) ^6.1^8.0 age confidence
symfony/finder (source) ^6.1^8.0 age confidence

Release Notes

nette/utils (nette/utils)

v4.1.1: Released version 4.1.1

Compare Source

  • Html::addText() accepts int|null for back compatibility [Closes #​332][Closes #​333]

v4.1.0: Released version 4.1.0

Compare Source

  • requires PHP 8.2
  • DateTime: strict behavior (BC break)
  • Strings::webalize() requires INTL extension
  • StaticClass: is not overriding __callStatic()

v4.0.10: Released version 4.0.10

Compare Source

  • added Type::with()
  • added Type::fromValue()
  • added Helpers::splitClassName()
  • added Iterables::repeatable()
  • Finder: is_file() does not work with symlinks under Windows

v4.0.9: Released version 4.0.9

Compare Source

support for PHP 8.5

v4.0.8: Released version 4.0.8

Compare Source

  • support for PHP 8.5
  • Strings::trim() trims Line Separator and Ideographic Space (#​326)
  • DateTime: fixed parsing 'ago' modifier #​327
  • DateTime::relativeToSeconds() checks for error
  • optimized global function calls

v4.0.7: Released version 4.0.7

Compare Source

  • DateTime: constructor and modify() correctly handle the relative time even if the daylight saving time is changed
  • DateTime: added static method relativeToSeconds() for converting relative time string to seconds
  • DateTime: triggers a warning when time overflow occurs

v4.0.6: Released version 4.0.6

Compare Source

  • Image: catches all errors during saving
  • added Helpers::IsWindows
  • added ShouldNotHappenException
  • added FileSystem::resolvePath() #​308
  • tests: improved descriptions
  • exception: use natural explanatory style

v4.0.5: Released version 4.0.5

Compare Source

  • Strings::matchAll(): added option 'lazy'
  • added Arrays::mapWithKeys() & Iterables::mapWithKeys()
  • added Iterables::memoize() & toIterator()
  • Image: GD extension detection added
  • support for PHP 8.4

v4.0.4: Released version 4.0.4

Compare Source

  • added Iterables
  • added Arrays::firstKey(), lastKey()
  • added Arrays::filter()
  • Arrays::first() & last(): added parameter $else
  • Arrays::first() & last(): added parameter $predicate #​305
  • added Image::getSupportedTypes()
  • Arrays: improved phpDoc
  • utilizes Random\Randomizer in PHP 8.3
  • StaticClass: fixed compatibility with PHP 8.3.2
  • Strings::trim() trims unicode spaces and ZWSP (#​304)

v4.0.3: Released version 4.0.3

Compare Source

  • added ImageColor, replaces Image::rgb()
  • added Image::rectangleWH(), filledRectangleWH(), calculateTextBox()
  • Type: fixed resolving of 'static' nette/di#295

v4.0.2: Released version 4.0.2

Compare Source

  • Strings::length() uses mbstring, iconv and then utf8_decode #​299
  • Finder: getType() replaced with isDir() / isFile()
  • StaticClass: constructor is private nette/di#292
  • Arrays: add generic type declaration for some(), every() and map() (#​298)
  • FileSystem: can be used as instance

v4.0.1: Released version 4.0.1

Compare Source

  • support for PHP 8.3
  • added Image::isTypeSupported()
  • added enum ImageType
  • Finder: collect() returns list
  • Finder: improved exception when directory is missing
  • Finder: default mask is '*'
  • improved type annotations (#​290)
  • Callback::unwrap() returns correct class name for private methods

v4.0.0: Released version 4.0.0 🥳

Compare Source

  • uses PHP 8 featurs
  • includes a completely rewritten Finder
  • PascalCase constants
  • Strings: added support for UTF-8 offsets in regexp
  • Translator: improved interface, accepts and returns string|Stringable [Closes #​231]
  • ArrayHash & ArrayList: support iteration with reference (#​289)

new methods:

  • Nette\Utils\Json::decodeFile() reads JSON from a file
  • Nette\Utils\FileSystem::unixSlashes() & platformSlashes() converts slashes to Unix slashes
  • Nette\Utils\Strings::ord(), unixNewLines() & platformNewLines()
  • Nette\Utils\Helpers::compare() compare using the operator

new parameters:

  • Nette\Utils\Strings::split() added parameter $limit
  • Nette\Utils\Strings::replace() added parameters $captureOffset, $unmatchedAsNull
  • Nette\Utils\Strings, Nette\Utils\Arrays, Nette\Utils\Json: flags replaced with parameters

removed

  • Reflection: removed obsolete getReturnType(), getParameterType(), getPropertyType() (BC break)
symfony/console (symfony/console)

v8.0.4

Compare Source

Changelog (symfony/symfony@v7.4.4...vv8.0.4)

  • feature #​62785 The component v8.0 is backed by Cadoles, thanks to them! (nicolas-grekas)
  • feature #​62530 Thank you PhpStorm for backing Symfony 8.0! (nicolas-grekas)
  • feature #​62529 Thank you Sulu for backing Symfony 8.0! (nicolas-grekas)
  • feature #​62266 Bump to PHP >= 8.4 (santysisi)
  • bug #​62261 Add missing SQLitePlatform use statement in DoctrineDbalAdapter (yoeunes)
  • feature #​62113 Remove support for the fluent PHP config format (nicolas-grekas)
  • feature #​62109 Ensure configuration nodes do not have both isRequired() and defaultValue() (GromNaN)
  • feature #​62042 drop support for HTTP method override for GET, HEAD, CONNECT and TRACE requests (xabbuh)
  • feature #​61993 Remove AbstractDoctrineExtension (GromNaN)
  • feature #​61989 remove ability to access $this and the loader's internal state (xabbuh)
  • feature #​61986 remove getNamespace() and getXsdValidationBasePath() from ExtensionInterface (xabbuh)
  • feature #​61987 remove support for StoreInterface as the HTTP client cache (xabbuh)
  • feature #​61983 Remove Request::get() (PierreCapel)
  • feature #​61976 remove the deprecated WorkflowDumpCommand (xabbuh)
  • feature #​61930 Remove support for the XML configuration format (nicolas-grekas)
  • feature #​61851 remove support for implicit constraint option names in YAML/XML mapping files (xabbuh)
  • feature #​61850 remove support for passing associative arrays to GroupSequence (xabbuh)
  • feature #​61848 remove the deprecated NotFoundActivationStrategy class (xabbuh)
  • feature #​61760 remove the user FQCN from remember me cookies (xabbuh)
  • feature #​61540 require a top-level domain by default in the Url constraint (xabbuh)
  • feature #​61541 throw when a service's id a non-existing FQCN (xabbuh)
  • feature #​61488 Remove annotation aliases and getters and setters in favor of public properties on attributes (nicolas-grekas)
  • feature #​61481 Always parse according to HTML5 rules thanks to the native DOM parser (nicolas-grekas)
  • feature #​61477 Remove deprecated getEnv and setEnv methods (santysisi)
  • feature #​61424 Replace __sleep/wakeup() by __(un)serialize() (nicolas-grekas)
  • feature #​61391 Remove MastermindsParser and add $context arg to ParserInterface::parse() (nicolas-grekas)
  • feature #​61063 remove support for generic constraint option handling (xabbuh)
  • feature #​61187 Declare new parameters on interfaces and methods explicitly (nicolas-grekas)
  • feature #​61182 Remove TranslatableMessage::__toString() method, use trans() or getMessage() instead (nicolas-grekas)
  • feature #​61179 Remove !tagged tag, use !tagged_iterator instead (nicolas-grekas)
  • feature #​61183 Throw when passing an empty string as $userIdentifier and tighten AuthenticatorManager and OidcTokenHandler arguments (nicolas-grekas)
  • feature #​61180 Trigger PHP warning when using Request::sendHeaders() after headers have already been sent (nicolas-grekas)
  • feature #​61176 Remove support for auto-mapping Doctrine entities to controller arguments (nicolas-grekas)
  • feature #​61156 Remove options session.sid_length session.sid_bits_per_character router.cache_dir validation.cache and base_template_class (nicolas-grekas)
  • feature #​61155 Remove autowiring aliases for RateLimiterFactory (nicolas-grekas)
  • feature #​60988 Remove deprecated code for non-array based collections (mttsch)
  • feature #​61067 remove the sizeLimit option of AbstractQuery (xabbuh)
  • feature #​61068 forbid passing null as allowed variables (xabbuh)
  • feature #​61065 remove XML routing configuration files (xabbuh)
  • feature #​61011 Remove deprecated RememberMeToken::getSecret() (ktherage)
  • feature #​61048 remove the ability to pass a tag to FormThemeNode (xabbuh)
  • feature #​60952 Remove BC layer from ResizeFormListener (OskarStark)
  • feature #​60986 Remove deprecated EmojiTransliterator (mttsch)
  • feature #​60990 Remove deprecated TransportFactoryTestCase (mttsch)
  • feature #​61012 remove the deprecated security.authentication.hide_user_not_found parameter (xabbuh)
  • feature #​60987 Remove deprecated ProviderFactoryTestCase (mttsch)
  • feature #​60993 Remove deprecated CouchbaseBucketAdapter (mttsch)
  • feature #​60929 Remove deprecated OIDC token handler options algorithm and key (OskarStark)
  • feature #​60969 Make Translator class final (OskarStark)
  • feature #​60966 Make Router class final (OskarStark)
  • feature #​60960 Make ResizeFormListener::postSetData() method final (OskarStark)
  • feature #​60959 Make # attribute class final (OskarStark)
  • feature #​60924 Remove deprecated escape_char functionality from CsvEncoder (OskarStark)
  • feature #​60928 Remove deprecated hide_user_not_found option (OskarStark)
  • feature #​60930 Remove deprecated session options from NativeSessionStorage (OskarStark)
  • feature #​60925 Remove deprecated escape parameter from CsvFileLoader (OskarStark)
  • feature #​60922 Change UrlType default protocol (OskarStark)
  • feature #​60879 Remove callable firewall listeners support (MatTheCat)
  • feature #​60878 Remove ImportMapConfigReader::splitPackageNameAndFilePath() (mttsch)
  • feature #​60877 Remove deprecated compiled class meta data classes (mttsch)
  • feature #​60870 Remove AdvancedNameConverterInterface (mttsch)
  • feature #​60862 Remove deprecated AttributeClassLoader property and setter (mttsch)
  • feature #​60863 Throw exception for non-array _query parameter (mttsch)
  • feature #​60865 Remove deprecated withDefaultContructorArguments method (mttsch)
  • feature #​60866 Remove deprecated TransportFactoryTestCase (mttsch)
  • feature #​60852 remove the Sms77 Notifier bridge (xabbuh)
  • feature #​60844 Remove deprecated ContainerBuilder::getAutoconfiguredAttributes() (GromNaN)
  • feature #​60851 raise a parse error for duplicate keys (xabbuh)
  • feature #​60853 remove AddAnnotatedClassesToCachePass and related methods (xabbuh)
  • feature #​60845 Remove # and # attributes (GromNaN)
  • bug #​60813 Fix calls to removed add() method (derrabus)
  • feature #​60742 Remove deprecated eraseCredentials() from (User|Token)Interface (chalasr)
  • feature #​60776 Remove deprecated Application::add() methods (HypeMC)
  • feature #​60726 Remove PropertyInfo's Type (mtarld)
  • feature #​60720 Enable the property-info constructor extractor by default (HypeMC)
  • feature #​60716 Remove LazyGhostTrait and LazyProxyTrait in favor of native lazy objects (nicolas-grekas)
  • feature #​60723 Remove support for nested options definition via setDefault(), use setOptions() instead (yceruto)
  • feature #​60721 Remove deprecated code (yceruto)
  • feature #​60712 Remove support for amphp/http-client < 5 (nicolas-grekas)
  • feature #​60697 Enforce return types on all components (nicolas-grekas)
  • feature #​60639 Bump Symfony 8 to PHP >= 8.4 (@​nicolas-grekas)

v8.0.3

Compare Source

v8.0.1

Compare Source

Changelog (symfony/console@v8.0.0...v8.0.1)

v8.0.0

Compare Source

v7.4.4

Compare Source

v7.4.3

Compare Source

v7.4.1

Compare Source

Changelog (symfony/console@v7.4.0...v7.4.1)

v7.4.0

Compare Source

Changelog (symfony/console@v7.4.0-RC3...v7.4.0)

v7.3.10

Compare Source

v7.3.9

Compare Source

v7.3.8

Compare Source

Changelog (symfony/console@v7.3.7...v7.3.8)

v7.3.6

Compare Source

Changelog (symfony/console@v7.3.5...v7.3.6)

v7.3.5

Compare Source

v7.3.4

Compare Source

Changelog (symfony/console@v7.3.3...v7.3.4)

v7.3.3

Compare Source

Changelog (symfony/console@v7.3.2...v7.3.3)

v7.3.2

Compare Source

Changelog (symfony/console@v7.3.1...v7.3.2)

v7.3.1

Compare Source

Changelog (symfony/console@v7.3.0...v7.3.1)

v7.3.0

Compare Source

Changelog (symfony/console@v7.3.0-RC1...v7.3.0)

  • no significant changes

v7.2.9

Compare Source

Changelog (symfony/console@v7.2.8...v7.2.9)

v7.2.8

Compare Source

Changelog (symfony/console@v7.2.7...v7.2.8)

v7.2.7

Compare Source

Changelog (symfony/console@v7.2.6...v7.2.7)

  • no significant changes

v7.2.6

Compare Source

Changelog (symfony/console@v7.2.5...v7.2.6)

v7.2.5

Compare Source

Changelog (symfony/console@v7.2.4...v7.2.5)

v7.2.1

Compare Source

Changelog (symfony/console@v7.2.0...v7.2.1)

v7.2.0

Compare Source

Changelog (symfony/console@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.1.10

Compare Source

Changelog (symfony/console@v7.1.9...v7.1.10)

v7.1.8

Compare Source

Changelog (symfony/console@v7.1.7...v7.1.8)

  • no significant changes

v7.1.7

Compare Source

Changelog (symfony/console@v7.1.6...v7.1.7)

v7.1.6

Compare Source

Changelog (symfony/console@v7.1.5...v7.1.6)

v7.1.5

Compare Source

Changelog (symfony/console@v7.1.4...v7.1.5)

  • no significant changes

v7.1.4

Compare Source

Changelog (symfony/console@v7.1.3...v7.1.4)

v7.1.3

Compare Source

Changelog (symfony/console@v7.1.2...v7.1.3)

v7.1.2

Compare Source

Changelog (symfony/console@v7.1.1...v7.1.2)

  • no significant changes

v7.1.1

Compare Source

Changelog (symfony/console@v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Compare Source

Changelog (symfony/console@v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.0.10

Compare Source

Changelog (symfony/console@v7.0.9...v7.0.10)

v7.0.9

Compare Source

Changelog (symfony/console@v7.0.8...v7.0.9)

  • no significant changes

v7.0.8

Compare Source

Changelog (symfony/console@v7.0.7...v7.0.8)

  • no significant changes

v7.0.7

Compare Source

Changelog (symfony/console@v7.0.6...v7.0.7)

v7.0.6

Compare Source

Changelog (symfony/console@v7.0.5...v7.0.6)

v7.0.4

Compare Source

Changelog (symfony/console@v7.0.3...v7.0.4)

v7.0.3

Compare Source

Changelog (symfony/console@v7.0.2...v7.0.3)

v7.0.2

Compare Source

Changelog (symfony/console@v7.0.1...v7.0.2)

v7.0.1

Compare Source

Changelog (symfony/console@v7.0.0...v7.0.1)

  • no significant changes

v7.0.0

Compare Source

Changelog (symfony/console@v7.0.0-RC2...v7.0.0)

  • no significant changes

v6.4.32

Compare Source

v6.4.31

Compare Source

v6.4.30

Compare Source

Changelog (symfony/console@v6.4.29...v6.4.30)

symfony/finder (symfony/finder)

v8.0.5

Compare Source

Changelog (symfony/finder@v8.0.4...v8.0.5)

v8.0.4

Compare Source

v8.0.3

Compare Source

v8.0.0

Compare Source

v7.4.5

Compare Source

Changelog (symfony/finder@v7.4.4...v7.4.5)

v7.4.4

Compare Source

v7.4.3

Compare Source

v7.4.0

Compare Source

v7.3.11

Compare Source

Changelog (symfony/finder@v7.3.10...v7.3.11)

v7.3.10

Compare Source

v7.3.9

Compare Source

v7.3.5

Compare Source

v7.3.2

Compare Source

Changelog (symfony/finder@v7.3.1...v7.3.2)

  • no significant changes

v7.3.0

Compare Source

Changelog (symfony/finder@v7.3.0-RC1...v7.3.0)

  • no significant changes

v7.2.9

Compare Source

Changelog (symfony/finder@v7.2.8...v7.2.9)

  • no significant changes

v7.2.2

Compare Source

Changelog (symfony/finder@v7.2.1...v7.2.2)

v7.2.0

Compare Source

Changelog (symfony/finder@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.1.10

Compare Source

Changelog (symfony/finder@v7.1.9...v7.1.10)

v7.1.6

Compare Source

Changelog (symfony/finder@v7.1.5...v7.1.6)

  • no significant changes

v7.1.4

Compare Source

Changelog (symfony/finder@v7.1.3...v7.1.4)

v7.1.3

Compare Source

Changelog (symfony/finder@v7.1.2...v7.1.3)

  • no significant changes

v7.1.1

Compare Source

Changelog (symfony/finder@v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Compare Source

Changelog (symfony/finder@v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.0.10

Compare Source

Changelog (symfony/finder@v7.0.9...v7.0.10)

  • no significant changes

v7.0.8

Compare Source

Changelog (symfony/finder@v7.0.7...v7.0.8)

  • no significant changes

v7.0.7

Compare Source

Changelog (symfony/finder@v7.0.6...v7.0.7)

v7.0.0

Compare Source

Changelog (symfony/finder@v7.0.0-RC2...v7.0.0)

  • no significant changes

v6.4.33

Compare Source

Changelog (symfony/finder@v6.4.32...v6.4.33)

v6.4.32

Compare Source

v6.4.31

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-issue-bot branch from 8503618 to e55d44e Compare September 23, 2024 07:18
@renovate renovate bot changed the title Update issue-bot (major) fix(deps): update issue-bot (major) Oct 6, 2024
@renovate renovate bot changed the title fix(deps): update issue-bot (major) Update issue-bot (major) Oct 7, 2024
@renovate renovate bot changed the title Update issue-bot (major) fix(deps): update issue-bot (major) Oct 7, 2024
@renovate renovate bot changed the title fix(deps): update issue-bot (major) Update issue-bot (major) Oct 8, 2024
@renovate renovate bot changed the title Update issue-bot (major) fix(deps): update issue-bot (major) Oct 9, 2024
@renovate renovate bot changed the title fix(deps): update issue-bot (major) Update issue-bot (major) Oct 14, 2024
@renovate renovate bot changed the title Update issue-bot (major) fix(deps): update issue-bot (major) Oct 14, 2024
@renovate renovate bot changed the title fix(deps): update issue-bot (major) Update issue-bot (major) Oct 26, 2024
@renovate renovate bot changed the title Update issue-bot (major) fix(deps): update issue-bot (major) Nov 6, 2024
@renovate renovate bot changed the title fix(deps): update issue-bot (major) Update issue-bot (major) Nov 6, 2024
@renovate renovate bot changed the title Update issue-bot (major) fix(deps): update issue-bot (major) Nov 7, 2024
@renovate renovate bot changed the title fix(deps): update issue-bot (major) Update issue-bot (major) Nov 8, 2024
@renovate renovate bot changed the title Update issue-bot (major) fix(deps): update issue-bot (major) Nov 8, 2024
@renovate renovate bot changed the title fix(deps): update issue-bot (major) Update issue-bot (major) Nov 9, 2024
@renovate renovate bot force-pushed the renovate/major-issue-bot branch from e55d44e to c23f5bf Compare November 11, 2024 07:46
@renovate renovate bot changed the title Update issue-bot (major) fix(deps): update issue-bot (major) Nov 11, 2024
@renovate renovate bot changed the title fix(deps): update issue-bot (major) Update issue-bot (major) Nov 11, 2024
@renovate renovate bot changed the title Update issue-bot (major) fix(deps): update issue-bot (major) Nov 15, 2024
@renovate renovate bot changed the title fix(deps): update issue-bot (major) Update issue-bot (major) Nov 17, 2024
@renovate renovate bot changed the title Update issue-bot (major) fix(deps): update issue-bot (major) Nov 19, 2024
@renovate renovate bot changed the title fix(deps): update issue-bot (major) Update issue-bot (major) Nov 19, 2024
@renovate renovate bot changed the title Update issue-bot (major) fix(deps): update issue-bot (major) Nov 20, 2024
@renovate renovate bot changed the title fix(deps): update issue-bot (major) Update issue-bot (major) Nov 23, 2024
@renovate renovate bot changed the title Update issue-bot (major) fix(deps): update issue-bot (major) Nov 25, 2024
@renovate renovate bot changed the title fix(deps): update issue-bot (major) Update issue-bot (major) Nov 25, 2024
@renovate renovate bot changed the title Update issue-bot (major) fix(deps): update issue-bot (major) Nov 27, 2024
@renovate renovate bot changed the title fix(deps): update issue-bot (major) Update issue-bot (major) Nov 28, 2024
@renovate renovate bot changed the title Update issue-bot (major) fix(deps): update issue-bot (major) Nov 29, 2024
@renovate renovate bot changed the title fix(deps): update issue-bot (major) Update issue-bot (major) Nov 29, 2024
@renovate renovate bot force-pushed the renovate/major-issue-bot branch from 45aa6bc to 05eda71 Compare November 13, 2025 11:54
@renovate renovate bot force-pushed the renovate/major-issue-bot branch 3 times, most recently from 55a89c8 to 2c45dbb Compare November 27, 2025 10:08
@renovate
Copy link
Contributor Author

renovate bot commented Nov 27, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: issue-bot/composer.lock
Command failed: composer update nette/utils:4.1.1 symfony/console:8.0.4 symfony/finder:8.0.5 --with-dependencies --ignore-platform-req=ext-* --ignore-platform-req=lib-* --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires symfony/console ^8.0 -> satisfiable by symfony/console[v8.0.4].
    - symfony/console v8.0.4 requires php >=8.4 -> your php version (8.3.99; overridden via config.platform, actual: 8.3.30) does not satisfy that requirement.
  Problem 2
    - Root composer.json requires symfony/finder ^8.0 -> satisfiable by symfony/finder[v8.0.5].
    - symfony/finder v8.0.5 requires php >=8.4 -> your php version (8.3.99; overridden via config.platform, actual: 8.3.30) does not satisfy that requirement.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate bot force-pushed the renovate/major-issue-bot branch 8 times, most recently from 8a6a5b4 to dec8d70 Compare December 6, 2025 12:34
@renovate renovate bot force-pushed the renovate/major-issue-bot branch 3 times, most recently from ccc98fc to a56a9b7 Compare December 11, 2025 09:36
@renovate renovate bot force-pushed the renovate/major-issue-bot branch from a56a9b7 to 37f46b6 Compare December 15, 2025 08:44
@renovate renovate bot force-pushed the renovate/major-issue-bot branch from 37f46b6 to 14ed896 Compare December 22, 2025 14:10
@renovate renovate bot force-pushed the renovate/major-issue-bot branch 3 times, most recently from 54a9507 to 427c24b Compare December 31, 2025 12:04
@renovate renovate bot force-pushed the renovate/major-issue-bot branch 2 times, most recently from ad9993c to 1dc03ec Compare January 15, 2026 13:12
@renovate renovate bot force-pushed the renovate/major-issue-bot branch from 1dc03ec to 2d98784 Compare January 16, 2026 20:59
@renovate renovate bot force-pushed the renovate/major-issue-bot branch 4 times, most recently from 1f5c36f to 05fa66b Compare January 28, 2026 06:09
@renovate renovate bot force-pushed the renovate/major-issue-bot branch from 05fa66b to 5418728 Compare January 30, 2026 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants