yiimaker / yii2-translatable

Translatable behavior aggregates logic of linking translations to the primary model
BSD 3-Clause "New" or "Revised" License
15 stars 1 forks source link

Bump yiisoft/yii2 from 2.0.15.1 to 2.0.24 #6

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps yiisoft/yii2 from 2.0.15.1 to 2.0.24.

Changelog *Sourced from [yiisoft/yii2's changelog](https://github.com/yiisoft/yii2-framework/blob/master/CHANGELOG.md).* > 2.0.24 July 30, 2019 > -------------------- > > - Bug [#10020](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/10020): Fixed quoting of column names with dots in MSSQL (alexkart) > - Bug [#16796](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/16796): Fixed addition and removal of table and column comments in MSSQL (sdlins) > - Bug [#17219](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17219): Fixed quoting of table names with spaces in MSSQL (alexkart) > - Bug [#17424](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17424): Subdomain support for `User::loginRequired` (alex-code) > - Bug [#17437](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17437): Fixed generating namespaced migrations (bizley) > - Bug [#17449](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17449): Fixed order of SQL column build syntax for MySQL migration (choken) > - Bug [#17457](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17457): Fixed `phpTypecast()` for MSSQL (alexkart) > - Bug [#17469](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17469): Fixed updating `Yii` logger instance when setting new logger via configuration (samdark) > > > 2.0.23 July 16, 2019 > -------------------- > > - Bug [#10023](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/10023): Fixed MSSQL "There are no more rows in the active result set" exception when using `each()` and `batch()` (alexkart) > - Bug [#17395](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17395): Fixed issues with actions that contain underscores in their names (alexkart) > - Bug [#17413](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17413), [#17418](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17418), [#17426](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17426), [#17431](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17431): Fixed MSSQL tests (alexkart) > - Bug [#17420](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17420): Fixed loading of column default values for MSSQL (alexkart) > - Bug [#17435](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17435): Fixed `i18n_init` migration for MSSQL (alexkart) > > > 2.0.22 July 02, 2019 > -------------------- > > - Bug [#16394](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/16394): Fixed issues in `migrate/create` when specifying default values with colons and adding multiple columns (alexkart) > - Bug [#17057](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17057): Fixed issues with table names that contain special characters or keywords in MSSQL (alexkart) > - Bug [#17325](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17325): Fixed "Cannot drop view" for MySQL while `migrate/fresh` (alexkart) > - Bug [#17341](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17341): Re-added fix for error from yii.activeForm.js in strict mode (mikehaertl) > - Bug [#17384](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17384): Fixed SQL error when passing `DISTINCT ON` queries (brandonkelly) > - Bug [#17389](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17389): Fixed `UniqueValidator` to work with Active Record having `joinWith()` in its `find()` (garthpmurray) > - Enh [#17382](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17382): Added `\yii\validators\DateValidator::$strictDateFormat` to enable strict validation (alexkart) > - Enh [#17396](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17396): Added 'invoked by controller' to the debug log message when `\yii\base\Action` is used (alexkart) > > > 2.0.21 June 18, 2019 > -------------------- > > - Bug [#16565](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/16565): Added missing parts of the context message in `\yii\log\Target::collect` (alexkart) > - Bug [#17070](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17070): Striped invalid character from fallback file name in `Content-Disposition` header when using `\yii\web\Response::sendFile` (alexkart) > - Bug [#17332](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17332): Trigger 'change' for checkboxes in GridView (andrii-borysov-me) > - Bug [#17341](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17341): Fixed error from yii.activeForm.js in strict mode (mikehaertl) > - Bug [#17341](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17341): Allowed callable objects to be set to `\yii\filters\AccessRule::$roleParams` (alexkart) > - Bug [#17356](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17356): MSSQL Schema was not detecting string field size (ricarnevale, sdlins) > - Enh [#17344](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17344): Improved performance of `yii\db\Connection::addSelect()` (brandonkelly) > - Enh [#17345](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17345): Improved performance of `yii\db\Connection::quoteColumnName()` (brandonkelly) > - Enh [#17348](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17348): Improved performance of `yii\db\Connection::quoteTableName()` (brandonkelly) > - Enh [#17353](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17353): Added `sameSite` support for `yii\web\Cookie` and `yii\web\Session::cookieParams` (rhertogh) > > ... (truncated)
Commits - [`4c9e05f`](https://github.com/yiisoft/yii2-framework/commit/4c9e05f7411bfe4d6ba9b38a2feea6e4353f1457) release version 2.0.24 - [`b5c5e2a`](https://github.com/yiisoft/yii2-framework/commit/b5c5e2a3ecf566a10083cd0508397fa2aafc57db) Fixes docs for createController method ([#17478](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17478)) [skip ci] - [`c172fcd`](https://github.com/yiisoft/yii2-framework/commit/c172fcdd4587ebc0d1e0f9b949a947e7a2746ba4) Fix [#17469](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17469): Fixed updating `Yii` logger instance when setting new logger via ... - [`7bc2d5a`](https://github.com/yiisoft/yii2-framework/commit/7bc2d5afcacb8f01e199842fcbeefaabd554d18c) Fix translation of lv messages [skip ci] - [`a83cfaa`](https://github.com/yiisoft/yii2-framework/commit/a83cfaaee4532cef84b8fda7a52a83d81a02c71e) Fix [#17457](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17457): Fixed `phpTypecast()` for MSSQL - [`04253a4`](https://github.com/yiisoft/yii2-framework/commit/04253a4996c32af3414fb9cc2db71da19a4ce471) Fix [#16796](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/16796): Fixed addition and removal of table and column comments in MSSQL - [`40db8c4`](https://github.com/yiisoft/yii2-framework/commit/40db8c4eeab603377405bb7eb45121c1df2f022b) Fix [#17449](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17449): Fixed order of SQL column build syntax for MySQL migration - [`6116abd`](https://github.com/yiisoft/yii2-framework/commit/6116abdf1cdc3abd0e1f6b92017c2d3d335347a6) Fix [#17437](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17437): Fixed generating namespaced migrations - [`3eaa8e3`](https://github.com/yiisoft/yii2-framework/commit/3eaa8e3dc90bc839fd0b007a0691841b694fa2ad) Fix [#17219](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17219): Fixed quoting of table names with spaces in MSSQL - [`f87f1a3`](https://github.com/yiisoft/yii2-framework/commit/f87f1a3fd5c8341364a076bc2f5f96b59f960be4) Fix [#17424](https://github-redirect.dependabot.com/yiisoft/yii2-framework/issues/17424): Subdomain support for `User::loginRequired` - Additional commits viewable in [compare view](https://github.com/yiisoft/yii2-framework/compare/2.0.15.1...2.0.24)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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](https://app.dependabot.com): - 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) Finally, you can contact us by mentioning @dependabot.
greeflas commented 5 years ago

@dependabot rebase