scummvm-web
scummvm-web copied to clipboard
Bump league/csv from 9.15.0 to 9.16.0
Bumps league/csv from 9.15.0 to 9.16.0.
Release notes
Sourced from league/csv's releases.
version 9.16.0
Added
BomenumStream::ftellStatement::orderByAscStatement::orderByDescStatement::andWhereStatement::whereNotStatement::orWhereStatement::xorWhereStatement::andWhereColumnStatement::whereNotColumnStatement::orWhereColumnStatement::xorWhereColumnStatement::andWhereOffsetStatement::whereNotOffsetStatement::orWhereOffsetStatement::xorWhereOffsetQueryfeature to allow easier filtering, ordering and querying tabular dataDeprecated
ByteSequenceInterface use theBomenum insteadInfo::fetchBOMSequenceuseBom::tryFromSequenceinsteadLeague\Csv\Doctrineuse the newLeague\Csv\Constraintfeature insteadLeague\Csv\Statement::createarguments; The method should be used without any argument at all. All arguments will be removed in the next major version.Fixed
ReaderandResultSetdocblocks- internal code uses
Bomenum instead ofInfo::fetchBOMSequence- the
AbstractCsvBOM related properties are moved to beingBominstances instead of nullable string.setOutpuBOMwill only accept valid BOM sequences all other values except the empty string will throw aValueErrorexception;- The package no longer requires the
ext-mbstringextension to work. But you should have it install in your system in order to use thembstringrelated stream filters.- Issue #524 fix issue with
ResultSet::chunkBynot working as documented.Removed
- None
Changelog
Sourced from league/csv's changelog.
9.16.0 - 2024-05-24
Added
BomenumStream::ftellStatement::orderByAscStatement::orderByDescStatement::andWhereStatement::whereNotStatement::orWhereStatement::xorWhereStatement::andWhereColumnStatement::whereNotColumnStatement::orWhereColumnStatement::xorWhereColumnStatement::andWhereOffsetStatement::whereNotOffsetStatement::orWhereOffsetStatement::xorWhereOffsetQueryfeature to allow easier filtering, ordering and querying tabular dataDeprecated
ByteSequenceInterface use theBomenum insteadInfo::fetchBOMSequenceuseBom::tryFromSequenceinsteadLeague\Csv\Doctrineuse the newLeague\Csv\Constraintfeature insteadLeague\Csv\Statement::createarguments; The method should be used without any argument at all. All arguments will be removed in the next major version.Fixed
ReaderandResultSetdocblocks- internal code uses
Bomenum instead ofInfo::fetchBOMSequence- the
AbstractCsvBOM related properties are moved to beingBominstances instead of nullable string.setOutpuBOMwill only accept valid BOM sequences all other values except the empty string will throw aValueErrorexception;- The package no longer requires the
ext-mbstringextension to work. But you should have it install in your system in order to use thembstringrelated stream filters.- Issue #524 fix issue with
ResultSet::chunkBynot working as documented.Removed
- None
Commits
998280cAdding support for callback comparison on Column, Offset and TeoColumn constr...e201a39Improve Statement select process9e3df37Improve Query feature codebase00bbff9Simplify Query related interface19e27c1Improve query4b9de0dSimplify Statement codebase898eca9Simplify Query Error tree8461092Rename Record to Row3ff35cbusing PHPStan and PHPStorm settings95987b5Deprecate Statement::create argument usage- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)