Skip to content

Bump symfony/property-access from 5.2.2 to 5.4.19 #82

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 25, 2023

Bumps symfony/property-access from 5.2.2 to 5.4.19.

Release notes

Sourced from symfony/property-access's releases.

v5.4.19

Changelog (symfony/property-access@v5.4.18...v5.4.19)

  • no significant changes

v5.4.15

Changelog (symfony/property-access@v5.4.14...v5.4.15)

  • no significant changes

v5.4.11

Changelog (symfony/property-access@v5.4.10...v5.4.11)

  • no significant changes

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

... (truncated)

Changelog

Sourced from symfony/property-access's changelog.

CHANGELOG

6.2

  • Deprecate calling PropertyAccessorBuilder::setCacheItemPool() without arguments
  • Added method isNullSafe() to PropertyPathInterface, implementing the interface without implementing this method is deprecated
  • Add support for the null-coalesce operator in property paths

6.0

  • make PropertyAccessor::__construct() accept a combination of bitwise flags as first and second arguments

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

... (truncated)

Commits
  • 20fcf37 Bump license year to 2023
  • 0f3e8f4 Typos In Comments
  • c641d63 Merge branch '4.4' into 5.4
  • d49682f CS fixes
  • 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
  • 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.19.
- [Release notes](https://github.com/symfony/property-access/releases)
- [Changelog](https://github.com/symfony/property-access/blob/6.2/CHANGELOG.md)
- [Commits](symfony/property-access@v5.2.2...v5.4.19)

---
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 Jan 25, 2023
@dependabot dependabot bot requested a review from svnldwg January 25, 2023 07:10
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