algirdasc / expensave

Personal and family expense tracking and budgeting application, enabling better financial management
GNU General Public License v3.0
2 stars 1 forks source link

Bump the minor group across 1 directory with 14 updates #88

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the minor group with 11 updates in the /backend directory:

Package From To
doctrine/orm 3.2.0 3.2.1
nelmio/api-doc-bundle 4.26.2 4.28.0
symfony/mailer 7.0.8 7.1.2
symfony/security-bundle 7.1.1 7.1.2
symfony/serializer 7.1.1 7.1.2
symfony/validator 7.1.1 7.1.2
symfony/yaml 7.0.8 7.1.1
phpstan/phpstan-doctrine 1.4.3 1.4.4
phpstan/phpstan-symfony 1.4.4 1.4.5
phpunit/phpunit 11.2.0 11.2.5
symfony/phpunit-bridge 7.1.1 7.1.2

Updates doctrine/orm from 3.2.0 to 3.2.1

Release notes

Sourced from doctrine/orm's releases.

3.2.1

Release Notes for 3.2.1

3.2.x bugfix release (patch)

3.2.1

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Bugfixes

Improvement

This release includes changes from 2.19.6

Commits
  • 722cea6 Merge pull request #11525 from greg0ire/3.2.x
  • ce7d93f Merge remote-tracking branch 'origin/2.19.x' into 3.2.x
  • 1153b94 Fix deprecated array access usage (#11517)
  • 40f299f Merge pull request #11506 from michalbundyra/composite-key-relations-3
  • 428032c Merge remote-tracking branch 'origin/2.19.x' into HEAD
  • 68af854 Merge pull request #11513 from greg0ire/address-persistence-3.3.3-release
  • 77467cd Address doctrine/persistence 3.3.3 release
  • ca3319c Merge pull request #11511 from doctrine/stof-patch-1
  • c06f6b9 Add the propoer void return type on the __load method of proxies
  • 802f20b Merge pull request #11509 from greg0ire/remove-unneeded-rule
  • Additional commits viewable in compare view


Updates nelmio/api-doc-bundle from 4.26.2 to 4.28.0

Release notes

Sourced from nelmio/api-doc-bundle's releases.

v4.28.0

What's Changed

New Contributors

Full Changelog: https://github.com/nelmio/NelmioApiDocBundle/compare/v4.27.1...v4.28.0

v4.27.1

What's Changed

Full Changelog: https://github.com/nelmio/NelmioApiDocBundle/compare/v4.27.0...v4.27.1

v4.27.0

What's Changed

New Contributors

Full Changelog: https://github.com/nelmio/NelmioApiDocBundle/compare/v4.26.2...v4.27.0

Commits
  • 684391a feat(#2297): (Symfony 7.1) Add MapRequestPayload array parameter handling (#2...
  • d590880 feat: add arrays of enums and enum callbacks for query params (#2096)
  • 8f43de5 fix(#2300): fix missing context param UuidPropertyDescriber::describe() (#2302)
  • 221a1fe feat: added symfony/uuid property describer (#2098)
  • 599283f docs(#2264): adopt Conventional Commits (#2273)
  • 76bddcb chore: bump symfony 6.0 to 6.4 (#2299)
  • c21aead Support php7.4 nullable typed properties for JMS serializer. (#2103)
  • c20a32e feat: apply rule ReturnTypeFromReturnDirectArrayRector from rector (#2292)
  • See full diff in compare view


Updates symfony/console from 7.0.8 to 7.0.9

Release notes

Sourced from symfony/console's releases.

v7.0.9

Changelog (https://github.com/symfony/console/compare/v7.0.8...v7.0.9)

  • no significant changes
Commits


Updates symfony/framework-bundle from 7.0.8 to 7.0.9

Release notes

Sourced from symfony/framework-bundle's releases.

v7.0.9

Changelog (https://github.com/symfony/framework-bundle/compare/v7.0.8...v7.0.9)

Commits
  • 122109f Merge branch '6.4' into 7.0
  • c1d1cb0 [FrameworkBundle] Throw runtime exception when trying to use asset-mapper whi...
  • f44feb2 Merge branch '6.4' into 7.0
  • b3a0478 fix tests
  • e1f9a1f Merge branch '5.4' into 6.4
  • 18b8419 [FrameworkBundle] Fix setting default context for certain normalizers
  • 1ee25f5 Merge branch '6.4' into 7.0
  • bf2a45f Merge branch '5.4' into 6.4
  • d50f374 not registered definitions must not be modified
  • See full diff in compare view


Updates symfony/mailer from 7.0.8 to 7.1.2

Release notes

Sourced from symfony/mailer's releases.

v7.1.2

Changelog (https://github.com/symfony/mailer/compare/v7.1.1...v7.1.2)

v7.1.1

Changelog (https://github.com/symfony/mailer/compare/v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Changelog (https://github.com/symfony/mailer/compare/v7.1.0-RC1...v7.1.0)

v7.1.0-RC1

Changelog (https://github.com/symfony/mailer/compare/v7.1.0-BETA1...v7.1.0-RC1)

v7.1.0-BETA1

Changelog (https://github.com/symfony/mailer/compare/v7.0.7...v7.1.0-BETA1)

v7.0.9

Changelog (https://github.com/symfony/mailer/compare/v7.0.8...v7.0.9)

Changelog

Sourced from symfony/mailer's changelog.

CHANGELOG

7.1

  • Dispatch Postmark's "406 - Inactive recipient" API error code as a PostmarkDeliveryEvent instead of throwing an exception
  • Add DSN param auto_tls to disable automatic STARTTLS
  • Add support for allowing some users even if recipients is defined in EnvelopeListener

7.0

  • Remove the OhMySmtp bridge in favor of the MailPace bridge

6.4

  • Add DSN parameter peer_fingerprint to verify TLS certificate fingerprint
  • Change the default port for the mailjet+smtp transport from 465 to 587

6.3

  • Add MessageEvent::reject() to allow rejecting an email before sending it
  • Change the default port for the mailgun+smtp transport from 465 to 587
  • Add $authenticators parameter in EsmtpTransport constructor and EsmtpTransport::setAuthenticators() to allow overriding of default eSMTP authenticators

6.2.7

  • [BC BREAK] The following data providers for TransportFactoryTestCase are now static: supportsProvider(), createProvider(), unsupportedSchemeProvider()and incompleteDsnProvider()

6.2

  • Add a mailer:test command
  • Add SentMessageEvent and FailedMessageEvent events

6.1

  • Make start() and stop() methods public on SmtpTransport
  • Improve extensibility of EsmtpTransport

6.0

... (truncated)

Commits
  • 8fcff0a Merge branch '7.0' into 7.1
  • 6cf146b Merge branch '6.4' into 7.0
  • e2d56f1 Merge branch '5.4' into 6.4
  • 13f4fac Fix typo: synchronous -> synchronously
  • 2eaad2e Merge branch '7.0' into 7.1
  • 8324221 Merge branch '7.0' into 7.1
  • 1528f3f Merge branch '7.0' into 7.1
  • 6a8f490 Merge branch '7.0' into 7.1
  • d891fb2 Merge branch '7.0' into 7.1
  • fc4f94c Merge branch '7.0' into 7.1
  • Additional commits viewable in compare view


Updates symfony/property-info from 7.0.8 to 7.0.9

Release notes

Sourced from symfony/property-info's releases.

v7.0.9

Changelog (https://github.com/symfony/property-info/compare/v7.0.8...v7.0.9)

Commits
  • d6fd653 Merge branch '6.4' into 7.0
  • 1a0357e Merge branch '5.4' into 6.4
  • 2c96c24 bug #52699 [Serializer] [PropertyAccessor] Ignore non-collection interface ge...
  • d0bbc49 [PropertyAccessor] Fix unexpected collection when generics
  • See full diff in compare view


Updates symfony/security-bundle from 7.1.1 to 7.1.2

Release notes

Sourced from symfony/security-bundle's releases.

v7.1.2

Changelog (https://github.com/symfony/security-bundle/compare/v7.1.1...v7.1.2)

Commits
  • a674637 Merge branch '7.0' into 7.1
  • c700885 Merge branch '6.4' into 7.0
  • adc34df [SecurityBundle] Remove unused memory users’ name attribute from the XSD
  • e4c4097 Merge branch '7.0' into 7.1
  • 5c6c37c Merge branch '6.4' into 7.0
  • e3e00ec Revert "bug #57520 [SecurityBundle] Remove unused memory users’ name attrib...
  • ed02e0e Merge branch '7.0' into 7.1
  • a846953 Merge branch '6.4' into 7.0
  • c979a35 Merge branch '7.0' into 7.1
  • 12288f8 [SecurityBundle] Remove unused memory users’ name attribute from the XSD
  • Additional commits viewable in compare view


Updates symfony/serializer from 7.1.1 to 7.1.2

Release notes

Sourced from symfony/serializer's releases.

v7.1.2

Changelog (https://github.com/symfony/serializer/compare/v7.1.1...v7.1.2)

Commits
  • d207767 bug #57541 [Serializer] [ObjectNormalizer] Use bool filter when FILTER_BOOL i...
  • 5969918 [Serializer] [ObjectNormalizer] Use bool filter when FILTER_BOOL is set
  • a61c583 forward exceptions caught in the AbstractObjectNormalizer
  • 7d12e1a [Serializer] Check if exception message in test is correct
  • 6266026 [Serializer] Fix access to wrong Type class
  • 5d03a74 Merge branch '7.0' into 7.1
  • 1459271 Merge branch '6.4' into 7.0
  • 240a7bb add missing method
  • 7dfc0da fix merge
  • 27859b6 fix merge
  • Additional commits viewable in compare view


Updates symfony/validator from 7.1.1 to 7.1.2

Release notes

Sourced from symfony/validator's releases.

v7.1.2

Changelog (https://github.com/symfony/validator/compare/v7.1.1...v7.1.2)

Commits
  • bed12b7 Merge branch '7.0' into 7.1
  • 0426605 Merge branch '6.4' into 7.0
  • ee0a4d6 fix test
  • 1be7d1d Merge branch '5.4' into 6.4
  • e00b254 [57251] Missing translations for Romanian (ro)
  • 11f7858 bug #57213 [Validator] [UniqueValidator] Use correct variable as parameter in...
  • 49bfa54 [Validator] [UniqueValidator] Use correct variable as parameter in (custom) e...
  • 1fee97c fix cssColor HSLA test dataProvider
  • See full diff in compare view


Updates symfony/yaml from 7.0.8 to 7.1.1

Release notes

Sourced from symfony/yaml's releases.

v7.1.1

Changelog (https://github.com/symfony/yaml/compare/v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Changelog (https://github.com/symfony/yaml/compare/v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (https://github.com/symfony/yaml/compare/v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.1.0-BETA1

Changelog (https://github.com/symfony/yaml/compare/v7.0.7...v7.1.0-BETA1)

Changelog

Sourced from symfony/yaml's changelog.

CHANGELOG

7.1

  • Add support for getting all the enum cases with !php/enum Foo

7.0

  • Remove the !php/const: tag, use !php/const instead (without the colon)

6.3

  • Add support to dump int keys as strings by using the Yaml::DUMP_NUMERIC_KEY_AS_STRING flag

6.2

  • Add support for !php/enum and !php/enum *->value
  • Deprecate the !php/const: tag in key which will be replaced by the !php/const tag (without the colon) since 3.4

6.1

  • In cases where it will likely improve readability, strings containing single quotes will be double-quoted

5.4

  • Add new lint:yaml dirname --exclude=/dirname/foo.yaml --exclude=/dirname/bar.yaml option to exclude one or more specific files from multiple file list
  • Allow negatable for the parse tags option with --no-parse-tags

5.3

  • Added github format support & autodetection to render errors as annotations when running the YAML linter command in a Github Action environment.

5.1.0

  • Added support for parsing numbers prefixed with 0o as octal numbers.

  • Deprecated support for parsing numbers starting with 0 as octal numbers. They will be parsed as strings as of Symfony 6.0. Prefix numbers with 0o so that they are parsed as octal numbers.

    Before:

... (truncated)

Commits


Updates phpstan/phpstan-doctrine from 1.4.3 to 1.4.4

Release notes

Sourced from phpstan/phpstan-doctrine's releases.

1.4.4

  • 6051e97 - Do not infer getArrayResult for now
  • 66d6943 - Typo
  • 8a7896b - Affected rows can be int<0, max>
  • 18ab94d - Test hydration modes
  • c54ce9b - Revert result inference for scalar method
  • 7bdb3b2 - Add test for wrapped TypedExpression
  • afb40db - Avoid real connection for type inference
  • 5745ea6 - Improve QueryResultDynamicReturnTypeExtension
  • a565fdb - Autodetect driver setup for precise int/float/bool inference in expressions (stringified or not)
  • ad91388 - QueryResultTypeWalker: fix nullability checks over unknown type
  • 3d10eab - Fix wrong coalesce type inference
  • 3369068 - Proper aggregate function detection
  • 40ae315 - Fix unary minus test
  • 012cf14 - ReflectionDescriptor: deduce database internal type based on parent
  • 4a1ece8 - Introduce DoctrineTypeDriverAwareDescriptor & DriverDetector
  • b09104d - QueryResultTypeWalker: fix TypedExpression handling
  • 25e200b - Add unary minus test
  • b860565 - More precise type inference with unary plus and minus
  • 0f5e82f - Fix test in dbal4
  • 4f2113a - Platform test: expand matrix
Commits
  • 6051e97 Do not infer getArrayResult for now
  • 66d6943 Typo
  • 8a7896b Affected rows can be int\<0, max>
  • 18ab94d Test hydration modes
  • c54ce9b Revert result inference for scalar method
  • 7bdb3b2 Add test for wrapped TypedExpression
  • afb40db Avoid real connection for type inference
  • 5745ea6 Improve QueryResultDynamicReturnTypeExtension
  • a565fdb Autodetect driver setup for precise int/float/bool inference in expressions (...
  • ad91388 QueryResultTypeWalker: fix nullability checks over unknown type
  • Additional commits viewable in compare view


Updates phpstan/phpstan-symfony from 1.4.4 to 1.4.5

Release notes

Sourced from phpstan/phpstan-symfony's releases.

1.4.5

  • 1bd7c33 - Also support command argument and initialize method
Commits


Updates phpunit/phpunit from 11.2.0 to 11.2.5

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.2.5

Changed

  • #5877: Use array_pop() instead of array_shift() for processing Test objects in TestSuite::run() and optimize TestSuite::isEmpty()

How to install or update PHPUnit

PHPUnit 11.2.4

Changed

  • #5875: Also destruct TestCase objects early that use a data provider

How to install or update PHPUnit

PHPUnit 11.2.3

Changed

  • #5870: Do not collect unnecessary information using debug_backtrace()

How to install or update PHPUnit

PHPUnit 11.2.2

Changed

  • #5861: Destroy TestCase object after its test was run

Fixed

  • #5822: PHP deprecations triggered within a closure are not handled correctly

How to install or update PHPUnit

PHPUnit 11.2.1

Fixed

  • #5857: Mocked methods cannot be called from the original constructor of a partially mocked class
  • #5859: XML Configuration File Migrator does not remove cacheDirectory attribute from <coverage> element when migrating from PHPUnit 11.1 to PHPUnit 11.2

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[11.2.5] - 2024-06-20

Changed

  • #5877: Use array_pop() instead of array_shift() for processing Test objects in TestSuite::run() and optimize TestSuite::isEmpty()

[11.2.4] - 2024-06-20

Changed

  • #5875: Also destruct TestCase objects early that use a data provider

[11.2.3] - 2024-06-19

Changed

  • #5870: Do not collect unnecessary information using debug_backtrace()

[11.2.2] - 2024-06-15

Changed

  • #5861: Destroy TestCase object after its test was run

Fixed

  • #5822: PHP deprecations triggered within a closure are not handled correctly

[11.2.1] - 2024-06-11

Fixed

  • #5857: Mocked methods cannot be called from the original constructor of a partially mocked class
  • #5859: XML Configuration File Migrator does not remove cacheDirectory attribute from <coverage> element when migrating from PHPUnit 11.1 to PHPUnit 11.2
Commits


Updates symfony/phpunit-bridge from 7.1.1 to 7.1.2

Release notes

Sourced from symfony/phpunit-bridge's releases.

v7.1.2

Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.1.1...v7.1.2)

  • no significant changes
Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
coderabbitai[bot] commented 2 months ago

[!IMPORTANT]

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


[!TIP]

Early access features: enabled We are currently testing the following features in early access: - **OpenAI `gpt-4o` model for code reviews and chat**: OpenAI claims that this model is better at understanding and generating code than the previous models. We seek your feedback over the next few weeks before making it generally available. Note: - You can enable or disable early access features from the CodeRabbit UI or by updating the CodeRabbit configuration file. - Please join our [Discord Community](https://discord.com/invite/GsXnASn26c) to provide feedback and report issues. - OSS projects are currently opted into early access features by default.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)
Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit .` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai generate interesting stats about this repository and render them as a table.` - `@coderabbitai show all the console.log statements in this repository.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` - `@coderabbitai help me debug CodeRabbit configuration file.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.