Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- Update all non-major dependencies with digest and pinDigest #492

Merged
merged 3 commits into from
Oct 1, 2024

Conversation

blumilk-renovate[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
@headlessui/vue (source) dependencies patch ^1.7.22 -> ^1.7.23
@tailwindcss/forms dependencies patch ^0.5.8 -> ^0.5.9
@vue/compiler-sfc (source) dependencies patch ^3.4.38 -> ^3.5.10
actions/checkout action minor v4.1.7 -> v4.2.0
actions/setup-node action patch v4.0.3 -> v4.0.4
alpine stage patch 3.20.2 -> 3.20.3
axllent/mailpit (source) digest ff82a61 -> cd75e91
barryvdh/laravel-debugbar require-dev minor ^3.13.5 -> ^3.14.2
composer stage patch 2.7.8 -> 2.7.9
eslint (source) devDependencies patch ^8.57.0 -> ^8.57.1
eslint-plugin-vue (source) devDependencies minor ^9.27.0 -> ^9.28.0
laravel/dusk (source) require-dev patch ^8.2.5 -> ^8.2.6
laravel/framework (source) require minor ^11.21.0 -> ^11.25.0
laravel/socialite (source) require minor ^5.15.1 -> ^5.16.0
laravel/tinker require minor ^2.9.0 -> ^2.10.0
maatwebsite/excel require patch ^3.1.56 -> ^3.1.58
node stage minor 22.8.0-bullseye-slim -> 22.9.0-bullseye-slim
php patch 8.3.11 -> 8.3.12
php final patch 8.3.11-cli-bullseye -> 8.3.12-cli-bullseye
php stage patch 8.3.11-cli-bullseye -> 8.3.12-cli-bullseye
phpunit/phpunit (source) require-dev patch ^11.3.1 -> ^11.3.6
postcss (source) dependencies patch ^8.4.44 -> ^8.4.47
postgres service digest e600c23 -> 8e97b85
postgres digest e600c23 -> 8e97b85
selenium/standalone-chrome digest 2613e32 -> 3e48c90
sentry/sentry-laravel (source) require minor ^4.8.0 -> ^4.9.0
spatie/laravel-model-states require patch ^2.7.1 -> ^2.7.2
tailwindcss (source) dependencies patch ^3.4.10 -> ^3.4.13
vue (source) dependencies patch ^3.4.38 -> ^3.5.10

Release Notes

tailwindlabs/headlessui (@​headlessui/vue)

v1.7.23

Compare Source

Fixed
  • use native useId from Vue.js 3.5 when available (#​3458)
tailwindlabs/tailwindcss-forms (@​tailwindcss/forms)

v0.5.9

Compare Source

Fixed
  • Fallback to static chevron color if theme is using variables (#​167)
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
  • reactivity: do not remove dep from depsMap when cleaning up deps of computed (#​11995) (0267a58)

v3.5.7

Compare Source

Bug Fixes
Performance Improvements

v3.5.6

Compare Source

Bug Fixes

v3.5.5

Compare Source

Bug Fixes

v3.5.4

Compare Source

Bug Fixes
Performance Improvements
  • reactivity: trigger deps directly instead of storing in an array first (#​11695) (f80d447)

v3.5.3

Compare Source

Bug Fixes
  • hydration: check __asyncHydrate presence for vue3-lazy-hydration compat (#​11825) (8e6c337), closes #​11793
  • Revert "fix(reactivity): self-referencing computed should refresh" (35c760f)
  • ssr: respect app.config.warnHandler during ssr (bf3d9a2), closes #​11830
  • Transition: handle KeepAlive child unmount in Transition out-in mode (#​11833) (6b7901d), closes #​11775
  • useId: make generated IDs selector compatible (babfb4c), closes #​11828

v3.5.2

Compare Source

Bug Fixes
Features
  • compiler-core: parse modifiers as expression to provide location data (#​11819) (3f13203)
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

Full 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:

  • new Pennant collector
  • new (visual) on-demand Explain option for Queries and layout improvements (improved copy button, exclude paths)

image

  • improved Gate collector now shows for which model the checks are
    image

This also updates prepares some settings which are experimental, like hiding empty tabs.

New 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: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)

Documentation

Build Related

  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)

Chores

vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.28.0

Compare Source

✨ Enhancements

New Rules
New Features

🐛 Bug Fixes

⚙️ Updates

  • #​2498 Renamed flat config names for inspector.

Full Changelog: vuejs/eslint-plugin-vue@v9.27.0...v9.28.0

laravel/dusk (laravel/dusk)

v8.2.6

Compare Source

laravel/framework (laravel/framework)

v11.25.0

Compare Source

v11.24.1

Compare Source

v11.24.0

Compare Source

v11.23.5

Compare Source

v11.23.4

Compare Source

v11.23.3

Compare Source

v11.23.2

Compare Source

v11.23.1

Compare Source

v11.23.0

Compare Source

  • [11.x] Fix $fail closure type in docblocks for validati

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.


  • 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 September 30, 2024 22:18
@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 Sep 30, 2024
Blusia
Blusia previously approved these changes Oct 1, 2024
@EwelinaSkrzypacz EwelinaSkrzypacz dismissed stale reviews from Blusia and themself via a2d8131 October 1, 2024 10:31
@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 merged commit eb82ad3 into main Oct 1, 2024
4 checks passed
@Blusia Blusia deleted the renovate/all-minor-patch-digest-pindigest branch October 1, 2024 11:12
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