@rushstack/node-core-library
Advanced tools
Comparing version 3.40.2 to 3.40.3
@@ -5,2 +5,19 @@ { | ||
{ | ||
"version": "3.40.3", | ||
"tag": "@rushstack/node-core-library_v3.40.3", | ||
"date": "Thu, 23 Sep 2021 00:10:41 GMT", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Upgrade the `@types/node` dependency to version to version 12." | ||
} | ||
], | ||
"dependency": [ | ||
{ | ||
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.1`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "3.40.2", | ||
@@ -7,0 +24,0 @@ "tag": "@rushstack/node-core-library_v3.40.2", |
# Change Log - @rushstack/node-core-library | ||
This log was last generated on Tue, 14 Sep 2021 01:17:04 GMT and should not be manually modified. | ||
This log was last generated on Thu, 23 Sep 2021 00:10:41 GMT and should not be manually modified. | ||
## 3.40.3 | ||
Thu, 23 Sep 2021 00:10:41 GMT | ||
### Patches | ||
- Upgrade the `@types/node` dependency to version to version 12. | ||
## 3.40.2 | ||
@@ -6,0 +13,0 @@ Tue, 14 Sep 2021 01:17:04 GMT |
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.18.2" | ||
"packageVersion": "7.18.9" | ||
} | ||
] | ||
} |
@@ -48,3 +48,5 @@ "use strict"; | ||
else { | ||
throw new Error(`Error reading "${JsonFile._formatPathForError(jsonFilename)}":` + os.EOL + ` ${error.message}`); | ||
throw new Error(`Error reading "${JsonFile._formatPathForError(jsonFilename)}":` + | ||
os.EOL + | ||
` ${error.message}`); | ||
} | ||
@@ -66,3 +68,5 @@ } | ||
else { | ||
throw new Error(`Error reading "${JsonFile._formatPathForError(jsonFilename)}":` + os.EOL + ` ${error.message}`); | ||
throw new Error(`Error reading "${JsonFile._formatPathForError(jsonFilename)}":` + | ||
os.EOL + | ||
` ${error.message}`); | ||
} | ||
@@ -69,0 +73,0 @@ } |
{ | ||
"name": "@rushstack/node-core-library", | ||
"version": "3.40.2", | ||
"version": "3.40.3", | ||
"description": "Core libraries that every NodeJS toolchain project should use", | ||
@@ -12,3 +12,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@types/node": "10.17.13", | ||
"@types/node": "12.20.24", | ||
"colors": "~1.2.1", | ||
@@ -24,5 +24,5 @@ "fs-extra": "~7.0.1", | ||
"devDependencies": { | ||
"@rushstack/eslint-config": "2.4.0", | ||
"@rushstack/heft": "0.34.6", | ||
"@rushstack/heft-node-rig": "1.1.11", | ||
"@rushstack/eslint-config": "2.4.1", | ||
"@rushstack/heft": "0.38.1", | ||
"@rushstack/heft-node-rig": "1.2.13", | ||
"@types/fs-extra": "7.0.0", | ||
@@ -29,0 +29,0 @@ "@types/heft-jest": "1.0.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
996001
13860
+ Added@types/node@12.20.24(transitive)
- Removed@types/node@10.17.13(transitive)
Updated@types/node@12.20.24