Skip to content

chore(deps-dev): bump prettier from 3.3.3 to 3.4.1 in /web - #567

Merged
AchoArnold merged 1 commit into
mainfrom
dependabot/npm_and_yarn/web/prettier-3.4.1
Dec 1, 2024
Merged

chore(deps-dev): bump prettier from 3.3.3 to 3.4.1 in /web#567
AchoArnold merged 1 commit into
mainfrom
dependabot/npm_and_yarn/web/prettier-3.4.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 1, 2024

Copy link
Copy Markdown
Contributor

Bumps prettier from 3.3.3 to 3.4.1.

Release notes

Sourced from prettier's releases.

3.4.1

🔗 Changelog

3.4.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.4.1

diff

Remove unnecessary parentheses around assignment in v-on (#16887 by @​fisker)

<!-- Input -->
\<template>
  <button @click="foo += 2">Click</button>
</template>
<!-- Prettier 3.4.0 -->
&lt;template>
<button @​click="(foo += 2)">Click</button>
</template>
<!-- Prettier 3.4.1 -->
&lt;template>
<button @​click="foo += 2">Click</button>
</template>

3.4.0

diff

🔗 Release Notes

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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 1, 2024
@dependabot
dependabot Bot requested a review from AchoArnold December 1, 2024 00:22
@what-the-diff

what-the-diff Bot commented Dec 1, 2024

Copy link
Copy Markdown

PR Summary

  • Upgraded Prettier to a Newer Version

    • We've updated our web formatting tool, Prettier, to version 3.4.1, allowing us to benefit from the latest enhancements and bug fixes. This involved changing all instances of the older version across our website's package details.
  • Adjusted Package References for New Prettier Version

    • To ensure compatibility, we've updated the references to the new Prettier version across multiple related packages in our web tool’s lock file.
  • Updated Webpack Version for Certain Packages

    • We have updated the version of Webpack (a tool we use to bundle and serve our code more efficiently) within several packages. This ensures our workflow is aligned with the latest advancements in build performance and newer standards.
  • Simplified Dependency Listings

    • To reduce unnecessary complexity, we've streamlined our dependency listings by removing redundant version specifications, mainly for eslint (a tool that helps to keep our code consistent).
  • Added New Dependencies for css-loader

    • We've added new dependencies for our CSS loader (a tool that lets us include styles in our app), aligning them with the updated version of Webpack.
  • Revised Integrity Hashes

    • To help ensure that our dependencies have not been compromised and they remain in a consistent state, we've updated the integrity hash values to match the revised dependencies.

Bumps [prettier](https://github.com/prettier/prettier) from 3.3.3 to 3.4.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web/prettier-3.4.1 branch from b4d5cbf to 5647fae Compare December 1, 2024 12:21
@AchoArnold
AchoArnold merged commit f09ea94 into main Dec 1, 2024
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/web/prettier-3.4.1 branch December 1, 2024 13:07
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.

1 participant