Compare commits

..

7 Commits

Author SHA1 Message Date
2c88187d3f Merge pull request 'update bundles version' (#19) from release/check_on_null into main
All checks were successful
continuous-integration/drone/tag Build is passing
Reviewed-on: #19
2024-02-21 19:25:28 +00:00
LenaertsJ
971d0fa9c9 update composer.lock and file (automatic update) 2024-02-21 19:24:12 +00:00
93bcc246e9 update bundles version
All checks were successful
Prepare release for chill app / update-deps (push) Successful in 33s
2024-02-21 20:20:08 +01:00
2c6fb97f31 Merge pull request 'release/upgrade_vue' (#17) from release/upgrade_vue into main
All checks were successful
continuous-integration/drone/tag Build is passing
Reviewed-on: #17
2024-02-13 13:39:47 +00:00
LenaertsJ
c58443dd72 update composer.lock and file (automatic update) 2024-02-13 13:39:25 +00:00
b6c17f62d0 add changie
All checks were successful
Prepare release for chill app / update-deps (push) Successful in 33s
2024-02-13 14:38:18 +01:00
7712d146c7 update yarn.lock and makefile to use node 20 and upgrade vue 2024-02-13 14:37:18 +01:00
7 changed files with 1330 additions and 1292 deletions

5
.changes/v1.7.0.md Normal file
View File

@@ -0,0 +1,5 @@
## v1.7.0 - 2024-02-13
### Release
* Update dependencies. Chill-bundles upgraded from 2.16.1 to 2.16.1
### Fixed
* Upgrade vue to fix multiselect

3
.changes/v1.8.0.md Normal file
View File

@@ -0,0 +1,3 @@
## v1.8.0 - 2024-02-21
### Release
* Update dependencies. Chill-bundles upgraded from 2.16.1 to 2.16.2

View File

@@ -6,6 +6,16 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie). and is generated by [Changie](https://github.com/miniscruff/changie).
## v1.8.0 - 2024-02-21
### Release
* Update dependencies. Chill-bundles upgraded from 2.16.1 to 2.16.2
## v1.7.0 - 2024-02-13
### Release
* Update dependencies. Chill-bundles upgraded from 2.16.1 to 2.16.1
### Fixed
* Upgrade vue to fix multiselect
## v1.6.0 - 2024-02-12 ## v1.6.0 - 2024-02-12
### Release ### Release
* Update dependencies. Chill-bundles upgraded from 2.16.1 to 2.16.1 * Update dependencies. Chill-bundles upgraded from 2.16.1 to 2.16.1

View File

@@ -2,7 +2,7 @@ THIS_FILE := $(lastword $(MAKEFILE_LIST))
PWD:=$(shell echo ${PWD}) PWD:=$(shell echo ${PWD})
UID:=$(shell id -u) UID:=$(shell id -u)
GID:=$(shell id -g) GID:=$(shell id -g)
DOCKERNODE_CMD=docker run --rm --user ${UID}:${GID} -v ${PWD}:/app --workdir /app -e YARN_CACHE_FOLDER=/app/.yarncache node:16 DOCKERNODE_CMD=docker run --rm --user ${UID}:${GID} -v ${PWD}:/app --workdir /app -e YARN_CACHE_FOLDER=/app/.yarncache node:20
DOCKER_COMPOSE_PHP_EXEC_CMD=docker-compose run --rm --user $(UID):$(GID) -e CLEAR_CACHE=false -e COMPOSER_HOME=/var/www/app/.composer --entrypoint /usr/bin/env php DOCKER_COMPOSE_PHP_EXEC_CMD=docker-compose run --rm --user $(UID):$(GID) -e CLEAR_CACHE=false -e COMPOSER_HOME=/var/www/app/.composer --entrypoint /usr/bin/env php
DOCKER_PHP_EXEC_CMD_BASE=docker run --rm --user $(UID):$(GID) -v ${PWD}:/var/www/app -e CLEAR_CACHE=false -e COMPOSER_HOME=/var/www/app/.composer --entrypoint /usr/bin/env $(PHP_BASE_IMAGE_TAG) DOCKER_PHP_EXEC_CMD_BASE=docker run --rm --user $(UID):$(GID) -v ${PWD}:/var/www/app -e CLEAR_CACHE=false -e COMPOSER_HOME=/var/www/app/.composer --entrypoint /usr/bin/env $(PHP_BASE_IMAGE_TAG)
PHP_BASE_IMAGE=php:8.2-fpm-alpine PHP_BASE_IMAGE=php:8.2-fpm-alpine

View File

@@ -15,7 +15,7 @@
}, },
"require": { "require": {
"ext-redis": "*", "ext-redis": "*",
"chill-project/chill-bundles": "2.16.1", "chill-project/chill-bundles": "2.16.2",
"symfony/flex": "^1.9", "symfony/flex": "^1.9",
"symfony/http-client": "^4.4 || ^5", "symfony/http-client": "^4.4 || ^5",
"nelmio/alice": "^3.8", "nelmio/alice": "^3.8",

76
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "aada3a5794021711f779fd1fd4b84586", "content-hash": "d9c0f23b12cc8e2b341221d5eec27127",
"packages": [ "packages": [
{ {
"name": "brick/math", "name": "brick/math",
@@ -223,16 +223,16 @@
}, },
{ {
"name": "chill-project/chill-bundles", "name": "chill-project/chill-bundles",
"version": "2.16.1", "version": "2.16.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://gitlab.com/Chill-Projet/chill-bundles.git", "url": "https://gitlab.com/Chill-Projet/chill-bundles.git",
"reference": "f02c5bca13882b075ca0edc0356090bd692cdc73" "reference": "97f2c75de89896a7b8e20d511e9e0fa89e5fcb69"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=f02c5bca13882b075ca0edc0356090bd692cdc73", "url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=97f2c75de89896a7b8e20d511e9e0fa89e5fcb69",
"reference": "f02c5bca13882b075ca0edc0356090bd692cdc73", "reference": "97f2c75de89896a7b8e20d511e9e0fa89e5fcb69",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -346,9 +346,9 @@
], ],
"support": { "support": {
"issues": "https://gitlab.com/Chill-Projet/chill-bundles/-/issues", "issues": "https://gitlab.com/Chill-Projet/chill-bundles/-/issues",
"source": "https://gitlab.com/Chill-Projet/chill-bundles/-/tree/2.16.1" "source": "https://gitlab.com/Chill-Projet/chill-bundles/-/tree/2.16.2"
}, },
"time": "2024-02-09T00:11:11+00:00" "time": "2024-02-21T20:14:18+00:00"
}, },
{ {
"name": "composer/package-versions-deprecated", "name": "composer/package-versions-deprecated",
@@ -771,16 +771,16 @@
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"version": "3.8.1", "version": "3.8.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/dbal.git", "url": "https://github.com/doctrine/dbal.git",
"reference": "c9ea252cdce4da324ede3d6c5913dd89f769afd2" "reference": "a19a1d05ca211f41089dffcc387733a6875196cb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/c9ea252cdce4da324ede3d6c5913dd89f769afd2", "url": "https://api.github.com/repos/doctrine/dbal/zipball/a19a1d05ca211f41089dffcc387733a6875196cb",
"reference": "c9ea252cdce4da324ede3d6c5913dd89f769afd2", "reference": "a19a1d05ca211f41089dffcc387733a6875196cb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -864,7 +864,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/dbal/issues", "issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/3.8.1" "source": "https://github.com/doctrine/dbal/tree/3.8.2"
}, },
"funding": [ "funding": [
{ {
@@ -880,7 +880,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-02-03T17:33:49+00:00" "time": "2024-02-12T18:36:36+00:00"
}, },
{ {
"name": "doctrine/deprecations", "name": "doctrine/deprecations",
@@ -1222,16 +1222,16 @@
}, },
{ {
"name": "doctrine/inflector", "name": "doctrine/inflector",
"version": "2.0.9", "version": "2.0.10",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/inflector.git", "url": "https://github.com/doctrine/inflector.git",
"reference": "2930cd5ef353871c821d5c43ed030d39ac8cfe65" "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/2930cd5ef353871c821d5c43ed030d39ac8cfe65", "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
"reference": "2930cd5ef353871c821d5c43ed030d39ac8cfe65", "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1293,7 +1293,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/inflector/issues", "issues": "https://github.com/doctrine/inflector/issues",
"source": "https://github.com/doctrine/inflector/tree/2.0.9" "source": "https://github.com/doctrine/inflector/tree/2.0.10"
}, },
"funding": [ "funding": [
{ {
@@ -1309,7 +1309,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-15T18:05:13+00:00" "time": "2024-02-18T20:23:39+00:00"
}, },
{ {
"name": "doctrine/instantiator", "name": "doctrine/instantiator",
@@ -2993,16 +2993,16 @@
}, },
{ {
"name": "knpuniversity/oauth2-client-bundle", "name": "knpuniversity/oauth2-client-bundle",
"version": "v2.18.0", "version": "v2.18.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/knpuniversity/oauth2-client-bundle.git", "url": "https://github.com/knpuniversity/oauth2-client-bundle.git",
"reference": "2f6c9342c711597e3b5f1f2468910336be5232d6" "reference": "1d59f49f164805b45f95f92cf743781bc2ba7d2b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/knpuniversity/oauth2-client-bundle/zipball/2f6c9342c711597e3b5f1f2468910336be5232d6", "url": "https://api.github.com/repos/knpuniversity/oauth2-client-bundle/zipball/1d59f49f164805b45f95f92cf743781bc2ba7d2b",
"reference": "2f6c9342c711597e3b5f1f2468910336be5232d6", "reference": "1d59f49f164805b45f95f92cf743781bc2ba7d2b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3047,9 +3047,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/knpuniversity/oauth2-client-bundle/issues", "issues": "https://github.com/knpuniversity/oauth2-client-bundle/issues",
"source": "https://github.com/knpuniversity/oauth2-client-bundle/tree/v2.18.0" "source": "https://github.com/knpuniversity/oauth2-client-bundle/tree/v2.18.1"
}, },
"time": "2023-12-18T21:58:12+00:00" "time": "2024-02-14T17:41:28+00:00"
}, },
{ {
"name": "laminas/laminas-escaper", "name": "laminas/laminas-escaper",
@@ -3252,16 +3252,16 @@
}, },
{ {
"name": "league/csv", "name": "league/csv",
"version": "9.14.0", "version": "9.15.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/csv.git", "url": "https://github.com/thephpleague/csv.git",
"reference": "34bf0df7340b60824b9449b5c526fcc3325070d5" "reference": "fa7e2441c0bc9b2360f4314fd6c954f7ff40d435"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/csv/zipball/34bf0df7340b60824b9449b5c526fcc3325070d5", "url": "https://api.github.com/repos/thephpleague/csv/zipball/fa7e2441c0bc9b2360f4314fd6c954f7ff40d435",
"reference": "34bf0df7340b60824b9449b5c526fcc3325070d5", "reference": "fa7e2441c0bc9b2360f4314fd6c954f7ff40d435",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3276,12 +3276,12 @@
"ext-xdebug": "*", "ext-xdebug": "*",
"friendsofphp/php-cs-fixer": "^v3.22.0", "friendsofphp/php-cs-fixer": "^v3.22.0",
"phpbench/phpbench": "^1.2.15", "phpbench/phpbench": "^1.2.15",
"phpstan/phpstan": "^1.10.50", "phpstan/phpstan": "^1.10.57",
"phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.15", "phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-strict-rules": "^1.5.2", "phpstan/phpstan-strict-rules": "^1.5.2",
"phpunit/phpunit": "^10.5.3", "phpunit/phpunit": "^10.5.9",
"symfony/var-dumper": "^6.4.0" "symfony/var-dumper": "^6.4.2"
}, },
"suggest": { "suggest": {
"ext-dom": "Required to use the XMLConverter and the HTMLConverter classes", "ext-dom": "Required to use the XMLConverter and the HTMLConverter classes",
@@ -3337,7 +3337,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-12-29T07:34:53+00:00" "time": "2024-02-20T20:00:00+00:00"
}, },
{ {
"name": "league/oauth2-client", "name": "league/oauth2-client",
@@ -4901,16 +4901,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.10.57", "version": "1.10.59",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "1627b1d03446904aaa77593f370c5201d2ecc34e" "reference": "e607609388d3a6d418a50a49f7940e8086798281"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/1627b1d03446904aaa77593f370c5201d2ecc34e", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e607609388d3a6d418a50a49f7940e8086798281",
"reference": "1627b1d03446904aaa77593f370c5201d2ecc34e", "reference": "e607609388d3a6d418a50a49f7940e8086798281",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4959,7 +4959,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-24T11:51:34+00:00" "time": "2024-02-20T13:59:13+00:00"
}, },
{ {
"name": "psr/cache", "name": "psr/cache",

2524
yarn.lock

File diff suppressed because it is too large Load Diff