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

v3.1.05 #90

Merged
merged 6 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.2, 8.3]
php: [8.2, 8.3, 8.4]
node: [18]
stability: [prefer-stable]
services:
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

- name: Send code coverage
# https://github.com/codecov/codecov-action
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: false
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kiwilan/typescriptable-laravel",
"description": "PHP package for Laravel to type Eloquent models, routes, Spatie Settings with autogenerated TypeScript. If you want to use some helpers with Inertia, you can install associated NPM package.",
"version": "3.1.03",
"version": "3.1.05",
"keywords": [
"kiwilan",
"laravel",
Expand Down Expand Up @@ -34,7 +34,7 @@
"require-dev": {
"larastan/larastan": "^2.8.0",
"laravel/pint": "^1.0",
"mongodb/laravel-mongodb": "^4.7",
"mongodb/laravel-mongodb": "^5.1.0",
"nunomaduro/collision": "^8.0",
"orchestra/testbench": "^9.0",
"pestphp/pest": "^2.8.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@kiwilan/typescriptable-laravel",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "pnpm run --parallel dev",
"build": "pnpm recursive run build",
Expand All @@ -12,7 +13,6 @@
"package": "pnpm recursive run package",
"release": "pnpm recursive run release"
},
"license": "MIT",
"dependencies": {
"@antfu/eslint-config": "^2.6.2",
"eslint": "^8.56.0",
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"rimraf": "^5.0.7",
"tailwindcss": "^3.4.1",
"tsup": "^8.0.1",
"vite": "^5.0.11",
"vite": "^5.1.8",
"vite-plugin-dts": "^3.7.0",
"vitest": "^1.2.0",
"vue": "^3.4.13"
Expand Down
Loading
Loading