Skip to content

Commit ea3f9ac

Browse files
chore(deps): update all non-major dependencies
1 parent 1aecb1e commit ea3f9ac

File tree

6 files changed

+399
-246
lines changed

6 files changed

+399
-246
lines changed

.docker/Dockerfile.cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM amazeeio/php:8.2-cli-drupal
1+
FROM amazeeio/php:8.4-cli-drupal
22

33
COPY ./drupal/composer.* /app/
44
COPY ./drupal/assets /app/assets

.docker/Dockerfile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG CLI_IMAGE
22
FROM ${CLI_IMAGE} as cli
33

4-
FROM amazeeio/php:8.2-fpm
4+
FROM amazeeio/php:8.4-fpm
55

66
COPY --from=cli /app /app

.github/workflows/test-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
uses: actions/checkout@master
2525

2626
- name: Setup node env 🏗
27-
uses: actions/setup-node@v3.8.1
27+
uses: actions/setup-node@v3.9.0
2828
with:
2929
node-version: ${{ matrix.node }}
3030
check-latest: true
3131

3232
- name: Cache node_modules 📦
33-
uses: actions/cache@v3.3.1
33+
uses: actions/cache@v3.4.3
3434
with:
3535
path: ~/.npm
3636
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

drupal/composer.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,32 @@
1010
}
1111
],
1212
"require": {
13-
"amazeeio/drupal_integrations": "0.3.7",
14-
"composer/installers": "2.2.0",
13+
"amazeeio/drupal_integrations": "0.5.0",
14+
"composer/installers": "2.3.0",
1515
"cweagans/composer-patches": "1.7.3",
1616
"drupal-tome/tome_drush": "dev-master",
17-
"drupal/anonymous_redirect": "2.2.0-rc1",
18-
"drupal/core-composer-scaffold": "9.5.10",
19-
"drupal/core-project-message": "9.5.10",
17+
"drupal/anonymous_redirect": "2.4.0",
18+
"drupal/core-composer-scaffold": "9.5.11",
19+
"drupal/core-project-message": "9.5.11",
2020
"drupal/core-recommended": "9.5.10",
2121
"drupal/druxt": "1.2.0",
22-
"drupal/gin": "3.0.0-rc6",
23-
"drupal/gin_login": "2.0.2",
22+
"drupal/gin": "3.0.0",
23+
"drupal/gin_login": "2.1.3",
2424
"drupal/gin_toolbar": "1.0.0-beta22@beta",
25-
"drupal/jsonapi_hypermedia": "1.9.0",
26-
"drupal/jsonapi_menu_items": "1.2.4",
27-
"drupal/jsonapi_node_preview": "^1.0.0-beta2@beta",
28-
"drupal/jsonapi_node_preview_tab": "^1.0.1",
25+
"drupal/jsonapi_hypermedia": "1.10.0",
26+
"drupal/jsonapi_menu_items": "1.2.6",
27+
"drupal/jsonapi_node_preview": "1.0.0-beta4@beta",
28+
"drupal/jsonapi_node_preview_tab": "^1.0.2",
2929
"drupal/lagoon_logs": "2.1.1",
3030
"drupal/search_api_lunr": "2.0.1",
31-
"drupal/simple_oauth": "5.2.3",
32-
"drupal/tome": "^1.11.0",
31+
"drupal/simple_oauth": "5.2.5",
32+
"drupal/tome": "^1.13.0",
3333
"drush/drush": "11.6.0",
34-
"vlucas/phpdotenv": "5.5.0",
34+
"vlucas/phpdotenv": "5.6.1",
3535
"zaporylie/composer-drupal-optimizations": "1.2.0"
3636
},
3737
"require-dev": {
38-
"drupal/core-dev": "9.5.10",
38+
"drupal/core-dev": "9.5.11",
3939
"weitzman/drupal-test-traits": "1.6.0"
4040
},
4141
"autoload": {

nuxt/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,49 +37,49 @@
3737
"@nuxtjs/axios": "5.13.6",
3838
"@nuxtjs/google-analytics": "2.4.0",
3939
"@nuxtjs/lunr-module": "0.3.2",
40-
"bootstrap": "5.3.1",
40+
"bootstrap": "5.3.5",
4141
"bootstrap-vue": "2.23.1",
42-
"core-js": "3.32.1",
42+
"core-js": "3.41.0",
4343
"css-loader": "5.2.7",
4444
"druxt-search": "0.1.1",
45-
"druxt-site": "^0.14.2",
46-
"jsonapi-serializer": "3.6.7",
45+
"druxt-site": "^0.14.3",
46+
"jsonapi-serializer": "3.6.9",
4747
"nuxt": "2.17.1",
48-
"vue-json-pretty": "1.9.4",
48+
"vue-json-pretty": "1.9.5",
4949
"vuex": "3.6.2",
5050
"vuex-persistedstate": "^4.1.0"
5151
},
5252
"devDependencies": {
53-
"@babel/eslint-parser": "7.22.15",
54-
"@commitlint/cli": "17.7.1",
55-
"@commitlint/config-conventional": "17.7.0",
53+
"@babel/eslint-parser": "7.27.0",
54+
"@commitlint/cli": "17.8.1",
55+
"@commitlint/config-conventional": "17.8.1",
5656
"@cypress/vue": "4.2.2",
5757
"@cypress/webpack-dev-server": "2.5.0",
5858
"@nuxtjs/eslint-config": "12.0.0",
5959
"@nuxtjs/eslint-module": "3.1.0",
6060
"@nuxtjs/storybook": "^4.3.2",
61-
"@nuxtjs/stylelint-module": "4.2.1",
61+
"@nuxtjs/stylelint-module": "4.2.2",
6262
"@storybook/addon-docs": "^6.5.16",
6363
"babel-core": "7.0.0-bridge.0",
6464
"chromatic": "6.24.1",
6565
"cypress": "9.7.0",
6666
"cypress-cucumber-preprocessor": "4.3.1",
67-
"eslint": "8.48.0",
67+
"eslint": "8.57.1",
6868
"eslint-config-prettier": "8.10.0",
6969
"eslint-plugin-nuxt": "4.0.0",
7070
"eslint-plugin-prettier": "4.2.1",
71-
"eslint-plugin-vue": "9.17.0",
72-
"html-webpack-plugin": "5.5.3",
71+
"eslint-plugin-vue": "9.33.0",
72+
"html-webpack-plugin": "5.6.3",
7373
"husky": "8.0.3",
7474
"lint-staged": "13.3.0",
7575
"postcss": "8.4.29",
76-
"postcss-html": "1.5.0",
76+
"postcss-html": "1.8.0",
7777
"prettier": "2.8.8",
7878
"start-server-and-test": "1.15.4",
7979
"stylelint": "14.16.1",
8080
"stylelint-config-prettier": "9.0.5",
81-
"stylelint-config-recommended-vue": "1.5.0",
81+
"stylelint-config-recommended-vue": "1.6.0",
8282
"stylelint-config-standard": "28.0.0",
83-
"webpack-dev-server": "4.15.1"
83+
"webpack-dev-server": "4.15.2"
8484
}
8585
}

0 commit comments

Comments
 (0)