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

Update yiisoft/yii2 requirement from 2.0.49 to 2.0.49.3 in /backend #1041

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2023

Updates the requirements on yiisoft/yii2 to permit the latest version.

Changelog

Sourced from yiisoft/yii2's changelog.

2.0.49.3 October 31, 2023

  • Bug #20041: Revert MaskedInput package update (bizley)

2.0.49.2 October 12, 2023

  • Bug #19925: Improved PHP version check when handling MIME types (schmunk42)

2.0.49.1 October 05, 2023

  • Bug #19940: File Log writer without newline (terabytesoftw)
  • Bug #19950: Fix Query::groupBy(null) causes error for PHP 8.1: trim(): Passing null to parameter [#1](https://github.com/yiisoft/yii2-framework/issues/1) ($string) of type string is deprecated (uaoleg)
  • Bug #19951: Removed unneeded MIME file tests (schmunk42)
  • Bug #19984: Do not duplicate log messages in memory (lubosdz)
  • Enh #19780: added pcntl to requirements check (schmunk42)

2.0.49 August 29, 2023

  • Bug #9899: Fix caching a MSSQL query with BLOB data type (terabytesoftw)
  • Bug #16208: Fix yii\log\FileTarget to not export empty messages (terabytesoftw)
  • Bug #18859: Fix yii\web\Controller::bindInjectedParams() to not throw error when argument of ReflectionUnionType type is passed (bizley)
  • Bug #19857: Fix AttributeTypecastBehavior::resetOldAttributes() causes "class has no attribute named" InvalidArgumentException (uaoleg)
  • Bug #19868: Added whitespace sanitation for tests, due to updates in ICU 72 (schmunk42)
  • Bug #19872: Fixed the definition of dirty attributes in AR properties for a non-associative array in case of changing the order of elements (eegusakov)
  • Bug #19899: Fixed GridView in some cases calling Model::generateAttributeLabel() to generate label values that are never used (PowerGamer1)
  • Bug #19906: Fixed multiline strings in the \yii\console\widgets\Table widget (rhertogh)
  • Bug #19908: Fix associative array cell content rendering in Table widget (rhertogh)
  • Bug #19911: Resolved inconsistency in ActiveRecord::getAttributeLabel() with regard of overriding in primary model labels for attributes of related model in favor of allowing such overriding for all levels of relation nesting (PowerGamer1)
  • Bug #19914: Fixed ArrayHelper::keyExists() and ::remove() functions when the key is a float and the value is null (rhertogh)
  • Bug #19924: Fix yii\i18n\Formatter to not throw error Unknown named parameter under PHP 8 (arollmann)
  • Enh #19841: Allow jQuery 3.7 to be installed (wouter90)
  • Enh #19853: Added support for default value for \yii\helpers\Console::select() (rhertogh)
  • Enh #19884: Added support Enums in Query Builder (sk1t0n)
  • Enh #19920: Broadened the accepted type of Cookie::$expire from int to int|string|\DateTimeInterface|null (rhertogh)

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

... (truncated)

Commits
  • 783f65c release version 2.0.49.3
  • 53a4703 Changelog
  • e6f31f9 Revert MaskedInput changes
  • 7d38bf7 release version 2.0.49.2
  • 4dc3037 Update CHANGELOG.md
  • bcf4788 Revert changes in mimeTypes.php from 4a1f2c6b9bc90427e91da73f5e8c8fa33d3c53c1
  • c454784 prepare for next release
  • fad41a1 release version 2.0.49.1
  • a88e1a2 Update CHANGELOG.md
  • f4f97f0 Update framework/log/FileTarget.php
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [yiisoft/yii2](https://github.com/yiisoft/yii2-framework) to permit the latest version.
- [Changelog](https://github.com/yiisoft/yii2-framework/blob/2.0.49.3/CHANGELOG.md)
- [Commits](yiisoft/yii2-framework@2.0.49...2.0.49.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the 🔗dependencies Pull requests that update a dependency file label Nov 13, 2023
@proditis proditis closed this Nov 26, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 26, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/composer/backend/yiisoft/yii2-2.0.49.3 branch November 26, 2023 19:21
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