dprint-node
dprint-node copied to clipboard
Bump dprint-plugin-typescript from 0.71.2 to 0.75.0
Bumps dprint-plugin-typescript from 0.71.2 to 0.75.0.
Release notes
Sourced from dprint-plugin-typescript's releases.
0.75.0
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array.- Ensure
.ts,.tsx,.js,.jsx,.mjs,.cjsfile extensions are matched in an"includes"pattern.- Add a
"typescript"configuration property if desired.{ // ...etc... "typescript": { // TypeScript & JavaScript config goes here }, "includes": [ "**/*.{ts,tsx,js,jsx,mjs,cjs}" ], "excludes": [ "**/node_modules" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.75.0.wasm" ] }JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.74.0
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array.- Ensure
.ts,.tsx,.js,.jsx,.mjs,.cjsfile extensions are matched in an"includes"pattern.- Add a
"typescript"configuration property if desired.{ // ...etc... "typescript": { // TypeScript & JavaScript config goes here }, "includes": [
... (truncated)
Commits
3e76cd10.75.0681090efeat: adddoWhileStatement.nextControlFlowPosition(#434)9f086d0fix(schema): fix default for taggedTemplate.spaceBeforeLiteral in json schemaf9eaae5docs: Fix casing of Wasm97cf284feat(npm): update npm distribution to havegetPathexport instead1e14c8b0.74.01cc4b79fix: maintain trailing comma of empty element in array expression585547afeat: operatorPosition: maintain should be per token (#428)f06c5060.73.2b811f08fix: emit TypeQuery type arguments (#427)- Additional commits viewable in compare view
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)