Skip to content

Update all minor dependencies#287

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/update-minor-dependencies
Open

Update all minor dependencies#287
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/update-minor-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 12, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@fontsource/nunito (source) 5.1.05.2.7 age confidence dependencies minor
@fortawesome/fontawesome-free (source) 6.6.06.7.2 age confidence dependencies minor
@vitejs/plugin-vue (source) 5.1.45.2.4 age confidence devDependencies minor
alpinejs (source) 3.14.33.15.8 age confidence devDependencies minor
axios (source) 1.7.71.13.5 age confidence devDependencies minor
brianium/paratest 7.5.77.19.0 age confidence require-dev minor
chart.js (source) 4.4.54.5.1 age confidence dependencies minor
fakerphp/faker 1.23.11.24.1 age confidence require-dev minor
friendsofphp/php-cs-fixer 3.64.03.94.1 age confidence require-dev minor
larastan/larastan 2.9.82.11.2 age confidence require-dev minor
laravel-vite-plugin 1.0.51.3.0 age confidence devDependencies minor
laravel-vue-i18n 2.7.72.8.0 age confidence dependencies minor
laravel/breeze 2.2.22.3.8 age confidence require-dev minor
laravel/framework (source) 11.27.211.48.0 age confidence require minor
laravel/passport 12.3.012.4.2 age confidence require minor
laravel/sail 1.35.01.53.0 age confidence require-dev minor
laravel/tinker 2.10.02.11.1 age confidence require minor
laravel/ui 4.5.24.6.1 age confidence require minor
node (source) 20.18.020.20.0 age confidence minor
nunomaduro/collision 8.4.08.9.1 age confidence require-dev minor
phpunit/phpunit (source) 11.4.111.5.55 age confidence require-dev minor
postcss (source) 8.4.478.5.6 age confidence devDependencies minor
sass 1.77.61.97.3 age confidence devDependencies minor
spatie/laravel-html 3.11.03.12.3 age confidence require minor
spatie/laravel-ignition (source) 2.8.02.10.0 age confidence require-dev minor
sweetalert2 (source) 11.14.311.26.19 age confidence dependencies minor
vite-plugin-pwa ^0.20.5^0.21.0 age confidence devDependencies minor
workbox-precaching (source) 7.1.07.4.0 age confidence dependencies minor
workbox-routing (source) 7.1.07.4.0 age confidence dependencies minor
workbox-window (source) 7.1.07.4.0 age confidence dependencies minor

Release Notes

fontsource/font-files (@​fontsource/nunito)

v5.2.7

Compare Source

v5.2.6

Compare Source

v5.2.5

Compare Source

v5.2.4

Compare Source

v5.2.1

Compare Source

v5.2.0

Compare Source

v5.1.1

Compare Source

FortAwesome/Font-Awesome (@​fortawesome/fontawesome-free)

v6.7.2

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.7.1

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.7.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.2.4

