Skip to content

Commit

Permalink
- batch update August 2023 (#330)
Browse files Browse the repository at this point in the history
* - Bump phpunit/phpunit from 10.2.4 to 10.2.6

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.2.4 to 10.2.6.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.2.6/ChangeLog-10.2.md)
- [Commits](sebastianbergmann/phpunit@10.2.4...10.2.6)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* - batch update August 2023

* - batch update August 2023

* - batch update August 2023

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: EwelinaLasowy <[email protected]>
  • Loading branch information
dependabot[bot] and EwelinaSkrzypacz authored Aug 2, 2023
1 parent 68d713f commit 912ad27
Show file tree
Hide file tree
Showing 9 changed files with 365 additions and 345 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
'vue/padding-line-between-blocks': ['error', 'always'],
'vue/component-tags-order': ['error', {
'order': ['script', 'template', 'style']
}]
}],
'vue/no-setup-props-destructure': 0,
},
}
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-beta-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
rm: true

- name: run deployment script over ssh
uses: appleboy/ssh-action@v0.1.10
uses: appleboy/ssh-action@v1.0.0
with:
timeout: 10s
command_timeout: 10m
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
target: ${{ secrets.TOBY_VPS_LIVE_APP_PATH }}
rm: true

- uses: appleboy/ssh-action@v0.1.10
- uses: appleboy/ssh-action@v1.0.0
with:
timeout: 10s
command_timeout: 10m
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-command-on-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: run php artisan command
uses: appleboy/ssh-action@v0.1.10
uses: appleboy/ssh-action@v1.0.0
with:
timeout: 10s
command_timeout: 10m
Expand Down
525 changes: 267 additions & 258 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion environment/dev/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM composer/composer:2.5.8-bin as composer-bin

FROM node:20.2.0-bullseye-slim as node

FROM php:8.2.6-fpm-bullseye
FROM php:8.2.8-fpm-bullseye

COPY --from=composer-bin ./composer /usr/bin/composer

Expand Down
2 changes: 1 addition & 1 deletion environment/prod/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ COPY resources/css ./resources/css/
RUN npm run build

### APPLICATION ###
FROM php:8.2.6-fpm-bullseye as app
FROM php:8.2.8-fpm-bullseye as app

COPY --from=vendor /usr/bin/composer /usr/local/bin/composer

Expand Down
156 changes: 83 additions & 73 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@
"lintf": "./node_modules/.bin/eslint resources/js --ext .js,.vue --fix"
},
"dependencies": {
"@headlessui/vue": "^1.7.14",
"@headlessui/vue": "^1.7.15",
"@heroicons/vue": "^2.0.18",
"@inertiajs/inertia": "^0.11.1",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"echarts": "^5.4.2",
"echarts": "^5.4.3",
"flatpickr": "^4.6.13",
"laravel-vite-plugin": "^0.7.8",
"lodash": "^4.17.21",
"luxon": "^3.3.0",
"postcss": "^8.4.25",
"tailwindcss": "^3.3.2",
"vite": "^4.4.2",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"vite": "^4.4.7",
"vue": "^3.3.4",
"vue-echarts": "^6.6.0",
"vue-flatpickr-component": "^11.0.3",
Expand All @@ -37,7 +37,7 @@
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"eslint": "^8.44.0",
"eslint-plugin-vue": "^9.15.1"
"eslint": "^8.46.0",
"eslint-plugin-vue": "^9.16.1"
}
}

0 comments on commit 912ad27

Please sign in to comment.