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.47 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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

Changelog

Sourced from yiisoft/yii2's changelog.

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)
  • Bug #19316: Fix MysqlMutex with same connection but difference database (kamarton)
  • Bug #19507: Fix eager loading of nested one-to-many relations (spo0okie)
  • Bug #19508: Fix wrong selection for boolean attributes in GridView (alnidok)
  • Bug #19517: Fix regression in CompositeAuth::authenticate() introduced in #19418 (WinterSilence)
  • Bug #19520: Fix for TIMESTAMP & ROWVERSION columns in MSSQL insert query (darkdef)
  • Bug #19530: Fix specifying the field id for yii\widgets\ActiveField (kv4nt)
  • Bug #19534: Fix yii\helpers\BaseHtml::renderSelectOptions() to properly render boolean selection (bizley)
  • Bug #19537: Fix default expression detection for MariaDB date and time columns (bizley)
  • Bug #19546: Reverted #19309 (bizley)
  • Bug #19581: Fix regression in CompositeAuth introduced in #19418 (SamMousa, WinterSilence, samdark)
  • Bug #19589: Fix Error reporting in to the BaseArrayHelper::getValue() (lav45)
  • Bug #19670: Fix Error null check PHP 8.1 yii\rbac\DbManager (samuelexyz)
  • Chg #17811: Do not reset retryHandler when yii\db\Command::reset() called (erickskrauch)
  • Chg #19354: Reuse Validator::getAttributeNames() in AttributeTypecastBehavior::detectAttributeTypes() (WinterSilence)

2.0.46 August 18, 2022

  • Bug #19235: Fix return type compatibility of yii\web\SessionIterator class methods for PHP 8.1 (virtual-designer)
  • Bug #19237: Fix OCI PHP 8.1 passing null to trim() (longthanhtran)
  • Bug #19243: Handle finfo_open for tar.xz as application/octet-stream on PHP 8.1 (longthanhtran)
  • Bug #19256: Pass missed $view to user's callback in yii\validators\InlineValidator::clientValidateAttribute() (WinterSilence)
  • Bug #19259: Fix yii\log\FileTarget locking and always rotate files only by copy (bizley, mikehaertl)
  • Bug #19272: Fix bug in dirty attributes check on multidimensional array (speedplli)
  • Bug #19291: Reset errors and validators in yii\base\Model::__clone() (WinterSilence)
  • Bug #19303: Fix serialization in yii\caching\Dependency::generateReusableHash() (WinterSilence)
  • Bug #19312: Fix PHP 8.1 error when passing null to yii\helpers\BaseInflector (WinterSilence)
  • Bug #19322: Revert force setting value to empty string in case it's null in yii\validators\FilterValidator::validateAttribute() (bizley)
  • Bug #19324: Fix yii\helpers\BaseHtml::renderSelectOptions() giving wrong selection for boolean attributes (adnandautovic)
  • Bug #19328: Passing null to parameter #1 ($string) of type string is deprecated in yii\db\oci\Schema (Arkeins)
  • Bug #19329: Fix yii\web\GroupUrlRule to properly normalize prefix (bizley)
  • Bug #19349: Fix PHP 8.1 error when attribute and label of yii\grid\DataColumn are empty (githubjeka)
  • Bug #19368: Fix PHP 8.1 error when $fileMimeType is null in yii\validators\FileValidator::validateMimeType() (bizley)
  • Bug #19380: Fix PHP 8.1 passing non string to trim() in yii\db\Query (wa1kb0y)
  • Bug #19386: Fix recursive calling yii\helpers\BaseArrayHelper::htmlDecode() (WinterSilence)
  • Bug #19400: Fix passing null in yii\web\Response::redirect() (bizley)
  • Bug #19402: Add shutdown event and fix working directory in yii\base\ErrorHandler (WinterSilence)
  • Bug #19403: Fix types in yii\web\SessionIterator (WinterSilence)
  • Bug #19407: Fix yii\validators\UniqueValidator and yii\validators\ExistValidator to respect skipOnError option for target attributes (bizley)
  • Bug #19418: Fix yii\filters\auth\CompositeAuth ignoring only and except options (lesha724)
  • Bug #19445: Fix caching in yii\i18n\Formatter::getUnitMessage() (WinterSilence)

... (truncated)

Commits
  • 8ecf578 release version 2.0.47
  • 4f9d798 Fix CHANGELOG
  • aa0d36a Fix #19534: Fix yii\helpers\BaseHtml::renderSelectOptions() to properly ren...
  • 64f2451 Fix #17811: Do not reset retryHandler when yii\db\Command::reset() called
  • 6f047cc Unique and Exist validators docs updated (#19678)
  • 3dc3175 Revert "Fix #19668: Fix Error null check PHP 8.1 `yii\validators\FilterValida...
  • b46427c Fix #19581: Fix regression in CompositeAuth introduced in #19418
  • feb637b Fix #19354: Reuse Validator::getAttributeNames() in `AttributeTypecastBeha...
  • 70df221 Fix Uzbek translation of validator message (#19674)
  • 199d1f0 Fix #19668: Fix Error null check PHP 8.1 yii\validators\FilterValidator
  • 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 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.47.
- [Changelog](https://github.com/yiisoft/yii2-framework/blob/master/CHANGELOG.md)
- [Commits](yiisoft/yii2-framework@2.0.38...2.0.47)

---
updated-dependencies:
- dependency-name: yiisoft/yii2
  dependency-type: direct:production
...

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

None yet

0 participants