Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#647)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* chore: update ubuntu image

* chore: update ddev php version

* chore: fix e2e tests

* chore: update docs yarn.lock

* chore: fix tailwind

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Stuart Clark <[email protected]>
  • Loading branch information
renovate[bot] and Decipher authored Aug 29, 2024
1 parent a1d6708 commit 20dd169
Show file tree
Hide file tree
Showing 21 changed files with 4,435 additions and 2,893 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,11 @@ jobs:

test_e2e:
machine:
image: ubuntu-2004:2022.07.1
image: ubuntu-2004:current
working_directory: ~/repo
environment:
DDEV_NONINTERACTIVE: "true"
NODE_OPTIONS: "--openssl-legacy-provider"
steps:
- attach_workspace:
at: ~/repo
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20.1
16.20.2
2 changes: 1 addition & 1 deletion docs/drupal/.ddev/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: druxtjs-drupal
type: drupal10
docroot: web
php_version: "8.1"
php_version: "8.2"
webserver_type: nginx-fpm
router_http_port: "80"
router_https_port: "443"
Expand Down
10 changes: 5 additions & 5 deletions docs/drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
}
],
"require": {
"composer/installers": "^2.2",
"composer/installers": "^2.3.0",
"cweagans/composer-patches": "^1.7.3",
"drupal-tome/tome_drush": "dev-master",
"drupal/core-composer-scaffold": "^10",
"drupal/core-project-message": "^10",
"drupal/core-recommended": "^10",
"drupal/decoupled_router": "2.0.4",
"drupal/decoupled_router": "2.0.5",
"drupal/druxt": "^1.2.0",
"drupal/jsonapi_hypermedia": "^1.9.0",
"drupal/simple_oauth": "^5.2.3",
"drupal/tome": "^1.11.0",
"drupal/jsonapi_hypermedia": "^1.10.0",
"drupal/simple_oauth": "^5.2.5",
"drupal/tome": "^1.12.0",
"drush/drush": "^12"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 20dd169

Please sign in to comment.