generated from wayofdev/laravel-package-tpl
-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update dependency orchestra/testbench to v8.31.0 #259
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/orchestra-testbench-8.x-lockfile
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/orchestra-testbench-8.x-lockfile
branch
from
June 4, 2024 14:33
835a213
to
b354f7b
Compare
renovate
bot
changed the title
chore(deps): update dependency orchestra/testbench to v8.23.1
chore(deps): update dependency orchestra/testbench to v8.23.2
Jun 4, 2024
renovate
bot
force-pushed
the
renovate/orchestra-testbench-8.x-lockfile
branch
from
July 13, 2024 10:25
b354f7b
to
dcdf25a
Compare
renovate
bot
changed the title
chore(deps): update dependency orchestra/testbench to v8.23.2
chore(deps): update dependency orchestra/testbench to v8.24.0
Jul 13, 2024
renovate
bot
force-pushed
the
renovate/orchestra-testbench-8.x-lockfile
branch
from
August 5, 2024 13:35
dcdf25a
to
9aea973
Compare
renovate
bot
changed the title
chore(deps): update dependency orchestra/testbench to v8.24.0
chore(deps): update dependency orchestra/testbench to v8.25.0
Aug 14, 2024
|
renovate
bot
changed the title
chore(deps): update dependency orchestra/testbench to v8.25.0
chore(deps): update dependency orchestra/testbench to v8.26.0
Aug 26, 2024
renovate
bot
changed the title
chore(deps): update dependency orchestra/testbench to v8.26.0
chore(deps): update dependency orchestra/testbench to v8.27.0
Sep 24, 2024
renovate
bot
changed the title
chore(deps): update dependency orchestra/testbench to v8.27.0
chore(deps): update dependency orchestra/testbench to v8.27.1
Oct 5, 2024
renovate
bot
changed the title
chore(deps): update dependency orchestra/testbench to v8.27.1
chore(deps): update dependency orchestra/testbench to v8.27.2
Oct 6, 2024
renovate
bot
changed the title
chore(deps): update dependency orchestra/testbench to v8.27.2
chore(deps): update dependency orchestra/testbench to v8.28.0
Nov 19, 2024
renovate
bot
changed the title
chore(deps): update dependency orchestra/testbench to v8.28.0
chore(deps): update dependency orchestra/testbench to v8.29.0
Dec 1, 2024
renovate
bot
changed the title
chore(deps): update dependency orchestra/testbench to v8.29.0
chore(deps): update dependency orchestra/testbench to v8.30.0
Dec 16, 2024
renovate
bot
changed the title
chore(deps): update dependency orchestra/testbench to v8.30.0
chore(deps): update dependency orchestra/testbench to v8.31.0
Dec 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
8.23.0
->8.31.0
Release Notes
orchestral/testbench (orchestra/testbench)
v8.31.0
Compare Source
Changes
Testbench Changes
Added
Changes
Orchestra\Testbench\Workbench\Workbench::flushCachedClassAndNamespaces()
to flush cached namespaces and classes during installation.realpath()
onvendor:publish
output.v8.30.0
Compare Source
Changes
Testbench Changes
Added
Orchestra\Testbench\transform_realpath_to_relative()
function.vendor:publish
command.Changes
$force
parameter toOrchestra\Testbench\Workbench\Workbench::detectNamespace()
method.v8.29.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()
Deprecated
Orchestra\Testbench\Foundation\Console\Concerns\HandleTerminatingConsole
trait, useOrchestra\Testbench\Foundation\Console\TerminatingConsole
class instead.v8.28.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
resolveApplicationResolvingCallback()
method visibility fromprivate
toprotected
.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
.v8.27.2
Compare Source
Changes
Testbench Changes
Fixes
shouldSeed()
exists and returnfalse
.v8.27.1
Compare Source
Changes
Testbench Changes
Changes
SIGHUP
,SIGUSR1
, andSIGUSR2
signals via Testbench CLI.Fixes
serve
command to reset published.env
andtestbench.yaml
.v8.27.0
Compare Source
Changes
Testbench Changes
Added
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
v8.26.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.v8.25.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.v8.24.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.v8.23.2
Compare Source
Changes
Testbench Changes
Fixes
Orchestra\Testbench\Workench\Workbench::applicationExceptionHandler()
usage to detectWorkbench\App\Exceptions\Handler
class.v8.23.1
Compare Source
Changes
Testbench Changes
Changes
Orchestra\Testbench\package_path()
function instead ofTESTBENCH_WORKING_PATH
constant.Fixes
Orchestra\Testbench\Attributes\RequiresLaravel
attribute usage.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.