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 #266

Merged
merged 2 commits into from
Oct 31, 2024
Merged

Update all non-major dependencies #266

merged 2 commits into from
Oct 31, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@floating-ui/react (source) 0.26.25 -> 0.26.26 age adoption passing confidence dependencies patch
@playwright/test (source) 1.48.1 -> 1.48.2 age adoption passing confidence devDependencies patch
@storybook/addon-a11y (source) 8.3.6 -> 8.4.0 age adoption passing confidence devDependencies minor
@storybook/addon-essentials (source) 8.3.6 -> 8.4.0 age adoption passing confidence devDependencies minor
@storybook/addon-interactions (source) 8.3.6 -> 8.4.0 age adoption passing confidence devDependencies minor
@storybook/addon-links (source) 8.3.6 -> 8.4.0 age adoption passing confidence devDependencies minor
@storybook/addon-themes (source) 8.3.6 -> 8.4.0 age adoption passing confidence devDependencies minor
@storybook/manager-api (source) 8.3.6 -> 8.4.0 age adoption passing confidence devDependencies minor
@storybook/react (source) 8.3.6 -> 8.4.0 age adoption passing confidence devDependencies minor
@storybook/react-vite (source) 8.3.6 -> 8.4.0 age adoption passing confidence devDependencies minor
@storybook/test (source) 8.3.6 -> 8.4.0 age adoption passing confidence devDependencies minor
@types/node (source) 20.16.13 -> 20.17.4 age adoption passing confidence devDependencies minor
@types/react (source) 18.3.11 -> 18.3.12 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 8.10.0 -> 8.12.2 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.10.0 -> 8.12.2 age adoption passing confidence devDependencies minor
@vitest/coverage-v8 (source) 2.1.3 -> 2.1.4 age adoption passing confidence devDependencies patch
eslint-plugin-react 7.37.1 -> 7.37.2 age adoption passing confidence devDependencies patch
eslint-plugin-storybook ^0.9.0 -> ^0.10.0 age adoption passing confidence devDependencies minor
mcr.microsoft.com/playwright v1.48.1-jammy -> v1.48.2-jammy age adoption passing confidence final patch
storybook (source) 8.3.6 -> 8.4.0 age adoption passing confidence devDependencies minor
vite (source) 5.4.9 -> 5.4.10 age adoption passing confidence devDependencies patch
vite-plugin-dts 4.2.4 -> 4.3.0 age adoption passing confidence devDependencies minor
vitest (source) 2.1.3 -> 2.1.4 age adoption passing confidence devDependencies patch

Release Notes

floating-ui/floating-ui (@​floating-ui/react)

v0.26.26

Compare Source

Patch Changes
  • fix(useFloating): access domReference instead of reference
  • feat(FloatingFocusManager): specify element to return focus to
microsoft/playwright (@​playwright/test)

v1.48.2

Compare Source

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

v8.4.0

Compare Source

Storybook 8.4 comes with a ton of exciting new features designed to give you the best experience developing, testing, and debugging tests in the browser!

  • ▶️ Unified UI for component testing
  • 5️⃣ Svelte 5 and Svelte CSF support
  • ⚛️ React Native Storybook 8 release
  • 🏷️ Tags-based filtering to organize your Storybook
  • 🫧 Dependency cleanup to reduce install footprint
  • 💯 Hundreds more improvements
List of all updates
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.12.2

Compare Source

🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#​10223)
❤️ Thank You

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

v8.12.1

Compare Source

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

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

v8.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] handle String() (#​10005)
  • eslint-plugin: [switch-exhaustiveness-check] add allowDefaultCaseMatchUnionMember option (#​9954)
  • eslint-plugin: [consistent-indexed-object-style] report mapped types (#​10160)
  • eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#​10152)
❤️ Thank You

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

v8.11.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#​10149)
  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#​10138)
🩹 Fixes
  • eslint-plugin: [class-literal-property-style] don't report nodes with override keyword (#​10135)
❤️ Thank You

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

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

v8.12.2

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

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.12.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.11.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.

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

v2.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.2

Compare Source

Fixed
  • [destructuring-assignment]: fix false negative when using typeof props.a (#​3835 @​golopot)
Changed
  • [Refactor] [destructuring-assignment]: use getParentStatelessComponent (#​3835 @​golopot)
storybookjs/eslint-plugin-storybook (eslint-plugin-storybook)

v0.10.1

Compare Source

🐛 Bug Fix
Authors: 1

v0.10.0

Compare Source

🚀 Enhancement
Authors: 3

vitejs/vite (vite)

v5.4.10

Compare Source

Please refer to CHANGELOG.md for details.

qmhc/vite-plugin-dts (vite-plugin-dts)

v4.3.0

Compare Source

Features

4.2.4 (2024-10-11)

Bug Fixes

4.2.3 (2024-09-30)

Bug Fixes

4.2.2 (2024-09-24)

Bug Fixes

4.2.1 (2024-09-08)

Bug Fixes
  • remove api-extractor patch (770d5b1)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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 October 28, 2024 00:24
@renovate renovate bot requested review from dbkr and t3chguy and removed request for a team October 28, 2024 00:24
Copy link

cloudflare-workers-and-pages bot commented Oct 28, 2024

Deploying compound-web with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3545d0a
Status: ✅  Deploy successful!
Preview URL: https://e2f75a65.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 8 times, most recently from 368fb5d to e8b511a Compare October 31, 2024 06:21
@t3chguy
Copy link
Member

t3chguy commented Oct 31, 2024

Lint false positive caused by storybookjs/eslint-plugin-storybook#132

@t3chguy t3chguy merged commit 1233515 into main Oct 31, 2024
6 checks passed
@t3chguy t3chguy deleted the renovate/all-minor-patch branch October 31, 2024 14:01
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