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

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

blumilk-renovate[bot]
Copy link
Contributor

@blumilk-renovate blumilk-renovate bot commented Dec 1, 2024

This PR contains the following updates:

Package Type Update Change Pending
@heroicons/vue dependencies minor ^2.1.5 -> ^2.2.0
@typescript-eslint/eslint-plugin (source) devDependencies minor ^8.7.0 -> ^8.17.0 8.18.0
@vitejs/plugin-vue (source) devDependencies minor ^5.1.4 -> ^5.2.1
@vueuse/core (source) dependencies minor ^11.1.0 -> ^11.3.0
actions/cache action minor v4.0.2 -> v4.2.0
actions/checkout action patch v4.2.0 -> v4.2.2
actions/setup-node action minor v4.0.4 -> v4.1.0
axllent/mailpit (source) minor v1.20.5 -> v1.21.6
composer/composer stage minor 2.7.9-bin -> 2.8.3-bin
eslint-plugin-tailwindcss devDependencies patch ^3.17.4 -> ^3.17.5
eslint-plugin-vue (source) devDependencies minor ^9.28.0 -> ^9.32.0
fakerphp/faker require-dev minor ^1.23.1 -> ^1.24.1
inertiajs/inertia-laravel require patch ^1.3.0 -> ^1.3.2
laravel-vite-plugin dependencies minor ^1.0.5 -> ^1.1.1
laravel/framework (source) require minor ^11.25.0 -> ^11.34.2 11.35.0
laravel/sanctum require patch ^4.0.3 -> ^4.0.6
nanoid dependencies patch ^5.0.7 -> ^5.0.9
node stage minor 22.9.0-bullseye-slim -> 22.12.0-bullseye-slim
nunomaduro/collision require-dev minor ^8.4.0 -> ^8.5.0
nunomaduro/larastan require-dev patch ^2.9.8 -> ^2.9.12
php final minor 8.3.12-fpm-bullseye -> 8.4.1-fpm-bullseye
phpunit/phpunit (source) require-dev minor ^11.3.6 -> ^11.5.0
postcss (source) devDependencies patch ^8.4.47 -> ^8.4.49
spatie/laravel-ignition (source) require-dev minor ^2.8.0 -> ^2.9.0
spatie/laravel-permission require minor ^6.9 -> ^6.10.1
tailwindcss (source) dependencies patch ^3.4.13 -> ^3.4.16
vite (source) devDependencies patch ^5.4.2 -> ^5.4.11
vue (source) dependencies patch ^3.5.10 -> ^3.5.13
vue-tsc (source) devDependencies patch ^2.1.6 -> ^2.1.10

Release Notes

tailwindlabs/heroicons (@​heroicons/vue)

v2.2.0

Compare Source

