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

Merged
merged 1 commit into from
Dec 3, 2024
Merged

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
@storybook/addon-a11y (source) 8.4.5 -> 8.4.6 age adoption passing confidence devDependencies patch
@storybook/addon-essentials (source) 8.4.5 -> 8.4.6 age adoption passing confidence devDependencies patch
@storybook/addon-interactions (source) 8.4.5 -> 8.4.6 age adoption passing confidence devDependencies patch
@storybook/addon-links (source) 8.4.5 -> 8.4.6 age adoption passing confidence devDependencies patch
@storybook/addon-themes (source) 8.4.5 -> 8.4.6 age adoption passing confidence devDependencies patch
@storybook/manager-api (source) 8.4.5 -> 8.4.6 age adoption passing confidence devDependencies patch
@storybook/react (source) 8.4.5 -> 8.4.6 age adoption passing confidence devDependencies patch
@storybook/react-vite (source) 8.4.5 -> 8.4.6 age adoption passing confidence devDependencies patch
@storybook/test (source) 8.4.5 -> 8.4.6 age adoption passing confidence devDependencies patch
@tsconfig/vite-react (source) 3.0.2 -> 3.4.0 age adoption passing confidence devDependencies minor
@types/node (source) 22.9.3 -> 22.10.1 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 8.15.0 -> 8.17.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.15.0 -> 8.17.0 age adoption passing confidence devDependencies minor
@vitejs/plugin-react (source) 4.3.3 -> 4.3.4 age adoption passing confidence devDependencies patch
@vitest/coverage-v8 (source) 2.1.5 -> 2.1.8 age adoption passing confidence devDependencies patch
node (source) 22.11.0 -> 22.12.0 age adoption passing confidence minor
prettier (source) 3.3.3 -> 3.4.1 age adoption passing confidence devDependencies minor
storybook (source) 8.4.5 -> 8.4.6 age adoption passing confidence devDependencies patch
stylelint (source) 16.10.0 -> 16.11.0 age adoption passing confidence devDependencies minor
vitest (source) 2.1.5 -> 2.1.8 age adoption passing confidence devDependencies patch

Release Notes

storybookjs/storybook (@​storybook/addon-a11y)

v8.4.6

Compare Source

tsconfig/bases (@​tsconfig/vite-react)

v3.4.0

Compare Source

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

v8.17.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#​10392)
🩹 Fixes
  • eslint-plugin: [promise-function-async] handle function overloading (#​10304)
  • eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#​10401)
  • eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#​10363)
❤️ Thank You

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

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.17.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.16.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

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

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.3.4

Compare Source

Add Vite 6 to peerDependencies range

Vite 6 is highly backward compatible, not much to add!

Force Babel to output spec compliant import attributes #​386

The default was an old spec (with type: "json"). We now enforce spec compliant (with { type: "json" })

vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub
nodejs/node (node)

v22.12.0

Compare Source

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

stylelint/stylelint (stylelint)

v16.11.0

Compare Source


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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 requested a review from a team as a code owner December 2, 2024 02:21
@renovate renovate bot requested review from dbkr and removed request for a team December 2, 2024 02:21
Copy link

cloudflare-workers-and-pages bot commented Dec 2, 2024

Deploying compound-web with  Cloudflare Pages  Cloudflare Pages

Latest commit: d4e1a40
Status: ✅  Deploy successful!
Preview URL: https://f450eacd.compound-web.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.compound-web.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 674b20b to a38b03c Compare December 2, 2024 18:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a38b03c to d4e1a40 Compare December 3, 2024 23:00
@robintown robintown merged commit 7911a4e into main Dec 3, 2024
7 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch December 3, 2024 23:30
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