-
Notifications
You must be signed in to change notification settings - Fork 8
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
chore(deps): update dependency vimeo/psalm to ~5.24.0 #113
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/vimeo-psalm-5.x
branch
from
December 17, 2023 13:48
a04cfb7
to
4b6bd2a
Compare
renovate
bot
force-pushed
the
renovate/vimeo-psalm-5.x
branch
2 times, most recently
from
January 9, 2024 23:01
23c2682
to
396a768
Compare
renovate
bot
changed the title
chore(deps): update dependency vimeo/psalm to ~5.18.0
chore(deps): update dependency vimeo/psalm to ~5.19.0
Jan 9, 2024
renovate
bot
changed the title
chore(deps): update dependency vimeo/psalm to ~5.19.0
chore(deps): update dependency vimeo/psalm to ~5.20.0
Jan 18, 2024
renovate
bot
force-pushed
the
renovate/vimeo-psalm-5.x
branch
2 times, most recently
from
January 22, 2024 05:42
f3cd1ec
to
a40d05b
Compare
renovate
bot
force-pushed
the
renovate/vimeo-psalm-5.x
branch
from
January 31, 2024 00:24
a40d05b
to
9fea84a
Compare
renovate
bot
changed the title
chore(deps): update dependency vimeo/psalm to ~5.20.0
chore(deps): update dependency vimeo/psalm to ~5.21.0
Jan 31, 2024
renovate
bot
force-pushed
the
renovate/vimeo-psalm-5.x
branch
from
February 14, 2024 06:25
9fea84a
to
f5c5f89
Compare
renovate
bot
changed the title
chore(deps): update dependency vimeo/psalm to ~5.21.0
chore(deps): update dependency vimeo/psalm to ~5.22.0
Feb 14, 2024
renovate
bot
force-pushed
the
renovate/vimeo-psalm-5.x
branch
from
March 9, 2024 20:17
f5c5f89
to
9668027
Compare
renovate
bot
changed the title
chore(deps): update dependency vimeo/psalm to ~5.22.0
chore(deps): update dependency vimeo/psalm to ~5.23.0
Mar 9, 2024
renovate
bot
force-pushed
the
renovate/vimeo-psalm-5.x
branch
from
March 15, 2024 18:53
9668027
to
d05ee03
Compare
renovate
bot
force-pushed
the
renovate/vimeo-psalm-5.x
branch
from
April 21, 2024 02:18
d05ee03
to
00c3996
Compare
renovate
bot
force-pushed
the
renovate/vimeo-psalm-5.x
branch
from
May 3, 2024 10:36
00c3996
to
02075a7
Compare
renovate
bot
changed the title
chore(deps): update dependency vimeo/psalm to ~5.23.0
chore(deps): update dependency vimeo/psalm to ~5.24.0
May 3, 2024
renovate
bot
force-pushed
the
renovate/vimeo-psalm-5.x
branch
from
May 7, 2024 05:25
02075a7
to
29ec49b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #113 +/- ##
=========================================
Coverage 95.19% 95.19%
Complexity 227 227
=========================================
Files 40 40
Lines 583 583
=========================================
Hits 555 555
Misses 28 28 ☔ View full report in Codecov by Sentry. |
renovate
bot
force-pushed
the
renovate/vimeo-psalm-5.x
branch
3 times, most recently
from
May 7, 2024 05:34
4ea5d34
to
604bdf3
Compare
tcarrio
approved these changes
May 7, 2024
tcarrio
force-pushed
the
renovate/vimeo-psalm-5.x
branch
from
May 7, 2024 05:37
604bdf3
to
c558007
Compare
tcarrio
pushed a commit
that referenced
this pull request
May 27, 2024
🤖 I have created a release *beep* *boop* --- ## [2.0.7](2.0.6...2.0.7) (2024-05-07) ### 🧹 Chore * **deps:** update codecov/codecov-action action to v4 ([#117](#117)) ([b3f6d6f](b3f6d6f)) * **deps:** update dependency vimeo/psalm to ~5.24.0 ([#113](#113)) ([03d4a69](03d4a69)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~5.17.0
->~5.24.0
Release Notes
vimeo/psalm (vimeo/psalm)
v5.24.0
Compare Source
What's Changed
Features
callable
by @weirdan in https://github.com/vimeo/psalm/pull/10805parent
being used in callable context when the class does not extend anything by @kkmuffme in https://github.com/vimeo/psalm/pull/10838Fixes
getmxrr()
by @ThomasLandauer in https://github.com/vimeo/psalm/pull/10847mail
to impure functions list by @smaddock in https://github.com/vimeo/psalm/pull/10923Docs
Internal changes
Other changes
New Contributors
Full Changelog: vimeo/psalm@5.23.1...5.24.0
v5.23.1
Compare Source
What's Changed
Fixes
__callStatic()
method exists by @issidorov in https://github.com/vimeo/psalm/pull/10812Full Changelog: vimeo/psalm@5.23.0...5.23.1
v5.23.0
Compare Source
What's Changed
Features
SensitiveParameterValue
by @gsteel in https://github.com/vimeo/psalm/pull/10726send()
by @weirdan in https://github.com/vimeo/psalm/pull/10697Fixes
Override
attribute to be used in pure contexts by @weirdan in https://github.com/vimeo/psalm/pull/10734@since
by @weirdan in https://github.com/vimeo/psalm/pull/10764WeakMap
iterator fix frommaster
by @weirdan in https://github.com/vimeo/psalm/pull/10778$resource
parameter ofmkdir()
is nullable since PHP 7.3 by @weirdan in https://github.com/vimeo/psalm/pull/10802Internal changes
New Contributors
Full Changelog: vimeo/psalm@5.22.2...5.23.0
v5.22.2
Compare Source
What's Changed
Fixes
Full Changelog: vimeo/psalm@5.22.1...5.22.2
v5.22.1
Compare Source
What's Changed
Fixes
@psalm-type
by @weirdan in https://github.com/vimeo/psalm/pull/10713Full Changelog: vimeo/psalm@5.22.0...5.22.1
v5.22.0
Compare Source
What's Changed
Features
stdClass::__construct()
calls that have arguments by @weirdan in https://github.com/vimeo/psalm/pull/10661@psalm-this-out
on__construct()
as well by @weirdan in https://github.com/vimeo/psalm/pull/10690Fixes
inotify_add_watch()
toint|false
by @UlrichEckhardt in https://github.com/vimeo/psalm/pull/10637callable
as a native property type by @weirdan in https://github.com/vimeo/psalm/pull/10654UndefinedClass
inwhatever_exists()
by @weirdan in https://github.com/vimeo/psalm/pull/10659ord()
return type toint<0,255>
by @weirdan in https://github.com/vimeo/psalm/pull/10676InvalidDocblock
issue message by @weirdan in https://github.com/vimeo/psalm/pull/10679Internal changes
hasFullyQualified(Interface|Enum)()
by @weirdan in https://github.com/vimeo/psalm/pull/10603Full Changelog: vimeo/psalm@5.21.1...5.22.0
v5.21.1
Compare Source
What's Changed
Fixes
Full Changelog: vimeo/psalm@5.21.0...5.21.1
v5.21.0
Compare Source
What's Changed
Features
Fixes
readgzfile()
is impure by @weirdan in https://github.com/vimeo/psalm/pull/10600key_exists()
is an alias forarray_key_exists()
by @weirdan in https://github.com/vimeo/psalm/pull/10598opcache.save_comments=0
by @weirdan in https://github.com/vimeo/psalm/pull/10614MissingConstructor
for natively typed mixed properties by @weirdan in https://github.com/vimeo/psalm/pull/10615Internal changes
New Contributors
Full Changelog: vimeo/psalm@5.20.0...5.21.0
v5.20.0
Compare Source
What's Changed
Features
Fixes
Full Changelog: vimeo/psalm@5.19.1...5.20.0
v5.19.1
Compare Source
What's Changed
Fixes
New Contributors
Full Changelog: vimeo/psalm@5.19.0...5.20.0
v5.19.0
Compare Source
What's Changed
Features
Fixes
New Contributors
Full Changelog: vimeo/psalm@5.18.0...5.19.0
v5.18.0
Compare Source
What's Changed
Features
Fixes
Internal changes
New Contributors
Full Changelog: vimeo/psalm@5.17.0...5.18.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.