- Update all non-major dependencies with digest and pinDigest #134
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:
^2.1.5
->^2.2.0
^1.2.0
->^1.3.0
^8.7.0
->^8.19.0
^5.1.4
->^5.2.1
^11.1.0
->^11.3.0
v4.0.2
->v4.2.0
v4.2.0
->v4.2.2
v4.0.4
->v4.1.0
v1.20.5
->v1.21.8
2.7.9-bin
->2.8.4-bin
^3.17.4
->^3.17.5
^9.28.0
->^9.32.0
^1.23.1
->^1.24.1
^1.3.0
->^1.3.2
^1.0.5
->^1.1.1
^11.25.0
->^11.36.1
11.37.0
^4.0.3
->^4.0.7
22.9.0-bullseye-slim
->22.12.0-bullseye-slim
^8.4.0
->^8.5.0
8.3.12-fpm-bullseye
->8.4.2-fpm-bullseye
^11.3.6
->^11.5.2
^8.4.47
->^8.4.49
2.31.1
->2.32.0
^2.8.0
->^2.9.0
^6.9
->^6.10.1
^3.4.16
->^3.4.17
^5.4.2
->^5.4.11
^2.1.6
->^2.2.0
Release Notes
tailwindlabs/heroicons (@heroicons/vue)
v2.2.0
Compare Source
Added
Fixed
solid/arrow-left-circle
(#1211)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)typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.19.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.18.2
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.18.1
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.18.0
Compare Source
🚀 Features
🩹 Fixes
toString()
declarations are present for a type (#10432)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.17.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.16.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.15.0
Compare Source
🚀 Features
ignoreConditionalTests
involving boolean!
operator (#10299)no-unsafe-type-assertion
(#10051)🩹 Fixes
as const satisfies
(#10315)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.14.0
Compare Source
🚀 Features
await using
statements (#10209)🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v5.2.1
v5.2.0
v5.1.5
hash
to replacecreateHash
(#460) (de88394), closes #460vueuse/vueuse (@vueuse/core)
v11.3.0
Compare Source
🚀 Features
🐞 Bug Fixes
hash
mode missinglocation.search
- by @Huodoo, 霍冬冬 and @antfu in https://github.com/vueuse/vueuse/issues/4340 (e77ca)View changes on GitHub
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
v4.1.2
Compare Source
What's Changed
isGhes
logic by @jww3 in https://github.com/actions/cache/pull/14744.1.2
release by @Link- in https://github.com/actions/cache/pull/1477New Contributors
Full Changelog: actions/cache@v4...v4.1.2
v4.1.1
Compare Source
What's Changed
cache-hit
output by @joshmgross in https://github.com/actions/cache/pull/1467Full Changelog: actions/cache@v4.1.0...v4.1.1
v4.1.0
Compare Source
What's Changed
save-always
input by @joshmgross in https://github.com/actions/cache/pull/1452New Contributors
Full Changelog: actions/cache@v4.0.2...v4.1.0
actions/checkout (actions/checkout)
v4.2.2
Compare Source
url-helper.ts
now leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941isGhes
by @jww3 in https://github.com/actions/checkout/pull/1946v4.2.1
Compare Source
actions/setup-node (actions/setup-node)
v4.1.0
Compare Source
What's Changed
isGhes
logic by @jww3 in https://github.com/actions/setup-node/pull/1148This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
Note: This change may break previous cache keys as they will no longer be compatible with the new format.
New Contributors
Full Changelog: actions/setup-node@v4...v4.1.0
axllent/mailpit (axllent/mailpit)
v1.21.8
Compare Source
Chore
Fix
v1.21.7
Compare Source
Chore
Fix
Testing
v1.21.6
Compare Source
Feature
Chore
Fix
v1.21.5
Compare Source
Chore
v1.21.4
Compare Source
Bugfix
v1.21.3
Compare Source
Chore
v1.21.2
Compare Source
Feature
Chore
Fix
v1.21.1
Compare Source
Feature
larger:1M
/smaller:2.5M
)has:inline
)Chore
v1.21.0
Compare Source
Feature
Fix
v1.20.7
Compare Source
Chore
Fix
Testing
v1.20.6
Compare Source
Chore
vuejs/eslint-plugin-vue (eslint-plugin-vue)
v9.32.0
Compare Source
✨ Enhancements
checkMultiRootNodes
option tovue/no-duplicate-attr-inheritance
rule and changed to ignore multi-root components by default.ignoreElementNamespaces
option tovue/no-v-text-v-html-on-component
rule.ignoreTags
option tovue/attribute-hyphenation
rule andvue/v-on-event-hyphenation
rule.vue/restricted-component-names
rule that enforces using only specific component names.vue/slot-name-casing
rule that enforces specific casing for slot names.vue/require-explicit-slots
rule.shallowRef
invue/prefer-use-template-ref
rule.🐛 Bug Fixes
vue/prefer-use-template-ref
rule to only check root-level variables.Full Changelog: vuejs/eslint-plugin-vue@v9.31.0...v9.32.0
v9.31.0
Compare Source
✨ Enhancements
caseSensitive
option tovue/no-reserved-component-names
rule.vue/prefer-use-template-ref
rule that requires usinguseTemplateRef()
instead ofref()
for template refs.vue/no-empty-component-block
rule auto-fixable.🐛 Bug Fixes
v-bind:name
invue/require-explicit-slots
rule.⚙️ Updates
vue/define-macros-order
rule to skip TypeScriptdeclare
statements.Full Changelog: vuejs/eslint-plugin-vue@v9.30.0...v9.31.0
laravel/vite-plugin (laravel-vite-plugin)
v1.1.1
Compare Source
v1.1.0
Compare Source
v1.0.6
Compare Source
laravel/framework (laravel/framework)
v11.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/frameworkConfiguration
📅 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.