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

build(deps): bump the minor group across 1 directory with 16 updates #149

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

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

Package From To
doctrine/doctrine-bundle 2.12.0 2.13.0
phpstan/phpdoc-parser 1.29.1 1.30.0
symfony/doctrine-messenger 7.1.2 7.1.4
symfony/expression-language 7.1.1 7.1.4
symfony/property-access 7.1.1 7.1.4
symfony/security-bundle 7.1.3 7.1.4
symfony/serializer 7.1.3 7.1.4
symfony/validator 7.1.3 7.1.4
symfony/yaml 7.1.1 7.1.4
phpstan/extension-installer 1.4.1 1.4.2
phpstan/phpstan-doctrine 1.5.2 1.5.3
symfony/maker-bundle 1.60.0 1.61.0

Updates doctrine/doctrine-bundle from 2.12.0 to 2.13.0

Release notes

Sourced from doctrine/doctrine-bundle's releases.

2.13.0

Release Notes for 2.13.0

Feature release (minor)

2.13.0

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

Feature

Improvement

2.12.1

Release Notes for 2.12.1

2.12.x bugfix release (patch)

2.12.1

  • Total issues resolved: 1
  • Total pull requests resolved: 5
  • Total contributors: 4

Bug

Documentation

Improvement

Commits
  • ca59d84 Merge pull request #1820 from doctrine/2.12.x-merge-up-into-2.13.x_od3vo4jA
  • f633ea3 [docs] Change annotation to attribute (#1803)
  • 16e1329 Use references for connection middlewares
  • d84aadb Fix symfony 7.2 deprecations
  • 9926a4a Add support for configuring the identity generation preferences
  • 568affa Fully deprecate controller resolver auto mapping (#1804)
  • 1bbe59a Merge remote-tracking branch 'refs/remotes/origin/2.12.x' into 2.13.x
  • 1ea2b5b Fix tests with newest doctrine/persistence
  • 794cb9e Merge pull request #1802 from jifer/typed-field-mapper-option
  • 7bbff25 typed_field_mapper - adding to tests;
  • Additional commits viewable in compare view


Updates phpstan/phpdoc-parser from 1.29.1 to 1.30.0

Release notes

Sourced from phpstan/phpdoc-parser's releases.

1.30.0

  • 5ceb0e3 - Support typing extra items in unsealed array shapes
  • cc2b26c - Send update PR to phpstan-src 1.12.x branch
  • 8752839 - Fix $matches error
  • 2afec65 - Update roave/backward-compatibility-check
Commits
  • 5ceb0e3 Support typing extra items in unsealed array shapes
  • cc2b26c Send update PR to phpstan-src 1.12.x branch
  • 8752839 Fix $matches error
  • 2afec65 Update roave/backward-compatibility-check
  • See full diff in compare view


Updates symfony/console from 7.1.3 to 7.1.4

Release notes

Sourced from symfony/console's releases.

v7.1.4

Changelog (https://github.com/symfony/console/compare/v7.1.3...v7.1.4)

Commits
  • 1eed7af Merge branch '6.4' into 7.1
  • 4268688 Merge branch '5.4' into 6.4
  • e86f855 bug #57853 [Console] Fix side-effects from running bash completions (Seldaek)
  • c24bcd0 [Console] Fix side-effects from running bash completions
  • 6e710b5 Merge branch '6.4' into 7.1
  • b406d22 Merge branch '5.4' into 6.4
  • f96ee2a [PhpUnitBridge][Console][VarDumper] Fix handling NO_COLOR env var
  • e124ab6 Merge branch '6.4' into 7.1
  • 74d6d39 fix permitted data type of the default choice
  • See full diff in compare view


Updates symfony/doctrine-bridge from 7.1.3 to 7.1.4

Release notes

Sourced from symfony/doctrine-bridge's releases.

v7.1.4

Changelog (https://github.com/symfony/doctrine-bridge/compare/v7.1.3...v7.1.4)

Commits
  • 5c31b27 Merge branch '6.4' into 7.1
  • 3c7a50b [DoctrineBridge] Fix the LockStoreSchemaListener
  • 1797031 Merge branch '6.4' into 7.1
  • 24ef8e1 bug #57625 [DoctrineBridge] Make EntityValueResolver return null if a com...
  • e6e456a [DoctrineBridge] Make EntityValueResolver return null if a composite ID v...
  • See full diff in compare view


Updates symfony/doctrine-messenger from 7.1.2 to 7.1.4

Release notes

Sourced from symfony/doctrine-messenger's releases.

v7.1.4

Changelog (https://github.com/symfony/doctrine-messenger/compare/v7.1.3...v7.1.4)

  • no significant changes
Commits


Updates symfony/expression-language from 7.1.1 to 7.1.4

Release notes

Sourced from symfony/expression-language's releases.

v7.1.4

Changelog (https://github.com/symfony/expression-language/compare/v7.1.3...v7.1.4)

  • no significant changes
Commits


Updates symfony/framework-bundle from 7.1.3 to 7.1.4

Release notes

Sourced from symfony/framework-bundle's releases.

v7.1.4

Changelog (https://github.com/symfony/framework-bundle/compare/v7.1.3...v7.1.4)

  • no significant changes
Commits
  • 711af4e [FrameworkBundle] Re-remove redundant name attribute from default_context
  • See full diff in compare view


Updates symfony/messenger from 7.1.3 to 7.1.4

Release notes

Sourced from symfony/messenger's releases.

v7.1.4

Changelog (https://github.com/symfony/messenger/compare/v7.1.3...v7.1.4)

Commits
  • e1dc743 [Messenger] Prevent waiting time to overflow when using long delays
  • See full diff in compare view


Updates symfony/property-access from 7.1.1 to 7.1.4

Release notes

Sourced from symfony/property-access's releases.

v7.1.4

Changelog (https://github.com/symfony/property-access/compare/v7.1.3...v7.1.4)

Commits
  • 6c709f9 Merge branch '6.4' into 7.1
  • 866f6cd Fix expected missing return types
  • 6a533eb Merge branch '6.4' into 7.1
  • d60a85b Merge branch '5.4' into 6.4
  • 2d75186 [PropertyAccess] Fix handling property names with a .
  • See full diff in compare view


Updates symfony/security-bundle from 7.1.3 to 7.1.4

Release notes

Sourced from symfony/security-bundle's releases.

v7.1.4

Changelog (https://github.com/symfony/security-bundle/compare/v7.1.3...v7.1.4)

Commits
  • 5e10107 Merge branch '6.4' into 7.1
  • 620be16 fix tests
  • 34eb12a Merge branch '5.4' into 6.4
  • f14a15c [SecurityBundle] Make security schema deterministic
  • 29d1471 Merge branch '6.4' into 7.1
  • 6170f87 [SecurityBundle] Revert adding _stateless attribute to the request when fir...
  • See full diff in compare view


Updates symfony/serializer from 7.1.3 to 7.1.4

Release notes

Sourced from symfony/serializer's releases.

v7.1.4

Changelog (https://github.com/symfony/serializer/compare/v7.1.3...v7.1.4)

Commits
  • 0158b0e [Serializer] Fix CamelCaseToSnakeCaseNameConverterTest::testDenormalizeWithCo...
  • 86d2631 Merge branch '6.4' into 7.1
  • a75d03d clean up PHP version checks
  • 2ae69d4 Merge branch '6.4' into 7.1
  • 8ece294 Merge branch '5.4' into 6.4
  • b4ad9e6 remove custom CSV escape character from tests
  • 0da2ccb Merge branch '6.4' into 7.1
  • 5f9d7e2 [Serializer] Remove redundant @​internal tags from traceable classes
  • 1f07d46 bug #57928 [Serializer] fix denormalizing mixed collection values (rynhndrcksn)
  • bbd69a4 [Serializer] Remove useless calls to func_get_arg()
  • Additional commits viewable in compare view


Updates symfony/validator from 7.1.3 to 7.1.4

Release notes

Sourced from symfony/validator's releases.

v7.1.4

Changelog (https://github.com/symfony/validator/compare/v7.1.3...v7.1.4)

Commits
  • 0d7e0df Merge branch '6.4' into 7.1
  • 4ff41cf Merge branch '5.4' into 6.4
  • 21d022d synchronize IBAN formats
  • 3212b25 Merge branch '6.4' into 7.1
  • 8e37d58 Merge branch '5.4' into 6.4
  • a1b845a [Translation] Review Serbian translations
  • 4f4f3df Merge branch '6.4' into 7.1
  • 1da8e1e Merge branch '5.4' into 6.4
  • a28c302 [Validator] added Polish translation for units 116-119
  • 8b664c8 Merge branch '6.4' into 7.1
  • Additional commits viewable in compare view


Updates symfony/yaml from 7.1.1 to 7.1.4

Release notes

Sourced from symfony/yaml's releases.

v7.1.4

Changelog (https://github.com/symfony/yaml/compare/v7.1.3...v7.1.4)

Commits


Updates phpstan/extension-installer from 1.4.1 to 1.4.2

Release notes

Sourced from phpstan/extension-installer's releases.

1.4.2

Commits


Updates phpstan/phpstan-doctrine from 1.5.2 to 1.5.3

Release notes

Sourced from phpstan/phpstan-doctrine's releases.

1.5.3

Commits


Updates symfony/maker-bundle from 1.60.0 to 1.61.0

Release notes

Sourced from symfony/maker-bundle's releases.

Out with the bugs - In with the features...

Howdy Makers!

Aside from squashing a few bugs mentioned below, this releases adds a few improvements such as the ability to generate CRUD without needing to have a trailing / in the index path, reading twig_component.yaml to determine the appropriate namespace (directory structure) when creating Twig Components, matching event names to event classes/id's with make:listener, and improving PHP types with make:registration-form & make:reset-password.

We're also starting to roll out a config based final classes system with all of our make:* commands. In essence, you'll be able to set config values to determine if generated classes should be made final. This release adds the ability to do so with make:voter & make:crud - other makers will soon follow.

# config/packages/maker.yaml
when@dev:
    maker:
        root_namespace: 'App'
        generate_final_classes: true
        generate_final_entities: false

(See symfony/recipes#1315 for the flex recipe)

By default, MakerBundle will generate all non-entity classes with the final PHP keyword. Changing generate_final_classes to false will disable this feature. If you're app has the need to have final entities, setting generate_final_entities to true will allow make:entity to add the final keyword to new entities. For classes & entities, we're using an all or nothing approach.

Enjoy!

v1.61.0

August 29th, 2024

Bug

New Contributors

Full Changelog: https://github.com/symfony/maker-bundle/compare/v1.60.0...v1.61.0

Changelog

Sourced from symfony/maker-bundle's changelog.

v1.61.0

August 29th, 2024

Feature

Bug

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
sonarcloud[bot] commented 3 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud