@skyux-sdk/eslint-config 11.17.0 → 11.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux-sdk/eslint-config",
3
- "version": "11.17.0",
3
+ "version": "11.19.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "description": "Angular CLI schematics to implement recommended ESLint configuration",
6
6
  "keywords": [
@@ -23,7 +23,7 @@
23
23
  "ng-update": {
24
24
  "migrations": "./src/schematics/migrations/migration-collection.json",
25
25
  "packageGroup": {
26
- "@skyux-sdk/eslint-config": "11.17.0"
26
+ "@skyux-sdk/eslint-config": "11.19.0"
27
27
  }
28
28
  },
29
29
  "peerDependencies": {
@@ -32,8 +32,7 @@
32
32
  "dependencies": {
33
33
  "comment-json": "4.2.4",
34
34
  "fs-extra": "11.2.0",
35
- "jsonc-parser": "3.3.1",
36
- "package-json": "7.0.0"
35
+ "jsonc-parser": "3.3.1"
37
36
  },
38
37
  "main": "./src/index.js",
39
38
  "type": "commonjs",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schematics": {
3
3
  "noop": {
4
- "version": "11.17.0",
4
+ "version": "11.19.0",
5
5
  "factory": "./noop/noop.schematic",
6
6
  "description": "Update ESLint dependencies"
7
7
  }
@@ -1 +0,0 @@
1
- export declare function getLatestVersion(packageName: string, versionRange: string): Promise<string>;
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getLatestVersion = getLatestVersion;
4
- const tslib_1 = require("tslib");
5
- const package_json_1 = tslib_1.__importDefault(require("package-json"));
6
- async function getLatestVersion(packageName, versionRange) {
7
- const result = (await (0, package_json_1.default)(packageName, {
8
- version: versionRange,
9
- }));
10
- return result.version;
11
- }
12
- //# sourceMappingURL=get-latest-version.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-latest-version.js","sourceRoot":"","sources":["../../../../../../../../libs/sdk/eslint-config/src/schematics/shared/utility/get-latest-version.ts"],"names":[],"mappings":";;AAEA,4CASC;;AAXD,wEAAuC;AAEhC,KAAK,UAAU,gBAAgB,CACpC,WAAmB,EACnB,YAAoB;IAEpB,MAAM,MAAM,GAAG,CAAC,MAAM,IAAA,sBAAW,EAAC,WAAW,EAAE;QAC7C,OAAO,EAAE,YAAY;KACtB,CAAC,CAAmC,CAAC;IAEtC,OAAO,MAAM,CAAC,OAAO,CAAC;AACxB,CAAC"}