build(deps-dev): bump the prettier group with 2 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(4 months ago)
(4 months ago)
(4 months ago)
by mergify[bot]
dependencies javascript
Bumps the prettier group with 2 updates: eslint-plugin-prettier and prettier.
Updates eslint-plugin-prettier from 5.5.0 to 5.5.1
Release notes
Sourced from eslint-plugin-prettier's releases.
v5.5.1
Patch Changes
Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.0...v5.5.1
Commits
3e87f2echore: release eslint-plugin-prettier (#749)bfd1e95fix: useprettierRcOptionsdirectly for prettier 3.6+ (#748)- See full diff in compare view
Updates 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
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-readlineslibrary 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-readlinesdid not already close them.
Commits
2bfff20Release 3.6.1cb8af6cDisable "Linting files" step on release65e603dchore(deps): update dependency jest to v30.0.3 (#17667)37f6e09Avoid closing files multiple times ingetInterpreter(#17665)0e6ec98chore(deps): update dependency meriyah to v6.1.3 (#17666)4292cbfDisableexperimentalRawTransferfor oxc parser (#17663)e9045d0Docs: delete outdated part about decorators (#17662)0926587Allow const without initializer inoxc-tsparser (#17654)456179aFix typo in v3.6.0 release notes for markdown (#17661)75bdb5dAdd 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 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
2
+16
-16
Package Dependencies
Technical Details
| ID: | 2328497 |
| UUID: | 2618954819 |
| Node ID: | PR_kwDOJR7_IM6cGhRD |
| Host: | GitHub |
| Repository: | remarkablemark/github-actions-typescript-template |
| Merge State: | Unknown |