From 2f27eb5f544d31154a7347a916ca6805287a126f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 23:51:30 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .nvmrc | 2 +- docs/drupal/composer.json | 4 +-- docs/drupal/composer.lock | 44 ++++++++++++++++---------------- docs/nuxt/.nvmrc | 2 +- docs/nuxt/package.json | 4 +-- package.json | 16 ++++++------ packages/blocks/package.json | 4 +-- packages/breadcrumb/package.json | 2 +- packages/docgen/package.json | 2 +- packages/druxt/package.json | 12 ++++----- packages/entity/package.json | 2 +- packages/menu/package.json | 4 +-- packages/router/package.json | 2 +- packages/schema/package.json | 4 +-- packages/site/package.json | 4 +-- packages/test-utils/package.json | 2 +- packages/views/package.json | 4 +-- 17 files changed, 57 insertions(+), 57 deletions(-) diff --git a/.nvmrc b/.nvmrc index 47979412e..cb406c60c 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16.20.1 +16.20.2 diff --git a/docs/drupal/composer.json b/docs/drupal/composer.json index 01464a551..e539bab26 100644 --- a/docs/drupal/composer.json +++ b/docs/drupal/composer.json @@ -24,8 +24,8 @@ "drupal/decoupled_router": "2.0.4", "drupal/druxt": "^1.2.0", "drupal/jsonapi_hypermedia": "^1.9.0", - "drupal/simple_oauth": "^5.2.3", - "drupal/tome": "^1.11.0", + "drupal/simple_oauth": "^5.2.5", + "drupal/tome": "^1.12.0", "drush/drush": "^12" }, "require-dev": { diff --git a/docs/drupal/composer.lock b/docs/drupal/composer.lock index f4e58fe1d..f8dea99ee 100644 --- a/docs/drupal/composer.lock +++ b/docs/drupal/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1a188460f9a24454a8d949f75cb61d0d", + "content-hash": "c11415e336d26d752a5bebe4e62cb8bd", "packages": [ { "name": "asm89/stack-cors", @@ -2920,34 +2920,34 @@ }, { "name": "lcobucci/clock", - "version": "3.0.0", + "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/lcobucci/clock.git", - "reference": "039ef98c6b57b101d10bd11d8fdfda12cbd996dc" + "reference": "6f28b826ea01306b07980cb8320ab30b966cd715" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lcobucci/clock/zipball/039ef98c6b57b101d10bd11d8fdfda12cbd996dc", - "reference": "039ef98c6b57b101d10bd11d8fdfda12cbd996dc", + "url": "https://api.github.com/repos/lcobucci/clock/zipball/6f28b826ea01306b07980cb8320ab30b966cd715", + "reference": "6f28b826ea01306b07980cb8320ab30b966cd715", "shasum": "" }, "require": { - "php": "~8.1.0 || ~8.2.0", + "php": "~8.2.0 || ~8.3.0", "psr/clock": "^1.0" }, "provide": { "psr/clock-implementation": "1.0" }, "require-dev": { - "infection/infection": "^0.26", - "lcobucci/coding-standard": "^9.0", - "phpstan/extension-installer": "^1.2", - "phpstan/phpstan": "^1.9.4", - "phpstan/phpstan-deprecation-rules": "^1.1.1", - "phpstan/phpstan-phpunit": "^1.3.2", - "phpstan/phpstan-strict-rules": "^1.4.4", - "phpunit/phpunit": "^9.5.27" + "infection/infection": "^0.27", + "lcobucci/coding-standard": "^11.0.0", + "phpstan/extension-installer": "^1.3.1", + "phpstan/phpstan": "^1.10.25", + "phpstan/phpstan-deprecation-rules": "^1.1.3", + "phpstan/phpstan-phpunit": "^1.3.13", + "phpstan/phpstan-strict-rules": "^1.5.1", + "phpunit/phpunit": "^10.2.3" }, "type": "library", "autoload": { @@ -2968,7 +2968,7 @@ "description": "Yet another clock abstraction", "support": { "issues": "https://github.com/lcobucci/clock/issues", - "source": "https://github.com/lcobucci/clock/tree/3.0.0" + "source": "https://github.com/lcobucci/clock/tree/3.2.0" }, "funding": [ { @@ -2980,7 +2980,7 @@ "type": "patreon" } ], - "time": "2022-12-19T15:00:24+00:00" + "time": "2023-11-17T17:00:27+00:00" }, { "name": "lcobucci/jwt", @@ -10656,16 +10656,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.18", + "version": "9.6.19", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04" + "reference": "a1a54a473501ef4cdeaae4e06891674114d79db8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04", - "reference": "32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1a54a473501ef4cdeaae4e06891674114d79db8", + "reference": "a1a54a473501ef4cdeaae4e06891674114d79db8", "shasum": "" }, "require": { @@ -10739,7 +10739,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.18" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.19" }, "funding": [ { @@ -10755,7 +10755,7 @@ "type": "tidelift" } ], - "time": "2024-03-21T12:07:32+00:00" + "time": "2024-04-05T04:35:58+00:00" }, { "name": "react/promise", diff --git a/docs/nuxt/.nvmrc b/docs/nuxt/.nvmrc index 47979412e..cb406c60c 100644 --- a/docs/nuxt/.nvmrc +++ b/docs/nuxt/.nvmrc @@ -1 +1 @@ -16.20.1 +16.20.2 diff --git a/docs/nuxt/package.json b/docs/nuxt/package.json index 942b4e45e..730b42038 100644 --- a/docs/nuxt/package.json +++ b/docs/nuxt/package.json @@ -15,9 +15,9 @@ "dependencies": { "@nuxt/content": "1.15.1", "@tailwindcss/typography": "0.4.1", - "core-js": "3.31.0", + "core-js": "3.36.1", "daisyui": "1.25.4", - "nuxt": "2.17.0", + "nuxt": "2.17.3", "nuxt-social-meta": "1.0.0" }, "devDependencies": { diff --git a/package.json b/package.json index a98d5f447..91d615046 100644 --- a/package.json +++ b/package.json @@ -38,16 +38,16 @@ "version": "changeset version" }, "devDependencies": { - "@babel/core": "7.22.6", - "@babel/preset-env": "7.22.6", - "@changesets/cli": "2.26.2", + "@babel/core": "7.24.4", + "@babel/preset-env": "7.24.4", + "@changesets/cli": "2.27.1", "@commitlint/cli": "16.0", "@commitlint/config-conventional": "16.0", "@vue/test-utils": "1.3.6", "babel-core": "7.0.0-bridge.0", "bundlewatch": "0.3.3", "cypress": "^10.11.0", - "esbuild": "0.18.11", + "esbuild": "0.20.2", "esbuild-jest": "0.5.0", "eslint": "7.32.0", "eslint-junit": "1.0.1", @@ -57,14 +57,14 @@ "jest": "27.5.1", "jest-junit": "13.2.0", "jest-mock-axios": "4.7.2", - "regenerator-runtime": "0.13.11", + "regenerator-runtime": "0.14.1", "renovate": "32.0.2", "rimraf": "3.0.2", "siroc": "0.16.0", "start-server-and-test": "^1.15.4", - "vue": "2.7.14", + "vue": "2.7.16", "vue-jest": "3.0.7", - "vue-template-compiler": "2.7.14" + "vue-template-compiler": "2.7.16" }, - "packageManager": "yarn@3.6.1" + "packageManager": "yarn@3.8.1" } diff --git a/packages/blocks/package.json b/packages/blocks/package.json index df8edc4c5..5324d70d7 100644 --- a/packages/blocks/package.json +++ b/packages/blocks/package.json @@ -43,13 +43,13 @@ ], "dependencies": { "axios": "0.27.2", - "drupal-jsonapi-params": "^2.2.0", + "drupal-jsonapi-params": "^2.3.1", "druxt": "^0.22.0", "druxt-entity": "^0.28.0", "druxt-router": "^0.29.1" }, "optionalDependencies": { - "vue": "^2.7.14", + "vue": "^2.7.16", "vuex": "^3.6.2" }, "publishConfig": { diff --git a/packages/breadcrumb/package.json b/packages/breadcrumb/package.json index 76b6b99af..06158fb93 100644 --- a/packages/breadcrumb/package.json +++ b/packages/breadcrumb/package.json @@ -47,7 +47,7 @@ "druxt-router": "^0.29.1" }, "optionalDependencies": { - "vue": "^2.7.14", + "vue": "^2.7.16", "vuex": "^3.6.2" }, "publishConfig": { diff --git a/packages/docgen/package.json b/packages/docgen/package.json index 50c38f522..35ffd46cc 100644 --- a/packages/docgen/package.json +++ b/packages/docgen/package.json @@ -20,7 +20,7 @@ "jsdoc-vuex-plugin": "1.0.0", "markdown-it-task-lists": "2.1.1", "ncp": "2.0.0", - "vue-docgen-api": "4.73.0", + "vue-docgen-api": "4.78.0", "yargs": "17.7.2" } } diff --git a/packages/druxt/package.json b/packages/druxt/package.json index 02184ac60..a93e65377 100644 --- a/packages/druxt/package.json +++ b/packages/druxt/package.json @@ -42,12 +42,12 @@ "dependencies": { "@nuxtjs/axios": "^5.13.6", "@nuxtjs/proxy": "^2.1.0", - "@vue/devtools-api": "^6.5.0", + "@vue/devtools-api": "^6.6.1", "chalk": "^4.1.2", "deepmerge": "^4.3.1", - "drupal-jsonapi-params": "^2.2.0", - "express-rate-limit": "^6.7.0", - "launch-editor": "^2.6.0", + "drupal-jsonapi-params": "^2.3.1", + "express-rate-limit": "^6.11.2", + "launch-editor": "^2.6.1", "md5": "^2.3.0", "querystring": "^0.2.1", "scule": "^0.3.2" @@ -60,8 +60,8 @@ "consola": "*" }, "optionalDependencies": { - "core-js": "^3.31.0", - "vue": "^2.7.14", + "core-js": "^3.36.1", + "vue": "^2.7.16", "vuex": "^3.6.2" }, "publishConfig": { diff --git a/packages/entity/package.json b/packages/entity/package.json index 43686bfbc..2310da8c1 100644 --- a/packages/entity/package.json +++ b/packages/entity/package.json @@ -45,7 +45,7 @@ ], "dependencies": { "deepmerge": "^4.3.1", - "drupal-jsonapi-params": "^2.2.0", + "drupal-jsonapi-params": "^2.3.1", "druxt": "^0.22.0", "druxt-router": "^0.29.1", "druxt-schema": "^0.11.2" diff --git a/packages/menu/package.json b/packages/menu/package.json index 3b774b255..70ea6432d 100644 --- a/packages/menu/package.json +++ b/packages/menu/package.json @@ -43,12 +43,12 @@ ], "dependencies": { "deepmerge": "^4.3.1", - "drupal-jsonapi-params": "^2.2.0", + "drupal-jsonapi-params": "^2.3.1", "druxt": "^0.24.0", "druxt-blocks": "^0.17.1" }, "optionalDependencies": { - "vue": "^2.7.14", + "vue": "^2.7.16", "vuex": "^3.6.2" }, "publishConfig": { diff --git a/packages/router/package.json b/packages/router/package.json index 97afb466d..49fbc38aa 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -52,7 +52,7 @@ "drupal-jsonapi-params": "*" }, "optionalDependencies": { - "vue": "^2.7.14", + "vue": "^2.7.16", "vuex": "^3.6.2" }, "publishConfig": { diff --git a/packages/schema/package.json b/packages/schema/package.json index f8987e5bf..213bc8d5c 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -40,11 +40,11 @@ ], "dependencies": { "consola": "^2.15.3", - "drupal-jsonapi-params": "^2.2.0", + "drupal-jsonapi-params": "^2.3.1", "druxt": "^0.22.0" }, "optionalDependencies": { - "vue": "^2.7.14", + "vue": "^2.7.16", "vuex": "^3.6.2" }, "publishConfig": { diff --git a/packages/site/package.json b/packages/site/package.json index bd5f56d9b..eaf73040f 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -42,7 +42,7 @@ "templates" ], "dependencies": { - "drupal-jsonapi-params": "^2.2.0", + "drupal-jsonapi-params": "^2.3.1", "druxt": "^0.22.0", "druxt-blocks": "^0.17.1", "druxt-breadcrumb": "^0.17.1", @@ -54,7 +54,7 @@ "md5": "^2.3.0" }, "optionalDependencies": { - "vue": "^2.7.14", + "vue": "^2.7.16", "vuex": "^3.6.2" }, "publishConfig": { diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 81852240e..5ae81e460 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -17,7 +17,7 @@ "main": "dist/druxt-test-utils.ssr.js", "module": "dist/druxt-test-utils.esm.js", "dependencies": { - "drupal-jsonapi-params": "2.2.0", + "drupal-jsonapi-params": "2.3.1", "jest-mock-axios": "4.7.2" }, "peerDependencies": { diff --git a/packages/views/package.json b/packages/views/package.json index fa64e190a..1c91fde57 100644 --- a/packages/views/package.json +++ b/packages/views/package.json @@ -43,7 +43,7 @@ "dependencies": { "axios": "0.27.2", "deepmerge": "^4.3.1", - "drupal-jsonapi-params": "^2.2.0", + "drupal-jsonapi-params": "^2.3.1", "druxt": "^0.22.0", "druxt-blocks": "^0.17.2", "druxt-entity": "^0.28.0", @@ -51,7 +51,7 @@ "md5": "^2.3.0" }, "optionalDependencies": { - "vue": "^2.7.14", + "vue": "^2.7.16", "vuex": "^3.6.2" }, "publishConfig": {