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

chore(deps): bump prettier and @types/prettier #4384

Closed
wants to merge 4 commits into from
Closed

Commits on Jul 16, 2024

  1. build(deps-dev): bump prettier and @types/prettier

    Bumps [prettier](https://github.com/prettier/prettier) and [@types/prettier](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prettier). These dependencies needed to be updated together.
    
    Updates `prettier` from 2.8.8 to 3.3.3
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.8.8...3.3.3)
    
    Updates `@types/prettier` from 2.7.3 to 3.0.0
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prettier)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-major
    - dependency-name: "@types/prettier"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a25cbd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    505c772 View commit details
    Browse the repository at this point in the history
  3. chore(prettier): use es5 mode for trailing commas

    default value in v2 was "es5", default in v3 is "all"
    
    using the old default minimizes the changes
    wjhsf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2045b43 View commit details
    Browse the repository at this point in the history
  4. style(prettier): apply fixes

    wjhsf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    345daf9 View commit details
    Browse the repository at this point in the history