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

#56 composer: Bump yiisoft/yii2 from 2.0.40 to 2.0.41.1 #329

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2021

Bumps yiisoft/yii2 from 2.0.40 to 2.0.41.1.

Changelog

Sourced from yiisoft/yii2's changelog.

2.0.41.1 March 04, 2021

  • Bug #18545: Reversed changes made to the yii\db\Query::all() and indexBy handling (bizley)
  • Bug #18548: Fix bug with REST rules with prefixes containing tokens not being parsed properly (bizley)

2.0.41 March 03, 2021

  • Bug #8750: Fix MySQL support when running in ANSI/ANSI_QUOTES modes (brandonkelly)
  • Bug #9718: Fix user staying authorized despite authKey change (kidol, Charlie Jack, Kunal Mhaske, samdark)
  • Bug #18448: Fix issues in queries and tests for older MSSQL versions (darkdef)
  • Bug #18450: Allow empty string to be passed as a nullable typed argument to a controller's action (dicrtarasov, bizley)
  • Bug #18464: Fix bug with processing fallback messages when translation language is set to null (bizley)
  • Bug #18472: Fix initializing db component configuration in yii\data\ActiveDataProvider (bizley)
  • Bug #18477: Fix detecting availability of Xdebug's stack trace in yii\base\ErrorException (bizley)
  • Bug #18479: Fix invalid argument type for preg_split() in \yii\console\Controller (gazooz)
  • Bug #18480: Transactions are not committed using the dblib driver (bbrunekreeft)
  • Bug #18505: Fix yii\helpers\ArrayHelper::getValue() for ArrayAccess objects with explicitly defined properties (samdark)
  • Bug #18508: Fix Postgres SQL query for load table indexes with correct column order (insolita)
  • Bug #18529: Fix asset files path with appendTimestamp option for non-root-relative base URLs (bizley)
  • Bug #18535: Set Cookie SameSite to Lax by default (samdark)
  • Bug #18539: Fix "driver does not support quoting" when using the driver pdo_odbc (xpohoc69)
  • Enh #18447: Do not use getLastInsertID() to get PK from insert query to lower collision probability for concurrent inserts (darkdef)
  • Enh #18455: Add ability to use separate attributes for data model and filter model of yii\grid\GridView in yii\grid\DataColumn (PowerGamer1)
  • Enh #18457: Add EVENT_RESET and EVENT_FINISH events to yii\db\BatchQueryResult (brandonkelly)
  • Enh #18460: compareValue in CompareValidator can now take a closure returning a value (mmonem)
  • Enh #18483: Add yii\log\Logger::$dbEventNames that allows specifying event names used to get statistical results (profiling) of DB queries (atiline)
  • Enh #18487: Allow creating URLs for non-GET-verb rules (bizley)
  • Enh #18493: Faster request parsing for REST UrlRule with prefix handling (bizley)
  • Enh #18499: When using yii\db\Query::all() and yii\db\Query::$indexBy, the yii\db\Query::$indexBy is auto inserted into yii\db\Query::$select - the same as in yii\db\Query::column() (OndrejVasicek, samdark, bizley)
  • Enh #18518: Add support for ngrok’s X-Original-Host header (brandonkelly)
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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 6, 2021
morawskim added a commit that referenced this pull request Mar 15, 2021
Update aws/aws-sdk-php
Update cypress-file-upload
Update cypress
Update typescript
Update symfony/*
Update phpstan/phpstan
Update yiisoft/yii2
Update zenstruck/foundry
Update swagger-api/swagger-ui
Update ioredis
Update node-cron

[Bump aws/aws-sdk-php from 3.173.23 to 3.173.28](#348)
[Bump cypress-file-upload from 5.0.0 to 5.0.2](#345)
[Bump cypress from 6.2.1 to 6.6.0](#344)
[Bump typescript from 4.1.3 to 4.2.3](#343)
[Bump symfony/yaml from 5.2.4 to 5.2.5](#339)
[Bump symfony/console from 5.2.4 to 5.2.5](#338)
[Bump phpstan/phpstan from 0.12.80 to 0.12.81](#333)
[Bump yiisoft/yii2 from 2.0.40 to 2.0.41.1](#329)
[Bump symfony/dotenv from 5.2.3 to 5.2.4](#328)
[Bump phpstan/phpstan from 0.12.80 to 0.12.81](#331)
[Bump swagger-api/swagger-ui from 3.43.0 to 3.45.0](#341)
[Bump zenstruck/foundry from 1.8.0 to 1.9.0](#346)
[Bump ioredis from 4.23.0 to 4.24.2](#347)
[Bump node-cron from 2.0.3 to 3.0.0](#336)
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 15, 2021

Looks like yiisoft/yii2 is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 15, 2021
@dependabot dependabot bot deleted the dependabot/composer/develop/yiisoft/yii2-2.0.41.1 branch March 15, 2021 17:24
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants