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

build(deps-dev): Bump prettier from 3.0.1 to 3.0.2 #1068

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 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 @鈥媠eiyab)

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

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

... (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 15, 2023
@github-actions
Copy link

github-actions bot commented Aug 15, 2023

output of yarn all
yarn run v1.22.19
$ yarn build && yarn format && yarn lint && yarn package && yarn test
$ tsc
$ prettier --write **/*.ts
__tests__/comment.test.ts 310ms
__tests__/config.test.ts 85ms
src/comment.ts 52ms
src/config.ts 33ms
src/main.ts 26ms
$ eslint src/**/*.ts
$ ncc build --source-map --license licenses.txt
ncc: Version 0.36.1
ncc: Compiling file index.js into CJS
  39kB  dist/licenses.txt
  40kB  dist/sourcemap-register.js
 492kB  dist/index.js.map
 668kB  dist/index.js
 492kB  dist/index.js.map
1239kB  [1858ms] - ncc 0.36.1
$ jest
::debug::followSymbolicLinks 'false'
::debug::matchDirectories 'false'
::debug::followSymbolicLinks 'false'
::debug::implicitDescendants 'true'
::debug::matchDirectories 'false'
::debug::omitBrokenSymbolicLinks 'true'
::debug::Search path '/home/runner/work/sticky-pull-request-comment/sticky-pull-request-comment/__tests__/assets/result'
::debug::followSymbolicLinks 'false'
::debug::matchDirectories 'false'
::debug::followSymbolicLinks 'false'
::debug::implicitDescendants 'true'
::debug::matchDirectories 'false'
::debug::omitBrokenSymbolicLinks 'true'
::debug::Search path '/home/runner/work/sticky-pull-request-comment/sticky-pull-request-comment/__tests__/assets'
::debug::followSymbolicLinks 'false'
::debug::matchDirectories 'false'
::debug::followSymbolicLinks 'false'
::debug::implicitDescendants 'true'
::debug::matchDirectories 'false'
::debug::omitBrokenSymbolicLinks 'true'
::debug::Search path '/home/runner/work/sticky-pull-request-comment/sticky-pull-request-comment/__tests__/assets/not_exists'
Done in 22.61s.
The build is over.

@marocchino marocchino merged commit 0677a40 into main Aug 16, 2023
2 checks passed
@marocchino marocchino deleted the dependabot/npm_and_yarn/prettier-3.0.2 branch August 16, 2023 23:39
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.

None yet

1 participant