Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

10597 fix package.json linting errors #13070

Merged
merged 38 commits into from
Jan 7, 2021
Merged
Show file tree
Hide file tree
Changes from 36 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
bd3df53
Fix linting rule for ts-package-json-homepage
maorleger Jan 5, 2021
deead72
app-configuration package.json lint
maorleger Jan 5, 2021
972104a
ai-anomaly-detector lint
maorleger Jan 5, 2021
ba94b58
ai-form-recognizer fix
maorleger Jan 5, 2021
138ca62
search-documents fix
maorleger Jan 5, 2021
d72bf0d
communication-admin fix
maorleger Jan 5, 2021
5fab680
communication-chat fix
maorleger Jan 5, 2021
8d4e840
communication-common fix
maorleger Jan 5, 2021
161cb33
communication-sms fix
maorleger Jan 5, 2021
42959a1
core-client fix
maorleger Jan 5, 2021
02e55c0
core-https fix
maorleger Jan 5, 2021
ee02770
core-xml fix
maorleger Jan 5, 2021
8960d23
Partially fix cosmosdb
maorleger Jan 5, 2021
ffcc2f9
opentelemetry fix
maorleger Jan 5, 2021
5f2d147
eventhubs
maorleger Jan 5, 2021
76d46e0
eventhub-checkpoint-blob
maorleger Jan 5, 2021
4d3b9e1
event-processor-host
maorleger Jan 5, 2021
14de05b
schema-registry-avro
maorleger Jan 5, 2021
97b6d92
service-bus
maorleger Jan 5, 2021
6e432e4
fix up opentelemetry rollups
maorleger Jan 5, 2021
1803697
storage-internal-avro
maorleger Jan 5, 2021
ea33dfd
storage-blob
maorleger Jan 5, 2021
b79dafe
storage-blob-changefeed
maorleger Jan 5, 2021
9e33ca8
storage-file-share
maorleger Jan 5, 2021
81bf0bf
storage-file-datalake
maorleger Jan 5, 2021
b912d5b
storage-queue
maorleger Jan 5, 2021
f500569
data-tables
maorleger Jan 5, 2021
6a2db02
template
maorleger Jan 5, 2021
2a13174
test recorder
maorleger Jan 5, 2021
b55e871
perfstress
maorleger Jan 5, 2021
6f09ffc
digital twins core
maorleger Jan 5, 2021
e3f8ae7
Address feedback
maorleger Jan 5, 2021
06a1cb2
fix schema-registry link
maorleger Jan 5, 2021
5c61e09
Revert "Fix linting rule for ts-package-json-homepage"
maorleger Jan 6, 2021
97f6b78
Revert homepage rule
maorleger Jan 6, 2021
c23bbe5
standardize homepage paths
maorleger Jan 6, 2021
28984d1
Allow overriding node version in package.json
maorleger Jan 6, 2021
0823b12
ship src in communication-chat and set linter to warn
maorleger Jan 7, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/tools/dev-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"bugs": {
"url": "https://github.com/azure/azure-sdk-for-js/issues"
},
"homepage": "https://github.com/azure/azure-sdk-for-js/tree/master/common/tools/dev-tool",
"homepage": "https://github.com/azure/azure-sdk-for-js/tree/master/common/tools/dev-tool/",
"sideEffects": false,
"private": true,
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Requires `homepage` in `package.json` to be set to the library's readme.

```json
{
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/servicebus/service-bus"
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/servicebus/service-bus/"
}
```

