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 #436

Merged
merged 3 commits into from
May 28, 2024
Merged

- Update all non-major dependencies #436

merged 3 commits into from
May 28, 2024

Conversation

blumilkbot
Copy link
Member

@blumilkbot blumilkbot commented May 20, 2024

This PR contains the following updates:

Package Type Update Change Pending
@headlessui/vue (source) dependencies patch ^1.7.15 -> ^1.7.22
@heroicons/vue dependencies patch ^2.0.18 -> ^2.1.3
@​inertiajs/progress dependencies minor ^0.1.2 -> ^0.2.7
@tailwindcss/forms dependencies patch ^0.5.4 -> ^0.5.7
@tailwindcss/typography dependencies patch ^0.5.9 -> ^0.5.13
@vitejs/plugin-vue (source) dependencies patch ^4.2.3 -> ^4.6.2
@vue/compiler-sfc (source) dependencies patch ^3.3.4 -> ^3.4.27
actions/checkout action patch v4.1.2 -> v4.1.6
actions/checkout action patch v4.1.4 -> v4.1.6
alpine stage minor 3.19.0 -> 3.20.0
autoprefixer dependencies patch ^10.4.14 -> ^10.4.19
axios (source) dependencies minor ^1.4.0 -> ^1.7.1 1.7.2
axllent/mailpit (source) minor v1.9 -> v1.18
barryvdh/laravel-debugbar require-dev patch ^3.13 -> ^3.13.5
barryvdh/laravel-dompdf require minor ^2.0 -> ^2.2.0
composer stage patch 2.7.4 -> 2.7.6
composer/composer stage patch 2.7.4-bin -> 2.7.6-bin
echarts (source) dependencies patch ^5.4.3 -> ^5.5.0
eslint (source) devDependencies patch ^8.46.0 -> ^8.57.0
eslint-plugin-vue (source) devDependencies minor ^9.21.1 -> ^9.26.0
fakerphp/faker require patch ^1.23 -> ^1.23.1
floating-vue (source) dependencies patch ^2.0.0-beta.24 -> ^2.0.0
guzzlehttp/guzzle (source) require patch ^7.8 -> ^7.8.1
inertiajs/inertia-laravel require minor ^1.0 -> ^1.2.0
laravel-vite-plugin dependencies patch ^0.8.0 -> ^0.8.1
laravel/dusk (source) require-dev patch ^8.0 -> ^8.2.0
laravel/framework (source) require minor ^11.1 -> ^11.7.0 11.8.0
laravel/sanctum require patch ^4.0 -> ^4.0.2
laravel/socialite (source) require minor ^5.12 -> ^5.14.0
laravel/telescope require patch ^5.0 -> ^5.0.5
luxon dependencies patch ^3.3.0 -> ^3.4.4
maatwebsite/excel require patch ^3.1 -> ^3.1.55
mockery/mockery require-dev patch ^1.6 -> ^1.6.12
node stage minor 22.1.0-bullseye-slim -> 22.2.0-bullseye-slim
nunomaduro/collision require-dev patch ^8.1 -> ^8.1.1
php patch 8.3.6 -> 8.3.7
php final patch 8.3.6-cli-bullseye -> 8.3.7-cli-bullseye
php stage patch 8.3.6-cli-bullseye -> 8.3.7-cli-bullseye
php require patch ^8.3 -> ^8.3.7
phpunit/phpunit (source) require-dev patch ^11.0 -> ^11.1.3
postcss (source) dependencies patch ^8.4.35 -> ^8.4.38
sentry/sentry-laravel (source) require patch ^4.2 -> ^4.5.1
spatie/laravel-ignition (source) require-dev patch ^2.5 -> ^2.7.0
spatie/laravel-model-states require patch ^2.6 -> ^2.7.1
spatie/laravel-permission require patch ^6.4 -> ^6.7.0
tailwindcss (source) dependencies patch ^3.3.3 -> ^3.4.3
vite (source) dependencies patch ^4.5.2 -> ^4.5.3
vue (source) dependencies patch ^3.3.4 -> ^3.4.27
vue-echarts dependencies patch ^6.6.0 -> ^6.7.2
vue-flatpickr-component dependencies patch ^11.0.3 -> ^11.0.5
vue-loader dependencies patch ^17.2.2 -> ^17.4.2
vue-material-design-icons dependencies patch ^5.2.0 -> ^5.3.0

