rdkit-js
rdkit-js copied to clipboard
Bump prettier from 2.8.8 to 3.5.2
Bumps prettier from 2.8.8 to 3.5.2.
Release notes
Sourced from prettier's releases.
3.5.2
3.5.1
3.5.0
3.4.2
3.4.1
3.4.0
3.3.3
3.3.2
3.3.1
3.3.0
3.2.5
3.2.4
- Fix
.eslintrc.jsonformat #159473.2.3
- Format
tsconfig.jsonfile withjsoncparser #159273.2.2
... (truncated)
Changelog
Sourced from prettier's changelog.
3.5.2
Remove
module-synccondition (#17156 by@fisker)In Prettier 3.5.0, we added
module-synccondition topackage.json, so thatrequire("prettier")can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove themodule-synccondition, sorequire("prettier")will still use the CommonJS version, we'll revisit untilrequire(ESM)feature is more stable.3.5.1
Fix CLI crash when cache for old version exists (#17100 by
@sosukesuzuki)Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.
Support dockercompose and github-actions-workflow in VSCode (#17101 by
@remcohaszing)Prettier now supports the
dockercomposeandgithub-actions-workflowlanguages in Visual Studio Code.3.5.0
3.4.2
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by
@tats-u)Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.
<!-- Input (--prose-wrap=never) -->C言
語
・
C++
・
Go
・
Rust<!-- Prettier 3.4.1 -->
C言語・ C++ ・ Go ・ Rust</tr></table>
... (truncated)
Commits
399f427Release 3.5.2bf5aab8Revert "Use ESM entrypoint forrequire(ESM)" (#17156)c98acabReplaceexecawithnano-spawnin release script (#17129)4460a4echore(deps): update eslint related dependencies (#17162)f0707f5chore(deps): update eslint related dependencies (major) (#17163)e2624b6Enforce dependency version be pinned in all packages (#17161)1cee47achore(deps): update dependency react-markdown to v10 (#17160)7ce2a35chore(deps): update dependency postcss to v8.5.3 (#17158)1fe7969chore(deps): update xalvarez/prevent-file-change-action action to v1.9.1 (#17...8eb0630chore(deps): update dependency knip to v5.44.4 (#17153)- 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 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)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| rdkit-js | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Mar 1, 2025 9:49am |
| rdkitjs-angular-website | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Mar 1, 2025 9:49am |
| rdkitjs-react-website | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Mar 1, 2025 9:49am |
| rdkitjs-typescript-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Mar 1, 2025 9:49am |
| rdkitjs-vue-website | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Mar 1, 2025 9:49am |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.