Expand Down
2 changes: 1 addition & 1 deletion common/tools/eslint-plugin-azure-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"license": "MIT",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/common/tools/eslint-plugin-azure-sdk",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/common/tools/eslint-plugin-azure-sdk/",
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js.git",
Expand Down
13 changes: 7 additions & 6 deletions sdk/appconfiguration/app-configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,15 @@
"azure",
"typescript",
"browser",
"isomorphic"
"isomorphic",
"cloud"
],
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist-esm/src/index.js",
"types": "./types/app-configuration.d.ts",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/appconfiguration/app-configuration",
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js.git"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/appconfiguration/app-configuration/",
"repository": "github:Azure/azure-sdk-for-js",
"bugs": {
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
Expand Down Expand Up @@ -70,6 +68,9 @@
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --mode file --out ./dist/docs ./src"
},
"engines": {
"node": ">=8.0.0"
},
"sideEffects": false,
"autoPublish": false,
"//metadata": {
Expand Down
6 changes: 5 additions & 1 deletion sdk/communication/communication-administration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"LICENSE"
],
"keywords": [
"Azure",
"azure",
"cloud",
"communication"
],
Expand All @@ -60,6 +60,10 @@
"node": ">=8.0.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-administration/",
"repository": "github:Azure/azure-sdk-for-js",
"bugs": {
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
"sideEffects": false,
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
"dependencies": {
Expand Down
3 changes: 1 addition & 2 deletions sdk/communication/communication-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
"dist-esm/src/",
"types/",
"README.md",
"LICENSE",
"src"
"LICENSE"
maorleger marked this conversation as resolved.
Show resolved Hide resolved
],
"browser": {
"./dist-esm/src/signaling/signalingClient.js": "./dist-esm/src/signaling/signalingClient.browser.js"
Expand Down
3 changes: 1 addition & 2 deletions sdk/core/core-xml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
"repository": "github:Azure/azure-sdk-for-js",
"keywords": [
"azure",
"cloud",
"Azure"
"cloud"
],
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions sdk/cosmosdb/cosmos/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"@typescript-eslint/no-extraneous-class": "error",
"dot-notation": "off",
"some-rule": "off",
"@azure/azure-sdk/ts-package-json-module": "warn",
"@azure/azure-sdk/ts-package-json-types": "warn",
"@typescript-eslint/tslint/config": [
maorleger marked this conversation as resolved.
Show resolved Hide resolved
"error",
{
Expand Down
7 changes: 5 additions & 2 deletions sdk/cosmosdb/cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"README.md",
"LICENSE"
],
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/cosmosdb/cosmos#readme",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/cosmosdb/cosmos/",
"sideEffects": false,
"types": "./dist/types/latest/index.d.ts",
"typesVersions": {
Expand All @@ -42,7 +42,7 @@
]
}
},
"engine": {
"engines": {
"node": ">=8.0.0"
},
"scripts": {
Expand Down Expand Up @@ -79,6 +79,9 @@
},
"repository": "github:Azure/azure-sdk-for-js",
"license": "MIT",
"bugs": {
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
"tsdoc": {
"tsdocFlavor": "AEDoc"
},
Expand Down
2 changes: 1 addition & 1 deletion sdk/digitaltwins/digital-twins-core/api-extractor.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dtsRollup": {
"enabled": true,
"untrimmedFilePath": "",
"publicTrimmedFilePath": "./types/digitalTwinsClient.d.ts"
"publicTrimmedFilePath": "./types/digital-twins-core.d.ts"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Calling out this change - wasn't sure the impact so I'd like to have someone 👍 or 👎 this

},
"messages": {
"tsdocMessageReporting": {
Expand Down
15 changes: 8 additions & 7 deletions sdk/digitaltwins/digital-twins-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"license": "MIT",
"main": "dist/index.js",
"module": "dist-esm/src/index.js",
"types": "types/digitalTwinsClient.d.ts",
"types": "types/digital-twins-core.d.ts",
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
"build:browser": "tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1",
Expand Down Expand Up @@ -50,19 +53,17 @@
"azure",
"iot",
"digital-twins-core",
"cloud",
"twins",
"node",
"typescript",
"browser",
"isomorphic"
],
"repository": {
"type": "git",
"url": "https://github.com/azure/azure-sdk-for-js.git"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/digitaltwins/",
"repository": "github:Azure/azure-sdk-for-js",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/digitaltwins/digital-twins-core/",
"bugs": {
"url": "https://github.com/azure/azure-sdk-for-js/issues"
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
"dependencies": {
"@azure/core-http": "^1.2.0",
Expand Down
8 changes: 4 additions & 4 deletions sdk/eventhub/event-hubs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Azure Event Hubs SDK for JS.",
"author": "Microsoft Corporation",
"license": "MIT",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventhub/event-hubs",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventhub/event-hubs/",
"repository": "github:Azure/azure-sdk-for-js",
"sideEffects": false,
"keywords": [
Expand All @@ -18,6 +18,9 @@
"bugs": {
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
"engines": {
"node": ">=8.0.0"
},
"main": "./dist/index.js",
"module": "dist-esm/src/index.js",
"types": "./types/latest/event-hubs.d.ts",
Expand All @@ -31,9 +34,6 @@
"browser": {
"./dist-esm/src/util/runtimeInfo.js": "./dist-esm/src/util/runtimeInfo.browser.js"
},
"engine": {
"node": ">=8.0.0"
},
"files": [
"dist/",
"dist-esm/src/",
Expand Down
6 changes: 3 additions & 3 deletions sdk/eventhub/event-processor-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Azure Event Processor Host (Event Hubs) SDK for JS.",
"author": "Microsoft Corporation",
"license": "MIT",
"homepage": "http://github.com/azure/azure-sdk-for-js",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventhub/event-processor-host/",
"repository": "github:Azure/azure-sdk-for-js",
"sideEffects": false,
"keywords": [
Expand All @@ -16,12 +16,12 @@
"events"
],
"bugs": {
"url": "https://github.com/azure/azure-sdk-for-js/issues"
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
"main": "./dist/index.js",
"module": "dist-esm/src/index.js",
"types": "./typings/event-processor-host.d.ts",
"engine": {
"engines": {
"node": ">=8.0.0"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions sdk/eventhub/eventhubs-checkpointstore-blob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "An Azure Storage Blob solution to store checkpoints when using Event Hubs.",
"author": "Microsoft Corporation",
"license": "MIT",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventhub/eventhubs-checkpointstore-blob",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventhub/eventhubs-checkpointstore-blob/",
"repository": "github:Azure/azure-sdk-for-js",
"sideEffects": false,
"keywords": [
Expand All @@ -15,12 +15,12 @@
"events"
],
"bugs": {
"url": "https://github.com/azure/azure-sdk-for-js/issues"
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
"main": "./dist/index.js",
"module": "dist-esm/src/index.js",
"types": "./typings/eventhubs-checkpointstore-blob.d.ts",
"engine": {
"engines": {
"node": ">=8.0.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion sdk/formrecognizer/ai-form-recognizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"./dist-esm/src/utils/utils.node.js": "./dist-esm/src/utils/utils.browser.js"
},
"types": "./types/ai-form-recognizer.d.ts",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/formrecognizer/ai-form-recognizer/",
"repository": "github:Azure/azure-sdk-for-js",
"bugs": {
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"reportFolder": "./review"
},
"dtsRollup": {
"enabled": false,
maorleger marked this conversation as resolved.
Show resolved Hide resolved
"enabled": true,
"untrimmedFilePath": "",
"publicTrimmedFilePath": "./types/monitor-exporter.d.ts"
"publicTrimmedFilePath": "./types/latest/opentelemetry-exporter-azure-monitor.d.ts"
},
"messages": {
"tsdocMessageReporting": {
Expand Down
20 changes: 10 additions & 10 deletions sdk/monitor/opentelemetry-exporter-azure-monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@azure/opentelemetry-exporter-azure-monitor",
"author": "[email protected]",
"author": "Microsoft Corporation",
"sdk-type": "client",
"version": "1.0.0-beta.1",
"description": "Application Insights exporter for the OpenTelemetry JavaScript (Node.js) SDK",
"main": "dist-esm/src/index.js",
"main": "dist/index.js",
"module": "dist-esm/src/index.js",
"types": "types/src/index.d.ts",
"types": "types/latest/opentelemetry-exporter-azure-monitor.d.ts",
"scripts": {
"clean": "rimraf dist-esm types dist",
"build:autorest": "autorest ./swagger/README.md --typescript --v3",
Expand Down Expand Up @@ -35,23 +35,22 @@
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --mode file --out ./dist/docs ./src"
},
"engines": {
"node": ">=8.3.0"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason this was set to 8.3.0 and not 8.0.0? Feel free to let me know if I should suppress the linter rule that enforces this here

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't believe so, unless @hectorhdzg knows of something that the exporter needs that requires 8.3.x?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OpenTelemetry doesn't support node < 8.5.x actually we need to update this to >=8.5.0
https://github.com/open-telemetry/opentelemetry-js#node-support

Copy link
Member Author

@maorleger maorleger Jan 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can change that to 8.5.0 and turn off the linter error that complains (or allow overriding the node version in that rule). I can also update the README if you'd like since I'll be there: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/monitor/opentelemetry-exporter-azure-monitor#prerequisites

Does that work for you @hectorhdzg ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/cc @bterlson @ramya-rao-a can we update our min-bar to Node 8.5.0 across the board?

Copy link
Member Author

@maorleger maorleger Jan 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Originally I wanted to turn that rule off for opentelemetry-exporter-azure-monitor; however, that rule couples the required node version with the presence of that key in engines so turning it off means there's nothing to stop someone from removing the engines field entirely.

So instead I'm providing an option called overrideNodeVersion to @azure/azure-sdk/ts-package-json-engine-is-present

You can see the change in this commit: 28984d1

I also cleaned up the docs (they weren't accurate), added info about that override flag, and updated opentelemetry-exporter-azure-monitor to specify 8.5.0 as the min node version.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maorleger this is great!

@hectorhdzg I wonder if node v8.5.0 is the minimum version supported, why not use this version for the dev dependency instead of v10?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@deyaaeldeen do you mean @types/node package?, that is interesting I can see OpenTelemetry have dependencies on latest version of the package.
https://github.com/open-telemetry/opentelemetry-js/blob/master/packages/opentelemetry-api/package.json#L58

So the issue is related to the code using classes that doesn't exist in previous node.js versions and potentially causing issues when running in older versions, makes total sense to update it in my opinion, I can take care of this update.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xirzec if you're asking from a policy perspective, I think yes. I'd be fine with 8.17 being a min bar even, I think.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hectorhdzg yeah I think the node version(s) specified in engines should match that of @types/node. If using the latest node version is necessary, then having that as the version in engines and @types/node should be fine. @xirzec @bterlson correct me if I am wrong about this.

P.S. If you were to change the version of @types/node, you also need to change the version in common/config/rush/common-versions.json.

"node": ">=8.0.0"
},
"files": [
"dist-esm/src/",
"dist/src/",
"browser/src/",
"types/src/",
"src/",
"README.md",
"SECURITY.md",
"LICENSE"
],
"license": "MIT",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/monitor/opentelemetry-exporter-azure-monitor",
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/monitor/opentelemetry-exporter-azure-monitor"
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/monitor/opentelemetry-exporter-azure-monitor/",
"repository": "github:Azure/azure-sdk-for-js",
"bugs": {
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
"//metadata": {
Expand Down Expand Up @@ -96,6 +95,7 @@
"javascript",
"applicationinsights",
"opentelemetry",
"exporter"
"exporter",
"cloud"
]
}
4 changes: 2 additions & 2 deletions sdk/servicebus/service-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "7.0.1",
"license": "MIT",
"description": "Azure Service Bus SDK for JavaScript",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus/",
"repository": "github:Azure/azure-sdk-for-js",
"keywords": [
"azure",
Expand Down Expand Up @@ -33,7 +33,7 @@
]
}
},
"engine": {
"engines": {
"node": ">=8.0.0"
},
"files": [
Expand Down
8 changes: 8 additions & 0 deletions sdk/storage/storage-blob-changefeed/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"plugins": ["@azure/azure-sdk"],
"extends": ["plugin:@azure/azure-sdk/azure-sdk-base"],
"rules": {
"@azure/azure-sdk/ts-package-json-module": "warn",
"@azure/azure-sdk/ts-versioning-semver": "warn"
}
}
10 changes: 4 additions & 6 deletions sdk/storage/storage-blob-changefeed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
]
}
},
"engine": {
"engines": {
"node": ">=8.0.0"
},
"scripts": {
Expand Down Expand Up @@ -66,14 +66,12 @@
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/azure-sdk-for-js.git"
},
"repository": "github:Azure/azure-sdk-for-js",
"keywords": [
"azure",
"storage",
"blob",
"cloud",
"changefeed",
"node.js",
"typescript",
Expand All @@ -85,7 +83,7 @@
"bugs": {
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js#readme",
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-blob-changefeed/",
"sideEffects": false,
"//metadata": {
"constantPaths": [
Expand Down
Loading