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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump prettier from 2.8.0 to 2.8.1 #905

Merged
merged 1 commit into from
Dec 12, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

⚠️ 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.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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 12, 2022
@googlemaps-bot googlemaps-bot enabled auto-merge (squash) December 12, 2022 22:01
@googlemaps-bot googlemaps-bot merged commit d710bd9 into master Dec 12, 2022
@googlemaps-bot googlemaps-bot deleted the dependabot/npm_and_yarn/prettier-2.8.1 branch December 12, 2022 22:01
googlemaps-bot added a commit that referenced this pull request Jan 5, 2023
### [3.3.25](v3.3.24...v3.3.25) (2023-01-05)

### Bug Fixes

* revert dep versions ([#918](#918)) ([765d497](765d497))

### Build System

* **deps-dev:** bump @types/node from 18.11.11 to 18.11.13 ([#903](#903)) ([68753e7](68753e7))
* **deps-dev:** bump @types/node from 18.11.13 to 18.11.17 ([#908](#908)) ([e9c7297](e9c7297))
* **deps-dev:** bump @types/node from 18.11.17 to 18.11.18 ([#912](#912)) ([dfba472](dfba472))
* **deps-dev:** bump @types/node from 18.11.9 to 18.11.11 ([#901](#901)) ([a7bbedc](a7bbedc))
* **deps-dev:** bump prettier from 2.7.1 to 2.8.0 ([#897](#897)) ([1196740](1196740))
* **deps-dev:** bump prettier from 2.8.0 to 2.8.1 ([#905](#905)) ([d710bd9](d710bd9))
* **deps-dev:** bump typedoc from 0.23.21 to 0.23.22 ([#907](#907)) ([bc130c0](bc130c0))
* **deps-dev:** bump typedoc from 0.23.22 to 0.23.23 ([#909](#909)) ([4bf47d2](4bf47d2))
* **deps-dev:** bump typescript from 4.8.4 to 4.9.3 ([#891](#891)) ([498a658](498a658))
* **deps-dev:** bump typescript from 4.9.3 to 4.9.4 ([#904](#904)) ([b1c8a8a](b1c8a8a))
* **deps:** bump @googlemaps/url-signature from 1.0.28 to 1.0.29 ([#915](#915)) ([aea5204](aea5204))
* **deps:** bump axios from 0.27.2 to 1.1.3 ([#892](#892)) ([79c79ca](79c79ca))
* **deps:** bump axios from 1.1.3 to 1.2.0 ([#896](#896)) ([025634d](025634d))
* **deps:** bump axios from 1.2.0 to 1.2.1 ([#902](#902)) ([6b45f04](6b45f04))
* **deps:** bump axios from 1.2.1 to 1.2.2 ([#914](#914)) ([3480035](3480035))
* **deps:** bump decode-uri-component from 0.2.0 to 0.2.2 ([#899](#899)) ([23382ab](23382ab))
* **deps:** bump json5 from 2.2.0 to 2.2.3 ([#916](#916)) ([c0f4f55](c0f4f55))
* **deps:** bump query-string from 7.1.1 to 7.1.3 ([#900](#900)) ([cc9b67f](cc9b67f))
* **deps:** bump query-string from 7.1.3 to 8.0.0 ([#906](#906)) ([d7e937d](d7e937d))
* **deps:** bump query-string from 8.0.0 to 8.0.3 ([#910](#910)) ([d570d0a](d570d0a))
* **deps:** bump query-string from 8.0.3 to 8.1.0 ([#913](#913)) ([7552988](7552988))
* **deps:** bump retry-axios from 2.6.0 to 3.0.0 ([#893](#893)) ([59c711d](59c711d))

### Miscellaneous Chores

* fixes places test ([#919](#919)) ([915ed4c](915ed4c))
@googlemaps-bot
Copy link
Contributor

🎉 This PR is included in version 3.3.25 🎉

The release is available on:

Your semantic-release bot 📦🚀

Smile4192 added a commit to Smile4192/google-maps-service-js that referenced this pull request Mar 7, 2023
### [3.3.25](googlemaps/google-maps-services-js@v3.3.24...v3.3.25) (2023-01-05)

### Bug Fixes

* revert dep versions ([#918](googlemaps/google-maps-services-js#918)) ([765d497](googlemaps/google-maps-services-js@765d497))

### Build System

* **deps-dev:** bump @types/node from 18.11.11 to 18.11.13 ([#903](googlemaps/google-maps-services-js#903)) ([68753e7](googlemaps/google-maps-services-js@68753e7))
* **deps-dev:** bump @types/node from 18.11.13 to 18.11.17 ([#908](googlemaps/google-maps-services-js#908)) ([e9c7297](googlemaps/google-maps-services-js@e9c7297))
* **deps-dev:** bump @types/node from 18.11.17 to 18.11.18 ([#912](googlemaps/google-maps-services-js#912)) ([dfba472](googlemaps/google-maps-services-js@dfba472))
* **deps-dev:** bump @types/node from 18.11.9 to 18.11.11 ([#901](googlemaps/google-maps-services-js#901)) ([a7bbedc](googlemaps/google-maps-services-js@a7bbedc))
* **deps-dev:** bump prettier from 2.7.1 to 2.8.0 ([#897](googlemaps/google-maps-services-js#897)) ([1196740](googlemaps/google-maps-services-js@1196740))
* **deps-dev:** bump prettier from 2.8.0 to 2.8.1 ([#905](googlemaps/google-maps-services-js#905)) ([d710bd9](googlemaps/google-maps-services-js@d710bd9))
* **deps-dev:** bump typedoc from 0.23.21 to 0.23.22 ([#907](googlemaps/google-maps-services-js#907)) ([bc130c0](googlemaps/google-maps-services-js@bc130c0))
* **deps-dev:** bump typedoc from 0.23.22 to 0.23.23 ([#909](googlemaps/google-maps-services-js#909)) ([4bf47d2](googlemaps/google-maps-services-js@4bf47d2))
* **deps-dev:** bump typescript from 4.8.4 to 4.9.3 ([#891](googlemaps/google-maps-services-js#891)) ([498a658](googlemaps/google-maps-services-js@498a658))
* **deps-dev:** bump typescript from 4.9.3 to 4.9.4 ([#904](googlemaps/google-maps-services-js#904)) ([b1c8a8a](googlemaps/google-maps-services-js@b1c8a8a))
* **deps:** bump @googlemaps/url-signature from 1.0.28 to 1.0.29 ([#915](googlemaps/google-maps-services-js#915)) ([aea5204](googlemaps/google-maps-services-js@aea5204))
* **deps:** bump axios from 0.27.2 to 1.1.3 ([#892](googlemaps/google-maps-services-js#892)) ([79c79ca](googlemaps/google-maps-services-js@79c79ca))
* **deps:** bump axios from 1.1.3 to 1.2.0 ([#896](googlemaps/google-maps-services-js#896)) ([025634d](googlemaps/google-maps-services-js@025634d))
* **deps:** bump axios from 1.2.0 to 1.2.1 ([#902](googlemaps/google-maps-services-js#902)) ([6b45f04](googlemaps/google-maps-services-js@6b45f04))
* **deps:** bump axios from 1.2.1 to 1.2.2 ([#914](googlemaps/google-maps-services-js#914)) ([3480035](googlemaps/google-maps-services-js@3480035))
* **deps:** bump decode-uri-component from 0.2.0 to 0.2.2 ([#899](googlemaps/google-maps-services-js#899)) ([23382ab](googlemaps/google-maps-services-js@23382ab))
* **deps:** bump json5 from 2.2.0 to 2.2.3 ([#916](googlemaps/google-maps-services-js#916)) ([c0f4f55](googlemaps/google-maps-services-js@c0f4f55))
* **deps:** bump query-string from 7.1.1 to 7.1.3 ([#900](googlemaps/google-maps-services-js#900)) ([cc9b67f](googlemaps/google-maps-services-js@cc9b67f))
* **deps:** bump query-string from 7.1.3 to 8.0.0 ([#906](googlemaps/google-maps-services-js#906)) ([d7e937d](googlemaps/google-maps-services-js@d7e937d))
* **deps:** bump query-string from 8.0.0 to 8.0.3 ([#910](googlemaps/google-maps-services-js#910)) ([d570d0a](googlemaps/google-maps-services-js@d570d0a))
* **deps:** bump query-string from 8.0.3 to 8.1.0 ([#913](googlemaps/google-maps-services-js#913)) ([7552988](googlemaps/google-maps-services-js@7552988))
* **deps:** bump retry-axios from 2.6.0 to 3.0.0 ([#893](googlemaps/google-maps-services-js#893)) ([59c711d](googlemaps/google-maps-services-js@59c711d))

### Miscellaneous Chores

* fixes places test ([#919](googlemaps/google-maps-services-js#919)) ([915ed4c](googlemaps/google-maps-services-js@915ed4c))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants