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 in /backend with 22 updates #75

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the minor group in /backend with 22 updates:

Package From To
nelmio/api-doc-bundle 4.26.1 4.26.2
phpstan/phpdoc-parser 1.29.0 1.29.1
symfony/asset 7.0.7 7.1.0
symfony/console 7.0.7 7.0.8
symfony/dotenv 7.0.7 7.1.0
symfony/expression-language 7.0.7 7.1.0
symfony/framework-bundle 7.0.7 7.0.8
symfony/google-mailer 7.0.7 7.1.0
symfony/mailer 7.0.7 7.0.8
symfony/property-access 7.0.7 7.1.0
symfony/property-info 7.0.7 7.0.8
symfony/rate-limiter 7.0.7 7.1.0
symfony/runtime 7.0.7 7.1.0
symfony/security-bundle 7.0.7 7.1.0
symfony/serializer 7.0.7 7.1.0
symfony/validator 7.0.7 7.1.0
symfony/yaml 7.0.7 7.0.8
phpstan/phpstan-doctrine 1.4.0 1.4.1
phpstan/phpstan-symfony 1.4.1 1.4.3
symfony/browser-kit 7.0.7 7.1.0
symfony/css-selector 7.0.7 7.1.0
symfony/phpunit-bridge 7.0.7 7.1.0

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

Release notes

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

v4.26.2

What's Changed

New Contributors

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

Commits


Updates phpstan/phpdoc-parser from 1.29.0 to 1.29.1

Release notes

Sourced from phpstan/phpdoc-parser's releases.

1.29.1

  • fcaefac - TemplateTagValueNode name cannot be empty string
Commits


Updates symfony/asset from 7.0.7 to 7.1.0

Release notes

Sourced from symfony/asset's releases.

v7.1.0

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

  • no significant changes

v7.1.0-RC1

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

  • no significant changes

v7.1.0-BETA1

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

  • no significant changes

v7.0.8

