Skip to content
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

fix css loader regression #19

Merged
merged 26 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
205308a
extract import boilerplate into blade file for correct conditional re…
gwleuverink Sep 4, 2024
ed72cab
ignore coverage
gwleuverink Sep 4, 2024
1642f41
update deps
gwleuverink Oct 8, 2024
1151bbe
make sure ray is disabled
gwleuverink Oct 8, 2024
750191a
wip - experiment with version matrix
gwleuverink Oct 8, 2024
a94e377
wip - experimenting with matrix
gwleuverink Oct 8, 2024
2dc90ee
wip - experimenting with CI matrix
gwleuverink Oct 8, 2024
b574f0d
fix typo
gwleuverink Oct 8, 2024
a2adb4b
playground improvements
gwleuverink Oct 8, 2024
19867be
test with old import core
gwleuverink Oct 8, 2024
a141f41
wip - revert to refactor
gwleuverink Oct 8, 2024
04d3cfb
update to pest 3
gwleuverink Oct 8, 2024
1d7bd1a
update workbench deps
gwleuverink Oct 8, 2024
2d32306
fix deprecation warnings
gwleuverink Oct 8, 2024
816dbbd
replace test annotation with attribute syntax
gwleuverink Oct 8, 2024
4481e44
tidy
gwleuverink Oct 8, 2024
a103afe
ignore coverage
gwleuverink Oct 8, 2024
f25ef88
fix dusk locally
gwleuverink Oct 22, 2024
b9984bd
update deps
gwleuverink Oct 22, 2024
fa02902
boyscouting
gwleuverink Oct 24, 2024
2a9955f
add consts for controlling dusk tests in 1 place
gwleuverink Oct 24, 2024
64599db
lock bun to a minimum version
gwleuverink Oct 24, 2024
ce1fa42
fix livewire interop after refactor
gwleuverink Oct 24, 2024
dffb2f5
Dusting
gwleuverink Oct 24, 2024
ce149b9
Ignore Dusting commit in git blame
gwleuverink Oct 24, 2024
1a6d4a9
Merge branch 'main' into fix/css-import-regression
gwleuverink Oct 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,11 @@
"fix": "vendor/bin/duster fix",
"analyze": "vendor/bin/phpstan analyse",
"baseline": "vendor/bin/phpstan analyse --generate-baseline",

"clear": "@php vendor/bin/testbench package:purge-skeleton --ansi",
"prepare": "@php vendor/bin/testbench package:discover --ansi",
"build": "@php vendor/bin/testbench workbench:build --ansi",

"dusk:install-chromedriver": "@php vendor/bin/dusk-updater detect --auto-update --ansi",
"test": "@php vendor/bin/pest --group=feature,unit",
"test-browser": "@php vendor/bin/pest --exclude-group=feature,unit",
Expand Down
Loading
Loading