Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.9
->^3.0
^8.21
->^9.0
^2.34
->^3.0
^1.1
->^2.0
^1.0
->^2.0
^3.1
->^4.0
Release Notes
larastan/larastan (larastan/larastan)
v3.0.2
Compare Source
What's changed?
Updated minimum required PHPStan version to 2.0.2
Full Changelog: larastan/larastan@v3.0.1...v3.0.2
v3.0.1
Compare Source
What's Changed
Fixed
Internal
Also changes from 2.9.12
New Contributors
Full Changelog: larastan/larastan@v3.0.0...v3.0.1
v3.0.0
: 3.0.0Compare Source
Larastan 3.0 🥳
This release adds compability with PHPStan 2 and drops support for Laravel versions < 11
Please make sure you read the both PHPStan's and Larastan's upgrade guides!
Notable changes:
orchestral/testbench (orchestra/testbench)
v9.7.0
Compare Source
Changes
Testbench Changes
Added
Orchestra\Testbench\Workbench\Workbench::detectNamespace()
method.Orchestra\Testbench\Workbench\Workbench::applicationUserModel()
method.workbench.auth
config totrue
.package:sync-skeleton
command.Changes
Orchestra\Testbench\Bootstrap\LoadConfiguration
andOrchestra\Testbench\Bootstrap\LoadConfigurationWithWorkbench
to allow being extended by Testbench Dusk.Orchestra\Testbench\Console\Commander
.$tty
parameter toOrchestra\Testbench\remote()
function.Orchestra\Testbench\Foundation\Bootstrap\CreateVendorSymlink
class and mark it as@api
.$backupExistingFile
and$resetOnTerminating
parameter to following methods inOrchestra\Testbench\Foundation\Console\Concerns\CopyTestbenchFiles
trait:copyTestbenchConfigurationFile()
copyTestbenchDotEnvFile()
laravel/serializable-closure
v2.Deprecated
Orchestra\Testbench\Foundation\Console\Concerns\HandleTerminatingConsole
trait, useOrchestra\Testbench\Foundation\Console\TerminatingConsole
class instead.v9.6.1
Compare Source
Changes
Testbench Changes
Fixes
route:cache
whenhealth: true
configured usingtestbench.yaml
.v9.6.0
Compare Source
Changes
Testbench Changes
Added
Orchestra\Testbench\Foundation\Bootstrap\DeleteVendorSymlink
class.Orchestra\Testbench\Concerns\InteractsWithMockery
trait.--database
option topackage:create-sqlite-db
command.--database
and--all
options topackage:drop-sqlite-db
command.Orchestra\Testbench\php_binary()
function.laravel/serializable-closure
2.Changes
package:create-sqlite-db
.PHP_CLI_SERVER_WORKERS
via Composer Script.CTRL+C
andCTRL+BREAK
supports on Windows withoutpcntl
extension.Orchestra\Testbench\Foundation\Console\Actions\GeneratesFile
should be able to handle$from
and$to
when given asfalse
ornull
.Fixed
#[WithMigration('queue')]
should load the default migrations.v9.5.2
Compare Source
Changes
Testbench Changes
Fixes
shouldSeed()
exists and returnfalse
.v9.5.1
Compare Source
Changes
Testbench Changes
Changes
SIGHUP
,SIGUSR1
, andSIGUSR2
signals via Testbench CLI.config/concurrency.php
configuration file.Fixes
serve
command to reset published.env
andtestbench.yaml
.v9.5.0
Compare Source
Changes
Testbench Changes
Added
Orchestra\Testbench\Attributes\RequiresDatabase
attribute class.markTestSkippedWhen()
andmarkTestSkippedUnless()
assertion helper to conditionally handlemarkTestSkipped()
.Orchestra\Testbench\default_migration_path()
helper function.Orchestra\Testbench\laravel_vendor_exists()
helper function.Changes
vendor
symlink directory if it was created while running tests.Fixes
view.paths
configuration not being updated to includeworkbench/resources/views
due to IoC booting sequence.Deprecated
Orchestra\Testbench\laravel_migration_path()
, usedefault_migration_path()
instead.New Contributors
v9.4.0
Compare Source
Changes
Testbench Changes
Added
artisan
binary to Laravel skeleton.Orchestra\Testbench\join_paths()
function.Orchestra\Testbench\Attributes\UsesVendor
attribute class.defineStashRoutes()
method to register adhoc route for test.Changes
Orchestra\Testbench\default_skeleton_path()
,Orchestra\Testbench\package_path()
, andOrchestra\Testbench\workbench_path()
usage based on newOrchestra\Testbench\join_paths()
function.v9.3.0
Compare Source
Changes
Testbench Changes
Changes
Orchestra\Testbench\Foundation\Console\Actions\GeneratesFile
to remove.gitkeep
file when directory contain one or more files.Fixes
InteractsWithPublishedFiles
should only flush published files withindatabase/migrations
directory.v9.2.0
Compare Source
Changes
Testbench Changes
Added
Orchestra\Testbench\Attributes\ResolvesLaravel
Orchestra\Testbench\Attributes\UsesFrameworkConfiguration
factories
using Workbench to mapWorkbench\App\Models
toWorkbench\Database\Factories
classes.workbench/app/Console/Commands
.Changes
JsonSerializable
toOrchestra\Testbench\Foundation\UndefinedValue
.workbench
as default environment value.Orchestra\Testbench\Attributes\Define
andOrchestra\Testbench\Attributes\DefineEnvironment
to be used on the class level by @danjohnson95Fixes
usesTestingFeature()
attribute registration is loaded before class attributes instead of method attributes.v9.1.2
Compare Source
Changes
Testbench Changes
Fixes
Orchestra\Testbench\Workench\Workbench::applicationExceptionHandler()
usage to detectWorkbench\App\Exceptions\Handler
class.Orchestra\Testbench\Console\Kernel
andOrchestra\Testbench\Foundation\Console\Kernel
unable to discover commands.v9.1.1
Compare Source
Changes
Testbench Changes
Changes
Orchestra\Testbench\package_path()
function instead ofTESTBENCH_WORKING_PATH
constant.Fixes
Orchestra\Testbench\Attributes\RequiresLaravel
attribute usage.v9.1.0
Compare Source
Changes
Testbench Changes
Changes
TESTBENCH_WORKING_PATH
from environment variable before fallback togetcwd()
.Fixes
v9.0.4
Compare Source
Changes
Testbench Changes
Changes
Orchestra\Testbench\remote
to accept$env
with eitherarray
orstring
.TESTBENCH_PACKAGE_REMOTE=true
when running command usingOrchestra\Testbench\remote
.workbench
environment variable when Testbench CLI is used outside of testing.Fixes
serve
command.runningInUnitTests()
returningtrue
when not running tests via Testbench CLI.v9.0.3
Compare Source
Changes
11.1.0
.Testbench Changes
Changes
HASH_VERIFY
environment variables.Fixes
RefreshDatabaseState
when usingLazilyRefreshDatabase
with SQLite:in-memory:
database connections.v9.0.2
Compare Source
Changes
Testbench Changes
Fixes
RefreshDatabase
to be executed ontearDown()
only limited when ad-hoc migrations was added during test.v9.0.1
Compare Source
Changes
Testbench Changes
Changes
ResetRefreshDatabaseState
viatearDownTheTestEnvironmentUsingTestCase()
method.RefreshDatabaseState::$migrated
andRefreshDatabaseState::$lazilyRefreshed
before loading migration paths to the instance ofmigrator
.utf8mb4_unicode_ci
.Fixes
beforeApplicationDestroyed()
usage onloadLaravelMigrations()
method.RefreshDatabase
usage does not reset the database migrations between tests.class_implements()
should only be executed if the Attribute class exists.bootstrap/app.php
when configured using a custom skeleton.v9.0.0
Compare Source
Added
Changes
Deprecated
Orchestra\Testbench\Concerns\HandlesAnnotations
in line with PHPUnit removal support for meta-comment support using annotation.Removed
Orchestra\Testbench\Concerns\Database\HandlesConnections
trait.create-sqlite-db
anddrop-sqlite-db
standalone commands.pestphp/pest (pestphp/pest)
v3.7.1
Compare Source
v3.7.0
Compare Source
v3.6.0
Compare Source
v3.5.2
Compare Source
v3.5.1
Compare Source
Full Changelog: pestphp/pest@v3.5.0...v3.5.1
v3.5.0
Compare Source
feat: support for nested describe blocks by @jshayes in https://github.com/pestphp/pest/pull/1295
fix: issue where a describe block will prevent a
beforeEach
call from executing by @jshayes in https://github.com/pestphp/pest/pull/1294v3.4.2
Compare Source
Full Changelog: pestphp/pest@v3.4.1...v3.4.2
v3.4.1
Compare Source
chore: uses stable versions of collision and termwind (with PHP 8.4 support)
v3.4.0
Compare Source
feat: php v8.4 support
v3.3.2
Compare Source
docs: fixes composer command by @AbdellahBoutmad in https://github.com/pestphp/pest/pull/1293
fix: missing policy suffix test by @olivernybroe in https://github.com/pestphp/pest/pull/1292
v3.3.1
Compare Source
chore: bumps dependencies
v3.3.0
Compare Source
feat: uses phpunit
v11.4.0
.v3.2.5
Compare Source
fix: missing
middleware
method on allowable public methods on controllers on laravel preset by @CamKem in https://github.com/pestphp/pest/pull/1280fix: strict types expectation to allows for comments above declaration by @midnite81 in https://github.com/pestphp/pest/pull/1279
v3.2.4
Compare Source
fix:
App\Exceptions\Handler
ignored on laravel presetv3.2.3
Compare Source
feat: laravel preset now ignores concerns on App\Enums and App\Features by @jeremynikolic in https://github.com/pestphp/pest/pull/1275
v3.2.2
Compare Source
fix: auto-complete on
->preset
methodv3.2.1
Compare Source
fix: fix: missing
!=
and!==
on newtoUseStrictEquality
arch expectationv3.2.0
Compare Source
feat: adds
toUseStrictEquality
arch expectationv3.1.0
Compare Source
feat: adds
mutates
function. https://pestphp.com/docs/mutation-testingv3.0.8
Compare Source
fix:
todo
calls withints
on parametersv3.0.7
Compare Source
chore: bumps phpunit version
fix: update assignee URL for Jira by @owenvoke in https://github.com/pestphp/pest/pull/1254
v3.0.6
Compare Source
fix: team city usage on phpstorm. https://github.com/pestphp/pest/issues/1236
v3.0.5
Compare Source
fix: parallel mutation testing when using Laravel Herd
v3.0.4
Compare Source
fix:
afterEach
being called twice. https://github.com/pestphp/pest/issues/1230v3.0.3
Compare Source
fix:
pest()->printer()
method wrongly named. https://github.com/pestphp/pest/issues/1229v3.0.2
Compare Source
--processes
being ignored when running mutate on parallel. https://github.com/pestphp/pest/issues/1228v3.0.1
Compare Source
--coverage
not working on non-parallel mode. https://github.com/pestphp/pest/issues/1223v3.0.0
Compare Source
Please consult the upgrade guide and release notes in the official Pest documentation.
phpstan/phpstan-deprecation-rules (phpstan/phpstan-deprecation-rules)
v2.0.1
Compare Source
v2.0.0
Compare Source
selectSingle()
is being deprecatedrectorphp/rector (rector/rector)
v2.0.3
Compare Source
v2.0.2
Compare Source
v2.0.1
Compare Source
v2.0.0
Compare Source
spaze/phpstan-disallowed-calls (spaze/phpstan-disallowed-calls)
v4.0.1
: Support both PHPStan 1.12 & 2.0Compare Source
The 4.0 release removed support for PHPStan 1.x, and this release brings it back. Both PHPStan 1.12 and PHPStan 2.0 are supported (#273).
You can learn more about PHPStan 2.0 in the release notes or in the blog post and don't forget to get yourself an elephpant and a t-shirt!
v4.0.0
: Support & require PHPStan 2.0Compare Source
This major release supports and requires PHPStan 2.0 (#267)
As mentioned in the
UPGRADING.md
guide:You can learn more about PHPStan 2.0 in the release notes or in the blog post and don't forget to get yourself an elephpant and a t-shirt!
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.