- Update all non-major dependencies with digest and pinDigest #42
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.2.0
->^1.3.0
^0.5.9
->^0.5.10
^0.5.15
->^0.5.16
v4.1.2
->v4.2.0
v4.1.0
->v4.2.0
v1.21.5
->v1.22.1
v1.22.2
2.8.3-bin
->2.8.5-bin
^3.17.5
->^3.18.0
^1.3.1
->^1.3.2
^1.1.1
->^1.2.0
^11.34.2
->^11.41.3
^4.0.5
->^4.0.8
^2.10.0
->^2.10.1
22.12.0-bullseye-slim
->22.13.1-bullseye-slim
^8.5.0
->^8.6.1
^2.9.12
->^2.9.14
8.3.12-fpm-bullseye
->8.4.3-fpm-bullseye
^11.4.4
->^11.5.7
^8.4.49
->^8.5.1
2.31.1
->2.32.0
^3.4.16
->^3.4.17
^2.1.10
->^2.2.0
Release Notes
inertiajs/inertia (@inertiajs/vue3)
v1.3.0
Compare Source
Added
Changed
preserveScroll
to betrue
on initial page visit (#1360)router.on()
during SSR (#1715)setData
inuseForm
hook in React adapter (#1859)Fixed
setNavigationType
for Safari 10 (#1957)InertiaFormProps
in all adapters (#1596, #1734)isDirty
afterform.defaults()
call in Vue 3 (#1985)[scroll-region]
elements (#1782, #1980)useForm
re-renders by memoizing functions in React adapter (#1607)<React.StrictMode>
(#1728)transform
return type in React adapter (#1896)<Render />
component to respectpreserveState
option in Svelte adapter (#1943)tailwindlabs/tailwindcss-forms (@tailwindcss/forms)
v0.5.10
Compare Source
Fixed
tailwindlabs/tailwindcss-typography (@tailwindcss/typography)
v0.5.16
Compare Source
Fixed
actions/cache (actions/cache)
v4.2.0
Compare Source
The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version
v4
orv3
as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0
orv3.4.0
If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
Read more about the change & access the migration guide: reference to the announcement.
Minor changes
Minor and patch version updates for these dependencies:
1.11.1
1.1.3
0.38.3
Full Changelog: actions/cache@v4...v4.2.0
actions/setup-node (actions/setup-node)
v4.2.0
Compare Source
What's Changed
@actions/cache
to^4.0.0
by @priyagupta108 in https://github.com/actions/setup-node/pull/1191New Contributors
Full Changelog: actions/setup-node@v4...v4.2.0
axllent/mailpit (axllent/mailpit)
v1.22.1
Compare Source
Feature
Chore
v1.22.0
Compare Source
Feature
Chore
Fix
npm run update-caniemail
save path (#422)v1.21.8
Compare Source
Chore
Fix
v1.21.7
Compare Source
Chore
Fix
Testing
v1.21.6
Compare Source
Feature
Chore
Fix
francoismassart/eslint-plugin-tailwindcss (eslint-plugin-tailwindcss)
v3.18.0
Compare Source
enforces-shorthand
rule now supportplace-content-*
/place-items-*
/place-self-*
enforces-shorthand
does not work forh-
&w-
when prefixed (by Kamahl19 🙏)inertiajs/inertia-laravel (inertiajs/inertia-laravel)
v1.3.2
Compare Source
laravel/vite-plugin (laravel-vite-plugin)
v1.2.0
Compare Source
laravel/framework (laravel/framework)
v11.41.3
Compare Source
v11.41.2
Compare Source
v11.41.1
Compare Source
Macroable
andfill()
toSupport\Fluent
by @stevebauman in https://github.com/laravel/framework/pull/54404loadTranslationsFrom
function for simplicity and clarity by @selcukcukur in https://github.com/laravel/framework/pull/54407v11.41.0
Compare Source
TestComponent
to be macroable by @ziadoz in https://github.com/laravel/framework/pull/54359explodeExplicitRule
to support Customizable Date Validation by @mrvipchien in https://github.com/laravel/framework/pull/54353addPath()
method to theLang
facade and theTranslator
class. by @selcukcukur in https://github.com/laravel/framework/pull/54347Date
facade for storing the password confirmation timestamp by @crynobone in https://github.com/laravel/framework/pull/54383v11.40.0
Compare Source
schedule:test
on commands using runInBackground by @dallyger in https://github.com/laravel/framework/pull/54321/tests
directory by @browner12 in https://github.com/laravel/framework/pull/54325whereMorphedTo
/whereNotMorphedTo
by @gdebrauwer in https://github.com/laravel/framework/pull/54324v11.39.1
Compare Source
v11.39.0
Compare Source
ValidatedInput
functions withInteractsWithData
trait by @stevebauman in https://github.com/laravel/framework/pull/54208Email
validation rule custom translation messages by @SanderMuller in https://github.com/laravel/framework/pull/54202optimize:clear
andoptimize
by @cosmastech in https://github.com/laravel/framework/pull/54197UseFactory
by @cosmastech in https://github.com/laravel/framework/pull/54215Rule::email()
tests by @SanderMuller in https://github.com/laravel/framework/pull/54226BladeComponentTagCompilerTest
underIlluminate\Tests\View\Blade
by @AhmedAlaa4611 in https://github.com/laravel/framework/pull/54233addPath()
Allow adding new path for translation loader. by @selcukcukur in https://github.com/laravel/framework/pull/54277v11.38.2
Compare Source
qualifyColumn
Helper Method by @SanderMuller in https://github.com/laravel/framework/pull/54187v11.38.1
Compare Source
v11.38.0
Compare Source
RefreshDatabase
by @SjorsO in https://github.com/laravel/framework/pull/54075HasUniqueStringIds
trait by @hafezdivandari in https://github.com/laravel/framework/pull/54096finally
method to pipeline helper by @nunomaduro in https://github.com/laravel/framework/pull/54110Eloquent/Builder
pluck method by @MattBradleyDev in https://github.com/laravel/framework/pull/54130@mixin
onSoftDeletes
trait by @nunomaduro in https://github.com/laravel/framework/pull/54140times()
calls by @browner12 in https://github.com/laravel/framework/pull/54141optimize
andoptimize:clear
commands by @jonerickson in https://github.com/laravel/framework/pull/54070USE database
statement by @TheLevti in https://github.com/laravel/framework/pull/54132Email
validation rule by @SanderMuller in https://github.com/laravel/framework/pull/54067Dispatchable::newPendingDispatch()
by @cosmastech in https://github.com/laravel/framework/pull/54153FormRequest::array($key)
andFluent::array($key)
by @stevebauman in https://github.com/laravel/framework/pull/54177HasRelationships
generic by @SanderMuller in https://github.com/laravel/framework/pull/54174PendingDispatch@getJob()
by @cosmastech in https://github.com/laravel/framework/pull/54158v11.37.0
Compare Source
Dumpable
trait toUri
by @nuernbergerA in https://github.com/laravel/framework/pull/53960$ignoreCase
option toStr::is
by @stevebauman in https://github.com/laravel/framework/pull/53981withoutQuery
method to accept string or array input by @1weiho in https://github.com/laravel/framework/pull/53973Illuminate\Http\Response
to output empty string if$content
is set tonull
by @crynobone in https://github.com/laravel/framework/pull/53872whereDoesntHaveRelation
,whereMorphDoesntHaveRelation
and their variants withOR
by @andrey-helldar in https://github.com/laravel/framework/pull/53996RefreshDatabase
transaction was committed by @SjorsO in https://github.com/laravel/framework/pull/53997Illuminate\Support\Uri
on testing HTTP Requests by @crynobone in https://github.com/laravel/framework/pull/54038null
&*
key given indata_get
by @jwjenkin in https://github.com/laravel/framework/pull/54059v11.36.1
Compare Source
getJob()
method toPendingDispatch
class + Introduced tests by @pascalbaljet in https://github.com/laravel/framework/pull/53951v11.36.0
Compare Source
config/mail.php
with supported configuration by @crynobone in https://github.com/laravel/framework/pull/53874enum_value()
to be use in standaloneilluminate/collections
by @crynobone in https://github.com/laravel/framework/pull/53871Uri
andUriQueryString
implementStringable
by @cosmastech in https://github.com/laravel/framework/pull/53873new Stringable
overStr::of
andstr()
by @lucasmichot in https://github.com/laravel/framework/pull/53883Uri
class to default, global aliases by @jasonmccreary in https://github.com/laravel/framework/pull/53884loadMissing
by @SychO9 in https://github.com/laravel/framework/pull/53879numericAggregate
on eloquent builder by @AmirRezaM75 in https://github.com/laravel/framework/pull/53880new Fluent
overfluent()
helper by @lucasmichot in https://github.com/laravel/framework/pull/53890Collection::wrap
by @lucasmichot in https://github.com/laravel/framework/pull/53891Collection::range
by @lucasmichot in https://github.com/laravel/framework/pull/53895schema:dump --prune
command by @andrey-helldar in https://github.com/laravel/framework/pull/53870blank
Helper from Serializing Eloquent Models by @SanderMuller in https://github.com/laravel/framework/pull/53911Fluent::set
method by @stevebauman in https://github.com/laravel/framework/pull/53946v11.35.1
Compare Source
Illuminate\Database\Query\Builder
by @jnoordsij in https://github.com/laravel/framework/pull/53841DatabaseTruncation
trait by introducingConnection::withoutTablePrefix()
method by @hafezdivandari in https://github.com/laravel/framework/pull/53842Configuration
📅 Schedule: Branch creation - "* * 1 */3 *" 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.