chore(deps): bump prettier from 3.6.0 to 3.6.1
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(3 months ago)
(3 months ago)
type: developer type: dependencies dependencies javascript
Bumps prettier from 3.6.0 to 3.6.1.
Release notes
Sourced from prettier's releases.
3.6.1
- Fix "Warning: File descriptor 39 closed but not opened in unmanaged mode" error when running
--experimental-cli
๐ Changelog
Changelog
Sourced from prettier's changelog.
3.6.1
TypeScript: Allow const without initializer (#17650, #17654 by
@โfisker
)// Input export const version: string;
// Prettier 3.6.0 (--parser=babel-ts)
SyntaxError: Unexpected token (1:21)
> 1 | export const version: string;
| ^// Prettier 3.6.0 (--parser=oxc-ts)
SyntaxError: Missing initializer in const declaration (1:14)
> 1 | export const version: string;
| ^^^^^^^^^^^^^^^// Prettier 3.6.1
export const version: string;
Miscellaneous: Avoid closing files multiple times (#17665 by
@โ43081j
)When reading a file to infer the interpreter from a shebang, we use the
n-readlines
library to read the first line in order to get the shebang.This library closes files when it reaches EOF, and we later try close the same files again. We now close files only if
n-readlines
did not already close them.
Commits
2bfff20
Release 3.6.1cb8af6c
Disable "Linting files" step on release65e603d
chore(deps): update dependency jest to v30.0.3 (#17667)37f6e09
Avoid closing files multiple times ingetInterpreter
(#17665)0e6ec98
chore(deps): update dependency meriyah to v6.1.3 (#17666)4292cbf
DisableexperimentalRawTransfer
for oxc parser (#17663)e9045d0
Docs: delete outdated part about decorators (#17662)0926587
Allow const without initializer inoxc-ts
parser (#17654)456179a
Fix typo in v3.6.0 release notes for markdown (#17661)75bdb5d
Add issue link for the experimental CLI (#17659)- 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
ID: | 2345221 |
UUID: | 2618902545 |
Node ID: | PR_kwDOFyLF2c6cGUgR |
Host: | GitHub |
Repository: | scaleway/docs-content |