-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update dependency vimeo/psalm to v4.30.0 #123
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/vimeo-psalm-4.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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-4.x
branch
from
February 20, 2022 02:06
944a171
to
7199efe
Compare
renovate
bot
changed the title
Update dependency vimeo/psalm to v4.20.0
Update dependency vimeo/psalm to v4.21.0
Feb 20, 2022
renovate
bot
force-pushed
the
renovate/vimeo-psalm-4.x
branch
from
February 27, 2022 11:14
7199efe
to
bf973fa
Compare
renovate
bot
changed the title
Update dependency vimeo/psalm to v4.21.0
Update dependency vimeo/psalm to v4.22.0
Feb 27, 2022
renovate
bot
force-pushed
the
renovate/vimeo-psalm-4.x
branch
from
May 2, 2022 04:15
bf973fa
to
c4ef4d4
Compare
renovate
bot
changed the title
Update dependency vimeo/psalm to v4.22.0
Update dependency vimeo/psalm to v4.23.0
May 2, 2022
renovate
bot
force-pushed
the
renovate/vimeo-psalm-4.x
branch
from
September 1, 2022 09:50
c4ef4d4
to
9eae011
Compare
renovate
bot
changed the title
Update dependency vimeo/psalm to v4.23.0
Update dependency vimeo/psalm to v4.26.0
Sep 1, 2022
renovate
bot
force-pushed
the
renovate/vimeo-psalm-4.x
branch
from
September 1, 2022 19:05
9eae011
to
379c75b
Compare
renovate
bot
changed the title
Update dependency vimeo/psalm to v4.26.0
Update dependency vimeo/psalm to v4.27.0
Sep 1, 2022
renovate
bot
force-pushed
the
renovate/vimeo-psalm-4.x
branch
from
October 7, 2022 18:36
379c75b
to
efb2647
Compare
renovate
bot
changed the title
Update dependency vimeo/psalm to v4.27.0
Update dependency vimeo/psalm to v4.28.0
Oct 7, 2022
renovate
bot
force-pushed
the
renovate/vimeo-psalm-4.x
branch
from
October 11, 2022 18:46
efb2647
to
199ed93
Compare
renovate
bot
changed the title
Update dependency vimeo/psalm to v4.28.0
Update dependency vimeo/psalm to v4.29.0
Oct 11, 2022
renovate
bot
force-pushed
the
renovate/vimeo-psalm-4.x
branch
2 times, most recently
from
October 30, 2022 05:53
8c732c0
to
b013a0d
Compare
renovate
bot
force-pushed
the
renovate/vimeo-psalm-4.x
branch
from
November 6, 2022 21:08
b013a0d
to
1deb36c
Compare
renovate
bot
changed the title
Update dependency vimeo/psalm to v4.29.0
Update dependency vimeo/psalm to v4.30.0
Nov 6, 2022
renovate
bot
force-pushed
the
renovate/vimeo-psalm-4.x
branch
from
March 15, 2023 18:32
1deb36c
to
c6da597
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: composer.lock
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
4.19.0
->4.30.0
Release Notes
vimeo/psalm
v4.30.0
Compare Source
What's Changed
Features
key
,current
,end
andreset
by @boesing in https://github.com/vimeo/psalm/pull/8584Fixes
argc
andargv
elements from$_ENV
by @weirdan in https://github.com/vimeo/psalm/pull/8666Internal changes
New Contributors
Full Changelog: vimeo/psalm@4.29.0...4.30.0
v4.29.0
Compare Source
What's Changed
Fixes
New Contributors
Full Changelog: vimeo/psalm@4.28.0...4.29.0
v4.28.0
Compare Source
What's Changed
Features
Fixes
date_get_last_errors()
,DateTime::getLastErrors()
may return false by @gsteel in https://github.com/vimeo/psalm/pull/8478@throws
annotation with properly namespaced exception by @d-claassen in https://github.com/vimeo/psalm/pull/8480Docs
Internal changes
New Contributors
Full Changelog: vimeo/psalm@4.27.0...4.28.0
v4.27.0
Compare Source
What's Changed
Features
Fixes
DateTimeImmutable
, highlighting how the constructor is NOT immutable by @Ocramius in https://github.com/vimeo/psalm/pull/8350imageinterlace
function signature by @paulfedorow in https://github.com/vimeo/psalm/pull/8403Reflection::getModifierNames()
result type by @vjik in https://github.com/vimeo/psalm/pull/8405Internal changes
Typos
New Contributors
Full Changelog: vimeo/psalm@4.26.0...4.27.0
v4.26.0
Compare Source
What's Changed
This release fix an regression introduced in the last version. Upgrade is recommended
Fixes
static
type may have been unwrapped inhasStaticInType()
by @someniatko in https://github.com/vimeo/psalm/pull/8335@psalm-allow-private-mutation
in PHP 8+ constructors by @someniatko in https://github.com/vimeo/psalm/pull/8341Full Changelog: vimeo/psalm@4.25.0...4.26.0
v4.25.0
: 4.25.0Compare Source
What's Changed
Features
Fixes
static
type when calling static methods inside a different class by @someniatko in https://github.com/vimeo/psalm/pull/8249Internal changes
New Contributors
Full Changelog: vimeo/psalm@4.24.0...v4.25.0
v4.24.0
Compare Source
What's Changed
Features
Fixes
TypeCombiner::combine
to not modify TIntRange arguments. by @AndrolGenhald in https://github.com/vimeo/psalm/pull/8049Docs
Internal changes
Other changes
New Contributors
Full Changelog: vimeo/psalm@4.23.0...4.24.0
v4.23.0
Compare Source
What's Changed
Features
Fixes
ldap_search
by @paulfedorow in https://github.com/vimeo/psalm/pull/7894Docs
@psalm-yield
by @jrmajor in https://github.com/vimeo/psalm/pull/7849@psalm-ignore-variable-*
by @jrmajor in https://github.com/vimeo/psalm/pull/7851Internal changes
New Contributors
Full Changelog: vimeo/psalm@4.22.0...4.23.0
v4.22.0
Compare Source
What's Changed
Fixes
\UnitEnum
&\BackedEnum
by @whatUwant in https://github.com/vimeo/psalm/pull/7719New Contributors
Full Changelog: vimeo/psalm@4.21.0...4.22.0
v4.21.0
Compare Source
What's Changed
Deprecations
Features
Fixes
New Contributors
Full Changelog: vimeo/psalm@4.20.0...4.21.0
v4.20.0
Compare Source
What's Changed
Deprecations
Fixes
trait_exists()
always returnsbool
by @Ocramius in https://github.com/vimeo/psalm/pull/7554Internal changes
New Contributors
Full Changelog: vimeo/psalm@4.19.0...v4.20.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.