Skip to content

Commit 4b765d0

Browse files
committed
5.7.5
1 parent f9bb364 commit 4b765d0

22 files changed

+87
-48
lines changed

bun.lockb

1.29 KB
Binary file not shown.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,5 @@
173173
},
174174
"minimum-stability": "dev",
175175
"prefer-stable": true,
176-
"version": "5.7.4"
176+
"version": "5.7.5"
177177
}

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/lodash": "^4.17.20",
1919
"@vue/babel-plugin-jsx": "^1.4.0",
2020
"@vue/babel-preset-jsx": "^1.4.0",
21-
"@vue/compiler-sfc": "^3.5.17",
21+
"@vue/compiler-sfc": "^3.5.18",
2222
"@vue/test-utils": "^2.4.6",
2323
"@vue/vue3-jest": "^27.0.0",
2424
"babel-jest": "^27.5.1",
@@ -34,20 +34,20 @@
3434
"postcss-rtlcss": "^3.7.2",
3535
"tailwindcss": "^3.4.17",
3636
"ts-loader": "^9.5.2",
37-
"typescript": "^5.8.3",
37+
"typescript": "^5.9.2",
3838
"vue-loader": "^17.4.2"
3939
},
4040
"dependencies": {
41-
"@floating-ui/vue": "^1.1.7",
41+
"@floating-ui/vue": "^1.1.8",
4242
"@headlessui/vue": "^1.7.23",
4343
"@heroicons/vue": "^2.2.0",
44-
"@inertiajs/vue3": "^2.0.14",
44+
"@inertiajs/vue3": "^2.0.17",
4545
"@popperjs/core": "^2.11.8",
46-
"@vue/compat": "^3.5.17",
46+
"@vue/compat": "^3.5.18",
4747
"@vueuse/core": "^10.11.1",
4848
"@vueuse/integrations": "^10.11.1",
4949
"autosize": "^4.0.4",
50-
"axios": "^1.10.0",
50+
"axios": "^1.11.0",
5151
"chartist": "^1.4.0",
5252
"chartist-plugin-tooltips-updated": "^1.0.0",
5353
"codemirror": "^5.65.19",
@@ -69,7 +69,7 @@
6969
"toastedjs": "0.0.2",
7070
"trix": "^2.1.15",
7171
"uid": "^2.0.2",
72-
"vue": "^3.5.17",
72+
"vue": "^3.5.18",
7373
"vuex": "^4.1.0"
7474
}
7575
}

public/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"/app.js": "/app.js?id=87d239958ba92b0e4bdae486a472e3bb",
2+
"/app.js": "/app.js?id=8b0adba6dc2243667e83739a6fa92538",
33
"/ui.js": "/ui.js?id=b8df0ca1161b86cfb1aca2b3b642e584",
44
"/manifest.js": "/manifest.js?id=3267e5c99fd7b729e2f38ec55b50397d",
55
"/app.css": "/app.css?id=4ac240e9b4c482451bf95d4161751414",
6-
"/vendor.js": "/vendor.js?id=553165b79452345e0b3e02a6c209ba6a",
6+
"/vendor.js": "/vendor.js?id=6ae7fe3f69a61c1b9893625b83d40c36",
77
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2?id=c8390e146be0a3c8a5498355dec892ae",
88
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2?id=b0735c7dd6126471acbaf9d6e9f5e41a",
99
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty1ciurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty1ciurt9w6fk2a.woff2?id=7c1fb232e3050e36dcc1aee61f1d0c06",

public/vendor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/vendor.js.LICENSE.txt

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@
485485

486486
/*! @license DOMPurify 3.2.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.5/LICENSE */
487487

488-
/*! Axios v1.10.0 Copyright (c) 2025 Matt Zabriskie and contributors */
488+
/*! Axios v1.11.0 Copyright (c) 2025 Matt Zabriskie and contributors */
489489

490490
/*! Hammer.JS - v2.0.7 - 2016-04-22
491491
* http://hammerjs.github.io/
@@ -496,13 +496,31 @@
496496
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
497497

498498
/**
499-
* @vue/runtime-dom v3.5.17
499+
* @vue/compiler-core v3.5.18
500500
* (c) 2018-present Yuxi (Evan) You and Vue contributors
501501
* @license MIT
502502
**/
503503

504504
/**
505-
* @vue/shared v3.5.17
505+
* @vue/compiler-dom v3.5.18
506+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
507+
* @license MIT
508+
**/
509+
510+
/**
511+
* @vue/runtime-core v3.5.18
512+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
513+
* @license MIT
514+
**/
515+
516+
/**
517+
* @vue/runtime-dom v3.5.18
518+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
519+
* @license MIT
520+
**/
521+
522+
/**
523+
* @vue/shared v3.5.18
506524
* (c) 2018-present Yuxi (Evan) You and Vue contributors
507525
* @license MIT
508526
**/

src/Fields/Attachments/StorePendingAttachment.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ class StorePendingAttachment
2525
/**
2626
* Create a new invokable instance.
2727
*
28-
* @return void
2928
*
3029
* @phpstan-param \Laravel\Nova\Fields\Field&\Laravel\Nova\Contracts\Storable $field
30+
*
31+
* @return void
3132
*/
3233
public function __construct(Storable $field)
3334
{

src/Fields/FieldElement.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,10 @@ public function hideWhenUpdating(callable|bool $callback = true)
118118
* Specify that the element should be visible on the index view.
119119
*
120120
* @param (callable(\Laravel\Nova\Http\Requests\NovaRequest, mixed):(bool))|bool $callback
121-
* @return $this
122121
*
123122
* @phpstan-param (callable(\Laravel\Nova\Http\Requests\NovaRequest, TMixedResource):(bool))|bool $callback
123+
*
124+
* @return $this
124125
*/
125126
public function showOnIndex(callable|bool $callback = true)
126127
{
@@ -133,9 +134,10 @@ public function showOnIndex(callable|bool $callback = true)
133134
* Specify that the element should be hidden from the detail view.
134135
*
135136
* @param (callable(\Laravel\Nova\Http\Requests\NovaRequest, mixed):(bool))|bool $callback
136-
* @return $this
137137
*
138138
* @phpstan-param (callable(\Laravel\Nova\Http\Requests\NovaRequest, TMixedResource):(bool))|bool $callback
139+
*
140+
* @return $this
139141
*/
140142
public function showOnDetail(callable|bool $callback = true)
141143
{

0 commit comments

Comments
 (0)