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): update dependency prettier from 3.3.3 to v3.4.1 (docs/package.json) #11330

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) 3.3.3 -> 3.4.1 age adoption passing confidence

Release Notes

prettier/prettier (prettier)

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 26, 2024
@github-actions github-actions bot added the docs label Nov 26, 2024
Copy link

dryrunsecurity bot commented Nov 26, 2024

DryRun Security Summary

The provided code changes indicate a minor version update of the prettier dependency from 3.3.3 to 3.4.1, which is a development tool and does not directly impact the security of the application.

Expand for full summary

Summary:

The provided code changes indicate that the version of the prettier dependency has been updated from 3.3.3 to 3.4.1. This is a minor version update, which typically includes bug fixes and improvements, but no major changes. From an application security perspective, this change is not particularly interesting, as the prettier library is a development tool and does not directly impact the security of the application itself. Updating dependencies to their latest versions is generally a good practice to ensure you have the latest security fixes, but this specific change does not raise any immediate security concerns.

Files Changed:

  • docs/package-lock.json: The version of the prettier dependency has been updated from 3.3.3 to 3.4.1. This is a minor version update that typically includes bug fixes and improvements, but no major changes. As prettier is a development tool and does not directly impact the security of the application, this change does not raise any immediate security concerns.

Code Analysis

We ran 9 analyzers against 1 file and 1 analyzer had findings. 8 analyzers had no findings.

Analyzer Findings
Sensitive Files Analyzer 1 finding

Riskiness

🟢 Risk threshold not exceeded.

View PR in the DryRun Dashboard.

@renovate renovate bot changed the title chore(deps): update dependency prettier from 3.3.3 to v3.4.0 (docs/package.json) Update dependency prettier from 3.3.3 to v3.4.0 (docs/package.json) Nov 26, 2024
Copy link
Contributor

@mtesauro mtesauro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@renovate renovate bot changed the title Update dependency prettier from 3.3.3 to v3.4.0 (docs/package.json) Update dependency prettier from 3.3.3 to v3.4.1 (docs/package.json) Nov 26, 2024
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 3480cf2 to 50d1314 Compare November 26, 2024 15:48
@renovate renovate bot changed the title Update dependency prettier from 3.3.3 to v3.4.1 (docs/package.json) chore(deps): update dependency prettier from 3.3.3 to v3.4.1 (docs/package.json) Nov 27, 2024
@mtesauro mtesauro merged commit 38591ec into dev Nov 27, 2024
74 checks passed
@renovate renovate bot deleted the renovate/prettier-3.x-lockfile branch December 2, 2024 18:22
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 docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants