use-prefers-color-scheme
use-prefers-color-scheme copied to clipboard
chore(deps-dev): bump prettier from 2.6.2 to 3.0.0
Bumps prettier from 2.6.2 to 3.0.0.
Release notes
Sourced from prettier's releases.
3.0.0
đź”— Release note
3.0.0-alpha.6
What's Changed
- Update
.d.tsfiles of plugins to useexport default ...by@​fiskerin prettier/prettier#14435Other changes since v2, see
3.0.0-alpha.1release notesFull Changelog: https://github.com/prettier/prettier/compare/3.0.0-alpha.5...3.0.0-alpha.6
3.0.0-alpha.5
What's Changed
- Add
.d.tsfiles by@​sosukesuzukiin prettier/prettier#14212- Support TypeScript 5 via
babel-tsparser by@​fiskerin prettier/prettier#14391Other changes since v2, see
3.0.0-alpha.1release notesFull Changelog: https://github.com/prettier/prettier/compare/3.0.0-alpha.4...3.0.0-alpha.5
3.0.0-alpha.4
What's Changed
- Remove support for Flow comment types by
@​thorn0in prettier/prettier#13687- Make
resolveParserwork like v2 by@​fiskerin prettier/prettier#13732- Add
__debugapis to cjs version by@​fiskerin prettier/prettier#13731Other changes since v2, see
3.0.0-alpha.1release notesFull Changelog: https://github.com/prettier/prettier/compare/3.0.0-alpha.3...3.0.0-alpha.4
3.0.0-alpha.3
- Fix
exportsfield inpackage.jsonfileOther changes since v2, see
3.0.0-alpha.1release notesFull Changelog: https://github.com/prettier/prettier/compare/3.0.0-alpha.2...3.0.0-alpha.3
3.0.0-alpha.2
- Fix bundled
index.cjsfileOther changes since v2, see
3.0.0-alpha.1release notesFull Changelog: https://github.com/prettier/prettier/compare/3.0.0-alpha.1...3.0.0-alpha.2
3.0.0-alpha.1
If you are a plugin developer, please try this version and send us feedback! Feel free to ping
@​fiskerif you have any questions about v3 migration.
... (truncated)
Changelog
Sourced from prettier's changelog.
3.0.0
đź”— Release Notes
2.8.8
This version is a republished version of v2.8.7. A bad version was accidentally published and it can't be unpublished, apologies for the churn.
2.8.7
Allow multiple decorators on same getter/setter (#14584 by
@​fisker)// Input class A { @decorator() get foo () {}
@​decorator() set foo (value) {} }// Prettier 2.8.6 SyntaxError: Decorators cannot be applied to multiple get/set accessors of the same name. (5:3) 3 | get foo () {} 4 |
> 5 |@​decorator() | ^^^^^^^^^^^^ 6 | set foo (value) {} 7 | }// Prettier 2.8.7 class A {
@​decorator() get foo() {}
@​decorator() set foo(value) {} }2.8.6
... (truncated)
Commits
186e096Release 3.0.044979b0Remove test step from release script (#15011)e12afe8Regenerate yarn.lock file (#15010)db31fd6Regenerate yarn.lock file for website (#15009)1a0d9edchore(deps): update dependency cosmiconfig to v8.2.0 (#14901)25fa483chore(deps): update dependency typescript to v5.1.5 (#14896)d075965chore(deps): update dependency webpack to v5.88.1 (#14994)d97f78dchore(deps): update dependency webpack to v5.88.1 (#14995)f1ef433chore(deps): update dependency flow-parser to v0.211.0 (#15002)61804e2chore(deps): update dependency espree to v9.6.0 (#15000)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by prettier-bot, a new releaser for prettier 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)