Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2023

Bumps symfony/options-resolver from 6.2.7 to 6.3.0.

Release notes

Sourced from symfony/options-resolver's releases.

v6.3.0

Changelog (symfony/options-resolver@v6.3.0-RC2...v6.3.0)

  • no significant changes

v6.3.0-RC1

Changelog (symfony/options-resolver@v6.3.0-BETA3...v6.3.0-RC1)

v6.3.0-BETA3

Changelog (symfony/options-resolver@v6.3.0-BETA2...v6.3.0-BETA3)

v6.3.0-BETA2

Changelog (symfony/options-resolver@v6.3.0-BETA1...v6.3.0-BETA2)

v6.3.0-BETA1

Changelog (symfony/options-resolver@v6.2.10...v6.3.0-BETA1)

... (truncated)

Changelog

Sourced from symfony/options-resolver's changelog.

CHANGELOG

6.3

  • Add OptionsResolver::setIgnoreUndefined() and OptionConfigurator::ignoreUndefined() to ignore not defined options while resolving

6.0

  • Remove OptionsResolverIntrospector::getDeprecationMessage()

5.3

  • Add prototype definition for nested options

5.1.0

  • added fluent configuration of options using OptionResolver::define()
  • added setInfo() and getInfo() methods
  • updated the signature of method OptionsResolver::setDeprecated() to OptionsResolver::setDeprecation(string $option, string $package, string $version, $message)
  • deprecated OptionsResolverIntrospector::getDeprecationMessage(), use OptionsResolverIntrospector::getDeprecation() instead

5.0.0

  • added argument $triggerDeprecation to OptionsResolver::offsetGet()

4.3.0

  • added OptionsResolver::addNormalizer method

4.2.0

  • added support for nested options definition
  • added setDeprecated and isDeprecated methods

3.4.0

  • added OptionsResolverIntrospector to inspect options definitions inside an OptionsResolver instance
  • added array of types support in allowed types (e.g int[])

2.6.0

... (truncated)

Commits
  • a10f19f Fixed changelog
  • f566342 [OptionsResolver] add ignoreUndefined() method to allow skip not interestin...
  • 2fdfd42 Merge branch '6.2' into 6.3
  • 2c36865 Merge branch '6.2' into 6.3
  • 6d35e2f minor #48793 Leverage arrow function syntax for closure (tigitz)
  • e1bcea7 Leverage arrow function syntax for closure
  • 2917736 Merge branch '6.2' into 6.3
  • 3f8c386 Drop v1 contracts packages everywhere
  • See full diff 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 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/options-resolver](https://github.com/symfony/options-resolver) from 6.2.7 to 6.3.0.
- [Release notes](https://github.com/symfony/options-resolver/releases)
- [Changelog](https://github.com/symfony/options-resolver/blob/6.3/CHANGELOG.md)
- [Commits](symfony/options-resolver@v6.2.7...v6.3.0)

---
updated-dependencies:
- dependency-name: symfony/options-resolver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels May 31, 2023
@inhere inhere merged commit fa6b5df into master Jun 1, 2023
@inhere inhere deleted the dependabot/composer/symfony/options-resolver-6.3.0 branch June 1, 2023 05:56
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.

2 participants