Skip to content

Commit cec7b4d

Browse files
[INTERNAL] Bump eslint-plugin-jsdoc from 41.1.2 to 43.1.1 (#604)
Bumps eslint-plugin-jsdoc from 41.1.2 to 43.1.1. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Florian Vogt <[email protected]>
1 parent 4a69f2c commit cec7b4d

File tree

5 files changed

+9
-15
lines changed

5 files changed

+9
-15
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ module.exports = {
5555
"jsdoc/check-param-names": 2,
5656
"jsdoc/check-tag-names": 2,
5757
"jsdoc/check-types": 2,
58-
"jsdoc/newline-after-description": 2,
5958
"jsdoc/no-undefined-types": 0,
6059
"jsdoc/require-description": 0,
6160
"jsdoc/require-description-complete-sentence": 0,
@@ -68,6 +67,7 @@ module.exports = {
6867
"jsdoc/require-returns": 0,
6968
"jsdoc/require-returns-description": 0,
7069
"jsdoc/require-returns-type": 2,
70+
"jsdoc/tag-lines": [2, "any", {"startLines": 1}],
7171
"jsdoc/valid-types": 0,
7272
// ava/assertion-arguments reports concatenated strings in a assertion message as an issue
7373
// See: https://github.com/avajs/eslint-plugin-ava/issues/332

lib/graph/Module.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ class Module {
105105
* @typedef {object} @ui5/project/graph/Module~SpecificationsResult
106106
* @property {@ui5/project/specifications/Project|null} Project found in the module (if one is found)
107107
* @property {@ui5/project/specifications/Extension[]} Array of extensions found in the module
108-
*
109108
*/
110109

111110
/**

lib/ui5Framework/maven/Installer.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ class Installer extends AbstractInstaller {
111111
* @param {string} coordinates.extension Extension of the requested artifact
112112
* @param {string} [coordinates.pkgName] npm package name the artifact corresponds to (if any)
113113
* @returns {@ui5/project/ui5Framework/maven/Installer~LocalMetadata}
114-
*
115114
*/
116115
async _fetchArtifactMetadata(coordinates) {
117116
const fsId = this._generateFsIdFromCoordinates(coordinates);
@@ -176,7 +175,6 @@ class Installer extends AbstractInstaller {
176175
* @param {string|null} coordinates.classifier Classifier of the requested artifact
177176
* @param {string} coordinates.extension Extension of the requested artifact
178177
* @returns {@ui5/project/ui5Framework/maven/Installer~LocalMetadata}
179-
*
180178
*/
181179
async _getRemoteArtifactMetadata({groupId, artifactId, version, classifier, extension}) {
182180
const reg = await this.getRegistry();
@@ -219,7 +217,6 @@ class Installer extends AbstractInstaller {
219217
*
220218
* @param {string} id File System identifier for the artifact. Typically derived from the coordinates
221219
* @returns {@ui5/project/ui5Framework/maven/Installer~LocalMetadata}
222-
*
223220
*/
224221
async _getLocalArtifactMetadata(id) {
225222
try {
@@ -296,7 +293,6 @@ class Installer extends AbstractInstaller {
296293
* @param {string|null} parameters.classifier Classifier of the requested artifact
297294
* @param {string} parameters.extension Extension of the requested artifact
298295
* @returns {@ui5/project/ui5Framework/maven/Installer~InstalledPackage}
299-
*
300296
*/
301297
async installPackage({pkgName, groupId, artifactId, version, classifier, extension}) {
302298
const {revision} = await this._fetchArtifactMetadata({
@@ -381,7 +377,6 @@ class Installer extends AbstractInstaller {
381377
* @param {string} [parameters.revision] Optional revision of the artifact to request.
382378
* If not provided, the latest revision will be determined from the registry metadata.
383379
* @returns {@ui5/project/ui5Framework/maven/Installer~InstalledArtifact}
384-
*
385380
*/
386381
async installArtifact({groupId, artifactId, version, classifier, extension, revision}) {
387382
if (!revision) {

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"eslint": "^8.39.0",
153153
"eslint-config-google": "^0.14.0",
154154
"eslint-plugin-ava": "^14.0.0",
155-
"eslint-plugin-jsdoc": "^41.1.2",
155+
"eslint-plugin-jsdoc": "^43.1.1",
156156
"esmock": "^2.2.1",
157157
"istanbul-lib-coverage": "^3.2.0",
158158
"istanbul-lib-instrument": "^5.2.1",

0 commit comments

Comments
 (0)