Update dev dependencies (#5339)

Follow-up of https://github.com/FreshRSS/FreshRSS/pull/5336
https://stylelint.io/migration-guide/to-15
This commit is contained in:
Alexandre Alapetite 2023-04-26 08:23:21 +02:00 committed by GitHub
parent c846b5a5a0
commit 26e2a70312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 311 additions and 3090 deletions

View File

@ -49,7 +49,7 @@
"ext-phar": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"phpstan/phpstan": "~1.10.13",
"phpstan/phpstan": "~1.10.14",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^9",
"squizlabs/php_codesniffer": "^3.7"

14
composer.lock generated
View File

@ -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": "194c10da954d3f120fef1e0b21c34546",
"content-hash": "da6b81a8eb4aee9bc11ee8cc1707f018",
"packages": [],
"packages-dev": [
{
@ -305,16 +305,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.10.13",
"version": "1.10.14",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "f07bf8c6980b81bf9e49d44bd0caf2e737614a70"
"reference": "d232901b09e67538e5c86a724be841bea5768a7c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/f07bf8c6980b81bf9e49d44bd0caf2e737614a70",
"reference": "f07bf8c6980b81bf9e49d44bd0caf2e737614a70",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/d232901b09e67538e5c86a724be841bea5768a7c",
"reference": "d232901b09e67538e5c86a724be841bea5768a7c",
"shasum": ""
},
"require": {
@ -363,7 +363,7 @@
"type": "tidelift"
}
],
"time": "2023-04-12T19:29:52+00:00"
"time": "2023-04-19T13:47:27+00:00"
},
{
"name": "phpstan/phpstan-phpunit",
@ -1944,5 +1944,5 @@
"ext-tokenizer": "*",
"ext-xmlwriter": "*"
},
"plugin-api-version": "2.2.0"
"plugin-api-version": "2.3.0"
}

3373
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -33,14 +33,14 @@
"fix": "npm run rtlcss && npm run stylelint_fix && npm run eslint_fix && npm run markdownlint_fix"
},
"devDependencies": {
"eslint": "^8.31.0",
"eslint": "^8.39.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"markdownlint-cli": "^0.31.1",
"rtlcss": "^4.0.0",
"sass": "^1.57.0",
"markdownlint-cli": "^0.33.0",
"rtlcss": "^4.1.0",
"sass": "^1.62.0",
"stylelint": "^15.6.0",
"stylelint-config-recommended-scss": "^11.0.0",
"stylelint-order": "^6.0.3"