- Update all non-major dependencies with digest and pinDigest #492
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
^3.4.38
->^3.5.10
v4.1.7
->v4.2.0
v4.0.3
->v4.0.4
3.20.2
->3.20.3
ff82a61
->cd75e91
^3.13.5
->^3.14.2
2.7.8
->2.7.9
^8.57.0
->^8.57.1
^9.27.0
->^9.28.0
^8.2.5
->^8.2.6
^11.21.0
->^11.25.0
^5.15.1
->^5.16.0
^2.9.0
->^2.10.0
^3.1.56
->^3.1.58
22.8.0-bullseye-slim
->22.9.0-bullseye-slim
8.3.11
->8.3.12
8.3.11-cli-bullseye
->8.3.12-cli-bullseye
8.3.11-cli-bullseye
->8.3.12-cli-bullseye
^11.3.1
->^11.3.6
^8.4.44
->^8.4.47
e600c23
->8e97b85
e600c23
->8e97b85
2613e32
->3e48c90
^4.8.0
->^4.9.0
^2.7.1
->^2.7.2
^3.4.10
->^3.4.13
^3.4.38
->^3.5.10
Release Notes
tailwindlabs/headlessui (@headlessui/vue)
v1.7.23
Compare Source
Fixed
useId
from Vue.js 3.5 when available (#3458)tailwindlabs/tailwindcss-forms (@tailwindcss/forms)
v0.5.9
Compare Source
Fixed
vuejs/core (@vue/compiler-sfc)
v3.5.10
Compare Source
Bug Fixes
v3.5.9
Compare Source
Bug Fixes
v3.5.8
Compare Source
Bug Fixes
v3.5.7
Compare Source
Bug Fixes
duration
setting even when it is0
(#11967) (f927a4a)Performance Improvements
v3.5.6
Compare Source
Bug Fixes
once
option should be ignored by watchEffect (#11884) (49fa673)v3.5.5
Compare Source
Bug Fixes
<textarea>
and<pre>
(a5f3c2e), closes #11873 #11874v3.5.4
Compare Source
Bug Fixes
TypeEmits
with both tuple and function syntax (#11840) (dad6738), closes #11836Performance Improvements
v3.5.3
Compare Source
Bug Fixes
v3.5.2
Compare Source
Bug Fixes
Features
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
barryvdh/laravel-debugbar (barryvdh/laravel-debugbar)
v3.14.2
Compare Source
What's Changed
You have an error in your SQL syntax
on sql copy by @erikn69 in https://github.com/barryvdh/laravel-debugbar/pull/1674Full Changelog: barryvdh/laravel-debugbar@v3.14.1...v3.14.2
v3.14.1
Compare Source
What's Changed
New Contributors
Full Changelog: barryvdh/laravel-debugbar@v3.14.0...v3.14.1
v3.14.0
Compare Source
What's Changed
This releases has a few improvements to various collectors:
This also updates prepares some settings which are experimental, like hiding empty tabs.
<code>
by @nuernbergerA in https://github.com/barryvdh/laravel-debugbar/pull/1652alert
on copy, and avoid params opening on link click by @erikn69 in https://github.com/barryvdh/laravel-debugbar/pull/1659New Contributors
Full Changelog: barryvdh/laravel-debugbar@v3.13.5...v3.14.0
eslint/eslint (eslint)
v8.57.1
Compare Source
Bug Fixes
a19072f
fix: add logic to handle fixTypes in the lintText() method (#18900) (Francesco Trotta)04c7188
fix: Don't lint same file multiple times (#18899) (Francesco Trotta)87ec3c4
fix: do not throw when defining a global named__defineSetter__
(#18898) (Francesco Trotta)60a1267
fix: Provide helpful error message for nullish configs (#18889) (Milos Djermanovic)a0dea8e
fix: allowname
in global ignores, fix--no-ignore
for non-global (#18875) (Milos Djermanovic)3836bb4
fix: do not crash on error infs.walk
filter (#18886) (Milos Djermanovic)2dec349
fix: skip processor code blocks that match only universal patterns (#18880) (Milos Djermanovic)Documentation
6a5add4
docs: v8.x Add EOL banner (#18744) (Amaresh S M)b034575
docs: v8.x add version support page to the dropdown (#18731) (Amaresh S M)760ef7d
docs: v8.x add version support page in the side navbar (#18740) (Amaresh S M)428b7ea
docs: Add Powered by Algolia label to the search (#18658) (Amaresh S M)c68c07f
docs: version selectors synchronization (#18265) (Milos Djermanovic)Build Related
35d366a
build: Support updates to previous major versions (#18870) (Milos Djermanovic)Chores
140ec45
chore: upgrade @eslint/js@8.57.1 (#18913) (Milos Djermanovic)bcdfc04
chore: package.json update for @eslint/js release (Jenkins)3f6ce8d
chore: pin vite-plugin-commonjs@0.10.1 (#18910) (Milos Djermanovic)9f07549
chore: ignore/docs/v8.x
in link checker (#18660) (Milos Djermanovic)vuejs/eslint-plugin-vue (eslint-plugin-vue)
v9.28.0
Compare Source
✨ Enhancements
New Rules
vue/max-props
rule that enforces the maximum number of props in Vue components.vue/require-default-export
rule that requires components to be thedefault
export.vue/max-template-depth
rule that enforces the maximum depth of<template>
.New Features
vue/define-macros-order
rule.additionalDirectives
option tovue/require-toggle-inside-transition
rule.🐛 Bug Fixes
vue/v-if-else-key
rule.vue/require-typed-object-prop
rule.v-model
directive invue/attribute-hyphenation
rule.vue/attribute-hyphenation
rule to skipv-bind.sync
.vue/no-deprecated-slot-attribute
rule to handlev-for
with dynamicslot
.vue/no-deprecated-slot-attribute
rule to skip dynamic components.⚙️ Updates
Full Changelog: vuejs/eslint-plugin-vue@v9.27.0...v9.28.0
laravel/dusk (laravel/dusk)
v8.2.6
Compare Source
preg_split()
also returningfalse
by @u01jmg3 in https://github.com/laravel/dusk/pull/1130laravel/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
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.