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

build(deps): bump doctrine/dbal from 2.13.7 to 3.3.8 in /OngekiScoreLog #676

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2022

Bumps doctrine/dbal from 2.13.7 to 3.3.8.

Release notes

Sourced from doctrine/dbal's releases.

3.3.8

Release 3.3.8

3.3.8

  • Total issues resolved: 1
  • Total pull requests resolved: 12
  • Total contributors: 6

Bug,Type Conversion

Test Suite

Dependencies

Documentation,Schema Comparison

Code Style

Documentation

Bug,Schema Comparison,Schema Management

Static Analysis,Test Suite

... (truncated)

Upgrade guide

Sourced from doctrine/dbal's upgrade guide.

Note about upgrading: Doctrine uses static and runtime mechanisms to raise awareness about deprecated code.

  • Use of @deprecated docblock that is detected by IDEs (like PHPStorm) or Static Analysis tools (like Psalm, phpstan)
  • Use of our low-overhead runtime deprecation API, details: https://github.com/doctrine/deprecations/

Upgrade to 3.4

Deprecated wrapper- and driver-level Statement::bindParam() methods.

The following methods have been deprecated:

  1. Doctrine\DBAL\Statement::bindParam(),
  2. Doctrine\DBAL\Driver\Statement::bindParam().

Use the corresponding bindValue() instead.

Deprecated not passing parameter type to the driver-level Statement::bind*() methods.

Not passing $type to the driver-level Statement::bindParam() and ::bindValue() is deprecated. Pass the type corresponding to the parameter being bound.

Deprecated passing $params to Statement::execute*() methods.

Passing $params to the driver-level Statement::execute() and the wrapper-level Statement::executeQuery() and Statement::executeStatement() methods has been deprecated.

Bind parameters using Statement::bindParam() or Statement::bindValue() instead.

Deprecated QueryBuilder methods and constants.

  1. The QueryBuilder::getState() method has been deprecated as the builder state is an internal concern.
  2. Relying on the type of the query being built by using QueryBuilder::getType() has been deprecated. If necessary, track the type of the query being built outside of the builder.

The following QueryBuilder constants related to the above methods have been deprecated:

  1. SELECT,
  2. DELETE,
  3. UPDATE,
  4. INSERT,
  5. STATE_DIRTY,
  6. STATE_CLEAN.

Marked Connection::ARRAY_PARAM_OFFSET as internal.

The Connection::ARRAY_PARAM_OFFSET constant has been marked as internal. It will be removed in 4.0.

... (truncated)

Commits
  • f873a82 Merge pull request #5566 from wouterj/serialization-deprecation
  • c66b982 Do not treat deprecation level as errors
  • de42378 Merge pull request #5535 from derrabus/improvement/assert-count
  • 1100987 Use assertCount() when possible
  • f31bf8a Merge pull request #5533 from morozov/phpstan-1.8
  • e2dd913 Update PHPStan to 1.8.2
  • 8532d49 Merge pull request #5522 from morozov/lock-closed-issues
  • 6adcfe5 Lock closed issues
  • 39a05f6 Merge pull request #5503 from derrabus/bugfix/deprecation-link
  • 5c85fd4 Fix link in deprecation message
  • 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 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 [doctrine/dbal](https://github.com/doctrine/dbal) from 2.13.7 to 3.3.8.
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Upgrade guide](https://github.com/doctrine/dbal/blob/3.4.x/UPGRADE.md)
- [Commits](doctrine/dbal@2.13.7...3.3.8)

---
updated-dependencies:
- dependency-name: doctrine/dbal
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Maintenance Repository Maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants