Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 20, 2024
1 parent 1aecb1e commit 278bd8e
Show file tree
Hide file tree
Showing 7 changed files with 1,049 additions and 872 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.cli
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amazeeio/php:8.2-cli-drupal
FROM amazeeio/php:8.3-cli-drupal

COPY ./drupal/composer.* /app/
COPY ./drupal/assets /app/assets
Expand Down
2 changes: 1 addition & 1 deletion .docker/Dockerfile.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG CLI_IMAGE
FROM ${CLI_IMAGE} as cli

FROM amazeeio/php:8.2-fpm
FROM amazeeio/php:8.3-fpm

COPY --from=cli /app /app
4 changes: 2 additions & 2 deletions .github/workflows/test-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
uses: actions/checkout@master

- name: Setup node env 🏗
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: ${{ matrix.node }}
check-latest: true

- name: Cache node_modules 📦
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
30 changes: 15 additions & 15 deletions drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,32 @@
}
],
"require": {
"amazeeio/drupal_integrations": "0.3.7",
"composer/installers": "2.2.0",
"amazeeio/drupal_integrations": "0.5.0",
"composer/installers": "2.3.0",
"cweagans/composer-patches": "1.7.3",
"drupal-tome/tome_drush": "dev-master",
"drupal/anonymous_redirect": "2.2.0-rc1",
"drupal/core-composer-scaffold": "9.5.10",
"drupal/core-project-message": "9.5.10",
"drupal/anonymous_redirect": "2.4.0",
"drupal/core-composer-scaffold": "9.5.11",
"drupal/core-project-message": "9.5.11",
"drupal/core-recommended": "9.5.10",
"drupal/druxt": "1.2.0",
"drupal/gin": "3.0.0-rc6",
"drupal/gin_login": "2.0.2",
"drupal/gin": "3.0.0-rc13",
"drupal/gin_login": "2.1.3",
"drupal/gin_toolbar": "1.0.0-beta22@beta",
"drupal/jsonapi_hypermedia": "1.9.0",
"drupal/jsonapi_menu_items": "1.2.4",
"drupal/jsonapi_node_preview": "^1.0.0-beta2@beta",
"drupal/jsonapi_node_preview_tab": "^1.0.1",
"drupal/jsonapi_hypermedia": "1.10.0",
"drupal/jsonapi_menu_items": "1.2.6",
"drupal/jsonapi_node_preview": "1.0.0-beta3@beta",
"drupal/jsonapi_node_preview_tab": "^1.0.2",
"drupal/lagoon_logs": "2.1.1",
"drupal/search_api_lunr": "2.0.1",
"drupal/simple_oauth": "5.2.3",
"drupal/tome": "^1.11.0",
"drupal/simple_oauth": "5.2.5",
"drupal/tome": "^1.12.0",
"drush/drush": "11.6.0",
"vlucas/phpdotenv": "5.5.0",
"vlucas/phpdotenv": "5.6.1",
"zaporylie/composer-drupal-optimizations": "1.2.0"
},
"require-dev": {
"drupal/core-dev": "9.5.10",
"drupal/core-dev": "9.5.11",
"weitzman/drupal-test-traits": "1.6.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit 278bd8e

Please sign in to comment.