Bump more dependencies

Closes #325
Closes #357
Closes #384
Closes #385
Closes #386
Closes #387
This commit is contained in:
Oliver Davies 2021-03-22 18:57:53 +00:00
parent 36782f7a61
commit b06625dd0d
3 changed files with 1929 additions and 4714 deletions

56
composer.lock generated
View file

@ -9255,16 +9255,16 @@
},
{
"name": "mglaman/phpstan-drupal",
"version": "0.12.4",
"version": "0.12.6",
"source": {
"type": "git",
"url": "https://github.com/mglaman/phpstan-drupal.git",
"reference": "4a74b797251562081715bb086a49d460c61a8783"
"reference": "cdc55c0c59d43ab1c8e3e0068304641513979c17"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/4a74b797251562081715bb086a49d460c61a8783",
"reference": "4a74b797251562081715bb086a49d460c61a8783",
"url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/cdc55c0c59d43ab1c8e3e0068304641513979c17",
"reference": "cdc55c0c59d43ab1c8e3e0068304641513979c17",
"shasum": ""
},
"require": {
@ -9274,6 +9274,9 @@
"symfony/yaml": "~3.4.5|^4.2",
"webflo/drupal-finder": "^1.2"
},
"conflict": {
"phpstan/phpstan": "^0.12.43"
},
"require-dev": {
"composer/installers": "^1.6",
"drupal/core-recommended": "^8.8@alpha",
@ -9336,11 +9339,15 @@
"type": "github"
},
{
"url": "https://liberapay.com/mglaman",
"type": "liberapay"
"url": "https://ko-fi.com/mglaman",
"type": "ko_fi"
},
{
"url": "https://tidelift.com/funding/github/packagist/mglaman/phpstan-drupal",
"type": "tidelift"
}
],
"time": "2020-06-10T21:05:10+00:00"
"time": "2020-10-09T14:15:47+00:00"
},
{
"name": "mikey179/vfsstream",
@ -9507,20 +9514,23 @@
},
{
"name": "nette/utils",
"version": "v3.1.2",
"version": "v3.2.2",
"source": {
"type": "git",
"url": "https://github.com/nette/utils.git",
"reference": "488f58378bba71767e7831c83f9e0fa808bf83b9"
"reference": "967cfc4f9a1acd5f1058d76715a424c53343c20c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/utils/zipball/488f58378bba71767e7831c83f9e0fa808bf83b9",
"reference": "488f58378bba71767e7831c83f9e0fa808bf83b9",
"url": "https://api.github.com/repos/nette/utils/zipball/967cfc4f9a1acd5f1058d76715a424c53343c20c",
"reference": "967cfc4f9a1acd5f1058d76715a424c53343c20c",
"shasum": ""
},
"require": {
"php": ">=7.1"
"php": ">=7.2 <8.1"
},
"conflict": {
"nette/di": "<3.0.6"
},
"require-dev": {
"nette/tester": "~2.0",
@ -9539,7 +9549,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
"dev-master": "3.2-dev"
}
},
"autoload": {
@ -9563,7 +9573,7 @@
"homepage": "https://nette.org/contributors"
}
],
"description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
"description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
"homepage": "https://nette.org",
"keywords": [
"array",
@ -9581,7 +9591,7 @@
"utility",
"validation"
],
"time": "2020-05-27T09:58:51+00:00"
"time": "2021-03-03T22:53:25+00:00"
},
{
"name": "phar-io/manifest",
@ -9952,25 +9962,25 @@
},
{
"name": "phpstan/phpstan-deprecation-rules",
"version": "0.12.4",
"version": "0.12.5",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-deprecation-rules.git",
"reference": "9b4b8851fb5d59fd0eed00fbe9c22cfc328e0187"
"reference": "bfabc6a1b4617fbcbff43f03a4c04eae9bafae21"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/9b4b8851fb5d59fd0eed00fbe9c22cfc328e0187",
"reference": "9b4b8851fb5d59fd0eed00fbe9c22cfc328e0187",
"url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/bfabc6a1b4617fbcbff43f03a4c04eae9bafae21",
"reference": "bfabc6a1b4617fbcbff43f03a4c04eae9bafae21",
"shasum": ""
},
"require": {
"php": "~7.1",
"phpstan/phpstan": "^0.12"
"php": "^7.1 || ^8.0",
"phpstan/phpstan": "^0.12.26"
},
"require-dev": {
"consistence/coding-standard": "^3.0.1",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"ergebnis/composer-normalize": "^2.0.2",
"jakub-onderka/php-parallel-lint": "^1.0",
"phing/phing": "^2.16.0",
@ -9999,7 +10009,7 @@
"MIT"
],
"description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.",
"time": "2020-05-30T18:02:31+00:00"
"time": "2020-07-21T14:52:30+00:00"
},
{
"name": "phpunit/php-code-coverage",

File diff suppressed because it is too large Load diff

View file

@ -8,11 +8,11 @@
"watch": "encore dev --watch"
},
"devDependencies": {
"@symfony/webpack-encore": "^0.33.0",
"@symfony/webpack-encore": "^1.1.2",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/jit": "^0.1.1",
"@tailwindcss/typography": "^0.3.1",
"@tailwindcss/typography": "^0.4.0",
"alpinejs": "^2.3.5",
"autoprefixer": "^10.2.5",
"elliptic": ">=6.5.3",