Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-01 10:06:42 +0300
committerMax <max@nextcloud.com>2022-07-05 07:22:58 +0300
commite534fbfbe9bbe88437c82f0a701ef258c3ccf2bc (patch)
treed047f78c948e4fdd39575bf4907aeff1ff10ea84 /package.json
parentd7af7a4212a818be3c20ddef200ca789edd2ffc3 (diff)
build(deps-dev): bump @nextcloud/eslint-config from 7.0.2 to 8.0.0
Explicitely include the peer dependency to eslint-plugin-jsdoc as a dev dependency to fix cypress failures when loading .eslintrc.js https://github.com/nextcloud/text/runs/6246059459?check_suite_focus=true Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config) from 7.0.2 to 8.0.0. - [Release notes](https://github.com/nextcloud/eslint-config/releases) - [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/eslint-config/compare/v7.0.2...v8.0.0) --- updated-dependencies: - dependency-name: "@nextcloud/eslint-config" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9684d5156..e45bf215c 100644
--- a/package.json
+++ b/package.json
@@ -101,7 +101,7 @@
"@cypress/webpack-preprocessor": "^5.12.0",
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.2.0",
- "@nextcloud/eslint-config": "^7.0.2",
+ "@nextcloud/eslint-config": "^8.0.0",
"@nextcloud/stylelint-config": "^2.1.2",
"@nextcloud/webpack-vue-config": "^5.1.0",
"@vue/test-utils": "^1.3.0",
@@ -110,6 +110,7 @@
"cypress": "^9.6.0",
"cypress-file-upload": "^5.0.8",
"eslint-plugin-cypress": "^2.12.1",
+ "eslint-plugin-jsdoc": "^39.2.9",
"jest": "^27.5.1",
"jest-environment-jsdom": "^27.5.1",
"jest-raw-loader": "^1.0.1",