Skip to content

Bump symfony/property-access from 5.2.2 to 5.3.0 #61

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 Jun 1, 2021

Bumps symfony/property-access from 5.2.2 to 5.3.0.

Release notes

Sourced from symfony/property-access's releases.

v5.3.0

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

  • no significant changes

v5.3.0-RC1

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

  • no significant changes

v5.2.4

Changelog (symfony/property-access@v5.2.3...v5.2.4)

  • no changes

v5.2.3

Changelog (symfony/property-access@v5.2.2...v5.2.3)

  • no changes
Changelog

Sourced from symfony/property-access's 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.

2.5.0

... (truncated)

Commits
  • 8988399 Merge branch '5.2' into 5.3
  • ef56ae6 Merge branch '4.4' into 5.2
  • 3af7c21 Fix CS in README files
  • 0c71c42 Merge branch '5.2' into 5.3
  • cbf6a92 Merge branch '4.4' into 5.2
  • 088e610 Remove always-true requirement
  • 3a9a100 use bitwise flags to configure when the property accessor should throw
  • See full diff 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 1, 2021
@dependabot dependabot bot requested a review from svnldwg June 1, 2021 06:36
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 27, 2021

Superseded by #62.

@dependabot dependabot bot closed this Jul 27, 2021
@dependabot dependabot bot deleted the dependabot/composer/symfony/property-access-5.3.0 branch July 27, 2021 07: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants