Bump prettier from 2.5.0 to 2.8.1 by dependabot[bot] · Pull Request #641 · peter-evans/create-issue-from-file (original) (raw)
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps prettier from 2.5.0 to 2.8.1.
Release notes
Sourced from prettier's releases.
2.8.1
2.8.0
2.7.1
2.7.0
2.6.2
2.6.1
2.6.0
2.5.1
Changelog
Sourced from prettier's changelog.
2.8.1
Fix SCSS map in arguments (#9184 by @agamkrbit)
// Input $display-breakpoints: map-deep-merge( ( "print-only": "only print", "screen-only": "only screen", "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})", ), $display-breakpoints ); // Prettier 2.8.0 $display-breakpoints: map-deep-merge( ( "print-only": "only print", "screen-only": "only screen", "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, " sm ")-1})", ), $display-breakpoints ); // Prettier 2.8.1 $display-breakpoints: map-deep-merge( ( "print-only": "only print", "screen-only": "only screen", "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})", ), $display-breakpoints );
Support auto accessors syntax (#13919 by @sosukesuzuki)
Support for Auto Accessors Syntax landed in TypeScript 4.9.
(Doesn't work well with
babel-tsparser)class Foo { accessor foo: number = 3;
... (truncated)
Commits
- cd1df1a Release 2.8.1
- 5541a63 Remove version validation
- 1cf760a Support decorator auto accessors syntax (#13919)
- aa34209 test: format instantiation expr in logical expr (#13897)
- 957b4f2 Build(deps): Bump decode-uri-component from 0.2.0 to 0.2.2 in /website (#13933)
- e4240ae Add tests for keyword class property (#13927)
- 655a161 Add tests for multiple comments (#13890)
- 4a1e32a Fixed scss function arguments on different lines in maps #9128 (#9184)
- 38806fe Migrate from probot/no-response to lee-dohm/no-response (#13891)
- a60bee2 Add '--single-attribute-per-line' option to Playground (#13587)
- 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)