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 devdependencies (non-major) (minor) #1146

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) 9.16.0 -> 9.18.0 age adoption passing confidence
@storybook/addon-a11y (source) 8.4.7 -> 8.5.0 age adoption passing confidence
@storybook/addon-actions (source) 8.4.7 -> 8.5.0 age adoption passing confidence
@storybook/addon-docs (source) 8.4.7 -> 8.5.0 age adoption passing confidence
@storybook/addon-essentials (source) 8.4.7 -> 8.5.0 age adoption passing confidence
@storybook/addon-links (source) 8.4.7 -> 8.5.0 age adoption passing confidence
@storybook/experimental-addon-test (source) 8.4.7 -> 8.5.0 age adoption passing confidence
@storybook/react (source) 8.4.7 -> 8.5.0 age adoption passing confidence
@storybook/react-vite (source) 8.4.7 -> 8.5.0 age adoption passing confidence
@storybook/test-runner 0.20.1 -> 0.21.0 age adoption passing confidence
@tanstack/react-query (source) 5.62.7 -> 5.64.2 age adoption passing confidence
@testing-library/react 16.1.0 -> 16.2.0 age adoption passing confidence
@testing-library/user-event 14.5.2 -> 14.6.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.18.0 -> 8.21.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.18.0 -> 8.21.0 age adoption passing confidence
eslint (source) 9.16.0 -> 9.18.0 age adoption passing confidence
globals 15.13.0 -> 15.14.0 age adoption passing confidence
lucide-react (source) 0.468.0 -> 0.473.0 age adoption passing confidence
react-i18next 15.1.4 -> 15.4.0 age adoption passing confidence
sass 1.82.0 -> 1.83.4 age adoption passing confidence
storybook (source) 8.4.7 -> 8.5.0 age adoption passing confidence
vite-plugin-dts 4.3.0 -> 4.5.0 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.18.0

Compare Source

v9.17.0

Compare Source

Features

Bug Fixes

  • 67d683d fix: fix crash when message.fix is nullish (#​19168) (ntnyq)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#​19200) (YeonJuan)

Documentation

  • 3c22d2a docs: update yoda to Yoda in yoda.md for consistency (#​19230) (루밀LuMir)
  • e0a2203 docs: add missing backticks to no-sequences (#​19233) (루밀LuMir)
  • 4cc4881 docs: Update README (GitHub Actions Bot)
  • 3db6fdf docs: [no-await-in-loop] expand on benefits and inapplicability (#​19211) (Kirk Waiblinger)
  • bf2a4f6 docs: add missing backticks to func-style (#​19227) (루밀LuMir)
  • ba098bd docs: add missing header to prefer-spread (#​19224) (루밀LuMir)
  • b607ae6 docs: update description of no-param-reassign (#​19220) (루밀LuMir)
  • 1eb424d docs: add missing backticks to prefer-destructuring (#​19223) (루밀LuMir)
  • 85998d1 docs: add missing backticks to no-unneeded-ternary (#​19222) (루밀LuMir)
  • b75b32c docs: add missing backticks to no-new-func (#​19219) (루밀LuMir)
  • a7700bc docs: add missing backticks to id-length (#​19217) (루밀LuMir)
  • e2bb429 docs: add missing backticks to complexity.md (#​19214) (루밀LuMir)
  • 045d716 docs: add missing ) to id-denylist (#​19213) (루밀LuMir)
  • 7fe4114 docs: Update README (GitHub Actions Bot)
  • c743ba6 docs: add CSS language to no-restricted-syntax (#​19208) (Milos Djermanovic)
  • 1416d70 docs: add missing backticks to eqeqeq (#​19207) (루밀LuMir)
  • b950c1b docs: add missing backticks to prefer-object-spread (#​19206) (루밀LuMir)
  • 8a941cb docs: update docs and description of require-unicode-regexp (#​19205) (루밀LuMir)
  • cbab228 docs: Update README (GitHub Actions Bot)
  • f2257ce docs: update comments and description of no-script-url (#​19203) (루밀LuMir)
  • 365f0f4 docs: add missing backtick to default-case-last (#​19202) (루밀LuMir)
  • e6b84f5 docs: add missing punctuation in document (#​19161) (루밀LuMir)
  • c88708e docs: replace quote with backtick in description of for-direction (#​19199) (루밀LuMir)
  • a76f233 docs: use higher contrast color tokens for code comments (#​19187) (Josh Goldberg ✨)
  • db19502 docs: Update README (GitHub Actions Bot)

Chores

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

v8.5.0

Compare Source

Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:

  • 🦾 Realtime accessibility tests to help build UIs for everybody
  • 🛡️ Project code coverage to measure the completeness of your tests
  • 🎯 Focused tests for faster test feedback
  • ⚛️ React Native Web Vite framework (experimental) for testing mobile UI⚛️
  • 🎁 Storybook test early access program to level up your testing game
  • 💯 Hundreds more improvements
List of all updates
storybookjs/test-runner (@​storybook/test-runner)

v0.21.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 3
TanStack/query (@​tanstack/react-query)

v5.64.2

Compare Source

Version 5.64.2 - 1/19/25, 8:45 AM

Changes

Fix
  • react-query: add missing subscribed option to UseInfiniteQueryOptions (#​8546) (3e3fba9) by Seyed Mohammad Asadi
Chore
  • deps: replace rimraf with premove (#​8532) (f04dd19) by Lachlan Collins

Packages


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC).

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

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 force-pushed the renovate/devdependencies-(non-major) branch from 667701d to f53964a Compare December 12, 2024 15:33
@renovate renovate bot changed the title chore(deps): update dependency react-i18next to v15.2.0 chore(deps): update devdependencies (non-major) (minor) Dec 12, 2024
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from 73373ed to d6b7faa Compare December 19, 2024 05:15
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from d6b7faa to 8028454 Compare December 20, 2024 10:16
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from 3fa74a1 to 4106145 Compare January 4, 2025 01:46
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 14 times, most recently from b21a0fa to 3a13044 Compare January 13, 2025 18:37
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from 7e22628 to e5dd5cd Compare January 14, 2025 10:08
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 6 times, most recently from 7eedafd to 4b98553 Compare January 19, 2025 10:25
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 4b98553 to 99f04a9 Compare January 20, 2025 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants