@react-native-windows/find-repo-root
Advanced tools
Comparing version 0.66.0 to 0.67.0-preview.1
@@ -5,12 +5,12 @@ { | ||
{ | ||
"date": "Mon, 11 Oct 2021 15:06:48 GMT", | ||
"tag": "@react-native-windows/find-repo-root_v0.66.0", | ||
"version": "0.66.0", | ||
"date": "Mon, 25 Oct 2021 15:07:19 GMT", | ||
"tag": "@react-native-windows/find-repo-root_v0.67.0-preview.1", | ||
"version": "0.67.0-preview.1", | ||
"comments": { | ||
"patch": [ | ||
"prerelease": [ | ||
{ | ||
"comment": "Promote 0.66 to latest", | ||
"author": "ngerlem@microsoft.com", | ||
"commit": "5d1e5ae98139204e02f0ac5d8c06ae7ee1157395", | ||
"package": "@react-native-windows/find-repo-root" | ||
"package": "@react-native-windows/find-repo-root", | ||
"commit": "5ca0feb9bccbf395aa8297f97a1a8832971d4f2e", | ||
"comment": "Promote 0.67 to preview" | ||
} | ||
@@ -21,13 +21,48 @@ ] | ||
{ | ||
"date": "Fri, 03 Sep 2021 18:48:19 GMT", | ||
"tag": "@react-native-windows/find-repo-root_v0.66.0-preview.1", | ||
"version": "0.66.0-preview.1", | ||
"date": "Thu, 21 Oct 2021 05:08:01 GMT", | ||
"tag": "@react-native-windows/find-repo-root_v0.0.0-canary.25", | ||
"version": "0.0.0-canary.25", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"comment": "Promote 0.66 to preview", | ||
"author": "30809111+acoates-ms@users.noreply.github.com", | ||
"package": "@react-native-windows/find-repo-root", | ||
"comment": "Update to typescript 4", | ||
"commit": "8a0ffecdcf5e68d950f20380fdf62295edb352b6" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 08 Sep 2021 05:08:53 GMT", | ||
"tag": "@react-native-windows/find-repo-root_v0.0.0-canary.24", | ||
"version": "0.0.0-canary.24", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"comment": "Set consistent node requirements on our packages", | ||
"author": "ngerlem@microsoft.com", | ||
"commit": "cf1dcfbe108028869e326bb2bdab370949f7dac8", | ||
"commit": "2974ea0ab58b546264b8d9a4a7c12ceeb0a02851", | ||
"package": "@react-native-windows/find-repo-root" | ||
} | ||
], | ||
"patch": [ | ||
{ | ||
"comment": "Bump @rnw-scripts/just-task to v2.2.1", | ||
"author": "ngerlem@microsoft.com", | ||
"commit": "2974ea0ab58b546264b8d9a4a7c12ceeb0a02851", | ||
"package": "@react-native-windows/find-repo-root" | ||
}, | ||
{ | ||
"comment": "Bump @rnw-scripts/ts-config to v2.0.1", | ||
"author": "ngerlem@microsoft.com", | ||
"commit": "2974ea0ab58b546264b8d9a4a7c12ceeb0a02851", | ||
"package": "@react-native-windows/find-repo-root" | ||
}, | ||
{ | ||
"comment": "Bump @rnw-scripts/eslint-config to v1.1.8", | ||
"author": "ngerlem@microsoft.com", | ||
"commit": "2974ea0ab58b546264b8d9a4a7c12ceeb0a02851", | ||
"package": "@react-native-windows/find-repo-root" | ||
} | ||
] | ||
@@ -34,0 +69,0 @@ } |
# Change Log - @react-native-windows/find-repo-root | ||
This log was last generated on Mon, 11 Oct 2021 15:06:48 GMT and should not be manually modified. | ||
This log was last generated on Mon, 25 Oct 2021 15:07:19 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.66.0 | ||
## 0.67.0-preview.1 | ||
Mon, 11 Oct 2021 15:06:48 GMT | ||
Mon, 25 Oct 2021 15:07:19 GMT | ||
### Patches | ||
### Changes | ||
- Promote 0.66 to latest (ngerlem@microsoft.com) | ||
- Promote 0.67 to preview (ngerlem@microsoft.com) | ||
## 0.66.0-preview.1 | ||
## 0.0.0-canary.25 | ||
Fri, 03 Sep 2021 18:48:19 GMT | ||
Thu, 21 Oct 2021 05:08:01 GMT | ||
### Changes | ||
- Promote 0.66 to preview (ngerlem@microsoft.com) | ||
- Update to typescript 4 (30809111+acoates-ms@users.noreply.github.com) | ||
## 0.0.0-canary.24 | ||
Wed, 08 Sep 2021 05:08:53 GMT | ||
### Patches | ||
- Bump @rnw-scripts/just-task to v2.2.1 (ngerlem@microsoft.com) | ||
- Bump @rnw-scripts/ts-config to v2.0.1 (ngerlem@microsoft.com) | ||
- Bump @rnw-scripts/eslint-config to v1.1.8 (ngerlem@microsoft.com) | ||
### Changes | ||
- Set consistent node requirements on our packages (ngerlem@microsoft.com) | ||
## 0.0.0-canary.23 | ||
@@ -24,0 +38,0 @@ |
@@ -19,3 +19,3 @@ "use strict"; | ||
exports.default = async () => { | ||
const root = await find_up_1.default(async (dir) => { | ||
const root = await (0, find_up_1.default)(async (dir) => { | ||
return (await find_up_1.default.exists(path_1.default.join(dir, '.git'))) ? dir : undefined; | ||
@@ -22,0 +22,0 @@ }, { type: 'directory' }); |
{ | ||
"name": "@react-native-windows/find-repo-root", | ||
"version": "0.66.0", | ||
"version": "0.67.0-preview.1", | ||
"license": "MIT", | ||
@@ -17,5 +17,5 @@ "scripts": { | ||
"devDependencies": { | ||
"@rnw-scripts/eslint-config": "1.1.7", | ||
"@rnw-scripts/just-task": "2.2.0", | ||
"@rnw-scripts/ts-config": "2.0.0", | ||
"@rnw-scripts/eslint-config": "1.1.8", | ||
"@rnw-scripts/just-task": "2.2.1", | ||
"@rnw-scripts/ts-config": "2.0.1", | ||
"@types/find-up": "^4.0.0", | ||
@@ -26,10 +26,10 @@ "@types/node": "^14.14.22", | ||
"prettier": "1.19.1", | ||
"typescript": "^3.8.3" | ||
"typescript": "^4.4.4" | ||
}, | ||
"beachball": { | ||
"defaultNpmTag": "latest", | ||
"defaultNpmTag": "preview", | ||
"disallowedChangeTypes": [ | ||
"major", | ||
"minor", | ||
"prerelease" | ||
"patch" | ||
] | ||
@@ -40,3 +40,6 @@ }, | ||
"lib-commonjs" | ||
] | ||
], | ||
"engines": { | ||
"node": ">= 12.0.0" | ||
} | ||
} |
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
16354
347