mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-06 18:31:05 +00:00
chore: update CI4 to v4.3.8 + update js and php dependencies
This commit is contained in:
parent
b4f1b916bf
commit
072b3ff61d
@ -9,6 +9,13 @@
|
|||||||
"postStartCommand": "crontab ./crontab && cron && php spark serve --host 0.0.0.0",
|
"postStartCommand": "crontab ./crontab && cron && php spark serve --host 0.0.0.0",
|
||||||
"postAttachCommand": "crontab ./crontab && service cron reload",
|
"postAttachCommand": "crontab ./crontab && service cron reload",
|
||||||
"shutdownAction": "stopCompose",
|
"shutdownAction": "stopCompose",
|
||||||
|
"features": {
|
||||||
|
"ghcr.io/devcontainers/features/git:1": {},
|
||||||
|
"ghcr.io/guiyomh/features/vim:0": {},
|
||||||
|
"ghcr.io/NicoVIII/devcontainer-features/pnpm:2": {}
|
||||||
|
},
|
||||||
|
"customizations": {
|
||||||
|
"vscode": {
|
||||||
"settings": {
|
"settings": {
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||||
@ -44,11 +51,7 @@
|
|||||||
"stylelint.vscode-stylelint",
|
"stylelint.vscode-stylelint",
|
||||||
"wayou.vscode-todo-highlight",
|
"wayou.vscode-todo-highlight",
|
||||||
"yzhang.markdown-all-in-one"
|
"yzhang.markdown-all-in-one"
|
||||||
],
|
]
|
||||||
|
}
|
||||||
"features": {
|
|
||||||
"ghcr.io/devcontainers/features/git:1": {},
|
|
||||||
"ghcr.io/guiyomh/features/vim:0": {},
|
|
||||||
"ghcr.io/NicoVIII/devcontainer-features/pnpm:2": {}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.1",
|
"php": "^8.1",
|
||||||
"codeigniter4/framework": "v4.3.7",
|
"codeigniter4/framework": "v4.3.8",
|
||||||
"james-heinrich/getid3": "^2.0.0-beta5",
|
"james-heinrich/getid3": "^2.0.0-beta5",
|
||||||
"whichbrowser/parser": "^v2.1.7",
|
"whichbrowser/parser": "^v2.1.7",
|
||||||
"geoip2/geoip2": "v2.13.0",
|
"geoip2/geoip2": "v2.13.0",
|
||||||
@ -23,7 +23,7 @@
|
|||||||
"chrisjean/php-ico": "^1.0.4",
|
"chrisjean/php-ico": "^1.0.4",
|
||||||
"melbahja/seo": "^v2.1.1",
|
"melbahja/seo": "^v2.1.1",
|
||||||
"codeigniter4/shield": "v1.0.0-beta.6",
|
"codeigniter4/shield": "v1.0.0-beta.6",
|
||||||
"aws/aws-sdk-php": "^3.279.2",
|
"aws/aws-sdk-php": "^3.279.7",
|
||||||
"mpratt/embera": "^2.0.34",
|
"mpratt/embera": "^2.0.34",
|
||||||
"codeigniter4/tasks": "dev-develop",
|
"codeigniter4/tasks": "dev-develop",
|
||||||
"yassinedoghri/podcast-feed": "dev-main"
|
"yassinedoghri/podcast-feed": "dev-main"
|
||||||
@ -32,8 +32,8 @@
|
|||||||
"mikey179/vfsstream": "^v1.6.11",
|
"mikey179/vfsstream": "^v1.6.11",
|
||||||
"phpunit/phpunit": "^10.3.2",
|
"phpunit/phpunit": "^10.3.2",
|
||||||
"captainhook/captainhook": "^5.16.4",
|
"captainhook/captainhook": "^5.16.4",
|
||||||
"symplify/easy-coding-standard": "^12.0.6",
|
"symplify/easy-coding-standard": "^12.0.7",
|
||||||
"phpstan/phpstan": "^1.10.29",
|
"phpstan/phpstan": "^1.10.32",
|
||||||
"rector/rector": "^0.18.0",
|
"rector/rector": "^0.18.0",
|
||||||
"symplify/coding-standard": "^12.0.3"
|
"symplify/coding-standard": "^12.0.3"
|
||||||
},
|
},
|
||||||
|
1166
composer.lock
generated
1166
composer.lock
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@ -59,18 +59,18 @@
|
|||||||
"@semantic-release/exec": "^6.0.3",
|
"@semantic-release/exec": "^6.0.3",
|
||||||
"@semantic-release/git": "^10.0.1",
|
"@semantic-release/git": "^10.0.1",
|
||||||
"@semantic-release/gitlab": "^12.0.5",
|
"@semantic-release/gitlab": "^12.0.5",
|
||||||
"@tailwindcss/forms": "^0.5.4",
|
"@tailwindcss/forms": "^0.5.5",
|
||||||
"@tailwindcss/typography": "^0.5.9",
|
"@tailwindcss/typography": "^0.5.9",
|
||||||
"@types/leaflet": "^1.9.3",
|
"@types/leaflet": "^1.9.3",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.4.0",
|
"@typescript-eslint/eslint-plugin": "^6.4.1",
|
||||||
"@typescript-eslint/parser": "^6.4.0",
|
"@typescript-eslint/parser": "^6.4.1",
|
||||||
"all-contributors-cli": "^6.26.1",
|
"all-contributors-cli": "^6.26.1",
|
||||||
"commitizen": "^4.3.0",
|
"commitizen": "^4.3.0",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"cssnano": "^6.0.1",
|
"cssnano": "^6.0.1",
|
||||||
"cz-conventional-changelog": "^3.3.0",
|
"cz-conventional-changelog": "^3.3.0",
|
||||||
"eslint": "^8.47.0",
|
"eslint": "^8.48.0",
|
||||||
"eslint-config-prettier": "^8.8.0",
|
"eslint-config-prettier": "^8.10.0",
|
||||||
"eslint-plugin-prettier": "^4.2.1",
|
"eslint-plugin-prettier": "^4.2.1",
|
||||||
"husky": "^8.0.3",
|
"husky": "^8.0.3",
|
||||||
"is-ci": "^3.0.1",
|
"is-ci": "^3.0.1",
|
||||||
@ -82,7 +82,7 @@
|
|||||||
"postcss-reporter": "^7.0.5",
|
"postcss-reporter": "^7.0.5",
|
||||||
"prettier": "2.8.8",
|
"prettier": "2.8.8",
|
||||||
"prettier-plugin-organize-imports": "^3.2.3",
|
"prettier-plugin-organize-imports": "^3.2.3",
|
||||||
"semantic-release": "^21.0.9",
|
"semantic-release": "^21.1.1",
|
||||||
"stylelint": "^15.10.3",
|
"stylelint": "^15.10.3",
|
||||||
"stylelint-config-standard": "^34.0.0",
|
"stylelint-config-standard": "^34.0.0",
|
||||||
"svgo": "^3.0.2",
|
"svgo": "^3.0.2",
|
||||||
|
10389
pnpm-lock.yaml
generated
10389
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user