Skip to content

Bump symfony/property-access from 5.2.2 to 5.4.8 #77

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2022

Bumps symfony/property-access from 5.2.2 to 5.4.8.

Release notes

Sourced from symfony/property-access's releases.

v5.4.8

Changelog (symfony/property-access@v5.4.7...v5.4.8)

  • no significant changes

v5.4.7

Changelog (symfony/property-access@v5.4.6...v5.4.7)

  • no significant changes

v5.4.5

Changelog (symfony/property-access@v5.4.4...v5.4.5)

  • bug #45306 Add missing TypeError catch (b1rdex)
  • bug #45255 Fix handling of uninitialized property of parent class (filiplikavcan)

v5.4.3

Changelog (symfony/property-access@v5.4.2...v5.4.3)

  • bug #45002 Fix handling of uninitialized property of anonymous class (filiplikavcan)

v5.4.2

Changelog (symfony/property-access@v5.4.1...v5.4.2)

  • bug #44419 Fix accessing public property on Object (kevcomparadise)

v5.4.0

Changelog (symfony/property-access@v5.4.0-RC1...v5.4.0)

  • bug #44295 fix support for lazy/unset properties (nicolas-grekas)

v5.4.0-RC1

Changelog (symfony/property-access@v5.4.0-BETA3...v5.4.0-RC1)

  • no significant changes

v5.4.0-BETA3

Changelog (symfony/property-access@v6.0.0-BETA2...v5.4.0-BETA3)

  • no significant changes

v5.4.0-BETA1

Changelog (symfony/property-access@v5.3.10...v5.4.0-BETA1)

  • feature #42471 Add generic types to traversable implementations (derrabus)

v5.3.14

Changelog (symfony/property-access@v5.3.13...v5.3.14)

  • bug #45002 Fix handling of uninitialized property of anonymous class (filiplikavcan)

... (truncated)

Changelog

Sourced from symfony/property-access's changelog.

CHANGELOG

5.3.0

  • deprecate passing a boolean as the second argument of PropertyAccessor::__construct(), expecting a combination of bitwise flags instead

5.2.0

  • deprecated passing a boolean as the first argument of PropertyAccessor::__construct(), expecting a combination of bitwise flags instead
  • added the ability to disable usage of the magic __get & __set methods

5.1.0

  • Added an UninitializedPropertyException
  • Linking to PropertyInfo extractor to remove a lot of duplicate code

4.4.0

  • deprecated passing null as $defaultLifetime 2nd argument of PropertyAccessor::createCache() method, pass 0 instead

4.3.0

  • added a $throwExceptionOnInvalidPropertyPath argument to the PropertyAccessor constructor.
  • added enableExceptionOnInvalidPropertyPath(), disableExceptionOnInvalidPropertyPath() and isExceptionOnInvalidPropertyPath() methods to PropertyAccessorBuilder

4.0.0

  • removed the StringUtil class, use Symfony\Component\Inflector\Inflector

3.1.0

  • deprecated the StringUtil class, use Symfony\Component\Inflector\Inflector instead

2.7.0

  • UnexpectedTypeException now expects three constructor arguments: The invalid property value, the PropertyPathInterface object and the current index of the property path.

... (truncated)

Commits
  • fe501d4 Merge branch '4.4' into 5.4
  • 3639454 Add missing license header
  • 57196a1 Merge branch '4.4' into 5.4
  • ca88fba [PropertyAccess] Fix typo in PropertyAccessor::readProperty() DocBlock
  • 95534d9 Merge branch '4.4' into 5.4
  • 6e3446c [PropertyAccessor] Add missing TypeError catch
  • 1de03c3 fix merge
  • a0087b5 Merge branch '4.4' into 5.4
  • d1e20fb [PropertyAccess] Fix handling of uninitialized property of parent class
  • 4bb27fa Merge branch '5.3' into 5.4
  • 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)

Bumps [symfony/property-access](https://github.com/symfony/property-access) from 5.2.2 to 5.4.8.
- [Release notes](https://github.com/symfony/property-access/releases)
- [Changelog](https://github.com/symfony/property-access/blob/5.4/CHANGELOG.md)
- [Commits](symfony/property-access@v5.2.2...v5.4.8)

---
updated-dependencies:
- dependency-name: symfony/property-access
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 28, 2022
@dependabot dependabot bot requested a review from svnldwg April 28, 2022 07:12
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2022

Superseded by #79.

@dependabot dependabot bot closed this Aug 1, 2022
@dependabot dependabot bot deleted the dependabot/composer/symfony/property-access-5.4.8 branch August 1, 2022 07:20
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.

0 participants