Releases: Kitware/CDash
Releases · Kitware/CDash
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
v3.5.2
What's Changed
Dependencies
- Update Laravel to v10.48.23 by @williamjallen in #2563
Full Changelog: v3.5.1...v3.5.2
v3.6.1
What's Changed
Performance
- Speed up long-running migrations by @stefankaufmann in #2552
Bug Fixes
- Fix divide-by-zero error in label2test migration by @williamjallen in #2555
Full Changelog: v3.6.0...v3.6.1
v3.6.0
What's Changed
New Features
- Improve the submission XML validation script by @sbelsk in #2335
- GraphQL: Add project field to build type by @williamjallen in #2330
- Add basic Test type to GraphQL API by @williamjallen in #2346
- Add FreeIPA LDAP integration by @williamjallen in #2397
- Add TestMeasurement type to GraphQL API by @williamjallen in #2406
- Add new filters UI and barebones viewTest.php replacement by @williamjallen in #2439
- Add Note type to GraphQL schema by @williamjallen in #2451
- Add build measurement backend and API by @williamjallen in #2460
- Add details and time columns to new tests page by @williamjallen in #2465
Administration
- Allow production sites to operate over HTTP by @williamjallen in #2458
- Allow session cookies over HTTP if APP_URL starts with http:// by @williamjallen in #2462
- Run worker containers with unlimited memory by @zackgalbreath in #2490
Performance
- Relate test measurements to tests instead of test outputs by @williamjallen in #2336
- Add index to builderror(buildid,type,crc32) by @williamjallen in #2447
- Add foreign-key constraints to label tables by @williamjallen in #2452
- Add foreign-key constraints to dynamic analysis tables by @williamjallen in #2455
- Index individual buildfailuredetails columns by @williamjallen in #2463
- Install OPcache PHP extension in Docker by default by @williamjallen in #2466
User Experience
- Make filter names more user friendly by @williamjallen in #2497
- Overhaul footer layout and add GraphQL Explorer link by @williamjallen in #2498
- Email all site maintainers by @zackgalbreath in #2505
Documentation
- Remove outdated install instructions by @williamjallen in #2467
Bug Fixes
- Stop assuming "full name" in OAuth by @josephsnyder in #2436
- Fix viewTest.php labels column display by @williamjallen in #2445
- Create storage dirs before enabling maintenance mode by @williamjallen in #2459
- Fix "Manage project coverage" from /user by @zackgalbreath in #2491
- Migrate label2test rows in batches by @williamjallen in #2496
- Honor buildid (if specified) for unparsed submission workflow by @zackgalbreath in #2495
- Change build2test id column type to bigint by @williamjallen in #2494
- Fix project role field in standard API response by @williamjallen in #2503
- Fix blank lat/long GraphQL Site fields by @williamjallen in #2504
- Force URL to start with HTTPS if APP_URL starts with https:// by @williamjallen in #2508
- Change migration batching approach to avoid problematic syntax on MySQL by @williamjallen in #2506
- Fix emailing multiple site maintainers by @zackgalbreath in #2520
Internals
- Re-architect submission handler inheritance hierarchy by @williamjallen in #2285
- Fix "inccorect case" phpstan errors in submission handler class references by @sbelsk in #2339
- Generate passwords with Laravel helper by @williamjallen in #2343
- Refactor CDash Collection by @williamjallen in #2325
- Clean up misc. single-use "common" functions by @williamjallen in #2344
- Move autoremove.php to new DatabaseCleanupUtils class by @zackgalbreath in #2383
- Remove MySQL query info from test output by @williamjallen in #2391
- Reference test table directly in label2test table by @williamjallen in #2390
- Move test-marshaling functions to viewTest controller by @williamjallen in #2393
- Refactor legacy UserProject model by @williamjallen in #2396
- Rename BuildNotes to Comments by @williamjallen in #2398
- Set up basic build group Eloquent relationships by @williamjallen in #2394
- Use Eloquent Project model for test project creation by @williamjallen in #2399
- Move contents of ctestparserutils.php to SubmissionUtils by @williamjallen in #2402
- Remove defines.php and move contents to AppServiceProvider by @williamjallen in #2403
- Increase default Cypress timeout by @williamjallen in #2425
- Refactor legacy Project model by @williamjallen in #2401
- Move angular_view function to AbstractController by @williamjallen in #2443
- Add
buildfailuredetails
to the "Clean database" step by @zackgalbreath in #2453 - Improve
/projects
load performance by @williamjallen in #2454 - Update usages of deprecated utf8_encode() function by @williamjallen in #2489
- Move buildinformation table content to build table by @williamjallen in #2499
Dependencies
- Bump cypress from 13.12.0 to 13.13.2 by @dependabot in #2357
- Bump sass from 1.77.6 to 1.77.8 by @dependabot in #2360
- Bump @fortawesome/free-brands-svg-icons from 6.5.2 to 6.6.0 by @dependabot in #2353
- Bump postcss from 8.4.39 to 8.4.40 by @dependabot in #2365
- Bump @fortawesome/free-regular-svg-icons from 6.5.2 to 6.6.0 by @dependabot in #2364
- Bump @apollo/client from 3.10.8 to 3.11.2 by @dependabot in #2355
- Bump friendsofphp/php-cs-fixer from 3.59.3 to 3.61.1 by @dependabot in #2358
- Bump vue from 3.4.31 to 3.4.35 by @dependabot in #2367
- Bump guzzlehttp/guzzle from 7.8.1 to 7.9.2 by @dependabot in #2363
- Bump webpack from 5.92.1 to 5.93.0 by @dependabot in #2366
- Bump sass-loader from 14.2.1 to 16.0.0 by @dependabot in #2362
- Bump laravel/socialite from 5.15.0 to 5.15.1 by @dependabot in #2368
- Bump tailwindcss from 3.4.4 to 3.4.7 by @dependabot in #2369
- Bump php-di/php-di from 7.0.6 to 7.0.7 by @dependabot in #2356
- Bump nuwave/lighthouse from 6.39.0 to 6.42.1 by @dependabot in #2354
- Bump aws/aws-sdk-php from 3.315.2 to 3.317.1 by @dependabot in #2377
- Bump phpstan/phpstan from 1.11.6 to 1.11.9 by @dependabot in #2375
- Bump @fortawesome/free-solid-svg-icons from 6.5.2 to 6.6.0 by @dependabot in #2370
- Bump larastan/larastan from 2.9.7 to 2.9.8 by @dependabot in #2372
- Bump eslint-plugin-vue from 9.26.0 to 9.27.0 by @dependabot in #2371
- Bump @fortawesome/fontawesome-svg-core from 6.5.2 to 6.6.0 by @dependabot in #2373
- Bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #2388
- Bump elliptic from 6.5.4 to 6.5.7 by @dependabot in #2389
- Bump axios from 1.7.2 to 1.7.5 by @dependabot in #2387
- Bump webpack from 5.93.0 to 5.94.0 by @dependabot in #2405
- Bump axios from 1.7.5 to 1.7.7 by @dependabot in #2419
- Bump @vue/apollo-composable from 4.0.2 to 4.2.1 by @dependabot in #2422
- Bump tailwindcss from 3.4.7 to 3.4.10 by @dependabot in #2413
- Bump aws/aws-sdk-php from 3.317.1 to 3.321.2 by @dependabot in #2409
- Bump postcss from 8.4.40 to 8.4.42 by @dependabot in #2414
- Bump cypress from 13.13.2 to 13.14.1 by @dependabot in #2418
- Bump autoprefixer from 10.4.19 to 10.4.20 by @dependabot in #2424
- Bump axios-mock-adapter from 1.22.0 to 2.0.0 by @dep...
v3.6.0-rc2
What's Changed
Bug Fixes
- Fix emailing multiple site maintainers by @zackgalbreath in #2520
Full Changelog: v3.6.0-rc1...v3.6.0-rc2
v3.6.0-rc1
What's Changed
New Features
- Improve the submission XML validation script by @sbelsk in #2335
- GraphQL: Add project field to build type by @williamjallen in #2330
- Add basic Test type to GraphQL API by @williamjallen in #2346
- Add FreeIPA LDAP integration by @williamjallen in #2397
- Add TestMeasurement type to GraphQL API by @williamjallen in #2406
- Add new filters UI and barebones viewTest.php replacement by @williamjallen in #2439
- Add Note type to GraphQL schema by @williamjallen in #2451
- Add build measurement backend and API by @williamjallen in #2460
- Add details and time columns to new tests page by @williamjallen in #2465
Administration
- Allow production sites to operate over HTTP by @williamjallen in #2458
- Allow session cookies over HTTP if APP_URL starts with http:// by @williamjallen in #2462
- Run worker containers with unlimited memory by @zackgalbreath in #2490
Performance
- Relate test measurements to tests instead of test outputs by @williamjallen in #2336
- Add index to builderror(buildid,type,crc32) by @williamjallen in #2447
- Add foreign-key constraints to label tables by @williamjallen in #2452
- Add foreign-key constraints to dynamic analysis tables by @williamjallen in #2455
- Index individual buildfailuredetails columns by @williamjallen in #2463
- Install OPcache PHP extension in Docker by default by @williamjallen in #2466
User Experience
- Make filter names more user friendly by @williamjallen in #2497
- Overhaul footer layout and add GraphQL Explorer link by @williamjallen in #2498
- Email all site maintainers by @zackgalbreath in #2505
Documentation
- Remove outdated install instructions by @williamjallen in #2467
Bug Fixes
- Stop assuming "full name" in OAuth by @josephsnyder in #2436
- Fix viewTest.php labels column display by @williamjallen in #2445
- Create storage dirs before enabling maintenance mode by @williamjallen in #2459
- Fix "Manage project coverage" from /user by @zackgalbreath in #2491
- Migrate label2test rows in batches by @williamjallen in #2496
- Honor buildid (if specified) for unparsed submission workflow by @zackgalbreath in #2495
- Change build2test id column type to bigint by @williamjallen in #2494
- Fix project role field in standard API response by @williamjallen in #2503
- Fix blank lat/long GraphQL Site fields by @williamjallen in #2504
- Force URL to start with HTTPS if APP_URL starts with https:// by @williamjallen in #2508
- Change migration batching approach to avoid problematic syntax on MySQL by @williamjallen in #2506
Internals
- Re-architect submission handler inheritance hierarchy by @williamjallen in #2285
- Fix "inccorect case" phpstan errors in submission handler class references by @sbelsk in #2339
- Generate passwords with Laravel helper by @williamjallen in #2343
- Refactor CDash Collection by @williamjallen in #2325
- Clean up misc. single-use "common" functions by @williamjallen in #2344
- Move autoremove.php to new DatabaseCleanupUtils class by @zackgalbreath in #2383
- Remove MySQL query info from test output by @williamjallen in #2391
- Reference test table directly in label2test table by @williamjallen in #2390
- Move test-marshaling functions to viewTest controller by @williamjallen in #2393
- Refactor legacy UserProject model by @williamjallen in #2396
- Rename BuildNotes to Comments by @williamjallen in #2398
- Set up basic build group Eloquent relationships by @williamjallen in #2394
- Use Eloquent Project model for test project creation by @williamjallen in #2399
- Move contents of ctestparserutils.php to SubmissionUtils by @williamjallen in #2402
- Remove defines.php and move contents to AppServiceProvider by @williamjallen in #2403
- Increase default Cypress timeout by @williamjallen in #2425
- Refactor legacy Project model by @williamjallen in #2401
- Move angular_view function to AbstractController by @williamjallen in #2443
- Add
buildfailuredetails
to the "Clean database" step by @zackgalbreath in #2453 - Improve
/projects
load performance by @williamjallen in #2454 - Update usages of deprecated utf8_encode() function by @williamjallen in #2489
- Move buildinformation table content to build table by @williamjallen in #2499
Dependencies
- Bump cypress from 13.12.0 to 13.13.2 by @dependabot in #2357
- Bump sass from 1.77.6 to 1.77.8 by @dependabot in #2360
- Bump @fortawesome/free-brands-svg-icons from 6.5.2 to 6.6.0 by @dependabot in #2353
- Bump postcss from 8.4.39 to 8.4.40 by @dependabot in #2365
- Bump @fortawesome/free-regular-svg-icons from 6.5.2 to 6.6.0 by @dependabot in #2364
- Bump @apollo/client from 3.10.8 to 3.11.2 by @dependabot in #2355
- Bump friendsofphp/php-cs-fixer from 3.59.3 to 3.61.1 by @dependabot in #2358
- Bump vue from 3.4.31 to 3.4.35 by @dependabot in #2367
- Bump guzzlehttp/guzzle from 7.8.1 to 7.9.2 by @dependabot in #2363
- Bump webpack from 5.92.1 to 5.93.0 by @dependabot in #2366
- Bump sass-loader from 14.2.1 to 16.0.0 by @dependabot in #2362
- Bump laravel/socialite from 5.15.0 to 5.15.1 by @dependabot in #2368
- Bump tailwindcss from 3.4.4 to 3.4.7 by @dependabot in #2369
- Bump php-di/php-di from 7.0.6 to 7.0.7 by @dependabot in #2356
- Bump nuwave/lighthouse from 6.39.0 to 6.42.1 by @dependabot in #2354
- Bump aws/aws-sdk-php from 3.315.2 to 3.317.1 by @dependabot in #2377
- Bump phpstan/phpstan from 1.11.6 to 1.11.9 by @dependabot in #2375
- Bump @fortawesome/free-solid-svg-icons from 6.5.2 to 6.6.0 by @dependabot in #2370
- Bump larastan/larastan from 2.9.7 to 2.9.8 by @dependabot in #2372
- Bump eslint-plugin-vue from 9.26.0 to 9.27.0 by @dependabot in #2371
- Bump @fortawesome/fontawesome-svg-core from 6.5.2 to 6.6.0 by @dependabot in #2373
- Bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #2388
- Bump elliptic from 6.5.4 to 6.5.7 by @dependabot in #2389
- Bump axios from 1.7.2 to 1.7.5 by @dependabot in #2387
- Bump webpack from 5.93.0 to 5.94.0 by @dependabot in #2405
- Bump axios from 1.7.5 to 1.7.7 by @dependabot in #2419
- Bump @vue/apollo-composable from 4.0.2 to 4.2.1 by @dependabot in #2422
- Bump tailwindcss from 3.4.7 to 3.4.10 by @dependabot in #2413
- Bump aws/aws-sdk-php from 3.317.1 to 3.321.2 by @dependabot in #2409
- Bump postcss from 8.4.40 to 8.4.42 by @dependabot in #2414
- Bump cypress from 13.13.2 to 13.14.1 by @dependabot in #2418
- Bump autoprefixer from 10.4.19 to 10.4.20 by @dependabot in #2424
- Bump axios-mock-adapter from 1.22.0 to 2.0.0 by @dependabot in #2423
- Bump @vue/apollo-option from 4.0.0 to 4.2.0 by @d...
v3.5.1
What's Changed
Bug Fixes
- Use batch updates for test table migration by @williamjallen in #2442
Full Changelog: v3.5.0...v3.5.1