You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll release in the morning. Diff of changes in this release: v8.10.2...master
The tag for 8.10.2 (here) is not in master's history. I can't remember exactly why; I think I made a mistake with 8.10.2 or I thought it would be the start of an 8.x branch of non-breaking changes, distinct from master. The parent commit, v8.10.2~1 is on master, so the diff above is effectively starting there.
Tasks
publish to npm
add release notes to GH Release
send updated schema to schemastore
reply on affected tickets that 9.0 is out, if it looks like someone commented recently
Update .gitignore (#1045) #1045
Fix coverage reporting when tests fail; also push to codecov (#1047) #1047
ignore vscode config files (#1084) #1084
Add helpful links to "Create issue" page, directing people to Discord, StackOverflow, etc (#1097) #1097
Add mocharc file (#1105) #1105
Add script for adding missing compilerOptions to tsconfig schema (#1107) #1107
Fix coverage and testing badges (#1095) #1095
[OMIT?] move getOutputTranspileOnly back where it used to be (#1056) #1056
Bump lodash from 4.17.15 to 4.17.19 (#1077) #1077
bump to typescript 4.0.2 (#1117) #1117
The text was updated successfully, but these errors were encountered:
I'll release in the morning. Diff of changes in this release:
v8.10.2...master
The tag for 8.10.2 (here) is not in master's history. I can't remember exactly why; I think I made a mistake with 8.10.2 or I thought it would be the start of an 8.x branch of non-breaking changes, distinct from master. The parent commit, v8.10.2~1 is on master, so the diff above is effectively starting there.
Tasks
v9.0.0
*Breaking changes are labelled [BREAKING] below.
Added
ERR_REQUIRE_ESM
when a file isrequire()
d which should be loaded as ESM (Implement ERR_REQUIRE_ESM when a file isrequire()
d which should be loaded as ESM #1031)"exports"
declaration to package.json in backwards-compatible way, enablingnode --loader ts-node/esm
without file extension (Re-add "exports" declaration to package.json in backwards-compatible way #1028)"require"
option via tsconfig (Allow specifying "require" option via tsconfig #925)NODE_NO_READLINE
environment variable (NODE_NO_READLINE support #1090)node --loader ts-node/esm/transpile-only
(Added a transpile-only ESM loader (#1101) #1102) @concisionChanged
Fixed
realpath
, which should fix workflows that use symlinks, such aspnpm
, Lerna workspaces, or other mono-repo configurations (OverrideisExternalLibraryImport
as needed; re-addrealpath
#970)node_modules
when--skip-ignore
or--ignore
options are configured to allow it (OverrideisExternalLibraryImport
as needed; re-addrealpath
#970)getSourceFileNames
/rootNames
(Make #884 regression test repro correctly; also fix the bug #999)projectVersion
every timegetSourceFileNames
changes, avoiding accidentally outdated typechecking (Fix #996: bump projectVersion every time getSourceFileNames changes #998)ts.transpileModule
(fix: pass transformers object to ts.transpileModule method (Fixes #1051) #1054) @thetutlage--experimental-specifier-resolution
coming fromNODE_OPTIONS
in ESM loader (Fix #1072 #1085) @evg656eignored()
bug: ESM loader will try to compile .cjs, .mjs, and other unexpected file extensions #1098: ESM loader should skip.cjs
,.mjs
, and any unexpected file extensions (Fix #1098:ignored()
bug: ESM loader will try to compile .cjs, .mjs… #1103) @concisionDocs
Misc
v8.10.2...v9.0.0
will not include these in the changelog
Project Infrastructure
Update .gitignore (#1045) #1045
Fix coverage reporting when tests fail; also push to codecov (#1047) #1047
ignore vscode config files (#1084) #1084
Add helpful links to "Create issue" page, directing people to Discord, StackOverflow, etc (#1097) #1097
Add mocharc file (#1105) #1105
Add script for adding missing compilerOptions to tsconfig schema (#1107) #1107
Fix coverage and testing badges (#1095) #1095
[OMIT?] move getOutputTranspileOnly back where it used to be (#1056) #1056
Bump lodash from 4.17.15 to 4.17.19 (#1077) #1077
bump to typescript 4.0.2 (#1117) #1117
The text was updated successfully, but these errors were encountered: