Skip to content

Commit

Permalink
Move dependent changes from the release/heft-0.48.0-dev.0 branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
iclanton committed Sep 21, 2022
1 parent 849f76f commit ffd39d6
Show file tree
Hide file tree
Showing 50 changed files with 617 additions and 171 deletions.
2 changes: 1 addition & 1 deletion apps/api-extractor/package.json
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "0.47.0",
"@rushstack/heft": "0.47.9",
"@rushstack/heft-node-rig": "1.10.0",
"@types/heft-jest": "1.0.1",
"@types/lodash": "4.14.116",
Expand Down
2 changes: 1 addition & 1 deletion apps/api-extractor/src/api/ExtractorConfig.ts
Expand Up @@ -193,7 +193,7 @@ export class ExtractorConfig {
/**
* The config file name "api-extractor.json".
*/
public static readonly FILENAME: string = 'api-extractor.json';
public static readonly FILENAME: 'api-extractor.json' = 'api-extractor.json';

/**
* The full path to `extends/tsdoc-base.json` which contains the standard TSDoc configuration
Expand Down
2 changes: 1 addition & 1 deletion apps/heft/package.json
Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@microsoft/api-extractor": "workspace:*",
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "0.47.0",
"@rushstack/heft": "0.47.9",
"@rushstack/heft-node-rig": "1.10.0",
"@types/argparse": "1.0.38",
"@types/eslint": "8.2.0",
Expand Down
74 changes: 37 additions & 37 deletions build-tests/install-test-workspace/workspace/common/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@microsoft/api-extractor-model",
"comment": "",
"type": "none"
}
],
"packageName": "@microsoft/api-extractor-model"
}
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@microsoft/api-extractor",
"comment": "",
"type": "none"
}
],
"packageName": "@microsoft/api-extractor"
}
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/eslint-patch",
"comment": "",
"type": "none"
}
],
"packageName": "@rushstack/eslint-patch"
}
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/eslint-plugin-packlets",
"comment": "",
"type": "none"
}
],
"packageName": "@rushstack/eslint-plugin-packlets"
}
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/eslint-plugin-security",
"comment": "",
"type": "none"
}
],
"packageName": "@rushstack/eslint-plugin-security"
}
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/eslint-plugin",
"comment": "",
"type": "none"
}
],
"packageName": "@rushstack/eslint-plugin"
}
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/heft-config-file",
"comment": "Add a \"propertyInheritanceDefaults\" option that allows the default property inheritance type to be configured.",
"type": "minor"
}
],
"packageName": "@rushstack/heft-config-file"
}
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/heft-sass-plugin",
"comment": "",
"type": "none"
}
],
"packageName": "@rushstack/heft-sass-plugin"
}
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/heft",
"comment": "",
"type": "none"
}
],
"packageName": "@rushstack/heft"
}
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/module-minifier",
"comment": "",
"type": "none"
}
],
"packageName": "@rushstack/module-minifier"
}
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/node-core-library",
"comment": "Add a \"FileSystem.isNotDirectoryError\" function that returns `true` if the passed-in error object is an ENOTDIR error.",
"type": "minor"
}
],
"packageName": "@rushstack/node-core-library"
}
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/node-core-library",
"comment": "Add a parameter to the `LockFile.release` function to optionally delete the lockfile.",
"type": "minor"
}
],
"packageName": "@rushstack/node-core-library"
}
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/rig-package",
"comment": "",
"type": "none"
}
],
"packageName": "@rushstack/rig-package"
}
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/tree-pattern",
"comment": "",
"type": "none"
}
],
"packageName": "@rushstack/tree-pattern"
}
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/ts-command-line",
"comment": "",
"type": "none"
}
],
"packageName": "@rushstack/ts-command-line"
}
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/typings-generator",
"comment": "Expose the \"ignoredFileGlobs,\" \"inputFileGlob,\" and \"sourceFolderPath\" properties.",
"type": "minor"
}
],
"packageName": "@rushstack/typings-generator"
}
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/typings-generator",
"comment": "Add an optional parameter to the `TypingsGenerator.generateTypingsAsync` function allowing the paths of files for which typings to be generated to be provided.",
"type": "minor"
}
],
"packageName": "@rushstack/typings-generator"
}

0 comments on commit ffd39d6

Please sign in to comment.