- Update all non-major dependencies with digest and pinDigest #159
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:
^1.7.22
->^1.7.23
^0.5.8
->^0.5.9
v4.1.7
->v4.2.0
v4.1.1
->v4.2.0
v4.0.3
->v4.0.4
3.20.2
->3.20.3
2.7.8
->2.7.9
v6.7.0
->v6.8.0
v6.9.0
^3.1.6
->^3.1.7
^8.57.0
->^8.57.1
^9.27.0
->^9.28.0
^11.21.0
->^11.25.0
^2.9
->^2.10.0
8.3.11-fpm-bullseye
->8.3.12-fpm-bullseye
^11.3.1
->^11.3.6
^8.4.44
->^8.4.47
^6.2.1
->^6.2.2
^3.4.10
->^3.4.13
^4.5.3
->^4.5.5
^3.4.38
->^3.5.10
Release Notes
actions/checkout (actions/checkout)
v4.2.0
Compare Source
actions/setup-node (actions/setup-node)
v4.0.4
Compare Source
What's Changed
Documentation changes:
New Contributors
Full Changelog: actions/setup-node@v4...v4.0.4
docker/build-push-action (docker/build-push-action)
v6.8.0
Compare Source
Full Changelog: docker/build-push-action@v6.7.0...v6.8.0
cure53/DOMPurify (dompurify)
v3.1.7
: DOMPurify 3.1.7Compare Source
foreignObject
element from the list of HTML entry-points, thanks @masatokinugawalaravel/framework (laravel/framework)
v11.25.0
Compare Source
Response
Type to \Symfony\Component\HttpFoundation\Response by @kayw-geek in https://github.com/laravel/framework/pull/52915routes/console.php
as this will cause breaking change with the defaultwithRouting($console)
by @crynobone in https://github.com/laravel/framework/pull/52942v11.24.1
Compare Source
defer()
function return type by @staudenmeir in https://github.com/laravel/framework/pull/52910ExecutableFinder
import by @InfinityXTech in https://github.com/laravel/framework/pull/52912v11.24.0
Compare Source
$name
variable in non base config file becomes it's key by @rojtjo in https://github.com/laravel/framework/pull/52738BackedEnum
to be passed toRoute::can()
by @Omegadela in https://github.com/laravel/framework/pull/52792Concurrency
Configuration Index Name by @devajmeireles in https://github.com/laravel/framework/pull/52788withoutPretending
method properly resets state after callback execution by @xurshudyan in https://github.com/laravel/framework/pull/52794ProcessDriver[@​defer](https://togithub.com/defer)()
toProcessDriver[@​run](https://togithub.com/run)()
method by @rodrigopedra in https://github.com/laravel/framework/pull/52807Concurrency\ProcessDriver
by @rodrigopedra in https://github.com/laravel/framework/pull/52813Illuminate\Support\defer
function by @crynobone in https://github.com/laravel/framework/pull/52801laravel/serializable-closure
on Database component by @crynobone in https://github.com/laravel/framework/pull/52835Process
fakes by @jasonmccreary in https://github.com/laravel/framework/pull/52840laravel/prompts
v0.2 by @crynobone in https://github.com/laravel/framework/pull/52849[@throws](https://togithub.com/throws)
section to Concurrency manager doc block by @rnambaale in https://github.com/laravel/framework/pull/52856routes/console.php
by @SamuelNitsche in https://github.com/laravel/framework/pull/52867touchesParents()
for chaperoned models by @samlev in https://github.com/laravel/framework/pull/52883Cache::flexible
improvements by @timacdonald in https://github.com/laravel/framework/pull/52891\DateTimeInterface
and\DateInterval
to type forCache::flexible()
by @bram-pkg in https://github.com/laravel/framework/pull/52888v11.23.5
Compare Source
route:cache
with ServeFile by @crynobone in https://github.com/laravel/framework/pull/52781v11.23.4
Compare Source
whereDate
,whereDay
,whereMonth
,whereTime
,whereYear
andwhereJsonLength
to ignore invalid$operator
by @crynobone in https://github.com/laravel/framework/pull/52704v11.23.3
Compare Source
Application::routesAreCached()
when application doesn't implementsCachesRoutes
contract. by @crynobone in https://github.com/laravel/framework/pull/52761v11.23.2
Compare Source
v11.23.1
Compare Source
v11.23.0
Compare Source
everyThirtyMinutes
cron expression by @SamuelNitsche in https://github.com/laravel/framework/pull/52662Skip
middleware for Queue Jobs by @KennedyTedesco in https://github.com/laravel/framework/pull/52645withoutDelay()
to PendingDispatch by @KennedyTedesco in https://github.com/laravel/framework/pull/52696Container::getInstance()
to use null coalescing assignment by @xurshudyan in https://github.com/laravel/framework/pull/52693Eloquent\Collection::findOrFail
by @stevebauman in https://github.com/laravel/framework/pull/52690confirmed
validator rule by @jwpage in https://github.com/laravel/framework/pull/52722$guards
from array to string by @kayw-geek in https://github.com/laravel/framework/pull/52719Tag
attribute by @TijmenWierenga in https://github.com/laravel/framework/pull/52743fromUrl()
to Attachment by @KennedyTedesco in https://github.com/laravel/framework/pull/52688v11.22.0
Compare Source
Model::getEventDispatcher()
by @inmula in https://github.com/laravel/framework/pull/52602withProgressBar
in InteractsWithIO by @robinmoisson in https://github.com/laravel/framework/pull/52623laravel/tinker (laravel/tinker)
v2.10.0
Compare Source
sebastianbergmann/phpunit (phpunit/phpunit)
v11.3.6
: PHPUnit 11.3.6Compare Source
Changed
E_STRICT
constant in PHP 8.4Fixed
trim()
med when it contains$
characterHow to install or update PHPUnit
v11.3.5
: PHPUnit 11.3.5Compare Source
Fixed
static
return type declaration is not properly initializedname
property on<testsuites>
element in JUnit XML logfileCallback
throws aTypeError
when checking acallable
has variadic parametersHow to install or update PHPUnit
v11.3.4
: PHPUnit 11.3.4Compare Source
Fixed
assertJsonStringEqualsJsonString()
considers objects with sequential numeric keys equal to be arraysCallback
constraint does not handle variadic arguments correctly when used for mock object expectations$
at the beginning gets truncated when used with a data providerdefault
groupHow to install or update PHPUnit
v11.3.3
: PHPUnit 11.3.3Compare Source
Added
failOnPhpunitDeprecation
attribute on the<phpunit>
element of the XML configuration file and--fail-on-phpunit-deprecation
CLI option for controlling whether PHPUnit deprecations should be considered when determining the test runner's shell exit code (default: do not consider)displayDetailsOnPhpunitDeprecations
attribute on the<phpunit>
element of the XML configuration file and--display-phpunit-deprecations
CLI option for controlling whether details on PHPUnit deprecations should be displayed (default: do not display)Changed
--fail-on-phpunit-deprecation
CLI option or thefailOnPhpunitDeprecation="true"
attribute on the<phpunit>
element of the XML configuration file.--display-phpunit-deprecations
CLI option or thedisplayDetailsOnPhpunitDeprecations
attribute on the<phpunit>
element of the XML configuration file.How to install or update PHPUnit
v11.3.2
: PHPUnit 11.3.2Compare Source
Changed
name
property on<testsuites>
element in JUnit XML logfile.phpstorm.meta.php
file as methods such asTestCase::createStub()
use generics / template types for their return types and PhpStorm, for example, uses that informationFixed
@
operatorHow to install or update PHPUnit
stevebauman/purify (stevebauman/purify)
v6.2.2
Compare Source
Added
<u>
(underline) tag to defaultHTML.Allowed
configuration - stevebauman/purify@a449299 - https://github.com/stevebauman/purify/issues/93vuejs/core (vue)
v3.5.10
Compare Source
Bug Fixes
v3.5.9
Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - "after 7am on the first day of the month,before 3pm on the first day of the month" in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by Renovate Bot.