Skip to content

Conversation

@blumilk-renovate
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change Pending
@inertiajs/vue3 (source) dependencies patch ^2.0.5 -> ^2.0.14
@vitejs/plugin-vue (source) dependencies patch ^5.2.3 -> ^5.2.4
@vue/compiler-sfc (source) dependencies patch ^3.5.13 -> ^3.5.17
actions/setup-node action minor v4.3.0 -> v4.4.0
alpine stage minor 3.21.3 -> 3.22.0
axios (source) dependencies minor ^1.8.4 -> ^1.10.0
axllent/mailpit (source) minor v1.24 -> v1.26 v1.27
barryvdh/laravel-debugbar require-dev patch ^3.15.2 -> ^3.15.4
composer stage patch 2.8.6 -> 2.8.9
composer/composer stage patch 2.8.6-bin -> 2.8.9-bin
docker/build-push-action action minor v6.15.0 -> v6.18.0
docker/setup-buildx-action action minor v3.10.0 -> v3.11.1
eslint (source) dependencies minor ^9.23.0 -> ^9.30.0
inertiajs/inertia-laravel require patch ^2.0.1 -> ^2.0.3
laravel-vite-plugin dependencies minor ^1.2.0 -> ^1.3.0
laravel/dusk (source) require-dev patch ^8.3.2 -> ^8.3.3
laravel/framework (source) require minor ^11.44.2 -> ^11.45.1
laravel/sanctum require minor ^4.0.8 -> ^4.1.1
laravel/socialite (source) require minor ^5.19.0 -> ^5.21.0
laravel/telescope require minor ^5.7.0 -> ^5.9.1
node uses-with minor 22.14.0 -> 22.17.0
node stage minor 22.14.0-bullseye-slim -> 22.17.0-bullseye-slim
nunomaduro/collision require-dev minor ^8.7.0 -> ^8.8.2
php patch 8.4.5 -> 8.4.7 8.4.8
php final patch 8.4.5-cli-bullseye -> 8.4.7-cli-bullseye 8.4.8-cli-bullseye
php stage patch 8.4.5-cli-bullseye -> 8.4.7-cli-bullseye 8.4.8-cli-bullseye
phpoffice/phpword (source) require minor ^1.3 -> ^1.4.0
phpunit/phpunit (source) require-dev patch ^11.5.15 -> ^11.5.25
postcss (source) dependencies patch ^8.5.3 -> ^8.5.6
postgres service digest 9e92988 -> b77bf42
postgres digest 9e92988 -> b77bf42
selenium/standalone-chrome digest e9c13f8 -> c8c0ce6
sentry/sentry-laravel (source) require minor ^4.13.0 -> ^4.15.1
shivammathur/setup-php action minor 2.32.0 -> 2.34.1
spatie/laravel-model-states require patch ^2.11.2 -> ^2.11.3
spatie/laravel-permission require minor ^6.16.0 -> ^6.20.0
vite (source) dependencies minor ^6.2.4 -> ^6.3.5
vue (source) dependencies patch ^3.5.13 -> ^3.5.17
xdebug/xdebug patch 3.4.2 -> 3.4.4

Release Notes

inertiajs/inertia (@​inertiajs/vue3)

v2.0.14

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.0.13...v2.0.14

v2.0.13

Compare Source

What's Changed
New Contributors

Full Changelog: inertiajs/inertia@v2.0.12...v2.0.13

v2.0.12

Compare Source

What's Changed
New Contributors

Full Changelog: inertiajs/inertia@v2.0.11...v2.0.12

v2.0.11

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.0.10...v2.0.11

v2.0.10

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.0.9...v2.0.10

v2.0.9

Compare Source

What's Changed
New Contributors

Full Changelog: inertiajs/inertia@v2.0.8...v2.0.9

v2.0.8

Compare Source

What's Changed
New Contributors

Full Changelog: inertiajs/inertia@v2.0.7...v2.0.8

v2.0.7

Compare Source

What's Changed
New Contributors

Full Changelog: inertiajs/inertia@v2.0.6...v2.0.7

v2.0.6

