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

Update package.json + .nvmrc deps #77

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 21, 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
puppeteer (source) 23.8.0 -> 23.9.0 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

puppeteer/puppeteer (puppeteer)

v23.9.0: puppeteer: v23.9.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 23.8.0 to 23.9.0

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 changed the title Update dependency puppeteer to v23.9.0 Update package.json + .nvmrc deps Nov 26, 2024
@renovate renovate bot force-pushed the renovate/package.json-+-.nvmrc-deps branch from b3e2b67 to 4286bb7 Compare November 26, 2024 08:13
@renovate renovate bot force-pushed the renovate/package.json-+-.nvmrc-deps branch from 4286bb7 to b8bd6cf Compare November 26, 2024 14:12
@paulo-ferraz-oliveira paulo-ferraz-oliveira added this pull request to the merge queue Nov 26, 2024
Merged via the queue into main with commit b359ce2 Nov 26, 2024
5 checks passed
@paulo-ferraz-oliveira paulo-ferraz-oliveira deleted the renovate/package.json-+-.nvmrc-deps branch November 26, 2024 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant