Skip to content

build(deps-dev): bump prettier from 3.0.1 to 3.0.2#12

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/prettier-3.0.2
Aug 16, 2023
Merged

build(deps-dev): bump prettier from 3.0.1 to 3.0.2#12
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/prettier-3.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 16, 2023

Bumps prettier from 3.0.1 to 3.0.2.

Release notes

Sourced from prettier's releases.

3.0.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.0.2

diff

Break after = of assignment if RHS is poorly breakable AwaitExpression or YieldExpression (#15204 by @​seiyab)

// Input
const { section, rubric, authors, tags } = await utils.upsertCommonData(mainData);
// Prettier 3.0.1
const { section, rubric, authors, tags } = await utils.upsertCommonData(
mainData,
);
// Prettier 3.0.2
const { section, rubric, authors, tags } =
await utils.upsertCommonData(mainData);

Do not add trailing comma for grouped scss comments (#15217 by @​auvred)

/* Input */
$foo: (
	'property': (),
	// comment 1
	// comment 2
)
/* Prettier 3.0.1 */
$foo: (
"property": (),
// comment 1
// comment 2,
);
/* Prettier 3.0.2 */
$foo: (
"property": (),
// comment 1
// comment 2
);

Print declare and export keywords for nested namespace (#15249 by @​sosukesuzuki)

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 3.0.1 to 3.0.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.0.1...3.0.2)

---
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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 16, 2023
@github-actions github-actions Bot merged commit e1f490a into main Aug 16, 2023
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/prettier-3.0.2 branch August 16, 2023 08:25
dschach pushed a commit that referenced this pull request Nov 2, 2023
🤖 I have created a release *beep* *boop*
---


##
[1.2.1](v1.2.0...v1.2.1)
(2023-11-02)


### Miscellaneous Chores

* npm version 1.2.0
([a5e6378](a5e6378))
* update package.json to v1.2.0
([a5e6378](a5e6378))


### Documentation

* **changelog:** update changelog v1.2.0
([3144fae](3144fae))


### Build System

* **deps-dev:** bump highlight.js from 11.7.0 to 11.8.0
([#8](#8))
([54529fe](54529fe))
* **deps-dev:** bump prettier from 2.8.7 to 2.8.8
([#7](#7))
([9edcca2](9edcca2))
* **deps-dev:** bump prettier from 2.8.8 to 3.0.0
([f866c97](f866c97))
* **deps-dev:** bump prettier from 3.0.0 to 3.0.1
([#10](#10))
([ae6770e](ae6770e))
* **deps-dev:** bump prettier from 3.0.1 to 3.0.2
([#12](#12))
([e1f490a](e1f490a))
* **deps-dev:** bump prettier from 3.0.2 to 3.0.3
([#13](#13))
([d2f1a6f](d2f1a6f))
* **deps:** bump highlight.js from 11.8.0 to 11.9.0
([#15](#15))
([b20db94](b20db94))
* include highlight.js as dependency
([#11](#11))
([1026749](1026749))


### Continuous Integration

* **deps:** bump actions/checkout from 3 to 4
([#14](#14))
([c237011](c237011))
* **release-please:** implement Release-Please for changelog
([#17](#17))
([c81e1ee](c81e1ee))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants