Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2023

⚠️ 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.4 to 2.8.7.

Release notes

Sourced from prettier's releases.

2.8.7

  • Allow multiple decorators on same getter/setter

🔗 Changelog

2.8.6

  • Allow decorators on private members and class expressions

🔗 Changelog

2.8.5

  • Support TypeScript 5.0

🔗 Changelog

Changelog

Sourced from prettier's changelog.

2.8.7

diff

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

diff

Allow decorators on private members and class expressions (#14548 by @​fisker)

// Input
class A {
  @decorator()
  #privateMethod () {}
}
</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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 27, 2023
@googlemaps-bot googlemaps-bot enabled auto-merge (squash) March 27, 2023 04:59
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.4 to 2.8.7.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.8.4...2.8.7)

---
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 force-pushed the dependabot/npm_and_yarn/prettier-2.8.7 branch from b216143 to acb73fa Compare March 27, 2023 05:09
@googlemaps-bot googlemaps-bot merged commit 2e5cca7 into main Mar 27, 2023
@googlemaps-bot googlemaps-bot deleted the dependabot/npm_and_yarn/prettier-2.8.7 branch March 27, 2023 05:10
github-actions bot pushed a commit that referenced this pull request Mar 27, 2023
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.4 to 2.8.7.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.8.4...2.8.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2e5cca7
googlemaps-bot pushed a commit that referenced this pull request May 1, 2023
### [2.18.1](v2.18.0...v2.18.1) (2023-05-01)

### Miscellaneous Chores

* **deps-dev:** bump @rollup/plugin-typescript from 11.0.0 to 11.1.0 ([#427](#427)) ([f900786](f900786))
* **deps-dev:** bump @types/google.maps from 3.52.3 to 3.52.4 ([#422](#422)) ([4429381](4429381))
* **deps-dev:** bump @types/google.maps from 3.52.4 to 3.52.5 ([#429](#429)) ([985c5d3](985c5d3))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#421](#421)) ([8d59c81](8d59c81))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#431](#431)) ([a0f432f](a0f432f))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#433](#433)) ([52f3085](52f3085))
* **deps-dev:** bump @typescript-eslint/parser from 5.55.0 to 5.56.0 ([#415](#415)) ([956bcb2](956bcb2))
* **deps-dev:** bump @typescript-eslint/parser from 5.56.0 to 5.57.0 ([#424](#424)) ([8c4e1cf](8c4e1cf))
* **deps-dev:** bump @typescript-eslint/parser from 5.57.0 to 5.59.0 ([#435](#435)) ([fad1b3a](fad1b3a))
* **deps-dev:** bump eslint from 8.36.0 to 8.37.0 ([#423](#423)) ([d969c3a](d969c3a))
* **deps-dev:** bump eslint from 8.37.0 to 8.38.0 ([#428](#428)) ([94d51ab](94d51ab))
* **deps-dev:** bump eslint from 8.38.0 to 8.39.0 ([#436](#436)) ([b584dd5](b584dd5))
* **deps-dev:** bump eslint-config-prettier from 8.7.0 to 8.8.0 ([#419](#419)) ([f5dd9d6](f5dd9d6))
* **deps-dev:** bump prettier from 2.8.4 to 2.8.7 ([#417](#417)) ([2e5cca7](2e5cca7))
* **deps-dev:** bump prettier from 2.8.7 to 2.8.8 ([#434](#434)) ([5e8018b](5e8018b))
* **deps-dev:** bump typedoc from 0.23.28 to 0.24.1 ([#425](#425)) ([689bd4c](689bd4c))
* **deps-dev:** bump typedoc from 0.24.1 to 0.24.6 ([#439](#439)) ([fb0fa3a](fb0fa3a))
@googlemaps-bot
Copy link
Contributor

🎉 This PR is included in version 2.18.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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