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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

blumilk-renovate[bot]
Copy link
Contributor

@blumilk-renovate blumilk-renovate bot commented Jan 1, 2025

This PR contains the following updates:

Package Type Update Change Pending
@heroicons/vue dependencies minor ^2.1.5 -> ^2.2.0
@inertiajs/vue3 (source) dependencies minor ^1.2.0 -> ^1.3.0
@typescript-eslint/eslint-plugin (source) devDependencies minor ^8.7.0 -> ^8.19.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.8
composer/composer stage minor 2.7.9-bin -> 2.8.4-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 patch ^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.36.1 11.37.0
laravel/sanctum require patch ^4.0.3 -> ^4.0.7
node stage minor 22.9.0-bullseye-slim -> 22.12.0-bullseye-slim
nunomaduro/collision require-dev patch ^8.4.0 -> ^8.5.0
php final minor 8.3.12-fpm-bullseye -> 8.4.2-fpm-bullseye
phpunit/phpunit (source) require-dev patch ^11.3.6 -> ^11.5.2
postcss (source) devDependencies patch ^8.4.47 -> ^8.4.49
shivammathur/setup-php action minor 2.31.1 -> 2.32.0
spatie/laravel-ignition (source) require-dev patch ^2.8.0 -> ^2.9.0
spatie/laravel-permission require patch ^6.9 -> ^6.10.1
tailwindcss (source) dependencies patch ^3.4.16 -> ^3.4.17
vite (source) devDependencies patch ^5.4.2 -> ^5.4.11
vue-tsc (source) devDependencies minor ^2.1.6 -> ^2.2.0

Release Notes

tailwindlabs/heroicons (@​heroicons/vue)

v2.2.0

Compare Source

Added
Fixed
  • Removed unnecessary clipping path from solid/arrow-left-circle (#​1211)
inertiajs/inertia (@​inertiajs/vue3)

v1.3.0

Compare Source

Added
Changed
  • Skip intercepting non-left button clicks on links (#​1908, #​1910)
  • Changed preserveScroll to be true on initial page visit (#​1360)
  • Return early when using router.on() during SSR (#​1715)
  • Use updater function in setData in useForm hook in React adapter (#​1859)
Fixed
  • Fix history navigation issue on Chrome iOS (#​1984, #​1992)
  • Fix setNavigationType for Safari 10 (#​1957)
  • Export InertiaFormProps in all adapters (#​1596, #​1734)
  • Fix isDirty after form.defaults() call in Vue 3 (#​1985)
  • Fix scroll reset on page navigation (#​1980)
  • Fix scroll position restoration for [scroll-region] elements (#​1782, #​1980)
  • Fix useForm re-renders by memoizing functions in React adapter (#​1607)
  • Fix doubling hash when using <React.StrictMode> (#​1728)
  • Fix type augmentation in Vue 3 adapter (#​1958)
  • Fix form helper transform return type in React adapter (#​1896)
  • Fix props reactivity in Svelte adapter (#​1969)
  • Fix <Render /> component to respect preserveState option in Svelte adapter (#​1943)
  • Fix 'received an unexpected slot "default"' warning in Svelte adapter (#​1941)
  • Fix command + click behavior on links in React adapter (#​2132)
  • Fix import in Svelte adapter (#​2002)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.19.0

Compare Source

🚀 Features
  • eslint-plugin: [strict-boolean-expressions] check array predicate functions' return statements (#​10106)
🩹 Fixes
  • eslint-plugin: [member-ordering] ignore method overloading (#​10536)
  • eslint-plugin: [consistent-indexed-object-style] don't report on indirect circular references (#​10537)
  • eslint-plugin: [array-type] autofix with conditional types needs parentheses (#​10522)
  • eslint-plugin: add getConstraintInfo to handle generic constraints better (#​10496)
❤️ Thank You

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

v8.18.2

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] handle noUncheckedIndexedAccess true (#​10514)
  • eslint-plugin: [consistent-type-assertions] allow default assertionStyle option (#​10512)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type/value context (#​10503)
  • eslint-plugin: [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter (#​10461)
  • eslint-plugin: [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid (#​10490)
  • eslint-plugin: [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (#​10473)
  • eslint-plugin: [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (#​10494)
  • eslint-plugin: [no-deprecated] not reporting usages of deprecated declared constants as object value (#​10498)
❤️ Thank You

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

v8.18.1

Compare Source

🩹 Fixes
  • scope-manager: visit params decorator before nest scope (#​10475)
  • eslint-plugin: [no-unnecessary-condition] better message when comparing between literal types (#​10454)
  • eslint-plugin: use consistent naming for asserting types and casting values (#​10472)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (#​10474)
  • eslint-plugin: handle string like index type (#​10460)
  • eslint-plugin: [no-unnecessary-template-expression] don't report when an expression includes comment (#​10444)
❤️ Thank You

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

v8.18.0

Compare Source

🚀 Features
  • eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#​10218)
  • eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#​10397)
🩹 Fixes
  • eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#​10436)
  • eslint-plugin: [no-base-to-string] handle more robustly when multiple toString() declarations are present for a type (#​10432)
  • eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#​10374)
  • typescript peer dependency (#​10373)
❤️ Thank You

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

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

Compare Source

Chore
  • Update node dependencies
  • Update Go dependencies
Fix
  • db: Remove unused FOREIGN KEY REFERENCES in message_tags table (#​374)

v1.21.7

Compare Source

Chore
  • Update node dependencies
  • Update Go dependencies
  • Bump Go version for automated testing
  • Move smtpd & pop3 modules to internal
  • Stricter SMTP 'MAIL FROM' & 'RCPT TO' handling (#​409)
  • Display "To" details in mobile messages list
  • Display "From" details in message sidebar (desktop) (#​403)
Fix
  • Ignore unsupported optional SMTP 'MAIL FROM' parameters (#​407)
  • Prevent splitting multi-byte characters in message snippets (#​404)
Testing
  • Add smtpd tests

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

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

Compare Source

v11.36.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 Jan 1, 2025
@blumilk-renovate blumilk-renovate bot requested a review from Blusia January 1, 2025 10:02
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch from b837984 to b7ceeea Compare January 3, 2025 10:01
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.

0 participants