Releases: Kitware/CDash
Releases · Kitware/CDash
v4.2.0
What's Changed
New Features
- Expose coverage file path via GraphQL by @williamjallen in #2926
Bug Fixes
- Remove file download time limit by @williamjallen in #2928
- Restore support for log levels by @zackgalbreath in #2931
- Fix UnableToMoveFile exception when requeuing Done.xml by @zackgalbreath in #2933
- Fix a couple errors I noticed in our logs by @zackgalbreath in #2934
- Check type of $cvsviewertype before converting to lowercase by @zackgalbreath in #2944
- Fix missing log messages for UBI images by @zackgalbreath in #2945
- Fix GraphQL-based filter interface by @williamjallen in #2949
- Update Configure.xsd to include instrumentation elements by @zackgalbreath in #2969
- Scrub invalid UTF-8 characters in decompress testoutput migration by @zackgalbreath in #2971
- Allow test names to contain "<" or ">" characters by @zackgalbreath in #2972
- Decrease batch size to 10 in test output migration by @williamjallen in #2975
Internals
- Clean up legacy test dependencies by @williamjallen in #2925
- Reduce test flakiness by @williamjallen in #2932
- Specify multiple processors for resource-intensive tests by @williamjallen in #2935
- Fix abstract class mock deprecation warnings by @williamjallen in #2937
- Refactor
LoginAndRegistration
test by @williamjallen in #2938 - Display PHPUnit deprecation warnings in log by @williamjallen in #2939
- Move data providers to PHP attributes by @williamjallen in #2940
- Replace
note
crc32
column with hash index by @williamjallen in #2943 - Use Eloquent for
coverage
andcoveragefile
queries by @williamjallen in #2946 - Refactor legacy
BuildUpdate
model to use Eloquent by @williamjallen in #2947 - Decompress test output by @williamjallen in #2941
- Renormalize label-coverage relationship by @williamjallen in #2950
Dependencies
- Update to PHPStan 2.x by @williamjallen in #2927
- Upgrade to PHPUnit 11 by @williamjallen in #2929
- Upgrade to Laravel 12 by @williamjallen in #2936
- Upgrade to PHPUnit 12 by @williamjallen in #2942
- Bump pbkdf2 from 3.1.2 to 3.1.3 by @dependabot[bot] in #2948
- Bump axios from 1.9.0 to 1.10.0 by @dependabot[bot] in #2966
- Bump phpunit/phpunit from 12.2.2 to 12.2.5 by @dependabot[bot] in #2968
- Bump postcss from 8.5.4 to 8.5.6 by @dependabot[bot] in #2960
- Bump cypress from 14.4.0 to 14.5.0 by @dependabot[bot] in #2964
- Bump sass from 1.89.1 to 1.89.2 by @dependabot[bot] in #2962
- Bump vue from 3.5.16 to 3.5.17 by @dependabot[bot] in #2961
- Bump laravel/dusk from 8.3.2 to 8.3.3 by @dependabot[bot] in #2955
- Bump eslint-plugin-vue from 10.1.0 to 10.2.0 by @dependabot[bot] in #2965
- Bump laravel/framework from 12.18.0 to 12.19.3 by @dependabot[bot] in #2959
- Bump expect from 29.7.0 to 30.0.3 by @dependabot[bot] in #2963
- Bump directorytree/ldaprecord-laravel from 3.4.1 to 3.4.2 by @dependabot[bot] in #2958
- Bump larastan/larastan from 3.4.1 to 3.5.0 by @dependabot[bot] in #2951
- Bump ramsey/uuid from 4.8.1 to 4.9.0 by @dependabot[bot] in #2954
- Bump friendsofphp/php-cs-fixer from 3.75.0 to 3.76.0 by @dependabot[bot] in #2953
- Bump nuwave/lighthouse from 6.57.1 to 6.61.0 by @dependabot[bot] in #2957
- Bump aws/aws-sdk-php from 3.343.24 to 3.348.2 by @dependabot[bot] in #2952
Full Changelog: v4.1.0...v4.2.0
v4.1.0
What's Changed
New Features
- Add GraphQL relationship filters by @williamjallen in #2889
User Experience
- Overhaul build files page by @williamjallen in #2921
Internals
- Squash pre-4.x database migrations by @williamjallen in #2902
- Remove
sendemail.php
by @williamjallen in #2919 - Use cache-busting Webpack chunk names in development by @williamjallen in #2920
Dependencies
- Bump sass from 1.87.0 to 1.89.1 by @dependabot in #2917
- Bump vue from 3.5.13 to 3.5.16 by @dependabot in #2913
- Bump ansi_up from 3.0.0 to 4.0.4 by @dependabot in #2918
- Bump cypress from 14.3.2 to 14.4.0 by @dependabot in #2912
- Bump postcss from 8.5.3 to 8.5.4 by @dependabot in #2916
- Bump webpack from 5.99.7 to 5.99.9 by @dependabot in #2914
- Upgrade to Laravel 11 by @williamjallen in #2904
- Bump mll-lab/laravel-graphiql from 4.0.1 to 4.0.2 by @dependabot in #2907
- Bump laravel/socialite from 5.20.0 to 5.21.0 by @dependabot in #2910
- Bump ramsey/uuid from 4.7.6 to 4.8.1 by @dependabot in #2906
- Bump nuwave/lighthouse from 6.54.0 to 6.57.1 by @dependabot in #2909
- Bump aws/aws-sdk-php from 3.343.1 to 3.343.24 by @dependabot in #2922
- Bump php-di/php-di from 7.0.10 to 7.0.11 by @dependabot in #2923
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
New Features
- Overhaul project members page by @williamjallen in #2778
- Add build instrumentation API by @williamjallen in #2612
- Introduce new states for XML Validation by @josephsnyder in #2804
- Redesign site-wide user management page by @williamjallen in #2830
- Add support for build command outputs by @williamjallen in #2837
- Add admin button to delete project members by @williamjallen in #2856
- Disable manual project membership when LDAP enabled by @williamjallen in #2870
- Add option to customize OAuth button text by @williamjallen in #2887
- Make partial text match filters case-insensitive by @williamjallen in #2893
- Move join/leave project functionality to members page by @williamjallen in #2898
Administration
- Change
QUEUE_CONNECTION
default todatabase
by @williamjallen in #2803 - Use auto-generated container names by @williamjallen in #2807
- Remove helm files by @zackgalbreath in #2826
- Change
latest
Docker tag to refer to latest release by @williamjallen in #2832 - Send httpd logs to stderr when using UBI as base by @williamjallen in #2838
Performance
- Load all top-level Vue components asynchronously by @williamjallen in #2864
- Load minimal set of icons for each page by @williamjallen in #2871
- Enable HTTP Compression by @williamjallen in #2891
User Experience
- Improve GraphQL filter validation by @williamjallen in #2860
- Set project image and title on initial page load by @williamjallen in #2863
Deprecations & Removals
- Remove deprecated
/api/v1/viewProjects.php
API endpoint by @williamjallen in #2779 - Remove integration with non-git repos by @williamjallen in #2795
- Remove unused "bug tracker file url" UI by @williamjallen in #2798
- Delete web-based dependency audit/upgrade by @williamjallen in #2799
- Remove
ACTIVE_PROJECT_DAYS
env variable by @williamjallen in #2802 - Remove
manageCoverage.php
and file priority selection by @williamjallen in #2801 - Remove obsolete
userStatistics.php
page by @williamjallen in #2796 - Remove password history retention by @williamjallen in #2805
- Stop publishing separate cdash-worker image by @williamjallen in #2806
- Remove
upgrade.php
by @williamjallen in #2816 - Remove support for automatic mailing list user creation by @williamjallen in #2783
- Move banner to project table by @williamjallen in #2817
- Remove remaining legacy repository logic by @williamjallen in #2813
- Remove "site maintainer" project access level by @williamjallen in #2834
- Remove "email administrator" project setting by @williamjallen in #2883
- Drop MySQL support by @williamjallen in #2885
Bug Fixes
- Use text emails for auth token notifications by @williamjallen in #2792
- Reinstate
viewTest.php
filters by @williamjallen in #2793 - Fix docker compose postgres volume path by @williamjallen in #2823
- docker: stop listening on port 443 by @zackgalbreath in #2829
- Increase robustness of
TestOutput::DecompressOutput()
by @zackgalbreath in #2833 - Fixed download of mulitple attached files by @Firnor in #2836
- Fix project members link by @williamjallen in #2867
- Use "passed" instead of "Passed" for default test filters by @zackgalbreath in #2888
- Increase the size of the testmeasurement.name field by @zackgalbreath in #2890
- Fix configuration checks for local vs. remote storage by @zackgalbreath in #2892
- Fix project and global invitation access control issues by @williamjallen in #2894
Internals
- Fix flaky email test by @williamjallen in #2782
- Move JS spec and Cypress component tests to dedicated files by @williamjallen in #2785
- Remove broken
autoremovebuilds
test by @williamjallen in #2784 - Fix flaky
manage-build-group
test by @williamjallen in #2788 - Fix PHPUnit config file deprecation warnings by @williamjallen in #2789
- Move simple legacy tests out of the critical path by @williamjallen in #2791
- Modernize CTest config by @williamjallen in #2797
- Fix flaky
SitesIdPageTest
by @williamjallen in #2800 - Restructure Cypress e2e tests by @williamjallen in #2790
- Add storage type to CDash build name by @williamjallen in #2809
- Reduce CI parallelism from 4 to 3 processes by @williamjallen in #2810
- Remove unnecessary dependencies between mocked unit tests by @williamjallen in #2808
- Lock APP_URL in browser and cypress tests by @williamjallen in #2812
- Restrict user email access by @williamjallen in #2818
- Remove legacy User model passthrough by @williamjallen in #2824
- Add
user-profile
Cypress test toinstall_2
dependency list by @williamjallen in #2820 - Fix flaky test-related Cypress tests by @williamjallen in #2825
- Throw exceptions for filesystem errors by @zackgalbreath in #2828
- Limit scope of default route handler by @williamjallen in #2831
- Remove
wget
from Debian-based image by @williamjallen in #2839 - Remove legacy
UserProject
model by @williamjallen in #2835 - Update
.gitignore
list by @williamjallen in #2854 - Bump Node.js to 22.x by @williamjallen in #2840
- Clean up simple Cypress test dependencies by @williamjallen in #2855
- Delete unused
MigrationTest
abstract class by @williamjallen in #2857 - Remove
all-projects
Cypress test by @williamjallen in #2866 - Remove legacy
UploadFile
model by @williamjallen in #2858 - Automate filter input type creation by @williamjallen in #2861
- Remove database queries from submission handler constructors by @williamjallen in #2859
- Delete unused JS by @williamjallen in #2862
- Only include jquery datatables on
viewCoverage.php
by @williamjallen in #2865 - Use GHA arm64 runners for arm64 image build job by @williamjallen in #2868
- Move contents of
ctestparser.php
to submission handler by @williamjallen in #2872 - Adjust waits in flaky
sub-project-group-order
test by @williamjallen in #2873 - Fix sporadic email unique constraint testing issues by @williamjallen in #2874
- Set basic Content Security Policy by @williamjallen in #2877
- Use common Blade template for Vue-only pages by @williamjallen in #2880
- Fix undefined variable code path in remove builds method by @williamjallen in #2882
- Remove misc. dead code by @williamjallen in #2884
- Download GraphiQL assets during Docker build by @williamjallen in #2886
- Add CTest dependencies automatically by @williamjallen in #2875
- Move coverage diff to
coveragesummary
table by @williamjallen in #2896 - Remove MySQL-specific code paths by @williamjallen in #2897
- Pin MinIO in Docker Compose config by @williamjallen in #2900
Dependencies
- Bump eslin...
v3.10.2
What's Changed
Dependencies
- Bump
laravel-graphiql
to 3.3.3 by @williamjallen in #2878
Full Changelog: v3.10.1...v3.10.2
v3.10.1
What's Changed
Bug Fixes
- Fix storage unit comparison in PruneUploads job by @zackgalbreath in #2819
Full Changelog: v3.10.0...v3.10.1
v3.10.0
What's Changed
New Features
- Handle processor Model Name in Site information by @josephsnyder in #2776
- Add Helm chart for CDash by @zackgalbreath in #2700
Administration
- Disable scheduled jobs when not in production by @williamjallen in #2750
Performance
- Improve submission times by indexing `updatefile(filename) by @williamjallen in #2748
- Move upload pruning from submission handler to scheduled job by @williamjallen in #2749
Bug Fixes
- Introduce try/catch for image creation by @josephsnyder in #2717
- Don't show dynamic buildgroups on the wildcard tab by @zackgalbreath in #2747
- Add ModelName as valid Site attribute by @josephsnyder in #2753
- Introduce move to correct storage for failing submissions by @josephsnyder in #2754
- Fix divide-by-zero error when coverage results have no lines by @williamjallen in #2755
- Fix configure hide/show when subprojects present by @williamjallen in #2781
- Increase size of configure.log from text to mediumtext by @zackgalbreath in #2794
Dependencies
- Bump laravel/framework from 10.48.23 to 10.48.29 by @dependabot in #2741
- Bump axios from 1.8.1 to 1.8.3 by @dependabot in #2742
- Bump @babel/runtime from 7.23.2 to 7.26.10 by @dependabot in #2743
- Bump @babel/helpers from 7.23.2 to 7.26.10 by @dependabot in #2744
- Bump luxon from 3.5.0 to 3.6.1 by @dependabot in #2764
- Bump @vue/apollo-composable from 4.2.1 to 4.2.2 by @dependabot in #2759
- Bump @apollo/client from 3.13.1 to 3.13.5 by @dependabot in #2758
- Bump sass from 1.85.1 to 1.86.1 by @dependabot in #2760
- Bump axios from 1.8.3 to 1.8.4 by @dependabot in #2766
- Bump 24slides/laravel-saml2 from 2.4.1 to 2.4.2 by @dependabot in #2774
- Bump @vue/apollo-option from 4.2.0 to 4.2.2 by @dependabot in #2765
- Bump guzzlehttp/guzzle from 7.9.2 to 7.9.3 by @dependabot in #2771
- Bump autoprefixer from 10.4.20 to 10.4.21 by @dependabot in #2767
- Bump laravel/dusk from 8.3.1 to 8.3.2 by @dependabot in #2772
- Bump directorytree/ldaprecord-laravel from 3.4.0 to 3.4.1 by @dependabot in #2775
- Bump @vue/apollo-components from 4.0.0 to 4.2.2 by @dependabot in #2761
- Bump mll-lab/laravel-graphiql from 3.2.1 to 3.3.2 by @dependabot in #2770
- Bump nuwave/lighthouse from 6.50.0 to 6.54.0 by @dependabot in #2768
- Bump friendsofphp/php-cs-fixer from 3.70.2 to 3.75.0 by @dependabot in #2769
- Bump aws/aws-sdk-php from 3.340.4 to 3.342.17 by @dependabot in #2773
Full Changelog: v3.9.0...v3.10.0
v3.9.0
What's Changed
New Features
- Edit site description directly from
/sites/<id>
by @williamjallen in #2701
Administration
- Create storage directories for worker containers by @zackgalbreath in #2699
User Experience
- Standardize header menus by @williamjallen in #2706
- Stick header to top of screen on scroll by @williamjallen in #2707
Deprecations & Removals
- Remove
dailyupdatefile
table by @williamjallen in #2703
Bug Fixes
- Make buildgroup description column nullable by @williamjallen in #2704
- Fix buggy site information deduplication behavior by @williamjallen in #2711
Internals
- Remove unused config options by @williamjallen in #2708
- Remove obsolete user credentials feature by @williamjallen in #2709
- Wait for element to be visible in SitesIdPageTest by @williamjallen in #2713
- Delete unused dailyupdates code by @williamjallen in #2715
- Add XML path matching method to XML handlers by @williamjallen in #2712
- Delete unused
common.php
functions by @williamjallen in #2716 - Build arm64 images in CI by @williamjallen in #2681
Dependencies
- Bump serialize-javascript from 6.0.1 to 6.0.2 by @dependabot in #2719
- Bump elliptic from 6.6.0 to 6.6.1 by @dependabot in #2720
- Remove unused
http-factory-guzzle
dependency by @williamjallen in #2718 - Bump nuwave/lighthouse from 6.49.1 to 6.50.0 by @dependabot in #2728
- Bump @apollo/client from 3.12.8 to 3.13.1 by @dependabot in #2734
- Bump sass from 1.83.4 to 1.85.1 by @dependabot in #2731
- Bump postcss from 8.5.1 to 8.5.3 by @dependabot in #2733
- Bump axios from 1.7.9 to 1.8.1 by @dependabot in #2730
- Bump webpack from 5.97.1 to 5.98.0 by @dependabot in #2736
- Bump aws/aws-sdk-php from 3.339.4 to 3.340.4 by @dependabot in #2722
- Bump directorytree/ldaprecord-laravel from 3.3.5 to 3.4.0 by @dependabot in #2724
- Bump 24slides/laravel-saml2 from 2.4.0 to 2.4.1 by @dependabot in #2729
- Bump sass-loader from 16.0.4 to 16.0.5 by @dependabot in #2735
- Bump friendsofphp/php-cs-fixer from 3.68.5 to 3.70.2 by @dependabot in #2740
- Bump php-di/php-di from 7.0.8 to 7.0.9 by @dependabot in #2723
- Bump laravel/dusk from 8.2.14 to 8.3.1 by @dependabot in #2725
- Bump laravel/socialite from 5.17.1 to 5.18.0 by @dependabot in #2727
Full Changelog: v3.8.0...v3.9.0
v3.8.0
What's Changed
New Features
- Add support for validation of XML submission files by @sbelsk in #2437
- Send email notifications for expiring auth tokens by @williamjallen in #2669
- Add support for S3 as a remote filesystem by @zackgalbreath in #2676
- Add "claim site" functionality to site overview page by @williamjallen in #2680
User Experience
- Overhaul site information page by @williamjallen in #2661
- Add reusable build information card by @williamjallen in #2543
Documentation
- Update license year to 2025 by @williamjallen in #2652
Deprecations & Removals
- Start using autoregister as the default for OAuth by @josephsnyder in #2677
Bug Fixes
- Account for non-xml submission objects by @josephsnyder in #2663
- Provide relative paths to Storage::delete() by @zackgalbreath in #2673
- Set default scope for pre-3.2 auth tokens by @williamjallen in #2679
Internals
- Remove unnecessary Composer hooks by @williamjallen in #2646
- Remove
laravel/legacy-factories
dependency by @williamjallen in #2645 - Remove
cdash_unlink()
helper by @williamjallen in #2650 - Replace usages of deprecated
setMethods()
method by @williamjallen in #2653 - Remove
nyholm/psr7
dependency by @williamjallen in #2648 - Add stricter PHP code style rules by @williamjallen in #2649
- Replace usages of
add_log()
method with Log facade by @williamjallen in #2658 - Protect internal routes with dedicated middleware by @williamjallen in #2654
- Reformat test dependencies by @williamjallen in #2664
- Apply "risky" PHP migration formatter rules by @williamjallen in #2668
- Restrict build GraphQL test to only the projects it creates by @williamjallen in #2670
- Wait for items to be displayed in SitesIdPageTest by @williamjallen in #2696
Dependencies
- Bump PHPUnit to 10.5.40 by @williamjallen in #2660
- Bump laravel/dusk from 8.2.12 to 8.2.14 by @dependabot in #2688
- Bump postcss from 8.4.49 to 8.5.1 by @dependabot in #2693
- Bump laravel/socialite from 5.16.1 to 5.17.1 by @dependabot in #2684
- Bump sass from 1.83.0 to 1.83.4 by @dependabot in #2692
- Bump @apollo/client from 3.12.4 to 3.12.8 by @dependabot in #2694
- Bump aws/aws-sdk-php from 3.336.6 to 3.339.4 by @dependabot in #2689
- Bump php-di/php-di from 7.0.7 to 7.0.8 by @dependabot in #2690
- Bump laravel/ui from 4.6.0 to 4.6.1 by @dependabot in #2687
- Bump nuwave/lighthouse from 6.47.0 to 6.49.1 by @dependabot in #2686
- Bump lcobucci/jwt from 5.4.2 to 5.5.0 by @dependabot in #2683
- Bump friendsofphp/php-cs-fixer from 3.66.0 to 3.68.5 by @dependabot in #2685
Full Changelog: v3.7.0...v3.8.0
v3.7.0
What's Changed
New Features
- Add Coverage type to GraphQL API by @williamjallen in #2515
- Add GraphQL "contains" filter by @williamjallen in #2517
- Expose Labels via GraphQL API by @williamjallen in #2518
- Add top-level site field to GraphQL API by @williamjallen in #2585
Administration
- Enable SBOM generation for Docker images by @williamjallen in #2547
- Move "Cleanup Database" functionality to new artisan command by @zackgalbreath in #2580
- Demote "No note text for..." log message to debug level by @williamjallen in #2621
Performance
- Improve static asset build process and cache headers by @williamjallen in #2560
- Eliminate unnecessary DELETE statements in removeBuilds() by @zackgalbreath in #2576
- Use more foreign keys for cascading deletions by @zackgalbreath in #2577
- Perform batch deletion of invalid records before applying new foreign keys by @zackgalbreath in #2588
- Use Laravel relationships to remove configure and note rows by @zackgalbreath in #2613
- Replace custom SQL in removeBuilds with Eloquent relationships by @zackgalbreath in #2624
User Experience
- Improve maintenance page UI by @williamjallen in #2519
- Remove unnecessary web scraper directives by @williamjallen in #2561
- Overhaul project sites page by @williamjallen in #2583
Deprecations & Removals
- Remove coveragefile2user table and associated logic by @williamjallen in #2509
- Remove last traces of google analytics tracker by @williamjallen in #2584
Bug Fixes
- Await API load before attempting to render dynamic analysis by @williamjallen in #2544
- docker container dependency condition updated by @stefankaufmann in #2553
- Fix
testDetails.php
redirect by @williamjallen in #2569 - Ensure configureerror FK types match by @zackgalbreath in #2582
- Improve handling of sites with no information by @williamjallen in #2586
- Fix project sites page pagination by @williamjallen in #2587
- Call cdashmail() from Notification/Email/Mail.php by @zackgalbreath in #2619
- Fix AuthTokenUtil SQL query by @josephsnyder in #2656
Internals
- Lint ignored Vue files by @williamjallen in #2512
- Add subproject2subproject foreign-key constraints by @williamjallen in #2521
- Overhaul Mix build by @williamjallen in #2524
- Clean up Vue build warnings by @williamjallen in #2548
- Bump PHPStan rules to level 9 by @williamjallen in #2551
- Clean up misc. submission handler inconsistencies by @williamjallen in #2557
- Remove legacy logs directory by @williamjallen in #2558
- Remove unused test directory by @williamjallen in #2570
- Add foreign-key constraint to configureerror table by @zackgalbreath in #2574
- Move remove_builds (and related functions) to DatabaseUtils by @zackgalbreath in #2575
- Clean up submission handler public interface by @williamjallen in #2572
- Delete unused uploads directory by @williamjallen in #2573
- Add submission trait to test environment by @williamjallen in #2578
- Rename
user
table tousers
by @williamjallen in #2614 - Add Laravel Dusk for e2e browser testing by @williamjallen in #2589
- Refactor notification/email inheritance structure by @williamjallen in #2620
- Add mock email server to development environment by @williamjallen in #2622
- Replace cdashmail() email logging with Laravel event listener by @williamjallen in #2623
Dependencies
- Bump http-proxy-middleware from 2.0.6 to 2.0.7 by @dependabot in #2514
- Bump elliptic from 6.5.7 to 6.6.0 by @dependabot in #2525
- Bump aws/aws-sdk-php from 3.322.8 to 3.325.1 by @dependabot in #2539
- Bump vue from 3.5.10 to 3.5.12 by @dependabot in #2526
- Bump sass-loader from 16.0.2 to 16.0.3 by @dependabot in #2529
- Bump eslint-plugin-vue from 9.28.0 to 9.30.0 by @dependabot in #2527
- Bump daisyui from 4.12.10 to 4.12.14 by @dependabot in #2534
- Bump webpack from 5.95.0 to 5.96.0 by @dependabot in #2530
- Bump tailwindcss from 3.4.13 to 3.4.14 by @dependabot in #2528
- Bump webpack from 5.96.0 to 5.96.1 by @dependabot in #2541
- Bump phpstan/phpstan from 1.12.6 to 1.12.7 by @dependabot in #2540
- Bump sass from 1.79.4 to 1.80.5 by @dependabot in #2532
- Bump lcobucci/jwt from 5.3.0 to 5.4.0 by @dependabot in #2536
- Bump cypress from 13.15.0 to 13.15.1 by @dependabot in #2531
- Bump phpstan/phpstan-strict-rules from 1.6.0 to 1.6.1 by @dependabot in #2538
- Bump larastan/larastan from 2.9.8 to 2.9.9 by @dependabot in #2537
- Bump symfony/process from 6.4.13 to 6.4.14 by @dependabot in #2549
- Bump axios-mock-adapter from 2.0.0 to 2.1.0 by @dependabot in #2533
- Bump symfony/http-foundation from 6.4.13 to 6.4.14 by @dependabot in #2550
- Bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #2579
- Bump friendsofphp/php-cs-fixer from 3.64.0 to 3.65.0 by @dependabot in #2593
- Bump sass from 1.80.5 to 1.81.0 by @dependabot in #2609
- Bump @fortawesome/fontawesome-svg-core from 6.6.0 to 6.7.1 by @dependabot in #2610
- Bump @fortawesome/free-regular-svg-icons from 6.6.0 to 6.7.1 by @dependabot in #2604
- Bump tailwindcss from 3.4.14 to 3.4.15 by @dependabot in #2605
- Bump vue from 3.5.12 to 3.5.13 by @dependabot in #2603
- Bump eslint-plugin-vue from 9.30.0 to 9.32.0 by @dependabot in #2602
- Bump postcss from 8.4.47 to 8.4.49 by @dependabot in #2600
- Bump cypress from 13.15.1 to 13.16.0 by @dependabot in #2599
- Bump axios from 1.7.7 to 1.7.8 by @dependabot in #2606
- Bump nuwave/lighthouse from 6.45.0 to 6.45.1 by @dependabot in #2597
- Bump @fortawesome/free-solid-svg-icons from 6.6.0 to 6.7.1 by @dependabot in #2601
- Bump @apollo/client from 3.11.8 to 3.11.10 by @dependabot in #2608
- Bump @fortawesome/free-brands-svg-icons from 6.6.0 to 6.7.1 by @dependabot in #2607
- Bump aws/aws-sdk-php from 3.325.1 to 3.332.0 by @dependabot in #2611
- Bump fakerphp/faker from 1.23.1 to 1.24.1 by @dependabot in #2596
- Bump lcobucci/jwt from 5.4.0 to 5.4.2 by @dependabot in #2591
- Bump laravel/ui from 4.5.2 to 4.6.0 by @dependabot in #2592
- Bump knplabs/github-api from 3.15.0 to 3.16.0 by @dependabot in #2594
- Bump league/commonmark from 2.5.3 to 2.6.0 by @dependabot in #2615
- Bump path-to-regexp and express by @dependabot in #2616
- Bump nanoid from 3.3.7 to 3.3.8 by @dependabot in #2617
- Bump laravel/dusk from 8.2.11 to 8.2.12 by @dependabot in #2643
- Bump axios from 1.7.8 to 1.7.9 by @dependabot in #2631
- Bump cypress from 13.16.0 to 13.17.0 by @dependabot in #2630
- Bump @fortawesome/free-brands-svg-icons from 6.7.1 to 6.7.2 by @dependabot in #2632
- Bump graphql from 16...
v3.6.2
What's Changed
Dependencies
- Update Laravel to v10.48.23 by @williamjallen in #2564
Full Changelog: v3.6.1...v3.6.2