This log was last generated on Wed, 05 Jan 2022 16:07:47 GMT and should not be manually modified.
Wed, 05 Jan 2022 16:07:47 GMT
Version update only
Mon, 27 Dec 2021 16:10:40 GMT
Version update only
Tue, 14 Dec 2021 19:27:51 GMT
- Remove Jest-specific CLI arguments from Heft. These parameters have been moved to @rushstack/heft-jest-plugin.
Thu, 09 Dec 2021 20:34:41 GMT
Version update only
Thu, 09 Dec 2021 00:21:54 GMT
Version update only
Wed, 08 Dec 2021 19:05:08 GMT
- Add support for TypeScript 4.5
Wed, 08 Dec 2021 16:14:05 GMT
Version update only
Mon, 06 Dec 2021 16:08:32 GMT
Version update only
Fri, 03 Dec 2021 03:05:22 GMT
Version update only
Mon, 29 Nov 2021 07:26:16 GMT
- Remove an unused dependency.
Sat, 06 Nov 2021 00:09:13 GMT
Version update only
Fri, 05 Nov 2021 15:09:18 GMT
Version update only
Thu, 28 Oct 2021 00:08:22 GMT
- Add environment variables for common heft test parameters
Wed, 27 Oct 2021 00:08:15 GMT
- Update the package.json repository field to include the directory property.
Wed, 13 Oct 2021 15:09:54 GMT
Version update only
Fri, 08 Oct 2021 09:35:07 GMT
- Fix reuse of TypeScript program to avoid breaking on older versions of @typescript-eslint/typescript-estree
Fri, 08 Oct 2021 08:08:34 GMT
Version update only
Thu, 07 Oct 2021 23:43:12 GMT
- Re-use the compiler TypeScript program when running ESLint to reduce overhead
Thu, 07 Oct 2021 07:13:35 GMT
- Fix support for TypeScript 4.4 in --watch mode.
Wed, 06 Oct 2021 15:08:25 GMT
- Improve the HeftSession.commandLine.registerParameter interface and add support for choice and choice list parameters.
Wed, 06 Oct 2021 02:41:48 GMT
- Replace ITerminal with Terminal in data structure values to preserve compatability with plugins written before ITerminal.
Tue, 05 Oct 2021 15:08:37 GMT
- Use ITerminal instead of Terminal to allow for compatibility with other versions of @rushstack/node-core-library.
Mon, 04 Oct 2021 15:10:18 GMT
- Add register custom parameters feature to Heft.
Fri, 24 Sep 2021 00:09:29 GMT
Version update only
Thu, 23 Sep 2021 00:10:40 GMT
- Upgrade the
@types/node
dependency to version to version 12.
Wed, 22 Sep 2021 03:27:12 GMT
- Add "encounteredErrors" boolean to IMetricsData.
- Fix typo in temp folder path.
Wed, 22 Sep 2021 00:09:32 GMT
- Fix formatting of tsBuildInfoFile tsconfig option. TypeScript uses an exact string match for change detection and normalizes slashes to '/' upon saving the file. Therefore the inputs need to be normalized as well.
Sat, 18 Sep 2021 03:05:57 GMT
- Fix an issue where setting the emitMjsExtensionForESModule typescript.json option in a project whose tsconfig emits CommonJS will only emit .mjs files.
Tue, 14 Sep 2021 01:17:04 GMT
- Temoprarily introduce a "--storybook" CLI parameter to support the experimental heft-storybook-plugin
Mon, 13 Sep 2021 15:07:05 GMT
Version update only
Fri, 10 Sep 2021 15:08:28 GMT
- Support ESLint configuration in .eslintrc.cjs (instead of .eslintrc.js) to support projects with ESM modules ("type": "module" in package.json).
Wed, 08 Sep 2021 19:06:22 GMT
Version update only
Wed, 08 Sep 2021 00:08:03 GMT
- Fix building for Typescript 4.4 (Error: directoryExists is not a function)
- Ensure
process.cwd()
is set to the project root with correct file path casing.
Tue, 31 Aug 2021 00:07:11 GMT
- Add commandParameters to IMetricsData for recording parameter usage
Fri, 27 Aug 2021 00:07:25 GMT
Version update only
Fri, 20 Aug 2021 15:08:10 GMT
Version update only
Thu, 12 Aug 2021 18:11:18 GMT
- Fix an issue with the TypeScript compilation when Heft is invoked in a terminal with incorrect casing in the CWD.
Thu, 12 Aug 2021 01:28:38 GMT
- Restore automatic generation of tsBuildInfo.json file path to work around odd path resolution behavior.
Wed, 11 Aug 2021 23:14:17 GMT
- Add support to TypeScriptPlugin for composite TypeScript projects, with behavior analogous to "tsc --build".
- Retired the use of the .heft/build-cache folder for persisting build state across the "heft clean" or "--clean" invocation. Incremental TypeScript compilation is now performed either by running "heft build" (without "--clean"), or using watch mode, and requires the tsconfig to manually opt in. The feature reduced performance of cold builds and introduced bugs due to stale caches that confused users.
Wed, 11 Aug 2021 00:07:21 GMT
Version update only
Sat, 31 Jul 2021 00:52:11 GMT
- (BREAKING CHANGE) Extract default Sass plugin to separate @rushstack/heft-sass-plugin package
Wed, 14 Jul 2021 15:06:29 GMT
Version update only
Tue, 13 Jul 2021 23:00:33 GMT
Version update only
Mon, 12 Jul 2021 23:08:26 GMT
- Disable eslint for no-unused-vars
Thu, 08 Jul 2021 23:41:16 GMT
Version update only
Thu, 08 Jul 2021 06:00:48 GMT
Version update only
Thu, 01 Jul 2021 15:08:27 GMT
Version update only
Wed, 30 Jun 2021 15:06:54 GMT
Version update only
Wed, 30 Jun 2021 01:37:17 GMT
Version update only
Fri, 25 Jun 2021 00:08:28 GMT
- Add RunScriptPlugin to allow for running custom scripts specified in "heft.json". Specified as a "runScript" event in the "heftEvents" field, paths to scripts are resolved relative to the root of the project they are specified in.
Fri, 18 Jun 2021 06:23:05 GMT
- Fix a regression where Heft sometimes failed with "No tests found, exiting with code 1"
Wed, 16 Jun 2021 15:07:24 GMT
- (BREAKING CHANGE) Simplify the plugin event hook lifecycle by eliminating an experimental feature that enabled side-by-side compiler configurations. We decided that this scenario is better approached by splitting the files into separate projects.
- (BREAKING CHANGE) Remove the "afterEachIteration" compile substage and replace its functionality with a more versatile "afterRecompile" compile substage hook.
Fri, 11 Jun 2021 00:34:02 GMT
- (BREAKING CHANGE) Remove Jest plugin from Heft. To consume the Jest plugin, add @rushstack/heft-jest-plugin as a dependency and include it in heft.json. See UPGRADING.md for more information.
Thu, 10 Jun 2021 15:08:15 GMT
- Update the version compatibility warning to indicate that TypeScript 4.x is supported by Heft
Fri, 04 Jun 2021 19:59:53 GMT
- Add IBuildStage output property 'isTypeScriptProject' and populate in TypeScriptPlugin
- Fix bug in CopyFilesPlugin that caused 0-length files to be generated
Fri, 04 Jun 2021 15:08:20 GMT
Version update only
Fri, 04 Jun 2021 00:08:34 GMT
Version update only
Tue, 01 Jun 2021 18:29:25 GMT
- Fix an issue where NodeServicePlugin launched the service when "heft build --watch" was invoked
Sat, 29 May 2021 01:05:06 GMT
- Add a new "node-service" task that enables "heft start" to launch a Node.js service (GitHub #2717)
Fri, 28 May 2021 06:19:57 GMT
- Prepare to split JestPlugin into a dedicated package
Tue, 25 May 2021 00:12:21 GMT
- Report an error to prevent two different TypeScript module kinds from being emitted into nested folders
Wed, 19 May 2021 00:11:39 GMT
Version update only
Thu, 13 May 2021 01:52:46 GMT
- Fix an issue where Heft would return only the sourcemap if the compiled .js file is missing the sourceMappingURL comment.
Tue, 11 May 2021 22:19:17 GMT
- Fix the "sources" paths in emitted sourcemap files.
Mon, 03 May 2021 15:10:28 GMT
- Move forEachLimitAsync implementation out of heft
Thu, 29 Apr 2021 23:26:50 GMT
Version update only
Thu, 29 Apr 2021 01:07:29 GMT
- Add a command-line option "--detect-open-handles" for troubleshooting Jest issues
- Implement a workaround for an intermittent Jest error "A worker process has failed to exit gracefully and has been force exited." (Jest issue #11354)
Fri, 23 Apr 2021 22:00:06 GMT
- Ensure TypeScript uses file paths with correct casing.
Fri, 23 Apr 2021 15:11:20 GMT
- Add emitCjsExtensionForCommonJS and emitMjsExtensionForESModule options to config/typescript.json to support emitting commonJS and ESModule output files with the ".cjs" and ".mjs" respectively, alongside the normal ".js" output files.
Wed, 21 Apr 2021 15:12:27 GMT
- Fix an issue where an exception is thrown when running multiple TypeScript compilations in --debug mode
Tue, 20 Apr 2021 04:59:51 GMT
Version update only
Thu, 15 Apr 2021 02:59:25 GMT
- Fix incremental TypeScript compilation, optimize architecture
Mon, 12 Apr 2021 15:10:29 GMT
Version update only
Thu, 08 Apr 2021 20:41:54 GMT
- Include mention of heft-webpack5-plugin in an error message.
Thu, 08 Apr 2021 06:05:31 GMT
- Fix parameter name typo.
Thu, 08 Apr 2021 00:10:18 GMT
- (BREAKING) Move Webpack functionality into its own package (@rushstack/heft-webpack4-plugin).
Tue, 06 Apr 2021 15:14:22 GMT
- Add an "afterCompile" hook that runs after compilation.
Wed, 31 Mar 2021 15:10:36 GMT
- Fix an outdated path in an error message.
Mon, 29 Mar 2021 05:02:06 GMT
Version update only
Fri, 19 Mar 2021 22:31:37 GMT
- Improve README.md
Wed, 17 Mar 2021 05:04:37 GMT
- Fix an issue where heft would crash when copying static assets in --watch mode.
Fri, 12 Mar 2021 01:13:27 GMT
- Update node-sass to support Node 15.
Wed, 10 Mar 2021 05:10:05 GMT
- (BREAKING CHANGE) Change the logic that resolves typescript, eslint, tslint, and api-extractor to look for a devDependency in the current project, and then for a dependency in the rig project, and then as any kind of dependency in the current project.
Thu, 04 Mar 2021 01:11:31 GMT
Version update only
Tue, 02 Mar 2021 23:25:05 GMT
- Fix an issue where build would continue even if TS reported errors.
- Determine the default static assets destination folder from the TSConfig's "outDir" property, instead of hardcoding "lib."
Fri, 05 Feb 2021 16:10:42 GMT
Version update only
Fri, 22 Jan 2021 05:39:22 GMT
- Fix an issue with webpack in "heft start" mode where "bundle" would continue too quickly.
Thu, 21 Jan 2021 04:19:00 GMT
- Update jest-shared.config.json to specify a default "collectCoverageFrom" that includes all "src" files excluding test files
- Update jest-shared.config.json to configure "coverageDirectory" to use "./temp/coverage" (instead of "./coverage")
Wed, 13 Jan 2021 01:11:06 GMT
Version update only
Wed, 06 Jan 2021 16:10:43 GMT
Version update only
Mon, 14 Dec 2020 16:12:20 GMT
- Delay build stages in --watch mode until the previous stage reports an initial completion.
Thu, 10 Dec 2020 23:25:49 GMT
- Fix an issue where using CTRL+C to terminate "--watch" mode would sometimes leave a background process running (GitHub #2387)
Sat, 05 Dec 2020 01:11:23 GMT
Version update only
Tue, 01 Dec 2020 01:10:38 GMT
- Fix a typo in a logging message.
Mon, 30 Nov 2020 16:11:49 GMT
Version update only
Wed, 18 Nov 2020 08:19:54 GMT
Version update only
Wed, 18 Nov 2020 06:21:58 GMT
Version update only
Tue, 17 Nov 2020 01:17:38 GMT
- Fix an issue where .map files were not being published
Mon, 16 Nov 2020 01:57:58 GMT
- Add "webpack-dev-server" as a dependency since its types are part of Heft's API contract
- Fix an issue where API Extractor errors/warnings did not show the message ID
Fri, 13 Nov 2020 01:11:00 GMT
- Update Sass typings generation to update in watch mode when a dependency changes.
Thu, 12 Nov 2020 01:11:10 GMT
- Fix a minor issue with heft.schema.json
Wed, 11 Nov 2020 01:08:58 GMT
Version update only
Tue, 10 Nov 2020 23:13:11 GMT
- Add new built-in Heft action "copyFiles" to copy or hardlink files during specified Heft events
- Fix an incorrectly formatted error message
Tue, 10 Nov 2020 16:11:42 GMT
- Improve error handling and make --debug print stacks of errors that occur in heft's internal initialization.
Sun, 08 Nov 2020 22:52:49 GMT
- Update jest-shared.config.json with more file extension mappings for "jest-string-mock-transform"
Fri, 06 Nov 2020 16:09:30 GMT
- Fix an issue where an extended "typescript.json" config file with omitted optional staticAssetsToCopy fields would cause schema validation to fail.
Tue, 03 Nov 2020 01:11:18 GMT
- Update README.md
Mon, 02 Nov 2020 16:12:05 GMT
- Honor jest reporters specified in config/jest.config.json
Fri, 30 Oct 2020 06:38:39 GMT
Version update only
Fri, 30 Oct 2020 00:10:14 GMT
Version update only
Thu, 29 Oct 2020 06:14:19 GMT
- Upgrade @types/tapable and @types/webpack
Thu, 29 Oct 2020 00:11:33 GMT
- Update Webpack dependency to ~4.44.2
Wed, 28 Oct 2020 01:18:03 GMT
Version update only
Tue, 27 Oct 2020 15:10:13 GMT
Version update only
Sat, 24 Oct 2020 00:11:18 GMT
- Add fileExtensions config to SassTypingsGenerator.
Wed, 21 Oct 2020 05:09:44 GMT
- Bump downstream dependencies.
Fri, 16 Oct 2020 23:32:58 GMT
- Allow the Webpack dev server configuration to be customized.
Thu, 15 Oct 2020 00:59:08 GMT
Version update only
Wed, 14 Oct 2020 23:30:14 GMT
- (BREAKING CHANGE) Rename "includePaths" to "importIncludePaths" in sass.json.
- Add an "exclude" option to sass.json.
Tue, 13 Oct 2020 15:11:28 GMT
- Fix an issue where heftSession.debugMode isn't set properly.
Mon, 12 Oct 2020 15:11:16 GMT
- Include additionalModuleKindsToEmit in the copy-static-assets plugin destination folders.
- Throw if jest config file doesn't exist
Fri, 09 Oct 2020 15:11:08 GMT
- Support relative imports in the Sass typings generator.
Tue, 06 Oct 2020 00:24:06 GMT
Version update only
Mon, 05 Oct 2020 22:36:57 GMT
Version update only
Mon, 05 Oct 2020 15:10:42 GMT
Version update only
Fri, 02 Oct 2020 00:10:59 GMT
- Include UPGRADING.md in npm package publish.
Thu, 01 Oct 2020 20:27:16 GMT
Version update only
Thu, 01 Oct 2020 18:51:21 GMT
- Add functionality to automatically generate typings for *.scss, *.sass, and *.css files.
Wed, 30 Sep 2020 18:39:17 GMT
- Update to build with @rushstack/heft-node-rig
- Reclassify compiler messages TS2564 and TS7053 as warnings instead of errors
- Print a warning if the API Extractor version is too old
Wed, 30 Sep 2020 06:53:53 GMT
- (BREAKING CHANGE) Collapse copy-static-assets.json into typescript.json.
- (BREAKING CHANGE) Move the config files from the ".heft" folder to the "config" folder and print a warning if an unexpected file is found in the ".heft" folder.
- (BREAKING CHANGE) Consolidate the clean.json and plugins.json files into a new heft.json file.
- (BREAKING CHANGE) Rename "emitFolderNameForJest" to "emitFolderNameForTests" in typescript.json
- Heft now supports the config/rig.json system as defined by @rushstack/rig-package
- Enable api-extractor.json to be provided by a rig package
- Upgrade compiler; the API now requires TypeScript 3.9 or newer
- Update README.md
- Fix an issue where "heft build --help" printed incorrect help
Tue, 22 Sep 2020 05:45:56 GMT
- Make the "plugins" field of "plugins.json" optional.
Tue, 22 Sep 2020 01:45:31 GMT
Version update only
Tue, 22 Sep 2020 00:08:53 GMT
Version update only
Sat, 19 Sep 2020 04:37:27 GMT
Version update only
Sat, 19 Sep 2020 03:33:07 GMT
Version update only
Fri, 18 Sep 2020 22:57:24 GMT
- Fix an issue where folders listed in pathsToDelete in clean.json weren't deleted on Windows.
Fri, 18 Sep 2020 21:49:53 GMT
- Add a missing field to the template config files.
- Fix an issue where, if an "extends" field pointed to a module that didn't exist, the error was silently ignored.
Wed, 16 Sep 2020 05:30:25 GMT
- Add missing "extends" properties to schemas.
- Fix an issue where console.log() did not get formatted by HeftJestReporter
Tue, 15 Sep 2020 01:51:37 GMT
- Improve reliability of jest-build-transform.js by only comparing timestamps when in "--watch" mode
Mon, 14 Sep 2020 15:09:48 GMT
- Enable support for Jest inline snapshots
Sun, 13 Sep 2020 01:53:20 GMT
- Update plugins to load configuration via heft-configuration-loader instead of in central plugins.
- Remove the loading of common/config/heft/* config files.
- (BREAKING CHANGE) Rename the "outFolderPath" and "emitFolderPathForJest" properties in typescript.json to "outFolderName" and "emitFolderNameForJest"
Fri, 11 Sep 2020 02:13:35 GMT
Version update only
Wed, 09 Sep 2020 03:29:01 GMT
- Add --max-workers option to the "test" action to control the maximum number of worker processes the test process can use.
Wed, 09 Sep 2020 00:38:48 GMT
- Fix a typo in an error message to read that plugins must define a "pluginName" property, rather than the former "displayName" property
Mon, 07 Sep 2020 07:37:37 GMT
- Fix an issue with WebpackPlugin loading webpack-dev-server in non-serve mode and setting the "WEBPACK_DEV_SERVER" environment variable.
Sat, 05 Sep 2020 18:56:35 GMT
- Fix parsing of the --max-old-space-size build parameter.
- Fix parsing of the --plugin heft parameter.
Fri, 04 Sep 2020 15:06:27 GMT
- Fix issues with parsing of tslint.json config files, including adding support for an array provided to "extends" and proper Node module resolution to extended config files.
- Fix a sourcemap issue that caused the debugger to show Jest files in a duplicate editor window (with the same path as the real file)
Thu, 03 Sep 2020 15:09:59 GMT
- Fix an issue with Heft not printing an error message.
Wed, 02 Sep 2020 23:01:13 GMT
- Add a simple way to specify a custom action.
- Remove the dev-deploy action from Heft
Wed, 02 Sep 2020 15:10:17 GMT
- Add a method for plugins to hook into other plugins.
- BREAKING CHANGE: Rename the "displayName" plugin property to "pluginName"
Thu, 27 Aug 2020 11:27:06 GMT
- Formalize the way extendable configuration files are loaded.
- Add a "setupFiles" setting to jest-shared.config.json, which implements the helper APIs from the @types/heft-jest package
- Add a "roots" setting to jest-shared.config.json, which enables "src/mocks" to be used for manually mocking Node.js system modules
- Add a "modulePathIgnorePatterns" setting to jest-shared.config.json, which fixes a warning that was sometimes shown due to Jest loading extraneous files
- Add a "resolver" setting to jest-shared-config.json, which fixes an issue with importing manual mocks from a "mocks" subfolder. (See jest-improved-resolver.js for details.)
Tue, 25 Aug 2020 00:10:12 GMT
- Adds a "--update-snapshots" command line flag which, when included, causes the test action to update the Jest snapshots. If this flag is omitted, tests with conditions that do not match the snapshots will fail. This replaces the older logic of using --production to prevent updating snapshots, which were otherwise updated.
Mon, 24 Aug 2020 07:35:20 GMT
Version update only
Sat, 22 Aug 2020 05:55:42 GMT
Version update only
Fri, 21 Aug 2020 01:21:17 GMT
- Fix an issue with Heft exiting with exit code 0 after a CLI error.
Thu, 20 Aug 2020 18:41:47 GMT
- Fix an issue where failed test suites aren't listed as failures.
Thu, 20 Aug 2020 15:13:52 GMT
- Add the --notest parameter back to "heft test" temporarily.
Tue, 18 Aug 2020 23:59:42 GMT
Version update only
Tue, 18 Aug 2020 03:03:23 GMT
- Add a "version selector" feature so that if a globally installed Heft binary is invoked, it will try to load the project's locally installed version of Heft
Mon, 17 Aug 2020 05:31:53 GMT
- Fix a broken dependency
Mon, 17 Aug 2020 04:53:23 GMT
- Formalize the way errors and warnings are emitted.
- Expose some useful Jest CLI parameters as "heft test" parameters
- Rename "--notest" to "--no--test"
- Improve "heft test" to show console output from tests
- Normalize the way file paths are printed in errors and warnings.
- Ensure build steps that depend on emitted TS output aren't triggered until TS has written output to disk.
- Fix an issue where Heft could complete with errors but not return a nonzero process exit code
- Reclassify TypeScript messages such as "X is declared but never used" to be reported as warnings instead of errors
Thu, 13 Aug 2020 09:26:39 GMT
- Fix a race condition where .js files were sometimes read by Jest before they were written by TypeScript
- Fix an issue where the TypeScript incremental build cache sometimes did not work correctly in "--watch" mode
- Add support for "additionalModuleKindsToEmit" in watch mode
Thu, 13 Aug 2020 04:57:38 GMT
- Fix an issue with incorrect source maps for the Jest transform
- Fix a watch mode race condition where "--clean" ran in parallel with "heft test" (GitHub #2078)
- Fix an issue where "The transpiler output folder does not exist" was sometimes printed erroneously
Wed, 12 Aug 2020 00:10:05 GMT
Version update only
Tue, 11 Aug 2020 00:36:22 GMT
- Fix an issue where emitted .js.map sourcemaps had an incorrect relative path (GitHub #2086)
Wed, 05 Aug 2020 18:27:33 GMT
Version update only
Tue, 04 Aug 2020 07:27:25 GMT
- Update README.md logo
Mon, 03 Aug 2020 15:09:51 GMT
- Add specific support for handling binary assets in Jest tests.
Mon, 03 Aug 2020 06:55:14 GMT
- Add jest-identity-mock-transform for mocking .css imports in Webpack projects
- Add new "emitFolderPathForJest" setting in typescript.json, which simplifies how Webpack projects emit CommonJS for Jest
- Fix an issue where jest-shared.config.json did not match .tsx file extensions
- Standardize how jest-shared.config.json references path-based imports
- Enable Jest "runInBand" when invoking Heft with "--debug"
- Fix an issue where "heft clean" did not clean Jest's unreliable cache
Thu, 30 Jul 2020 15:09:35 GMT
- Emit errors and warnings from webpack.
Fri, 24 Jul 2020 20:40:38 GMT
- Enable Heft to be used without the "@microsoft/rush-stack-compiler-n.n" system
Tue, 21 Jul 2020 00:54:55 GMT
- Rename .heft/api-extractor.json to .heft/api-extractor-task.json to avoid confusion with API Extractor's config file
Tue, 21 Jul 2020 00:10:21 GMT
- Update documentation
Mon, 20 Jul 2020 06:52:33 GMT
- Make API Extractor's typescriptCompilerFolder option configurable.
- Include basic support for webpack-dev-server.
Thu, 16 Jul 2020 18:34:08 GMT
- Republish to fix incorrect dependency specifier
Thu, 16 Jul 2020 17:53:35 GMT
- Add support for TypeScript compilers older than version 3.6 (which do not support incremental compilation)
Wed, 15 Jul 2020 18:29:28 GMT
- Initial release