Skip to content
Snippets Groups Projects
Commit 2a2cb3ef authored by Yassine Doghri's avatar Yassine Doghri
Browse files

chore: upgrade CI4 to v4.2.5 + update other dependencies to latest

- add file associations for env and .rsync-filter files
- include version lens to .devcontainer config
parent 10fc6f17
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,9 @@ ...@@ -21,7 +21,9 @@
"color-highlight.markerType": "dot-before", "color-highlight.markerType": "dot-before",
"files.associations": { "files.associations": {
"*.xml.dist": "xml", "*.xml.dist": "xml",
"spark": "php" "spark": "php",
"env": "dotenv",
".rsync-filter": "diff"
} }
}, },
"extensions": [ "extensions": [
...@@ -36,6 +38,7 @@ ...@@ -36,6 +38,7 @@
"kasik96.latte", "kasik96.latte",
"mikestead.dotenv", "mikestead.dotenv",
"naumovs.color-highlight", "naumovs.color-highlight",
"pflannery.vscode-versionlens",
"runem.lit-plugin", "runem.lit-plugin",
"streetsidesoftware.code-spell-checker", "streetsidesoftware.code-spell-checker",
"stylelint.vscode-stylelint", "stylelint.vscode-stylelint",
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"require": { "require": {
"php": "^8.0", "php": "^8.0",
"codeigniter4/framework": "^v4.2.4", "codeigniter4/framework": "v4.2.5",
"james-heinrich/getid3": "^2.0.x-dev", "james-heinrich/getid3": "^2.0.x-dev",
"whichbrowser/parser": "^v2.1.7", "whichbrowser/parser": "^v2.1.7",
"geoip2/geoip2": "v2.13.0", "geoip2/geoip2": "v2.13.0",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
}, },
"require-dev": { "require-dev": {
"mikey179/vfsstream": "^v1.6.11", "mikey179/vfsstream": "^v1.6.11",
"phpunit/phpunit": "^9.5.21", "phpunit/phpunit": "^9.5.24",
"captainhook/captainhook": "^5.10.11", "captainhook/captainhook": "^5.10.11",
"symplify/easy-coding-standard": "^10.3.3", "symplify/easy-coding-standard": "^10.3.3",
"phpstan/phpstan": "^1.8.2", "phpstan/phpstan": "^1.8.2",
......
This diff is collapsed.
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
# database.default.port = 3306 # database.default.port = 3306
# database.tests.hostname = localhost # database.tests.hostname = localhost
# database.tests.database = ci4 # database.tests.database = ci4_test
# database.tests.username = root # database.tests.username = root
# database.tests.password = root # database.tests.password = root
# database.tests.DBDriver = MySQLi # database.tests.DBDriver = MySQLi
......
This diff is collapsed.
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
"@github/clipboard-copy-element": "^1.1.2", "@github/clipboard-copy-element": "^1.1.2",
"@github/hotkey": "^2.0.1", "@github/hotkey": "^2.0.1",
"@github/markdown-toolbar-element": "^2.1.1", "@github/markdown-toolbar-element": "^2.1.1",
"@github/time-elements": "^3.1.2", "@github/time-elements": "^3.1.4",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e", "@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@vime/core": "^5.3.1", "@vime/core": "^5.3.1",
"choices.js": "^10.1.0", "choices.js": "^10.1.0",
...@@ -46,13 +46,13 @@ ...@@ -46,13 +46,13 @@
"leaflet": "^1.8.0", "leaflet": "^1.8.0",
"leaflet.markercluster": "^1.5.3", "leaflet.markercluster": "^1.5.3",
"lit": "^2.3.1", "lit": "^2.3.1",
"marked": "^4.0.18", "marked": "^4.1.0",
"wavesurfer.js": "^6.2.0", "wavesurfer.js": "^6.2.0",
"xml-formatter": "^2.6.1" "xml-formatter": "^2.6.1"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^17.0.3", "@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.0.3", "@commitlint/config-conventional": "^17.1.0",
"@semantic-release/changelog": "^6.0.1", "@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3", "@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1", "@semantic-release/git": "^10.0.1",
...@@ -61,34 +61,34 @@ ...@@ -61,34 +61,34 @@
"@tailwindcss/line-clamp": "^0.4.0", "@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.4", "@tailwindcss/typography": "^0.5.4",
"@types/leaflet": "^1.7.11", "@types/leaflet": "^1.7.11",
"@types/marked": "^4.0.5", "@types/marked": "^4.0.6",
"@types/wavesurfer.js": "^6.0.3", "@types/wavesurfer.js": "^6.0.3",
"@typescript-eslint/eslint-plugin": "^5.33.1", "@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.33.1", "@typescript-eslint/parser": "^5.36.1",
"all-contributors-cli": "^6.20.0", "all-contributors-cli": "^6.20.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"cssnano": "^5.1.13", "cssnano": "^5.1.13",
"cz-conventional-changelog": "^3.3.0", "cz-conventional-changelog": "^3.3.0",
"eslint": "^8.22.0", "eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1", "husky": "^8.0.1",
"is-ci": "^3.0.1", "is-ci": "^3.0.1",
"lint-staged": "^13.0.3", "lint-staged": "^13.0.3",
"postcss-import": "^14.1.0", "postcss-import": "^15.0.0",
"postcss-nesting": "^10.1.10", "postcss-nesting": "^10.1.10",
"postcss-preset-env": "^7.8.0", "postcss-preset-env": "^7.8.0",
"postcss-reporter": "^7.0.5", "postcss-reporter": "^7.0.5",
"prettier": "2.7.1", "prettier": "2.7.1",
"prettier-plugin-organize-imports": "^3.1.0", "prettier-plugin-organize-imports": "^3.1.0",
"semantic-release": "^19.0.3", "semantic-release": "^19.0.5",
"stylelint": "^14.10.0", "stylelint": "^14.11.0",
"stylelint-config-standard": "^27.0.0", "stylelint-config-standard": "^28.0.0",
"svgo": "^2.8.0", "svgo": "^2.8.0",
"tailwindcss": "^3.1.8", "tailwindcss": "^3.1.8",
"typescript": "^4.7.4", "typescript": "^4.8.2",
"vite": "2.8.6", "vite": "2.8.6",
"vite-plugin-pwa": "^0.12.3", "vite-plugin-pwa": "^0.12.4",
"workbox-build": "^6.5.4", "workbox-build": "^6.5.4",
"workbox-core": "^6.5.4", "workbox-core": "^6.5.4",
"workbox-routing": "^6.5.4", "workbox-routing": "^6.5.4",
......
...@@ -21,3 +21,4 @@ parameters: ...@@ -21,3 +21,4 @@ parameters:
- '#Cannot access property [\$a-z_]+ on ((array\|)?object)#' - '#Cannot access property [\$a-z_]+ on ((array\|)?object)#'
- '#^Call to an undefined method CodeIgniter\\Database\\ConnectionInterface#' - '#^Call to an undefined method CodeIgniter\\Database\\ConnectionInterface#'
- '#^Access to an undefined property App\\Entities\\Media\\Image#' - '#^Access to an undefined property App\\Entities\\Media\\Image#'
- '#^Call to an undefined method CodeIgniter\\HTTP\\RequestInterface#'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment