Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2022

Bumps prettier from 2.8.0 to 2.8.1.

Release notes

Sourced from prettier's releases.

2.8.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

2.8.1

diff

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-ts parser)

class Foo {
  accessor foo: number = 3;
</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

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 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)

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.8.0...2.8.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the type: chore Code changes that neither fix bugs nor add features (refactoring, dependency chnages, ...) label Dec 12, 2022
@EndBug EndBug merged commit 4fd4ebb into main Dec 12, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/prettier-2.8.1 branch December 12, 2022 21:34
MaxymVlasov referenced this pull request in SpotOnInc/renovate-config Jun 7, 2023
### Release Notes

<details>
<summary>EndBug/add-and-commit</summary>

###
[`v9.1.3`](https://github.com/EndBug/add-and-commit/releases/tag/v9.1.3)

[Compare
Source](https://github.com/EndBug/add-and-commit/compare/v9.1.2...v9.1.3)

#### What's Changed

- chore(deps-dev): bump all-contributors-cli from 6.24.0 to 6.25.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/EndBug/add-and-commit/pull/504](https://github.com/EndBug/add-and-commit/pull/504)
- chore(deps): bump simple-git by
[@&#8203;EndBug](https://github.com/EndBug) in
[https://github.com/EndBug/add-and-commit/pull/505](https://github.com/EndBug/add-and-commit/pull/505)

**Full Changelog**:
EndBug/add-and-commit@v9.1.2...v9.1.3

###
[`v9.1.2`](https://github.com/EndBug/add-and-commit/releases/tag/v9.1.2)

[Compare
Source](https://github.com/EndBug/add-and-commit/compare/v9.1.1...v9.1.2)

#### What's Changed

- Update `io.ts` by [@&#8203;ggreif](https://github.com/ggreif) in
[https://github.com/EndBug/add-and-commit/pull/443](https://github.com/EndBug/add-and-commit/pull/443)
- docs: add ggreif as a contributor for maintenance by
[@&#8203;allcontributors](https://github.com/allcontributors) in
[https://github.com/EndBug/add-and-commit/pull/444](https://github.com/EndBug/add-and-commit/pull/444)
- chore(deps-dev): bump all-contributors-cli from 6.23.1 to 6.24.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/EndBug/add-and-commit/pull/445](https://github.com/EndBug/add-and-commit/pull/445)
- fix(io): add warning for pull input by
[@&#8203;EndBug](https://github.com/EndBug) in
[https://github.com/EndBug/add-and-commit/pull/453](https://github.com/EndBug/add-and-commit/pull/453)
- Fix a few typos in `README.md` by
[@&#8203;ggreif](https://github.com/ggreif) in
[https://github.com/EndBug/add-and-commit/pull/454](https://github.com/EndBug/add-and-commit/pull/454)
- docs: add ggreif as a contributor for doc by
[@&#8203;allcontributors](https://github.com/allcontributors) in
[https://github.com/EndBug/add-and-commit/pull/456](https://github.com/EndBug/add-and-commit/pull/456)
- Typo in `io.ts` debug output by
[@&#8203;ggreif](https://github.com/ggreif) in
[https://github.com/EndBug/add-and-commit/pull/455](https://github.com/EndBug/add-and-commit/pull/455)
- chore(deps-dev): bump husky from 8.0.1 to 8.0.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/EndBug/add-and-commit/pull/457](https://github.com/EndBug/add-and-commit/pull/457)
- chore(deps): bump minimatch from 3.0.4 to 3.1.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/EndBug/add-and-commit/pull/458](https://github.com/EndBug/add-and-commit/pull/458)
- chore(deps-dev): bump typescript from 4.8.4 to 4.9.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/EndBug/add-and-commit/pull/460](https://github.com/EndBug/add-and-commit/pull/460)
- chore(deps-dev): bump prettier from 2.7.1 to 2.8.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/EndBug/add-and-commit/pull/461](https://github.com/EndBug/add-and-commit/pull/461)
- chore(deps-dev): bump
[@&#8203;vercel/ncc](https://github.com/vercel/ncc) from 0.34.0 to
0.36.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/EndBug/add-and-commit/pull/462](https://github.com/EndBug/add-and-commit/pull/462)
- chore(deps-dev): bump prettier from 2.8.0 to 2.8.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/EndBug/add-and-commit/pull/463](https://github.com/EndBug/add-and-commit/pull/463)
- chore(deps-dev): bump typescript from 4.9.3 to 4.9.4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/EndBug/add-and-commit/pull/464](https://github.com/EndBug/add-and-commit/pull/464)
- chore(deps-dev): bump prettier from 2.8.1 to 2.8.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/EndBug/add-and-commit/pull/470](https://github.com/EndBug/add-and-commit/pull/470)
- chore(deps-dev): bump eslint-config-prettier from 8.5.0 to 8.6.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/EndBug/add-and-commit/pull/471](https://github.com/EndBug/add-and-commit/pull/471)
- chore(deps-dev): bump husky from 8.0.2 to 8.0.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/EndBug/add-and-commit/pull/472](https://github.com/EndBug/add-and-commit/pull/472)
- chore(deps-dev): bump prettier from 2.8.2 to 2.8.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/EndBug/add-and-commit/pull/474](https://github.com/EndBug/add-and-commit/pull/474)
- Add how to autodetect deleted files by
[@&#8203;azeemba](https://github.com/azeemba) in
[https://github.com/EndBug/add-and-commit/pull/468](https://github.com/EndBug/add-and-commit/pull/468)
- chore(deps-dev): bump
[@&#8203;vercel/ncc](https://github.com/vercel/ncc) from 0.36.0 to
0.36.1 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/EndBug/add-and-commit/pull/475](https://github.com/EndBug/add-and-commit/pull/475)
- chore(deps-dev): bump typescript from 4.9.4 to 4.9.5 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/EndBug/add-and-commit/pull/477](https://github.com/EndBug/add-and-commit/pull/477)
- chore(deps-dev): bump prettier from 2.8.3 to 2.8.4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/EndBug/add-and-commit/pull/480](https://github.com/EndBug/add-and-commit/pull/480)
- docs: add keithrfung as a contributor for doc by
[@&#8203;allcontributors](https://github.com/allcontributors) in
[https://github.com/EndBug/add-and-commit/pull/482](https://github.com/EndBug/add-and-commit/pull/482)
- chore(deps-dev): bump eslint-config-prettier from 8.6.0 to 8.7.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/EndBug/add-and-commit/pull/484](https://github.com/EndBug/add-and-commit/pull/484)
- chore(deps-dev): bump prettier from 2.8.4 to 2.8.5 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/EndBug/add-and-commit/pull/487](https://github.com/EndBug/add-and-commit/pull/487)
- chore(deps-dev): bump typescript from 4.9.5 to 5.0.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/EndBug/add-and-commit/pull/488](https://github.com/EndBug/add-and-commit/pull/488)
- chore(deps-dev): bump prettier from 2.8.5 to 2.8.7 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/EndBug/add-and-commit/pull/490](https://github.com/EndBug/add-and-commit/pull/490)
- chore(deps-dev): bump eslint-config-prettier from 8.7.0 to 8.8.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/EndBug/add-and-commit/pull/489](https://github.com/EndBug/add-and-commit/pull/489)
- chore(deps-dev): bump typescript from 5.0.2 to 5.0.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/EndBug/add-and-commit/pull/493](https://github.com/EndBug/add-and-commit/pull/493)
- chore(deps-dev): bump typescript from 5.0.3 to 5.0.4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/EndBug/add-and-commit/pull/494](https://github.com/EndBug/add-and-commit/pull/494)
- chore(deps-dev): bump prettier from 2.8.7 to 2.8.8 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/EndBug/add-and-commit/pull/500](https://github.com/EndBug/add-and-commit/pull/500)
- fix: Abbreviate commit_sha to be back to being the short SHA by
[@&#8203;DenverCoder1](https://github.com/DenverCoder1) in
[https://github.com/EndBug/add-and-commit/pull/502](https://github.com/EndBug/add-and-commit/pull/502)
- docs: add DenverCoder1 as a contributor for bug, and code by
[@&#8203;allcontributors](https://github.com/allcontributors) in
[https://github.com/EndBug/add-and-commit/pull/503](https://github.com/EndBug/add-and-commit/pull/503)

#### New Contributors

- [@&#8203;ggreif](https://github.com/ggreif) made their first
contribution in
[https://github.com/EndBug/add-and-commit/pull/443](https://github.com/EndBug/add-and-commit/pull/443)
- [@&#8203;azeemba](https://github.com/azeemba) made their first
contribution in
[https://github.com/EndBug/add-and-commit/pull/468](https://github.com/EndBug/add-and-commit/pull/468)
- [@&#8203;DenverCoder1](https://github.com/DenverCoder1) made their
first contribution in
[https://github.com/EndBug/add-and-commit/pull/502](https://github.com/EndBug/add-and-commit/pull/502)

**Full Changelog**:
EndBug/add-and-commit@v9.1.1...v9.1.2

</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore Code changes that neither fix bugs nor add features (refactoring, dependency chnages, ...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant