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.34 to 2.0.37 #35

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps yiisoft/yii2 from 2.0.34 to 2.0.37.

Changelog

Sourced from yiisoft/yii2's changelog.

2.0.37 August 07, 2020

  • Bug #17147: Fix form attribute validations for empty select inputs (kartik-v)
  • Bug #18156: Fix yii\db\Schema::quoteSimpleTableName() was checking incorrect quote character (M4tho, samdark)
  • Bug #18170: Fix 2.0.36 regression in passing extra console command arguments to the action (darkdef)
  • Bug #18171: Change case of column names in SQL query for findConstraints to fix MySQL 8 compatibility (darkdef)
  • Bug #18182: yii\db\Expression was not supported as condition in ActiveRecord::findOne() and ActiveRecord::findAll() (rhertogh)
  • Bug #18189: Fix "Invalid parameter number" in yii\rbac\DbManager::removeItem() (samdark)
  • Bug #18198: Fix saving tables with trigger by outputting inserted data from insert query with usage of temporary table (darkdef)
  • Bug #18203: PDO exception code was not properly passed to yii\db\Exception (samdark)
  • Bug #18204: Fix 2.0.36 regression in inline validator and JS validation (samdark)
  • Enh #18205: Add .phpstorm.meta.php file for better auto-completion in PhpStorm (vjik)
  • Enh #18210: Allow strict comparison for multi-select inputs (alex-code)
  • Enh #18217: Make yii\console\ErrorHandler render chained exceptions in debug mode (mikehaertl)

2.0.36 July 07, 2020

  • Bug #13828: Fix retrieving inserted data for a primary key of type uniqueidentifier for SQL Server 2005 or later (darkdef)
  • Bug #17474: Fix retrieving inserted data for a primary key of type trigger for SQL Server 2005 or later (darkdef)
  • Bug #17985: Convert migrationNamespaces to array if needed (darkdef)
  • Bug #18001: Fix getting table metadata for tables ( in their name (floor12)
  • Bug #18026: Fix ArrayHelper::getValue() did not work with ArrayAccess objects (mikk150)
  • Bug #18028: Fix division by zero exception in console Table::calculateRowHeight() (fourhundredfour)
  • Bug #18031: HttpBasicAuth with auth callback now triggers login events same was as other authentication methods (samdark)
  • Bug #18041: Fix RBAC migration for MSSQL (darkdef)
  • Bug #18047: Fix colorization markers output in console Table (cheeseq)
  • Bug #18051: Fix missing support for custom validation method in EachValidator (bizley)
  • Bug #18051: Fix using EachValidator with custom validation function (bizley)
  • Bug #18081: Fix for PDO_DBLIB/MSSQL. Set flag ANSI_NULL_DFLT_ON to ON for current DB connection (darkdef)
  • Bug #18086: Fix accessing public properties of ArrayAccess via ArrayHelper::getValue() (samdark)
  • Bug #18094: Add support for composite file extension validation (darkdef)
  • Bug #18096: Fix InlineValidator with anonymous inline function not working well from EachValidator (trombipeti)
  • Bug #18101: Fix behavior of OUTPUT INSERTED.* for SQL Server query: "insert default values"; correct MSSQL unit tests; turn off profiling echo message in migration test (darkdef)
  • Bug #18105: Fix for old trigger in RBAC migration with/without prefixTable (darkdef)
  • Bug #18110: Add quotes to return value of viewName in MSSQL schema. It is [someView] now (darkdef)
  • Bug #18127: Resolve DI references inside of arrays in dependencies (hiqsol)
  • Bug #18134: Expression as columnName should not be quoted in likeCondition (darkdef)
  • Bug #18147: Fix parameters binding for MySQL when prepare emulation is off (rskrzypczak)
  • Enh #15202: Add optional param --silent-exit-on-exception in yii\console\Controller (egorrishe)
  • Enh #17722: Add action injection support (SamMousa, samdark, erickskrauch)
  • Enh #18019: Allow jQuery 3.5.0 to be installed (wouter90)
  • Enh #18048: Use Instance::ensure() to set User::$accessChecker (lav45)
  • Enh #18083: Add Controller::$request and $response (brandonkelly)
  • Enh #18120: Include the path to the log file into error message if FileTarget::export fails (uaoleg)
  • Enh #18151: Add Mutex::isAcquired() to check if lock is currently acquired (rhertogh)
Commits
  • e8094d1 release version 2.0.37
  • d71763d Fix #18217: Make yii\console\ErrorHandler render chained exceptions in debu...
  • c11cc1e Fix #18156: Fix yii\db\Schema::quoteSimpleTableName() was checking incorrec...
  • e06294f Fix #18175: Add upgrade note for 2.0.36 about inline validator defined as clo...
  • f89c11c Fix incorrect source message KB -> kB in several translations
  • fdb66e1 Use kB instead of KB in Belarusian messages (#18220)
  • 1599133 Fix #18203: PDO exception code was not properly passed to yii\db\Exception
  • 0c2feed Fix #18210: Allow strict comparison for multi-select inputs
  • 901d4b3 Fix #18198: Fix saving tables with trigger by outputting inserted data from i...
  • 1110ba8 Remove unused use
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [yiisoft/yii2](https://github.com/yiisoft/yii2-framework) from 2.0.34 to 2.0.37.
- [Release notes](https://github.com/yiisoft/yii2-framework/releases)
- [Changelog](https://github.com/yiisoft/yii2-framework/blob/master/CHANGELOG.md)
- [Commits](yiisoft/yii2-framework@2.0.34...2.0.37)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the type: dependencies Pull requests that update a dependency file label Aug 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant