-
Notifications
You must be signed in to change notification settings - Fork 9
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 all non-major dependencies #65
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/all-minor-patch
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
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
May 10, 2024 08:32
14e9a77
to
da02302
Compare
renovate
bot
changed the title
Update dependency monolog/monolog to ^3.6.0
Update all non-major dependencies
May 10, 2024
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
June 17, 2024 12:58
6955c68
to
a684f83
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
June 28, 2024 09:48
b3f8126
to
93c83d9
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
6 times, most recently
from
July 24, 2024 16:20
59f7656
to
ab75e44
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
August 12, 2024 00:43
cb2df58
to
148fbc8
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
August 16, 2024 12:54
3b9a4c0
to
d0771f0
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 21, 2024 14:17
d0771f0
to
c6583e8
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 31, 2024 02:04
c6583e8
to
d0d723c
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
September 16, 2024 06:17
046cc4f
to
365f0ff
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 27, 2024 04:51
365f0ff
to
e4b0fc6
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 25, 2024 03:54
e4b0fc6
to
18a7881
Compare
| datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | packagist | beberlei/assert | 3.3.2 | 3.3.3 | | packagist | guzzlehttp/guzzle | 7.8.1 | 7.9.2 | | packagist | league/commonmark | 2.4.2 | 2.5.3 | | packagist | monolog/monolog | 3.5.0 | 3.7.0 | | github-tags | containerbase/php-prebuild | 8.2.0 | 8.3.13 | | packagist | phpseclib/phpseclib | 3.0.37 | 3.0.42 | | packagist | psr/http-factory | 1.0.2 | 1.1.0 | | packagist | psr/log | 3.0.0 | 3.0.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 30, 2024 13:39
18a7881
to
b4eb294
Compare
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:
^3.3.2
->^3.3.3
^7.8.1
->^7.9.2
^2.4.2
->^2.5.3
^3.5.0
->^3.7.0
~8.2.0
->~8.3.13
^3.0.37
->^3.0.42
^1.0.2
->^1.1.0
^3.0
->^3.0.2
Release Notes
beberlei/assert (beberlei/assert)
v3.3.3
Compare Source
What's Changed
.github/ export-ignore
to.gitattributes
by @TimWolla in https://github.com/beberlei/assert/pull/326New Contributors
Full Changelog: beberlei/assert@v3.3.2...v3.3.3
guzzle/guzzle (guzzlehttp/guzzle)
v7.9.2
Compare Source
Fixed
v7.9.1
Compare Source
Fixed
v7.9.0
Compare Source
Changed
CurlMultiHandler
to avoid busy wait if possibleguzzlehttp/psr7
v1v7.8.2
Compare Source
Added
thephpleague/commonmark (league/commonmark)
v2.5.3
Compare Source
Changed
source
, addsearch
to list of recognized block tagsv2.5.2
Compare Source
Changed
true
value (#1040)Fixed
v2.5.1
Compare Source
Fixed
Table
start line numbers (#1037)v2.5.0
Compare Source
Added
AttributesExtension
now supports attributes without values (#985, #986)AutolinkExtension
exposes two new configuration options to override the default behavior (#969, #987):autolink/allowed_protocols
- an array of protocols to allow autolinking forautolink/default_protocol
- the default protocol to use when none is specifiedChanged
Paragraph
s only containing link reference definitions will be kept in the AST until theDocument
is finalizedParagraph
)Fixed
v2.4.4
Compare Source
Fixed
v2.4.3
Compare Source
Fixed
UrlAutolinkParser
incorrectly parsing text containingwww
anywhere before an autolink (#1025)Seldaek/monolog (monolog/monolog)
v3.7.0
Compare Source
NormalizerFormatter->setBasePath(...)
(andJsonFormatter
by extension) that allows removing the project's path from the stack trace output (47e301d
)v3.6.0
Compare Source
LineFormatter->setBasePath(...)
that allows removing the project's path from the stack trace output (#1873)$includeExtra
option inPsrHandler
to also use extra data to replace placeholder values in the message (#1852)DeduplicationHandler
(#1879)GelfMessageFormatter
together with theAmqpHandler
(#1869)GoogleCloudLoggingFormatter
(#1859)__toString
failures in context data crashing the normalization process (#1868)containerbase/php-prebuild (php)
v8.3.13
Compare Source
Bug Fixes
v8.3.12
Compare Source
Bug Fixes
v8.3.11
Compare Source
Bug Fixes
v8.3.10
Compare Source
Bug Fixes
v8.3.9
Compare Source
Bug Fixes
v8.3.8
Compare Source
Bug Fixes
v8.3.7
Compare Source
Bug Fixes
v8.3.6
Compare Source
Bug Fixes
v8.3.4
Compare Source
Bug Fixes
v8.3.3
Compare Source
Bug Fixes
v8.3.2
Compare Source
Bug Fixes
v8.3.1
Compare Source
Bug Fixes
v8.3.0
Compare Source
Bug Fixes
v8.2.25
Compare Source
Bug Fixes
v8.2.24
Compare Source
Bug Fixes
v8.2.23
Compare Source
Bug Fixes
v8.2.22
Compare Source
Bug Fixes
v8.2.21
Compare Source
Bug Fixes
v8.2.20
Compare Source
Bug Fixes
v8.2.19
Compare Source
Bug Fixes
v8.2.18
Compare Source
Bug Fixes
v8.2.17
Compare Source
Bug Fixes
v8.2.16
Compare Source
Bug Fixes
v8.2.15
Compare Source
Bug Fixes
v8.2.14
Compare Source
Bug Fixes
v8.2.13
Compare Source
Bug Fixes
v8.2.12
Compare Source
Bug Fixes
v8.2.11
Compare Source
Bug Fixes
v8.2.10
Compare Source
Bug Fixes
v8.2.9
Compare Source
Bug Fixes
v8.2.8
Compare Source
Bug Fixes
v8.2.7
Compare Source
Bug Fixes
v8.2.6
Compare Source
Bug Fixes
v8.2.5
Compare Source
Bug Fixes
v8.2.4
Compare Source
Bug Fixes
v8.2.3
Compare Source
Bug Fixes
v8.2.2
Compare Source
Bug Fixes
v8.2.1
Compare Source
Bug Fixes
phpseclib/phpseclib (phpseclib/phpseclib)
v3.0.42
Compare Source
v3.0.41
Compare Source
v3.0.40
Compare Source
v3.0.39
Compare Source
v3.0.38
Compare Source
php-fig/http-factory (psr/http-factory)
v1.1.0
Compare Source
php-fig/log (psr/log)
v3.0.2
Compare Source
What's Changed
New Contributors
Full Changelog: php-fig/log@3.0.1...3.0.2
v3.0.1
Compare Source
What's Changed
Full Changelog: php-fig/log@3.0.0...3.0.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
Read more information about the use of Renovate Bot within Laminas.