Compare Source

  • Deferred: More descriptive Deferred data prop error (#​2284)
  • Bump vite from 5.4.12 to 5.4.16 (#​2288)
  • Fix location return history decryption throwing error (#​2282)
  • Make isDirty reactive to defaults (#​2236)
  • Fix playground WhenVisible always (#​2203)
  • Wayfinder support (#​2290)
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.2.4

vuejs/core (@​vue/compiler-sfc)

v3.5.17

Compare Source

Bug Fixes

v3.5.16

Compare Source

Reverts

v3.5.15

Compare Source

Bug Fixes

v3.5.14

Compare Source

Bug Fixes
Features
actions/setup-node (actions/setup-node)

v4.4.0

Compare Source

What's Changed

Bug fixes:
Enhancement:
Dependency update:

New Contributors

Full Changelogactions/setup-node@v4...v4.4.0

axios/axios (axios)

v1.10.0

Compare Source

Bug Fixes
  • adapter: pass fetchOptions to fetch function (#​6883) (0f50af8)
  • form-data: convert boolean values to strings in FormData serialization (#​6917) (5064b10)
  • package: add module entry point for React Native; (#​6933) (3d343b8)
Features
Contributors to this release

v1.9.0

Compare Source

Bug Fixes
  • core: fix the Axios constructor implementation to treat the config argument as optional; (#​6881) (6c5d4cd)
  • fetch: fixed ERR_NETWORK mapping for Safari browsers; (#​6767) (dfe8411)
  • headers: allow iterable objects to be a data source for the set method; (#​6873) (1b1f9cc)
  • headers: fix getSetCookie by using 'get' method for caseless access; (#​6874) (d4f7df4)
  • headers: fixed support for setting multiple header values from an iterated source; (#​6885) (f7a3b5e)
  • http: send minimal end multipart boundary (#​6661) (987d2e2)
  • types: fix autocomplete for adapter config (#​6855) (e61a893)
Features
  • AxiosHeaders: add getSetCookie method to retrieve set-cookie headers values (#​5707) (80ea756)
Contributors to this release

1.8.4 (2025-03-19)

Bug Fixes
  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#​6833) (f10c2e0)
Contributors to this release

1.8.3 (2025-03-10)

Bug Fixes
  • add missing type for allowAbsoluteUrls (#​6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#​6814) (ec159e5)
Contributors to this release

1.8.2 (2025-03-07)

Bug Fixes
  • http-adapter: add allowAbsoluteUrls to path building (#​6810) (fb8eec2)
Contributors to this release

1.8.1 (2025-02-26)

Bug Fixes
  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#​6789) (36a5a62)
Contributors to this release
axllent/mailpit (axllent/mailpit)

v1.26

Feature
  • Store username with messages, auto-tag, and UI display (#​521)
  • Allow version checking to be disabled (#​524)
Chore
  • Apply linting to all JavaScript/Vue files with eslint & prettier
  • Update Go dependencies
  • Update node dependencies
Fix
  • Improve version polling, add thread safety and exponential backoff (#​523)
Test
  • Add JavaScript linting tests to CI
  • Add Go linting (gofmt) to CI

v1.25

Chore
  • Switch from unnecessary float64 to uint64 API values for App Information, message & attachment sizes
  • Extend latest version cache expiration from 5 to 15 minutes
  • Lighten outline-secondary buttons in dark mode
  • Add note to swagger docs about API date formats
  • Update Go dependencies
  • Update node dependencies
Fix
  • Update bootstrap5-tags to fix text pasting in message release modal (#​498)
barryvdh/laravel-debugbar (barryvdh/laravel-debugbar)

v3.15.4

Compare Source

What's Changed

Full Changelog: barryvdh/laravel-debugbar@v3.15.3...v3.15.4

v3.15.3

Compare Source

What's Changed

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@blumilk-renovate blumilk-renovate bot requested a review from a team as a code owner July 1, 2025 10:16
@blumilk-renovate blumilk-renovate bot added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code github-actions javascript Pull requests that update Javascript code php Pull requests that update Php code renovate labels Jul 1, 2025
@blumilk-renovate blumilk-renovate bot requested a review from Blusia July 1, 2025 10:16
@blumilk-renovate
Copy link
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update barryvdh/laravel-debugbar:3.15.4 inertiajs/inertia-laravel:2.0.3 laravel/dusk:8.3.3 laravel/framework:11.45.1 laravel/sanctum:4.1.1 laravel/socialite:5.21.0 laravel/telescope:5.9.1 nunomaduro/collision:8.8.2 phpoffice/phpword:1.4.0 phpunit/phpunit:11.5.25 sentry/sentry-laravel:4.15.1 spatie/laravel-model-states:2.11.3 spatie/laravel-permission:6.20.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes
Loading composer repositories with package information
Dependency guzzlehttp/guzzle is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency mockery/mockery is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires php ^8.4 but your php version (8.3.14) does not satisfy that requirement.


@blumilk-renovate
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@Blusia Blusia requested a review from EwelinaSkrzypacz July 2, 2025 09:16
@Blusia Blusia merged commit 7e9aa95 into main Jul 2, 2025
4 checks passed
@Blusia Blusia deleted the renovate/all-minor-patch-digest-pindigest branch July 2, 2025 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docker Pull requests that update Docker code github-actions javascript Pull requests that update Javascript code php Pull requests that update Php code renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants