ngx-daterangepicker
ngx-daterangepicker copied to clipboard
Bump ts-node from 5.0.1 to 10.1.0
Bumps ts-node from 5.0.1 to 10.1.0.
Release notes
Sourced from ts-node's releases.
v10.1.0
Questions about this release? Ask in the official discussion thread: #1390
Added
- Add
"moduleType"option to override module type -- CommonJS or ECMAScript -- on select files. (docs) (#1342, #1371, #1376)
- Useful when a configuration file, for example
webpack.config.ts, must execute as CommonJS but the rest of the project is ESM- selectively overrides
package.json"type"andtsconfig.json"module"- akin to
.cjsand.mjsextensions, but for.tsand.tsxfiles- thanks to
@jayaddisonfor help on test coverage- Implement
"extends"support for"ts-node"options intsconfig.json(#1328, #1356)
"ts-node": {}options will be parsed from extended tsconfigs- allows sharing and deduplicating ts-node configuration
- Un-deprecate
scopeandscopeDir; add both to CLI andtsconfig.jsonoptions; un-deprecateTS_NODE_SCOPEenv var; addTS_NODE_SCOPE_DIRenv var (docs) (#1346, #1367)Changed
- Improve error messages thrown by native ESM loader hooks (#1357, #1373)
@tars0x9752
- messages more closely match node; are more descriptive
- Emit
"ts-node"object at the top of--showConfigoutput instead of the bottom (#1355)Fixed
- Fix #1282: Set correct globals in
[stdin],[eval], and<repl>contexts (#1333)
- More closely align ts-node's behavior with vanilla node
- Affects the interactive REPL, piping to stdin, and
ts-node -e- Matches node's behavior for globals
__filename,__dirname,moduleand sub-fields ofmodule,exports, and builtin module aliasesfs, etc- Fix #1343: Set swc option
keepClassNamestotrue(#1344)- Fix: #1387: REPL outputs 'use strict' after first empty line of input (#1388)
@ejose19Docs
https://github.com/TypeStrong/ts-node/compare/v10.0.0...v10.1.0 https://github.com/TypeStrong/ts-node/milestone/3
v10.0.0
Questions about this release? Ask in the official discussion thread: #1337
Breaking changes are prefixed with [BREAKING]
Added
- Adds
--show-configto log the resolved configuration (docs) (#1100, #1243)- Bundle and re-export
@tsconfig/node* configurations for convenience (docs) (#1202, #1236, #1313)- Default to appropriate
@tsconfig/node* configuration based on node and typescript versions (docs) (#1202, #1236, #1313)- Automatically reference
@types/node; use globally-installed@types/nodeif not locally installed (#1240, #1257)- Add
swcintegration and new--transpileroption to use third-party transpilers for a massive speed boost on large codebases (docs) (#779, #1160)- Add
scopeDirAPI option (docs) (#1155)
... (truncated)
Commits
9faa34010.1.085dd6derebuild the readme1bc470dAdd moduleType option to override module type on certain files. (#1371)4e7fcb7fix: prevent implicit 'use strict' output (#1388)5643ad6Improve error messages used by esm-resolver (#1373)6266ae2Fix #1282: correct globals in [stdin], [eval], and <repl> contexts (#1333)4f16d1bImplement "extends" support for "ts-node" options in tsconfigs (#1356)518c250Put "ts-node" object at the top of--showConfigoutput (#1355)17b3a55Un-deprecate scope and scopedir; add to CLI, tsconfig.json, and env vars (#1367)7cac7dfFix broken link in jsdoc (#1365)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by cspotcode, a new releaser for ts-node since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)