Release Notes

tailwindlabs/headlessui (@​headlessui/vue)

v1.7.22

Compare Source

Fixed
  • Don’t cancel touchmove on input elements inside a dialog (#​3166)
  • Ensure clicking a ComboboxOption after filtering the options, correctly triggers a change (#​3180)
vuejs/core (@​vue/compiler-sfc)

v3.4.27

Compare Source

Bug Fixes
actions/checkout (actions/checkout)

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

axios/axios (axios)

v1.7.1

Compare Source

Bug Fixes
  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#​6410) (733f15f)
Contributors to this release

v1.7.0

Compare Source

Features
Bug Fixes
Contributors to this release
axllent/mailpit (axllent/mailpit)

v1.18

Chore
  • Update Go dependencies
  • Update node dependencies
Feature
Fix
  • Add dot stuffing for POP3 (#​300)

v1.17

Chore
  • Update node dependencies
  • Update Go dependencies
  • Clearer error messages for read/write permission failures (#​281)
Fix
  • Prevent error when two identical tags are added at the exact same time (#​283)

v1.16

Chore
  • Update caniemail test database
  • Update node dependencies
  • Update Go dependencies
  • Switch database flag/env to --database / MP_DATABASE
Feature
  • Search support for before: and after: dates (#​252)
  • Add optional tenant ID to isolate data in shared databases (#​254)
  • Option to use rqlite database storage (#​254)
Fix
  • Remove duplicated authentication check (#​276)
  • Prevent conditional JS error when global mailbox tag list is modified via auto/plus-address tagging while viewing a message
  • Extract plus addresses from email addresses only, not names

v1.15

Chore
  • Code cleanup, remove redundant functionality
  • Add labels to Docker image (#​267)
Feature
  • Add readyz subcommand for Docker healthcheck (#​270)

v1.14

Chore
  • Update caniemail test data
  • Reorder CLI flags to group by related functionality
Feature
  • Allow setting SMTP relay configuration values via environment variables (#​262)

v1.13

API
  • Include Reply-To information in message summaries for message list & websocket events
Chore
  • Update node dependencies
  • Update Go dependencies
  • Compress database only when >= 1% of total message size has been deleted
  • Update "About" modal layout when new version is available
Feature
  • Add reply-to: search filter (#​247)

v1.12

Chore
  • Significantly increase database performance using WAL (Write-Ahead-Log)
  • Standardize error logging & formatting
Feature
  • Add option to only allow SMTP recipients matching a regular expression (disable open-relay behaviour #​219)
Fix
  • Log total deleted messages when auto-pruning messages (--max)
  • Prevent rare error from websocket connection (unexpected non-whitespace character)
  • Log total deleted messages when deleting all messages from search
Libs
  • Update node modules
Tests
  • Run tests on Linux, Windows & Mac
UI
  • Automatically refresh connected browsers if Mailpit is upgraded (version change)

v1.11

Fix
  • Fix regression to support for search query params to all /latest endpoints (#​206)
Libs
  • Update node modules
  • Update Go modules
Testing
  • Add new ingest subcommand to import an email file or maildir folder over SMTP
UI
  • Allow multiple tags to be searched using Ctrl-click (#​216)

v1.10

Fix
  • Remove JS debug information for favicon
barryvdh/laravel-dompdf (barryvdh/laravel-dompdf)

v2.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: barryvdh/laravel-dompdf@v2.1.1...v2.2.0

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

v9.26.0

Compare Source

✨ Enhancements

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.25.0...v9.26.0

inertiajs/inertia-laravel (inertiajs/inertia-laravel)

v1.2.0

Compare Source

v1.1.0

Compare Source

laravel/framework (laravel/framework)

v11.7.0

Compare Source

laravel/socialite (laravel/socialite)

v5.14.0

Compare Source

laravel/telescope (laravel/telescope)

v5.0.5

Compare Source

mockery/mockery (mockery/mockery)

v1.6.12

Compare Source

Changed
Fixed
Security
nodejs/node (node)

v22.2.0: 2024-05-15, Version 22.2.0 (Current), @​targos

Compare Source

Notable Changes
  • [fb85d38e80] - (SEMVER-MINOR) cli: allow running wasm in limited vmem with --disable-wasm-trap-handler (Joyee Cheung) #​52766
  • [23a0d3339f] - doc: add pimterry to collaborators (Tim Perry) #​52874
  • [7d7a762156] - (SEMVER-MINOR) fs: allow 'withFileTypes' to be used with globs (Aviv Keller) #​52837
  • [8748dd6477] - (SEMVER-MINOR) inspector: introduce the --inspect-wait flag (Kohei Ueno) #​52734
  • [9a7ae9b6c4] - lib,src: remove --experimental-policy (Rafael Gonzaga) #​52583
  • [1f7c2a93fc] - (SEMVER-MINOR) perf_hooks: add deliveryType and responseStatus fields (Matthew Aitken) #​51589
  • [2f59529dc5] - (SEMVER-MINOR) test_runner: support test plans (Colin Ihrig) #​52860
  • [6b4dac3eb5] - (SEMVER-MINOR) zlib: expose zlib.crc32() (Joyee Cheung) #​52692
Commits

Configuration

📅 Schedule: Branch creation - "after 7am every weekday,before 3pm every weekday" 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.

@blumilkbot blumilkbot requested a review from a team as a code owner May 20, 2024 10:42
@blumilkbot blumilkbot 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 May 20, 2024
@blumilkbot blumilkbot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0bdcb9b to b9f664c Compare May 23, 2024 10:03
Copy link
Member

@EwelinaSkrzypacz EwelinaSkrzypacz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I run make init (after docker compose down -v I see error

image

@mtracz
Copy link
Member

mtracz commented May 24, 2024

@EwelinaSkrzypacz
This PR should fix this issue.

@blumilkbot blumilkbot force-pushed the renovate/all-minor-patch branch from b9f664c to e98979c Compare May 24, 2024 08:41
@mtracz
Copy link
Member

mtracz commented May 24, 2024

@EwelinaSkrzypacz
make init should now works fine. PHP image is updated to the same version as in composer.json.

Copy link
Member

@EwelinaSkrzypacz EwelinaSkrzypacz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I run make run I see this information

image

@mtracz
Copy link
Member

mtracz commented May 24, 2024

@EwelinaSkrzypacz
I simplified unit application type to php instead strict version. For now it is easier than writing custom manager for this update. Anyway php type will use latest available module version which is fine.

@blumilkbot
Copy link
Member 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.

Copy link
Member

@EwelinaSkrzypacz EwelinaSkrzypacz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I want as an administrator create a vacation request, I can't choose type od request and I see error in the console

image

EDIT: on beta works, on local too - I had to change URL

# Conflicts:
#	.github/workflows/deploy-to-beta-manually.yml
#	.github/workflows/deploy-to-prod.yml
#	.github/workflows/test-and-lint-js.yml
#	.github/workflows/test-and-lint-php.yml
#	docker-compose.yml
#	environment/dev/app/Dockerfile
#	environment/prod/app/Dockerfile
@Blusia Blusia requested a review from mtracz May 28, 2024 07:59
@Blusia Blusia merged commit 995e266 into main May 28, 2024
4 checks passed
@Blusia Blusia deleted the renovate/all-minor-patch branch May 28, 2024 08:02
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.

4 participants