mapper
mapper copied to clipboard
build(deps-dev): update ekino/phpstan-banned-code requirement from ^1.0 to ^2.1
Updates the requirements on ekino/phpstan-banned-code to permit the latest version.
Release notes
Sourced from ekino/phpstan-banned-code's releases.
v2.1.0
What's Changed
- Add non-ignorable error handling feature by
@Spomkyin ekino/phpstan-banned-code#66New Contributors
@Spomkymade their first contribution in ekino/phpstan-banned-code#66Full Changelog: https://github.com/ekino/phpstan-banned-code/compare/v2.0.0...v2.1.0
Changelog
Sourced from ekino/phpstan-banned-code's changelog.
v2.1.0
- Added option to prevent errors to be ignored
- Added error identifiers starting with
ekinoBannedCode.v2.0.0
- Drop support for PHP ^7.3 || ^8.0, support now only ^8.1
- Force usage of native sprintf function
- Added rule to ban shell execution via backticks
- Added rule to ban print statements
- Allow Composer plugin ergebnis/composer-normalize
- Add Composer keyword for asking user to add this package to require-dev instead of require
- Normalize leading backslashes in banned function names
v1.0.0
- Improve PHPStan configuration file
- Updated to PHPStan 1.0
- Updated to PHPUnit 9.5
- Drop support for PHP 7.2
v0.5.0
- Migrate from Travis to GitHub Actions
- Fix deprecated PHP-CS rules
v0.4.0
- Drop support for PHP 7.1
- Added support of dd function
- Replaced deprecated localheinz/composer-normalize in favor of ergebnis one
- Allow PHP ^8.0
- Switch to the new security checker
- Upgrade friendsofphp/php-cs-fixer
v0.3.1
- Fix deprecated config inside extension.neon file
- Fix tests by adding nikic/php-parser as a required dev dependency
v0.3.0
... (truncated)
Commits
e1c3e47Merge pull request #66 from Spomky/features/error-non-exclusionc3d6975Add non-ignorable error handling to banned nodes rulesbab2937Merge pull request #64 from brociani/fix-cic908c9cfix(ci): use sprintf native function65a5752Normalize leading backslashes in banned function names (#30)ac7406achore(composer): add keyword for asking user to add this package to require-d...06252b2fix(composer): allow plugin ergebnis/composer-normalize (#58)c3fe363Merge pull request #57 from BitScout/add-rule-to-ban-printf68d448feat(ban): Add ban on print statementsd3bca55Merge pull request #56 from BitScout/22-detect-shell-exec-via-backticks- 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)