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

Bump symfony/property-access from 5.4.35 to 6.4.7 #763

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 30, 2024

Bumps symfony/property-access from 5.4.35 to 6.4.7.

Release notes

Sourced from symfony/property-access's releases.

v6.4.7

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

  • no significant changes

v6.4.6

Changelog (symfony/property-access@v6.4.5...v6.4.6)

v6.4.4

Changelog (symfony/property-access@v6.4.3...v6.4.4)

v6.4.3

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

  • no significant changes

v6.4.0

Changelog (symfony/property-access@v6.4.0-RC2...v6.4.0)

  • no significant changes

v6.4.0-RC1

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

  • no significant changes

v6.4.0-BETA1

Changelog (symfony/property-access@v6.3.6...v6.4.0-BETA1)

v6.3.12

Changelog (symfony/property-access@v6.3.11...v6.3.12)

  • no significant changes

v6.3.2

Changelog (symfony/property-access@v6.3.1...v6.3.2)

v6.3.0

Changelog (symfony/property-access@v6.3.0-RC2...v6.3.0)

  • no significant changes

... (truncated)

Changelog

Sourced from symfony/property-access's changelog.

CHANGELOG

7.0

  • Add method isNullSafe() to PropertyPathInterface
  • Require explicit argument when calling PropertyAccessorBuilder::setCacheItemPool()

6.3

  • Allow escaping . and [ with \ in PropertyPath

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

... (truncated)

Commits
  • 9174e2e Merge branch '5.4' into 6.4
  • 1b93ca4 Auto-close PRs on subtree-splits
  • 67849a5 Merge branch '5.4' into 6.4
  • 304e555 Merge branch '5.4' into 6.4
  • b58ea31 Add more explicit nullable types for default null values
  • e94ea5f [PropertyAccess] Fix checking for missing properties
  • c0664db fix tests
  • f549c1b [PropertyAccess] Fixes getValue() on an unitialized object property on a lazy...
  • dd22c92 Merge branch '6.3' into 6.4
  • bbf7228 Merge branch '5.4' into 6.3
  • 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 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)

Bumps [symfony/property-access](https://github.com/symfony/property-access) from 5.4.35 to 6.4.7.
- [Release notes](https://github.com/symfony/property-access/releases)
- [Changelog](https://github.com/symfony/property-access/blob/7.0/CHANGELOG.md)
- [Commits](symfony/property-access@v5.4.35...v6.4.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Apr 30, 2024
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 php Pull requests that update Php code
Development

Successfully merging this pull request may close these issues.

0 participants