Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump yiisoft/yii2 from 2.0.38 to 2.0.48.1 #26

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps yiisoft/yii2 from 2.0.38 to 2.0.48.1.

Changelog

Sourced from yiisoft/yii2's changelog.

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)
  • Bug #19734: PHP 8.1 compatibility fix for $query->orderBy(null) (uaoleg)
  • Bug #19735: Fix yii\validators\NumberValidator to use a programmable message for the value validation (bizley)
  • Bug #19736: Fix StringHelper::truncate(null, 10) causes error Deprecated: mb_strlen(): Passing null to parameter [#1](https://github.com/yiisoft/yii2-framework/issues/1) ($string) of type string is deprecated (uaoleg)
  • Bug #19743: Non-associative array values in AR weren't considered dirty when reordered (samdark)
  • Bug #19749: Add PHP 8.2 support (samdark, schmunk42, aldok10, DanaLuther)
  • Bug #19770: Fix yii\mutex\MysqlMutex keyPrefix expression param binding (kamarton)
  • Bug #19795: Fix yii\web\Response::redirect() to prevent setting headers with URL containing new line character (bizley)
  • Bug #19807: Fix REST serializer not using serializeModel() when working with an array of models (zucha)
  • Bug #19813: Fix yii\base\DynamicModel validation with validators that reference missing attributes (michaelarnauts)
  • Bug #19828: Fix "strtr(): Passing null to parameter #1 ($string) of type string is deprecated" (uaoleg)
  • Bug #19837: Fixed processing of numeric file extensions in yii\build\controllers\MimeTypeController::generateMimeTypesFile() (rhertogh)
  • Enh #9740: Usage of DI instead of new keyword in Schemas (manchenkoff)
  • Enh #15376: Added cache usage for yii\rbac\DbManager::getRolesByUser() (manchenkoff)
  • Enh #19689: Remove empty elements from the class array in yii\helpers\BaseHtml::renderTagAttributes() to prevent unwanted spaces (MoritzLost)
  • Enh #19741: Added option to use a closure for $variations definition in yii\filters\PageCache (nadar)
  • Enh #19766: Add support for PHP generators to JSON helper (vladis84)
  • Enh #19794: Add caching in yii\web\Request for getUserIP() and getSecureForwardedHeaderTrustedParts() (rhertogh)
  • Enh #19804: Remove the unnecessary call to $this->oldAttributes in BaseActiveRecord::getDirtyAttributes() (thiagotalma)
  • Enh #19816: Explicitly pass $fallbackToMaster as true to getSlavePdo() to ensure it isn't affected by child class with changed defaults (developedsoftware)
  • Enh #19838: Added yii\helpers\BaseFileHelper::getExtensionByMimeType() to get the most common extension for a given MIME type (rhertogh)
  • Chg #19696: Change visibility of yii\web\View::isPageEnded to protected (lubosdz, samdark)

2.0.47 November 18, 2022

  • Bug #12636: Fix CompareValidator successful state when compareAttribute has an error (manchenkoff)
  • Bug #14388: Fixed fixture loading order in output message (manchenkoff)
  • Bug #15500: Fix saving empty records to MySQL (manchenkoff)
  • Bug #15557: Fix empty fields exclusion in safe attributes of yii\base\Model (manchenkoff)
  • Bug #16658: Fix file readability check on publishing assets by yii\web\AssetManager (manchenkoff)

... (truncated)

Commits

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 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.

Bumps [yiisoft/yii2](https://github.com/yiisoft/yii2-framework) from 2.0.38 to 2.0.48.1.
- [Changelog](https://github.com/yiisoft/yii2-framework/blob/master/CHANGELOG.md)
- [Commits](yiisoft/yii2-framework@2.0.38...2.0.48.1)

---
updated-dependencies:
- dependency-name: yiisoft/yii2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 31, 2023
@nadar nadar merged commit ca4cc34 into master Feb 6, 2024
8 checks passed
@dependabot dependabot bot deleted the dependabot/composer/yiisoft/yii2-2.0.48.1 branch February 6, 2024 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant