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 all non-major dependencies #187

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@typescript-eslint/eslint-plugin (source) 8.15.0 -> 8.16.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.15.0 -> 8.16.0 age adoption passing confidence devDependencies minor
JamesIves/github-pages-deploy-action v4.6.9 -> v4.7.1 age adoption passing confidence action minor
prettier (source) 3.3.3 -> 3.4.1 age adoption passing confidence devDependencies minor
vite-plugin-pwa 0.21.0 -> 0.21.1 age adoption passing confidence devDependencies patch
vite-plugin-solid 2.10.2 -> 2.11.0 age adoption passing confidence devDependencies minor
vitest (source) 2.1.5 -> 2.1.6 age adoption passing confidence devDependencies patch

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.16.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] check Array.prototype.join (#​10287)
  • eslint-plugin: [max-params] add function overload and function type support (#​10312)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.16.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)

v4.7.1

Compare Source

What's Changed

Features ✨

New Contributors

Full Changelog: JamesIves/github-pages-deploy-action@v4.6.6...v4.7.1

v4.7.0

Compare Source

What's Changed

Features ✨
Build 🔧

New Contributors

Full Changelog: JamesIves/github-pages-deploy-action@v4.6.6...v4.7.0

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

vite-pwa/vite-plugin-pwa (vite-plugin-pwa)

v0.21.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
solidjs/vite-plugin-solid (vite-plugin-solid)

v2.11.0

Minor Changes
Patch Changes
  • 74c75d0: Support Vite 6's resolve.conditions breaking change
vitest-dev/vitest (vitest)

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 added the dependencies Pull requests that update a dependency file label Dec 2, 2024
@renovate renovate bot enabled auto-merge (squash) December 2, 2024 00:56
@renovate renovate bot merged commit bf677fa into main Dec 2, 2024
1 check passed
@renovate renovate bot deleted the renovate/all-minor-patch branch December 2, 2024 00:57
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants