luyadev / luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
https://luya.io
MIT License
811 stars 205 forks source link

Bump yiisoft/yii2 from 2.0.47 to 2.0.49.1 in /core #2192

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps yiisoft/yii2 from 2.0.47 to 2.0.49.1.

Changelog

Sourced from yiisoft/yii2's changelog.

2.0.49.1 October 05, 2023

  • Bug #19940: File Log writer without newline (terabytesoftw)
  • Bug #19950: Fix Query::groupBy(null) causes error for PHP 8.1: trim(): Passing null to parameter [#1](https://github.com/yiisoft/yii2-framework/issues/1) ($string) of type string is deprecated (uaoleg)
  • Bug #19951: Removed unneeded MIME file tests (schmunk42)
  • Bug #19984: Do not duplicate log messages in memory (lubosdz)
  • Enh #19780: added pcntl to requirements check (schmunk42)

2.0.49 August 29, 2023

  • Bug #9899: Fix caching a MSSQL query with BLOB data type (terabytesoftw)
  • Bug #16208: Fix yii\log\FileTarget to not export empty messages (terabytesoftw)
  • Bug #18859: Fix yii\web\Controller::bindInjectedParams() to not throw error when argument of ReflectionUnionType type is passed (bizley)
  • Bug #19857: Fix AttributeTypecastBehavior::resetOldAttributes() causes "class has no attribute named" InvalidArgumentException (uaoleg)
  • Bug #19868: Added whitespace sanitation for tests, due to updates in ICU 72 (schmunk42)
  • Bug #19872: Fixed the definition of dirty attributes in AR properties for a non-associative array in case of changing the order of elements (eegusakov)
  • Bug #19899: Fixed GridView in some cases calling Model::generateAttributeLabel() to generate label values that are never used (PowerGamer1)
  • Bug #19906: Fixed multiline strings in the \yii\console\widgets\Table widget (rhertogh)
  • Bug #19908: Fix associative array cell content rendering in Table widget (rhertogh)
  • Bug #19911: Resolved inconsistency in ActiveRecord::getAttributeLabel() with regard of overriding in primary model labels for attributes of related model in favor of allowing such overriding for all levels of relation nesting (PowerGamer1)
  • Bug #19914: Fixed ArrayHelper::keyExists() and ::remove() functions when the key is a float and the value is null (rhertogh)
  • Bug #19924: Fix yii\i18n\Formatter to not throw error Unknown named parameter under PHP 8 (arollmann)
  • Enh #19841: Allow jQuery 3.7 to be installed (wouter90)
  • Enh #19853: Added support for default value for \yii\helpers\Console::select() (rhertogh)
  • Enh #19884: Added support Enums in Query Builder (sk1t0n)
  • Enh #19920: Broadened the accepted type of Cookie::$expire from int to int|string|\DateTimeInterface|null (rhertogh)

2.0.48.1 May 24, 2023

  • Bug #19847: Fix regression introduced in #15376 that caused DbManager::getRolesByUser() to return stale data (michaelarnauts)

2.0.48 May 22, 2023

  • Bug #15376: Added $userId for RBAC roles cache (manchenkoff)
  • Bug #17194: Fix unnecessary SQL updates in the database on attributes typecast via yii\behaviors\AttributeTypecastBehavior (aivchen)
  • Bug #18867: Fixed multiple issues with yii\grid\CheckboxColumn: "check all" checkbox not being checked on page load when all data row checkboxes are initially checked; clicking checkboxes triggered "change" event for other checkboxes that do not change their state; "check all" checkbox not being checked when disabled checkboxes are present and clicking last non-checked data row checkbox (PowerGamer1)
  • Bug #19635: PHP 8.2 compatibility fix for yii\validators\DateValidator (PowerGamer1)
  • Bug #19683: Updated framework\mimeType.php to the actual value. Fix typo in build/controllers/MimeTypeController.php (DeryabinSergey)
  • Bug #19693: Fix db/Command not caching NULL result with scalar fetchMode (Arkeins)
  • Bug #19705: Add binary and other data types to $typeMap list for MySQL (sohelahmed7)
  • Bug #19712: Cast shell_exec() output to string for jsCompressor (impayru)
  • Bug #19720: Fix "zh-HK" locale causing [error][yii\i18n\PhpMessageSource::loadFallbackMessages] The message file for category 'yii' doesn't exist (uaoleg)
  • Bug #19731: Fix yii\data\Sort to generate a proper link when multisort is on and attribute has a default sort order set (bizley)

... (truncated)

Commits
  • f3d608c prepare for next release
  • 98008bf release version 2.0.49
  • 9012581 Fix #19911: Resolved inconsistency in ActiveRecord::getAttributeLabel() wit...
  • a2dd048 Add note to UPGRADE guide for change in Validator behavior (#19938)
  • cab120c Fix #19924: Fix yii\i18n\Formatter to not throw error `Unknown named parame...
  • 3a84298 Fix #19914: Fixed ArrayHelper::keyExists() and ::remove() functions when...
  • 9647dfb Fix #19872: Fixed the definition of dirty attributes in AR properties for a n...
  • 46ce365 Remove unnecessary type (#19932)
  • d619390 Added support for string and DateTimeInterface as Cookie::$expire (#19920)
  • 4bb0ac9 Fix associative array cell content in Table widget (#19908)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/luyadev/luya/network/alerts).