Added
Fixed
  • Removed unnecessary clipping path from solid/arrow-left-circle (#​1211)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.17.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#​10392)
🩹 Fixes
  • eslint-plugin: [promise-function-async] handle function overloading (#​10304)
  • eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#​10401)
  • eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#​10363)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.16.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] check Array.prototype.join (#​10287)
  • eslint-plugin: [max-params] add function overload and function type support (#​10312)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.15.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#​10299)
  • eslint-plugin: new rule no-unsafe-type-assertion (#​10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#​10192)
🩹 Fixes
  • utils: add defaultOptions to meta in rule (#​10339)
  • eslint-plugin: report deprecations used in default export (#​10330)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#​10315)
  • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#​10314)
  • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#​10301)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.14.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report unnecessary await using statements (#​10209)
  • eslint-plugin: [no-confusing-void-expression] add an option to ignore void<->void (#​10067)
🩹 Fixes
  • scope-manager: fix asserted increments not being marked as write references (#​10271)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#​10216)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#​10194)
❤️ 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

  • feat: add a feature option to support custom component id generator (#​461) (7a1fc4c), closes #​461

v5.1.5

vueuse/vueuse (@​vueuse/core)

v11.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
actions/cache (actions/cache)

v4.2.0

Compare Source

⚠️ Important Changes

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 or v3 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 or v3.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:

Full Changelog: actions/cache@v4...v4.2.0

v4.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.1.2

v4.1.1

Compare Source

What's Changed

Full Changelog: actions/cache@v4.1.0...v4.1.1

v4.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.0.2...v4.1.0

actions/checkout (actions/checkout)

v4.2.2

Compare Source

v4.2.1

Compare Source

actions/setup-node (actions/setup-node)

v4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-node@v4...v4.1.0

axllent/mailpit (axllent/mailpit)

v1.21.6

Compare Source

Feature
  • Include Mailpit label (if set) in webhook HTTP header (#​400)
  • Add support for sending inline attachments via HTTP API (#​399)
Chore
  • Update caniemail database
  • Update node dependencies
  • Update Go dependencies
Fix
  • Message view not updating when deleting messages from search (#​395)

v1.21.5

Compare Source

Chore
  • Update caniemail database
  • Update node dependencies
  • Update Go dependencies
  • Make symlink detection more specific to contain "sendmail" in the name (#​391)

v1.21.4

Compare Source

Bugfix
  • Fix external CSS stylesheet loading in HTML preview (#​388)

v1.21.3

Compare Source

Chore
  • Update Go dependencies
  • Minor UI tweaks
  • Mute Dart Sass deprecation notices
  • Update node dependencies
  • Upgrade Alpine packages on Docker build
  • Add swagger examples & API code restructure

v1.21.2

Compare Source

Feature
  • Add additional ignored flags to sendmail (#​384)
Chore
  • Remove legacy Tags column from message DB table
  • Update Go dependencies
  • Update node dependencies
Fix
  • Fix browser notification request on Edge (#​89)

v1.21.1

Compare Source

Feature
  • Add ability to search by size smaller or larger than a value (eg: larger:1M / smaller:2.5M)
  • Add ability to search for messages containing inline images (has:inline)
Chore
  • Update Go dependencies
  • Separate attachments and inline images in download nav and badges (#​379)

v1.21.0

Compare Source

Feature
  • Experimental Unix socket support for HTTPD & SMTPD (#​373)
Fix
  • Allow multiple item selection on macOS with Cmd-click (#​378)

v1.20.7

Compare Source

Chore
  • Update caniemail database
Fix
  • SQL error deleting a tag while using tenant-id (#​374)
Testing
  • Add tenantIDs to tests

v1.20.6

Compare Source

Chore
  • Bump Go compile version to 1.23
  • Update node modules
  • Update swagger file tests
  • Code cleanup
  • Update Go dependencies
  • Update minimum Go version (1.22.0)
  • Update node dependencies
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.32.0

Compare Source

✨ Enhancements

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.31.0...v9.32.0

v9.31.0

Compare Source

✨ Enhancements

🐛 Bug Fixes

⚙️ Updates

Full Changelog: vuejs/eslint-plugin-vue@v9.30.0...v9.31.0

FakerPHP/Faker (fakerphp/faker)

v1.24.1

Compare Source

What's Changed

New Contributors

Full Changelog: FakerPHP/Faker@v1.24.0...v1.24.1

v1.24.0

Compare Source

What's Changed

New Contributors

Full Changelog: FakerPHP/Faker@v1.23.1...v1.24.0

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

v1.3.2

Compare Source

  • [1.x] Fix PHP 8.4 deprecations (#​691)
  • [1.x] Ensure Inertia Response generate also compatible with Inertia.js 2 (#​692)

v1.3.1

Compare Source

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

Compare Source

v11.34.1

Compare Source

v11.34.0

Compare Source

v11.33.2

Compare Source

v11.33.1

Compare Source

v11.33.0

Compare Source


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 added dependencies renovate bot dependencies update docker Pull requests that update Docker code github-actions javascript Pull requests that update Javascript code php Pull requests that update Php code renovate renovate bot update labels Dec 1, 2024
@blumilk-renovate blumilk-renovate bot requested a review from Blusia December 1, 2024 10:02
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch 7 times, most recently from 268bfd3 to bf4a0eb Compare December 9, 2024 10:02
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch from bf4a0eb to 6cb581a Compare December 10, 2024 10:01
Blusia
Blusia previously approved these changes Dec 11, 2024
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch from 6cb581a to f368545 Compare December 11, 2024 10:01
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch from f368545 to 756ee22 Compare December 11, 2024 10:12
@AmonDeShir AmonDeShir requested a review from Blusia December 12, 2024 06:53
@AmonDeShir AmonDeShir merged commit 1a20886 into main Dec 12, 2024
5 checks passed
@AmonDeShir AmonDeShir deleted the renovate/all-minor-patch-digest-pindigest branch December 12, 2024 06:53
AmonDeShir added a commit that referenced this pull request Dec 12, 2024
AmonDeShir added a commit that referenced this pull request Dec 13, 2024
)

* create mail for close quiz action

* add queue:listen to makefile

* remove duplicate recipes

* split quiz controller logic into action files

* add tests for actions

* test user model

* remove randomness from test

* fix command name

* implement sending notification when quiz is closed

* fix wasClosedManually method

* prepare quizzes for testing

* fix filterArchivedQuizzes method

* add archived quiz to seeder

* fix code style

* fix no answer warning

* change number to int

* add return type

* move isClosingToday logic to sql

* revert to non-SQL version

* Revert "- Update all non-major dependencies with digest and pinDigest (#122)"

This reverts commit 1a20886.

* fix namespaces

* fix code style

* replace nunomaduro/larastan with larastan/larastan
AmonDeShir added a commit that referenced this pull request Dec 15, 2024
* create mail for close quiz action

* add queue:listen to makefile

* remove duplicate recipes

* split quiz controller logic into action files

* add tests for actions

* test user model

* remove randomness from test

* fix command name

* implement sending notification when quiz is closed

* fix wasClosedManually method

* prepare quizzes for testing

* fix filterArchivedQuizzes method

* add archived quiz to seeder

* fix code style

* fix no answer warning

* change number to int

* add return type

* move isClosingToday logic to sql

* revert to non-SQL version

* Revert "- Update all non-major dependencies with digest and pinDigest (#122)"

This reverts commit 1a20886.

* fix namespaces

* fix code style

* replace nunomaduro/larastan with larastan/larastan

* wip

* fix test

* fix test

* fix quiz header

* update isPublic translation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies renovate bot dependencies update docker Pull requests that update Docker code github-actions javascript Pull requests that update Javascript code php Pull requests that update Php code renovate renovate bot update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants