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 6.4.0 to 7.0.0 #95

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 7, 2023

Bumps symfony/property-access from 6.4.0 to 7.0.0.

Release notes

Sourced from symfony/property-access's releases.

v7.0.0

Changelog (symfony/property-access@v7.0.0-RC2...v7.0.0)

  • no significant changes

v7.0.0-RC1

Changelog (symfony/property-access@v7.0.0-BETA3...v7.0.0-RC1)

  • no significant changes

v7.0.0-BETA1

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

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
  • 740e8cb Merge branch '6.4' into 7.0
  • a991a46 Merge branch '6.4' into 7.0
  • 3778e81 Add types to public and protected properties
  • 2d126e8 Merge branch '6.4' into 7.0
  • a50ffa1 Merge branch '6.4' into 7.0
  • 245c5d5 Merge branch '6.4' into 7.0
  • 47e1248 Merge branch '6.4' into 7.0
  • b20a914 Merge branch '6.4' into 7.0
  • 3c2fe6d [Components] Convert to native return types
  • cf8f78f [7.0] Remove remaining deprecated code paths
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Dec 7, 2023
Bumps [symfony/property-access](https://github.com/symfony/property-access) from 6.4.0 to 7.0.0.
- [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@v6.4.0...v7.0.0)

---
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 force-pushed the dependabot/composer/symfony/property-access-7.0.0 branch from 92a3a0d to b06ec67 Compare December 7, 2023 22:02
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 9, 2024

Looks like symfony/property-access is no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot bot closed this Jan 9, 2024
@dependabot dependabot bot deleted the dependabot/composer/symfony/property-access-7.0.0 branch January 9, 2024 11:22
cedricziel pushed a commit that referenced this pull request Feb 6, 2024
Bumps
[doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle)
from 2.11.1 to 2.11.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/doctrine/DoctrineBundle/releases">doctrine/doctrine-bundle's
releases</a>.</em></p>
<blockquote>
<h2>2.11.2</h2>
<h3>Release Notes for <a
href="https://github.com/doctrine/DoctrineBundle/milestone/98">2.11.2</a></h3>
<p>2.11.x bugfix release (patch)</p>
<h3>2.11.2</h3>
<ul>
<li>Total issues resolved: <strong>0</strong></li>
<li>Total pull requests resolved: <strong>5</strong></li>
<li>Total contributors: <strong>4</strong></li>
</ul>
<h4>Bug</h4>
<ul>
<li>
<p><a
href="https://redirect.github.com/doctrine/DoctrineBundle/pull/1748">1748:
Fix the JS code in the profiler panel for Symfony 7</a> thanks to <a
href="https://github.com/stof"><code>@​stof</code></a></p>
</li>
<li>
<p><a
href="https://redirect.github.com/doctrine/DoctrineBundle/pull/1747">1747:
fix: replace classutils with doctrine/orm version</a> thanks to <a
href="https://github.com/Ahummeling"><code>@​Ahummeling</code></a></p>
</li>
<li>
<p><a
href="https://redirect.github.com/doctrine/DoctrineBundle/pull/1741">1741:
fix phpdoc for attribute mapping pass</a> thanks to <a
href="https://github.com/dbu"><code>@​dbu</code></a></p>
</li>
</ul>
<h4>Documentation</h4>
<ul>
<li>[1733: Add enable&amp;<a
href="https://redirect.github.com/doctrine/DoctrineBundle/issues/95">#95</a>;lazy&amp;<a
href="https://redirect.github.com/doctrine/DoctrineBundle/issues/95">#95</a>;ghost&amp;<a
href="https://redirect.github.com/doctrine/DoctrineBundle/issues/95">#95</a>;objects
in the configuration reference](<a
href="https://redirect.github.com/doctrine/DoctrineBundle/pull/1733">doctrine/DoctrineBundle#1733</a>)
thanks to <a href="https://github.com/stof"><code>@​stof</code></a></li>
</ul>
<h4>Improvement</h4>
<ul>
<li><a
href="https://redirect.github.com/doctrine/DoctrineBundle/pull/1731">1731:
Make deprecation warning about
<code>enable&amp;[#95](https://github.com/doctrine/DoctrineBundle/issues/95);lazy&amp;[#95](https://github.com/doctrine/DoctrineBundle/issues/95);ghost&amp;[#95](https://github.com/doctrine/DoctrineBundle/issues/95);objects</code>
more explicit</a> thanks to <a
href="https://github.com/evertharmeling"><code>@​evertharmeling</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/doctrine/DoctrineBundle/commit/fb22c9320383caa2829c32dc3b84c1b5e0f1ceaf"><code>fb22c93</code></a>
Fix the JS code in the profiler panel for Symfony 7 (<a
href="https://redirect.github.com/doctrine/DoctrineBundle/issues/1748">#1748</a>)</li>
<li><a
href="https://github.com/doctrine/DoctrineBundle/commit/846ba31b9cfd9b387d88180b158447499f1bb595"><code>846ba31</code></a>
Remove psalm suppression according <a
href="https://redirect.github.com/vimeo/psalm/issues/10382">vimeo/psalm#10382</a></li>
<li><a
href="https://github.com/doctrine/DoctrineBundle/commit/8a6ccdfaa981ae66b73e245f2eb7f22437caf695"><code>8a6ccdf</code></a>
fix: replace classutils with doctrine/orm version</li>
<li><a
href="https://github.com/doctrine/DoctrineBundle/commit/d9be8442f9aebb266aab2bb23aaccb6dc62c7ff0"><code>d9be844</code></a>
fix phpdoc for attribute mapping pass</li>
<li><a
href="https://github.com/doctrine/DoctrineBundle/commit/7290b3afa49e126bae4a982c50c2a309ef4851ca"><code>7290b3a</code></a>
Fix psalm issues</li>
<li><a
href="https://github.com/doctrine/DoctrineBundle/commit/4d7352a8b27f36866d2b62ac7d2016782270a07d"><code>4d7352a</code></a>
fix tests by adjusting switch for enabling annotations (<a
href="https://redirect.github.com/doctrine/DoctrineBundle/issues/1734">#1734</a>)</li>
<li><a
href="https://github.com/doctrine/DoctrineBundle/commit/4194459400f30b1d6061ea9feaac61872d71c254"><code>4194459</code></a>
Merge pull request <a
href="https://redirect.github.com/doctrine/DoctrineBundle/issues/1733">#1733</a>
from doctrine/stof-patch-1</li>
<li><a
href="https://github.com/doctrine/DoctrineBundle/commit/dccb004473611d90c54ed93bf69b54080c002ab9"><code>dccb004</code></a>
Add the info for the enable_lazy_ghost_objects node</li>
<li><a
href="https://github.com/doctrine/DoctrineBundle/commit/6c408dc892996dac9dab67c5e74ee8a46578cb96"><code>6c408dc</code></a>
Add enable_lazy_ghost_objects in the configuration reference</li>
<li><a
href="https://github.com/doctrine/DoctrineBundle/commit/5a3a2c1f2071b65fdec417e0b93986abbecf659b"><code>5a3a2c1</code></a>
Make deprecation warning about <code>enable_lazy_ghost_objects</code>
more explicit (<a
href="https://redirect.github.com/doctrine/DoctrineBundle/issues/1731">#1731</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/doctrine/DoctrineBundle/compare/2.11.1...2.11.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=doctrine/doctrine-bundle&package-manager=composer&previous-version=2.11.1&new-version=2.11.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants