Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump prettier from 2.8.0 to 2.8.1 #463

Merged
merged 2 commits into from Dec 12, 2022

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 @鈥媋gamkrbit)

// 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 @鈥媠osukesuzuki)

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] <support@github.com>
@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 pushed a commit to SpotOnInc/renovate-config that referenced this pull request Jun 7, 2023
### Release Notes

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

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

[Compare
Source](https://togithub.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://togithub.com/dependabot) in
[EndBug/add-and-commit#504
- chore(deps): bump simple-git by
[@&#8203;EndBug](https://togithub.com/EndBug) in
[EndBug/add-and-commit#505

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

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

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

#### What's Changed

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

#### New Contributors

- [@&#8203;ggreif](https://togithub.com/ggreif) made their first
contribution in
[EndBug/add-and-commit#443
- [@&#8203;azeemba](https://togithub.com/azeemba) made their first
contribution in
[EndBug/add-and-commit#468
- [@&#8203;DenverCoder1](https://togithub.com/DenverCoder1) made their
first contribution in
[EndBug/add-and-commit#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.

None yet

1 participant