Changelog (https://github.com/symfony/asset/compare/v7.0.7...v7.0.8)

  • no significant changes
Commits
  • dd4dc37 Merge branch '7.0' into 7.1
  • 330d0da Merge branch '7.0' into 7.1
  • 32869f4 do not mock the RequestStack class
  • f30ae07 [Asset][BrowserKit][Cache][Console][CssSelector] Use CPP
  • See full diff in compare view


Updates symfony/console from 7.0.7 to 7.0.8

Release notes

Sourced from symfony/console's releases.

v7.0.8

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

  • no significant changes
Commits
  • 725da15 Merge branch '6.4' into 7.0
  • be5854c Merge branch '5.4' into 6.4
  • aa73115 Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • 5ccbfd6 Merge branch '6.4' into 7.0
  • bd3fee3 Merge branch '5.4' into 6.4
  • 96dfcec minor #54785 Remove calls to TestCase::iniSet() and calls to deprecated met...
  • 58b1658 Remove calls to getMockForAbstractClass()
  • b695405 Remove calls to TestCase::iniSet() and calls to deprecated methods of `Mock...
  • See full diff in compare view


Updates symfony/dotenv from 7.0.7 to 7.1.0

Release notes

Sourced from symfony/dotenv's releases.

v7.1.0

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

  • no significant changes

v7.1.0-RC1

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

  • no significant changes

v7.1.0-BETA1

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

v7.0.8

Changelog (https://github.com/symfony/dotenv/compare/v7.0.7...v7.0.8)

Changelog

Sourced from symfony/dotenv's changelog.

CHANGELOG

7.1

  • Add SYMFONY_DOTENV_PATH variable with the path to the .env file loaded by Dotenv::loadEnv() or Dotenv::bootEnv()

6.2

  • Add a new filter argument to debug:dotenv command to filter variable names

5.4

  • Add dotenv:dump command to compile the contents of the .env files into a PHP-optimized file called .env.local.php
  • Add debug:dotenv command to list all dotenv files with variables and values
  • Add $overrideExistingVars on Dotenv::bootEnv() and Dotenv::loadEnv()

5.1.0

  • added Dotenv::bootEnv() to check for .env.local.php before calling Dotenv::loadEnv()
  • added Dotenv::setProdEnvs() and Dotenv::usePutenv()
  • made Dotenv's constructor accept $envKey and $debugKey arguments, to define the name of the env vars that configure the env name and debug settings
  • deprecated passing $usePutenv argument to Dotenv's constructor

5.0.0

  • using putenv() is disabled by default

4.3.0

  • deprecated use of putenv() by default. This feature will be opted-in with a constructor argument to Dotenv

4.2.0

  • added Dotenv::overload() and $overrideExistingVars as optional parameter of Dotenv::populate()
  • added Dotenv::loadEnv() to load a .env file and its corresponding .env.local, .env.$env and .env.$env.local files if they exist

3.3.0

  • [BC BREAK] Since v3.3.7, the latest Dotenv files override the previous ones. Real env vars are not affected and are not overridden.
  • added the component
Commits


Updates symfony/expression-language from 7.0.7 to 7.1.0

Release notes

Sourced from symfony/expression-language's releases.

v7.1.0

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

  • no significant changes

v7.1.0-RC1

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

  • no significant changes

v7.1.0-BETA1

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

v7.0.8

Changelog (https://github.com/symfony/expression-language/compare/v7.0.7...v7.0.8)

  • no significant changes
Changelog

Sourced from symfony/expression-language's changelog.

CHANGELOG

7.1

  • Add support for PHP min and max functions
  • Add Parser::IGNORE_UNKNOWN_VARIABLES and Parser::IGNORE_UNKNOWN_FUNCTIONS flags to control whether parsing and linting should check for unknown variables and functions.
  • Deprecate passing null as the allowed variable names to ExpressionLanguage::lint() and Parser::lint(), pass the IGNORE_UNKNOWN_VARIABLES flag instead to ignore unknown variables during linting

7.0

  • The in and not in operators now use strict comparison

6.3

  • Add enum expression function
  • Deprecate loose comparisons when using the "in" operator; normalize the array parameter so it only has the expected types or implement loose matching in your own expression function

6.2

  • Add support for null-coalescing syntax

6.1

  • Add support for null-safe syntax when parsing object's methods and properties
  • Add new operators: contains, starts with and ends with
  • Support lexing numbers with the numeric literal separator _
  • Support lexing decimals with no leading zero

5.1.0

  • added lint method to ExpressionLanguage class
  • added lint method to Parser class

4.0.0

  • the first argument of the ExpressionLanguage constructor must be an instance of CacheItemPoolInterface
  • removed the ArrayParserCache and ParserCacheAdapter classes
  • removed the ParserCacheInterface

... (truncated)

Commits
  • 93e7883 Add missing UPGRADE notes for 7.1
  • 1cd86da Merge branch '7.0' into 7.1
  • 679e0bc document deprecation and fix test
  • 684ac49 [ExpressionLanguage] Add more configurability to the parsing/linting methods
  • d19d56c Fix typo
  • 0c4ed16 [ExpressionLanguage] Add min and max php functions
  • 8b44a1d Merge branch '7.0' into 7.1
  • a1f60df [ExpressionLanguage][PasswordHasher][Stopwatch] Improve overall coverage
  • 8b973ab [Dotenv][ErrorHandler][EventDispatcher] Use CPP
  • dcd51b3 [ExpressionLanguage] Fix typo
  • See full diff in compare view


Updates symfony/framework-bundle from 7.0.7 to 7.0.8

Release notes

Sourced from symfony/framework-bundle's releases.

v7.0.8

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

Commits
  • f79d0ee Merge branch '6.4' into 7.0
  • 7c7739f Merge branch '5.4' into 6.4
  • 603090d Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • 4b41ae8 Merge branch '6.4' into 7.0
  • 570f8d4 Merge branch '5.4' into 6.4
  • 65e7423 bug #54791 [FrameworkBundle] move wiring of the property info extractor to th...
  • 87b6700 move wiring of the property info extractor to the ObjectNormalizer
  • 9e62703 minor #54768 Remove calls to onConsecutiveCalls() (alexandre-daubois)
  • c19afb1 Remove calls to onConsecutiveCalls()
  • 6eb810f Merge branch '6.4' into 7.0
  • Additional commits viewable in compare view


Updates symfony/google-mailer from 7.0.7 to 7.1.0

Release notes

Sourced from symfony/google-mailer's releases.

v7.1.0

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

  • no significant changes

v7.1.0-RC1

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

  • no significant changes

v7.1.0-BETA1

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

  • no significant changes

v7.0.8

Changelog (https://github.com/symfony/google-mailer/compare/v7.0.7...v7.0.8)

  • no significant changes
Commits
  • 140ba34 Merge branch '7.0' into 7.1
  • 5f8753c Merge branch '7.0' into 7.1
  • 894712b Set strict parameter of in_array to true where possible
  • See full diff in compare view


Updates symfony/mailer from 7.0.7 to 7.0.8

Release notes

Sourced from symfony/mailer's releases.

v7.0.8

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

Commits
  • 644c2b5 Merge branch '6.4' into 7.0
  • 7632642 Merge branch '5.4' into 6.4
  • 54fec5a Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • e908a44 Merge branch '6.4' into 7.0
  • 085b7fd fix test
  • 08b059f Merge branch '6.4' into 7.0
  • 928a8d6 Merge branch '5.4' into 6.4
  • 31d6641 bug #54572 [Mailer] Fix sendmail transport failure handling and interactive m...
  • 1c39471 [Mailer] Fix sendmail transport failure handling and interactive mode
  • 06c966f Merge branch '6.4' into 7.0
  • Additional commits viewable in compare view


Updates symfony/property-access from 7.0.7 to 7.1.0

Release notes

Sourced from symfony/property-access's releases.

v7.1.0

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

  • no significant changes

v7.1.0-RC1

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

  • no significant changes

v7.1.0-BETA1

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

v7.0.8

Changelog (https://github.com/symfony/property-access/compare/v7.0.7...v7.0.8)

  • no significant changes
Commits


Updates symfony/property-info from 7.0.7 to 7.0.8

Release notes

Sourced from symfony/property-info's releases.

v7.0.8

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

  • no significant changes
Commits


Updates symfony/rate-limiter from 7.0.7 to 7.1.0

Release notes

Sourced from symfony/rate-limiter's releases.

v7.1.0

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

  • no significant changes

v7.1.0-RC1

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

  • no significant changes

v7.1.0-BETA1

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

  • no significant changes

v7.0.8

Changelog (https://github.com/symfony/rate-limiter/compare/v7.0.7...v7.0.8)

  • no significant changes
Commits


Updates symfony/runtime from 7.0.7 to 7.1.0

Release notes

Sourced from symfony/runtime's releases.

v7.1.0

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

  • no significant changes

v7.1.0-RC1

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

  • no significant changes

v7.1.0-BETA1

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

  • no significant changes

v7.0.8

Changelog (https://github.com/symfony/runtime/compare/v7.0.7...v7.0.8)

  • no significant changes
Commits


Updates symfony/security-bundle from 7.0.7 to 7.1.0

Release notes

Sourced from symfony/security-bundle's releases.

v7.1.0

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

  • no significant changes

v7.1.0-RC1

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

  • no significant changes

v7.1.0-BETA1

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

v7.0.8

Changelog (https://github.com/symfony/security-bundle/compare/v7.0.7...v7.0.8)

  • no significant changes
Changelog

Sourced from symfony/security-bundle's changelog.

CHANGELOG

7.1

  • Mark class ExpressionCacheWarmer as final
  • Support multiple signature algorithms for OIDC Token
  • Support JWK or JWKSet for OIDC Token

7.0

  • Enabling SecurityBundle and not configuring it is not allowed
  • Remove the enable_authenticator_manager config option
  • Remove the security.firewalls.logout.csrf_token_generator config option, use security.firewalls.logout.csrf_token_manager instead
  • Remove the require_previous_session config option from authenticators

6.4

  • Deprecate Security::ACCESS_DENIED_ERROR, AUTHENTICATION_ERROR and LAST_USERNAME constants, use the ones on SecurityRequestAttributes instead
  • Allow an array of pattern in firewall configuration
  • Add $badges argument to Security::login
  • Deprecate the require_previous_session config option. Setting it has no effect anymore
  • Add LogoutRouteLoader

6.3

  • Deprecate enabling bundle and not configuring it
  • Add _stateless attribute to the request when firewall is stateless and the attribute is not already set
  • Add StatelessAuthenticatorFactoryInterface for authenticators targeting stateless firewalls only and that don't require a user provider
  • Modify "icon.svg" to improve accessibility for blind/low vision users
  • Make Security::login() return the authenticator response
  • Deprecate the security.firewalls.logout.csrf_token_generator config option, use security.firewalls.logout.csrf_token_manager instead
  • Make firewalls event dispatcher traceable on debug mode
  • Add TokenHandlerFactoryInterface, OidcUserInfoTokenHandlerFactory, OidcTokenHandlerFactory and ServiceTokenHandlerFactory for AccessTokenFactory

6.2

  • Add the Security helper class
  • Deprecate the Symfony\Component\Security\Core\Security service alias, use Symfony\Bundle\SecurityBundle\Security instead
  • Add Security::getFirewallConfig() to help to get the firewall configuration associated to the Request
  • Add Security::login() to login programmatically
  • Add Security::logout() to logout programmatically
  • Add security.firewalls.logout.enable_csrf to enable CSRF protection using the default CSRF token generator
  • Add RFC6750 Access Token support to allow token-based authentication
  • Add security.firewalls.switch_user.target_route option to configure redirect target route on switch user

... (truncated)

Commits
  • 065c532 remove empty PHP file
  • 14266cc [SecurityBundle] Use %container.build_hash% instead of %kernel.secret% with t...
  • 7059237 Merge branch '7.0' into 7.1
  • a50085b feature #54443 [Security] Add support for dynamic CSRF id with Expression in ...
  • 10da723 Add support for dynamic CSRF id in IsCsrfTokenValid
  • acbda0e [Security] Support multiple signature algorithms and JWK/JWKSet for OIDC tokens
  • 01bf388 chore: CS fixes
  • 2addf6b bug #54032 [SecurityBundle] Use "event" monolog channel in traceable firewall...
  • 55c8d2e [SecurityBundle] Use "event" monolog channel in traceable firewall event disp...
  • 0df5f9b Merge branch '7.0' into 7.1
  • Additional commits viewable in compare view


Updates symfony/serializer from 7.0.7 to 7.1.0

Release notes

Sourced from symfony/serializer's releases.

v7.1.0

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

v7.1.0-RC1

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

v7.1.0-BETA1

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

v7.0.8

Changelog (https://github.com/symfony/serializer/compare/v7.0.7...v7.0.8)

Changelog

Sourced from symfony/serializer's changelog.

CHANGELOG

7.1

  • Add arguments $class, $format and $context to NameConverterInterface::normalize() and NameConverterInterface::denormalize()
  • Add DateTimeNormalizer::CAST_KEY context option
  • Add Default and "class name" default groups
  • Add AbstractNormalizer::FILTER_BOOL context option
  • Add CamelCaseToSnakeCaseNameConverter::REQUIRE_SNAKE_CASE_PROPERTIES context option
  • Deprecate AbstractNormalizerContextBuilder::withDefaultContructorArguments(?array $defaultContructorArguments), use withDefaultConstructorArguments(?array $defaultConstructorArguments) instead (note the missing s character in Contructor word in deprecated method)
  • Add XmlEncoder::CDATA_WRAPPING_PATTERN context option

7.0

  • Add method getSupportedTypes() to DenormalizerInterface and NormalizerInterface
  • Remove denormalization support for AbstractUid in UidNormalizer, use one of AbstractUid child class instead
  • Denormalizing to an abstract class in UidNormalizer now throws an \Error
  • Remove ContextAwareDenormalizerInterface, use DenormalizerInterface instead
  • Remove ContextAwareNormalizerInterface, use NormalizerInterface instead
  • Remove CacheableSupportsMethodInterface, use NormalizerInterface and DenormalizerInterface instead
  • Require explicit argument when calling AttributeMetadata::setSerializedName() and ClassMetadata::setClassDiscriminatorMapping()
  • Add argument $context to NormalizerInterface::supportsNormalization() and DenormalizerInterface::supportsDenormalization()
  • Remove Doctrine annotations support in favor of native attributes
  • Remove AnnotationLoader, use AttributeLoader instead

6.4

  • Add TranslatableNormalizer
  • Allow Context attribute to target classes
  • Deprecate Doctrine annotations support in favor of native attributes
  • Allow the Groups attribute/annotation on classes
  • JsonDecode: Add json_decode_detailed_errors option
  • Make ProblemNormalizer give details about Messenger's ValidationFailedException
  • Add XmlEncoder::CDATA_WRAPPING context option
  • Deprecate AnnotationLoader, use AttributeLoader instead
  • Add aliases for all classes in the Annotation namespace to Attribute

6.3

  • Add AbstractNormalizer::REQUIRE_ALL_PROPERTIES context flag to require all properties to be listed in the input instead of falling back to null for nullable ones
  • Add XmlEncoder::SAVE_OPTIONS context option
  • Add BackedEnumNormalizer::ALLOW_INVALID_VALUES context option
  • Add UnsupportedFormatException which is thrown when there is no decoder for a given format
  • Add method getSupportedTypes(?string $format) to NormalizerInterface and DenormalizerInterface
  • Make ProblemNormalizer give details about ValidationFailedException and PartialDenormalizationException

... (truncated)

Commits
  • 972eb05 Merge branch '7.0' into 7.1
  • e205ae5 Merge branch '6.4' into 7.0
  • cd0cd9c [Serializer] Cache readability/writability computation
  • f43a533 Merge branch '7.0' into 7.1
  • 7c5eebc Merge branch '6.4' into 7.0
  • 450011a Merge branch '5.4' into 6.4
  • 06cd11f [Serializer] Improve exception message in UnwrappingDenormalizer
  • 5271757 bug #54851 [Serializer] Fixed "Warning: Attempt to read property "value" on s...
  • 8030de8 add test
  • af03803 add missing deprecation contracts dependency
  • Additional commits viewable in compare view


Updates symfony/validator from 7.0.7 to 7.1.0

Release notes

Sourced from symfony/validator's releases.

v7.1.0

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

v7.1.0-RC1

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

v7.1.0-BETA1

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

v7.0.8

Changelog (https://github.com/symfony/validator/compare/v7.0.7...v7.0.8)

Changelog

Sourced from symfony/validator's changelog.

CHANGELOG

7.1

  • Deprecate not passing a value for the requireTld option to the Url constraint (the default value will become true in 8.0)
  • Add the calculated strength to violations in PasswordStrengthValidator
  • Add support for Stringable values when using the Cidr, CssColor, ExpressionSyntax and PasswordStrength constraints
  • Add MacAddress constraint
  • Add *_NO_PUBLIC, *_ONLY_PRIVATE and *_ONLY_RESERVED versions to Ip constraint
  • Possibility to use all Ip constraint versions for Cidr constraint
  • Add list and associative_array types to Type constraint
  • Add the Charset constraint
  • Add the requireTld option to the Url constraint
  • Deprecate Bic::INVALID_BANK_CODE_ERROR

7.0

  • Add methods getConstraint(), getCause() and __toString() to ConstraintViolationInterface
  • Add method __toString() to ConstraintViolationListInterface
  • Add method disableTranslation() to ConstraintViolationBuilderInterface
  • Remove static property $errorNames from all constraints, use const ERROR_NAMES instead
  • Remove static property $versions from the Ip constraint, use the VERSIONS constant ... _Description has been truncated_ ## Summary by CodeRabbit - **Chores** - Upgraded Symfony package versions from `7.0.*` to `7.1.*` to ensure compatibility and access to the latest features and improvements.
coderabbitai[bot] commented 3 months ago
Walkthrough ## Walkthrough The `composer.json` file in the `backend` directory has been updated to upgrade several Symfony package versions from `7.0.*` to `7.1.*`. This change impacts multiple components, including assets, environment configuration, expression language, mailer, property access, rate limiting, runtime, security, serialization, and validation, ensuring the system uses the latest features and improvements provided by Symfony 7.1. ## Changes | File | Change Summary | |-----------------------------|---------------------------------------------------------------------| | `backend/composer.json` | Updated Symfony packages from `7.0.*` to `7.1.*` for various components including `asset`, `dotenv`, `expression-language`, `google-mailer`, `property-access`, `rate-limiter`, `runtime`, `security-bundle`, `serializer`, and `validator`. |

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.
algirdasc commented 3 months ago

@coderabbitai review

coderabbitai[bot] commented 3 months ago
Actions performed Review triggered. > Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.
dependabot[bot] commented 3 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.