Features
  • plugin-vue: use transformWithOxc if rolldown-vite is detected (#​584) (6ac8e3a)
Bug Fixes
  • plugin-vue: handle sourcemap with empty script code (#​585) (7f73970)
  • plugin-vue: when the resource path contains chinese characters, dev/build is inconsistent (#​550) (5f6affe)
Miscellaneous Chores

v5.2.3

5.2.3 (2025-03-17)

v5.2.2

Features
  • css: tree shake scoped styles (#​533) (333094f)
  • pass descriptor vapor flag to compileTemplte (219e007)
Bug Fixes
  • deps: update all non-major dependencies (#​482) (cdbae68)
  • deps: update all non-major dependencies (#​488) (5d39582)
  • generate unique component id (#​538) (2704e85)
  • index: move the if check earlier to avoid creating unnecessary ssr when entering return block (#​523) (2135c84)
  • plugin-vue: default value for compile time flags (#​495) (ae9d948)
  • plugin-vue: ensure HMR updates styles when SFC is treated as a type dependency (#​541) (4abe3be)
  • plugin-vue: resolve sourcemap conflicts in build watch mode with cached modules (#​505) (906cebb)
  • plugin-vue: support external import URLs for monorepos (#​524) (cdd4922)
  • plugin-vue: support vapor template-only component (#​529) (95be153)
  • plugin-vue: suppress warnings for non-recognized pseudo selectors form lightningcss (#​521) (15c0eb0)
  • properly interpret boolean values in define (#​545) (46d3d65)
Miscellaneous Chores

v5.2.1

Miscellaneous Chores

v5.2.0

Features
  • add a feature option to support custom component id generator (#​461) (7a1fc4c)

v5.1.5

Bug Fixes
Performance Improvements
Miscellaneous Chores
alpinejs/alpine (alpinejs)

v3.15.8

Compare Source

Fixed

  • Flush x-model.blur value before form submit handlers run #​4729

v3.15.7

Compare Source

Fixed

  • Fix $watch firing callback when primitive value unchanged #​4732

v3.15.6

Compare Source

Added

  • Add reactive effect transactions #​4731

v3.15.5

Compare Source

Added
  • feat(x-model): add .change, .blur, and .enter event modifiers #​4728

v3.15.4

Compare Source

Fixed

  • Fix sort auto evaluation #​4716
  • Fix duplicate attribute/value situations

v3.15.3

Compare Source

Changes

  • Improve evaluator #​4711
  • fix add support for ShadowRoot in findClosest function and export of injectMagics/initInterceptors #​4699
  • fix(docs): initialise data, fix typo in x-on example #​4701

v3.15.2

Compare Source

Changes

v3.15.1

Compare Source

Changed

  • x-sort improvements
  • CSP build allowGlobals now defaults to false instead of true

v3.15.0

Compare Source

Changed
  • Improve CSP build #​4671
  • Add Alpine.morphBetween() #​4629
  • style: use let instead of var in x-model.js #​4645
  • style: use let/const instead of var in debounce.js #​4644
  • style: remove useless param #​4650
  • feat(persist): add 'exports' field for proper ESM/CJS resolution #​4611
  • Fix Chrome warning when using x-trap.inert #​4640
  • Fixes license #​4647

v3.14.9

Compare Source

What's Changed

New Contributors

Full Changelog: alpinejs/alpine@v3.14.8...v3.14.9

v3.14.8

Compare Source

Fixed

  • Fix x-mask triggering update requests on load #​4481

v3.14.7

Compare Source

Fixed

  • Fix x-teleport by removing clone x-ignore #​4469

v3.14.6

Compare Source

Fixed
  • Fix regression on x-ignore when removed #​4458

v3.14.5

Compare Source

Changed
  • Optimize mutation observer to better handle move operations - ref #​4450 #​4451
  • 🐛 Fixes Regression in Mutation handling #​4450

v3.14.4

Compare Source

What's Changed

Full Changelog: alpinejs/alpine@v3.14.3...v3.14.4

axios/axios (axios)

v1.13.5

Compare Source

Release 1.13.5

Highlights
  • Security: Fixed a potential Denial of Service issue involving the __proto__ key in mergeConfig. (PR #​7369)
  • Bug fix: Resolved an issue where AxiosError could be missing the status field on and after v1.13.3. (PR #​7368)
Changes
Security
  • Fix Denial of Service via __proto__ key in mergeConfig. (PR #​7369)
Fixes
  • Fix/5657. (PR #​7313)
  • Ensure status is present in AxiosError on and after v1.13.3. (PR #​7368)
Features / Improvements
  • Add input validation to isAbsoluteURL. (PR #​7326)
  • Refactor: bump minor package versions. (PR #​7356)
Documentation
  • Clarify object-check comment. (PR #​7323)
  • Fix deprecated Buffer constructor usage and README formatting. (PR #​7371)
CI / Maintenance
  • Chore: fix issues with YAML. (PR #​7355)
  • CI: update workflow YAMLs. (PR #​7372)
  • CI: fix run condition. (PR #​7373)
  • Dev deps: bump karma-sourcemap-loader from 0.3.8 to 0.4.0. (PR #​7360)
  • Chore(release): prepare release 1.13.5. (PR #​7379)
New Contributors

Full Changelog: axios/axios@v1.13.4...v1.13.5

v1.13.4

Compare Source

Overview

The release addresses issues discovered in v1.13.3 and includes significant CI/CD improvements.

Full Changelog: v1.13.3...v1.13.4

What's New in v1.13.4

Bug Fixes
  • fix: issues with version 1.13.3 (#​7352) (ee90dfc)
    • Fixed issues discovered in v1.13.3 release
    • Cleaned up interceptor test files
    • Improved workflow configurations
Infrastructure & CI/CD
  • refactor: ci and build (#​7340) (8ff6c19)

    • Major refactoring of CI/CD workflows
    • Consolidated workflow files for better maintainability
    • Added mise configuration for the development environment
    • Improved sponsor block update automation
    • Enhanced issue and PR templates
    • Added automatic release notes generation
    • Implemented workflow cancellation for concurrent runs
  • chore: codegen and some updates to workflows (76cf77b)

    • Code generation improvements
    • Workflow optimisations

Migration Notes

Breaking Changes

None in this release.

Deprecations

None in this release.

Contributors

Thank you to all contributors who made this release possible! Special thanks to:

v1.13.3

Compare Source

Bug Fixes
  • http2: Use port 443 for HTTPS connections by default. (#​7256) (d7e6065)
  • interceptor: handle the error in the same interceptor (#​6269) (5945e40)
  • main field in package.json should correspond to cjs artifacts (#​5756) (7373fbf)
  • package.json: add 'bun' package.json 'exports' condition. Load the Node.js build in Bun instead of the browser build (#​5754) (b89217e)
  • silentJSONParsing=false should throw on invalid JSON (#​7253) (#​7257) (7d19335)
  • turn AxiosError into a native error (#​5394) (#​5558) (1c6a86d)
  • types: add handlers to AxiosInterceptorManager interface (#​5551) (8d1271b)
  • types: restore AxiosError.cause type from unknown to Error (#​7327) (d8233d9)
  • unclear error message is thrown when specifying an empty proxy authorization (#​6314) (6ef867e)
Features
Reverts
Contributors to this release

v1.13.2

Compare Source

Bug Fixes
  • http: fix 'socket hang up' bug for keep-alive requests when using timeouts; (#​7206) (8d37233)
  • http: use default export for http2 module to support stubs; (#​7196) (0588880)
Performance Improvements
Contributors to this release

v1.13.1

Compare Source

Bug Fixes
  • http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#​7193) (bcd5581)
Contributors to this release

v1.13.0

Compare Source

Bug Fixes
Features
Contributors to this release

1.12.2 (2025-09-14)

Bug Fixes
  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#​7030) (cf78825)
Contributors to this release

1.12.1 (2025-09-12)

Bug Fixes
Contributors to this release

v1.12.2

Compare Source

Bug Fixes
  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#​7030) (cf78825)
Contributors to this release

[v1.12.1](https://redirect.github.com/ax


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/update-minor-dependencies branch from 53f3386 to ab839e6 Compare October 15, 2024 17:10
@renovate renovate bot changed the title Update dependency sass to v1.79.5 Update all minor dependencies Oct 15, 2024
@renovate renovate bot force-pushed the renovate/update-minor-dependencies branch 7 times, most recently from 1f8fc24 to 5605923 Compare October 22, 2024 16:46
@renovate renovate bot force-pushed the renovate/update-minor-dependencies branch 5 times, most recently from ad5b2bb to a7cfbb7 Compare October 30, 2024 15:55
@renovate renovate bot force-pushed the renovate/update-minor-dependencies branch from a7cfbb7 to e6c5383 Compare November 2, 2024 00:03
@renovate renovate bot force-pushed the renovate/update-minor-dependencies branch 6 times, most recently from 8a5d3d8 to 3c0617e Compare November 15, 2024 17:20
@renovate renovate bot force-pushed the renovate/update-minor-dependencies branch 6 times, most recently from 8736e1b to 08d02c5 Compare November 25, 2024 01:22
@renovate renovate bot force-pushed the renovate/update-minor-dependencies branch 3 times, most recently from 6c4afed to 6f37e77 Compare November 26, 2024 22:12
@renovate renovate bot force-pushed the renovate/update-minor-dependencies branch 7 times, most recently from 2b8191b to 6447396 Compare December 22, 2025 10:34
@renovate renovate bot force-pushed the renovate/update-minor-dependencies branch from 6447396 to 40d4d79 Compare January 6, 2026 01:59
@renovate renovate bot force-pushed the renovate/update-minor-dependencies branch 3 times, most recently from a166a5f to 2c92316 Compare January 19, 2026 20:06
@renovate renovate bot force-pushed the renovate/update-minor-dependencies branch 5 times, most recently from 2fdbf05 to 56f8fa3 Compare January 27, 2026 18:39
@renovate renovate bot force-pushed the renovate/update-minor-dependencies branch 6 times, most recently from 8797a3c to e9fd984 Compare February 6, 2026 10:33
@renovate renovate bot force-pushed the renovate/update-minor-dependencies branch 4 times, most recently from b9d8dcf to ff700a6 Compare February 10, 2026 21:12
@renovate renovate bot force-pushed the renovate/update-minor-dependencies branch 2 times, most recently from 05812da to 2fcf5a7 Compare February 19, 2026 07:59
@renovate renovate bot force-pushed the renovate/update-minor-dependencies branch from 2fcf5a7 to d97d1b6 Compare February 19, 2026 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments