-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
chore(deps): bump vimeo/psalm from 5.26.1 to v6 (main) #6680
base: main
Are you sure you want to change the base?
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6680 +/- ##
============================================
- Coverage 23.00% 14.58% -8.43%
============================================
Files 252 210 -42
Lines 12174 9882 -2292
Branches 2330 2318 -12
============================================
- Hits 2801 1441 -1360
+ Misses 9034 8102 -932
Partials 339 339
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
38d6dfc
to
dc715ef
Compare
f8106ec
to
170dea4
Compare
79c5891
to
1befaf5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blocked in favor of #6682.
1befaf5
to
549c57d
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
549c57d
to
65e635a
Compare
This PR contains the following updates:
^5.26.1
->^6.8.6
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
vimeo/psalm (vimeo/psalm)
v6.8.6
Compare Source
What's Changed
Fixes
Full Changelog: vimeo/psalm@6.8.5...6.8.6
v6.8.5
Compare Source
What's Changed
Fixes
@danog
Full Changelog: vimeo/psalm@6.8.4...6.8.5
v6.8.4
Compare Source
This release introduces fully reproducible builds (the composer.lock file is now added to phars).
Full Changelog: vimeo/psalm@6.8.3...6.8.4
v6.8.3
Compare Source
What's Changed
Fixes
Internal changes
Full Changelog: vimeo/psalm@6.8.2...6.8.3
v6.8.2
Compare Source
What's Changed
Fixes
Full Changelog: vimeo/psalm@6.8.1...6.8.2
v6.8.1
Compare Source
What's Changed
Internal changes
Full Changelog: vimeo/psalm@6.8.0...6.8.1
v6.8.0
Compare Source
What's Changed
Features
Fixes
New Contributors
Full Changelog: vimeo/psalm@6.7.1...6.8.0
v6.7.1
Compare Source
What's Changed
Internal changes
Full Changelog: vimeo/psalm@6.7.0...6.7.1
v6.7.0
Compare Source
What's Changed
Features
allowBoolToLiteralBoolComparison
config (disabled by default), used to control emission ofRedundantIdentityWithTrue
issues (previously, their emission was controlled by thestrictBinaryOperands
config) by @danog in https://github.com/vimeo/psalm/pull/11283#[Override]
attribute detection (automatic Psalter fixer available) by @danog in https://github.com/vimeo/psalm/pull/11283@method
or@property
, see here for more info by @danog in https://github.com/vimeo/psalm/pull/11283@psalm-suppress all
annotation (may be re-enabled manually with the disableSuppressAll config) by @danog in https://github.com/vimeo/psalm/pull/11283Fixes
Internal changes
New Contributors
Full Changelog: vimeo/psalm@6.6.2...6.7.0
v6.6.2
Compare Source
What's Changed
Fixes
Full Changelog: vimeo/psalm@6.6.1...6.6.2
v6.6.1
Compare Source
What's Changed
Fixes
Docs
Full Changelog: vimeo/psalm@6.6.0...6.6.1
v6.6.0
Compare Source
What's Changed
Features
Fixes
Docs
Internal changes
Full Changelog: vimeo/psalm@6.5.1...6.6.0
v6.5.1
Compare Source
What's Changed
Fixes
symfony/filesystem
by @weirdan in https://github.com/vimeo/psalm/pull/11273Internal changes
Full Changelog: vimeo/psalm@6.5.0...6.5.1
v6.5.0
Compare Source
What's Changed
Features
disableVarParsing
config by @danogFixes
Full Changelog: vimeo/psalm@6.4.1...6.5.0
v6.4.1
Compare Source
What's Changed
Fixes
Internal changes
New Contributors
Full Changelog: vimeo/psalm@6.4.0...6.5.0
v6.4.0
Compare Source
What's Changed
Features
Fixes
Full Changelog: vimeo/psalm@6.3.0...6.4.0
v6.3.0
Compare Source
This release adds the new psalm-review tool!
What's Changed
Features
Fixes
Full Changelog: vimeo/psalm@6.2.0...6.3.0
v6.2.0
Compare Source
This release was possible thanks to a Psalm support contract!
This release adds the new LiteralKeyUnshapedArray issue, controlled by the disallowLiteralKeysOnUnshapedArrays configuration flag (false by default), useful to enforce usage of shaped arrays instead of generic arrays.
What's Changed
Features
Fixes
Full Changelog: vimeo/psalm@6.1.0...6.2.0
v6.1.0
Compare Source
This release was possible thanks to a Psalm support contract!
This release greatly improves multithreaded mode, fixing some nasty issues and greatly improving efficiency, thanks to efficient task scheduling powered by amphp/parallel (& some custom code to allow usage of copy-on-write optimizations with forks instead of spawning new processes).
This release also adds a runtime check to prevent Psalm from running on Linux systems where VM overcommitting is disabled: Psalm makes heavy use of VM overcommitting (specifically during forking in multithreaded mode) to greatly reduce RAM usage and improve performance.
Note that in the vast majority of Linux systems, VM overcommitting is already enabled by default.
What's Changed
Features
Fixes
Internal changes
Other changes
Full Changelog: vimeo/psalm@6.0.0...6.1.0
v6.0.0
: Psalm v6Compare Source
This is the first release of Psalm v6!
Users are encouraged to switch to Psalm v6 right away, as v5 is not supported anymore.
Also announcing Psalm's new support model: you can support Psalm development by requesting a support contract from Daniil Gentili, the only active maintainer of Psalm.
Support contracts can cover full integration of Psalm into existing codebases, support for Psalm issues and development of additional Psalm features.
See here » for info, # and contact information.
Main highlights of Psalm v6:
ignoreInternalFunctionFalseReturn
andignoreInternalFunctionNullReturn
are nowfalse
by default: this means Psalm now warns when a false/null return type of a native function is not explicitly checked.Plugin authors should consult the changelog for info about BC-breaking changes.
What's Changed
Features
DuplicateProperty
issue by @tuqqu in https://github.com/vimeo/psalm/pull/10265Fixes
Docs
@psalm-internal
documentation example by @still-dreaming-1 in https://github.com/vimeo/psalm/pull/10467Internal changes
TLiteralFloat::$value
andTLiteralInt::$value
typed by @weirdan in https://github.com/vimeo/psalm/pull/9517initialized_methods
Context property by @theodorejb in https://github.com/vimeo/psalm/pull/10610master
from5.x
by @weirdan in https://github.com/vimeo/psalm/pull/10775master
from5.x
by @weirdan in https://github.com/vimeo/psalm/pull/10803Typos
Other changes
New Contributors
Full Changelog: vimeo/psalm@5.26.1...6.0.0
Configuration
📅 Schedule: Branch creation - "before 5am on wednesday" in timezone Europe/Vienna, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.