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

⬆️(dependencies) update js dependencies #190

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@livekit/components-styles (source) 1.1.3 -> 1.1.4 age adoption passing confidence
@react-aria/toast 3.0.0-beta.16 -> 3.0.0-beta.17 age adoption passing confidence
@remixicon/react (source) 4.2.0 -> 4.3.0 age adoption passing confidence
@tanstack/eslint-plugin-query (source) 5.59.2 -> 5.59.7 age adoption passing confidence
@tanstack/react-query (source) 5.59.4 -> 5.59.15 age adoption passing confidence
@tanstack/react-query-devtools (source) 5.59.4 -> 5.59.15 age adoption passing confidence
@types/node (source) 20.16.11 -> 20.16.12 age adoption passing confidence
@types/react-dom (source) 18.3.0 -> 18.3.1 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.8.1 -> 8.10.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.8.1 -> 8.10.0 age adoption passing confidence
eslint-plugin-react-hooks (source) 4.6.2 -> 5.0.0 age adoption passing confidence
i18next (source) 23.15.2 -> 23.16.0 age adoption passing confidence
livekit-client 2.5.7 -> 2.5.9 age adoption passing confidence
posthog-js 1.167.0 -> 1.174.2 age adoption passing confidence
react-aria-components 1.4.0 -> 1.4.1 age adoption passing confidence
react-i18next 15.0.2 -> 15.0.3 age adoption passing confidence
valtio 2.0.0 -> 2.1.0 age adoption passing confidence
vite (source) 5.4.8 -> 5.4.9 age adoption passing confidence

Release Notes

livekit/components-js (@​livekit/components-styles)

v1.1.4

Compare Source

Patch Changes
adobe/react-spectrum (@​react-aria/toast)

v3.0.0-beta.17

Compare Source

Remix-Design/remixicon (@​remixicon/react)

v4.3.0

Compare Source

🎉 ADD

Added 42 icons: book-shelf brain-2 chat-search chat-unread collapse-horizontal collapse-vertical dna dropper expand-diagonal-s-2 expand-diagonal-s expand-horizontal expand-horizontal-s expand-vertical expand-vertical-s gemini reset-left reset-right stairs telegram-2 triangular-flag user-minus;

🌟 UPDATE

Redesigned telegram logo to the newest version.

TanStack/query (@​tanstack/eslint-plugin-query)

v5.59.7

Compare Source

Version 5.59.7 - 10/9/24, 4:21 PM

Changes

Fix
  • eslint-plugin-query: ignore all non-identifier properties in rule infinite-query-property-order (#​8158) (81e443c) by Manuel Schiller

Packages

v5.59.4

Compare Source

Version 5.59.4 - 10/9/24, 1:02 PM

Changes

Fix
  • core: do not inform QueriesObserver subscribers if combined result hasn"t changed (#​8153) (cae2524) by Dominik Dorfmeister
  • eslint-plugin-query: handle callable params within exaustive-deps rule (#​8150) (eb2f9d3) by pawel-twardziak
Chore
  • eslint-plugin-query: expect-expect warning for expectArrayEqualIgnoreOrder (#​8143) (85a525a) by Sol Lee
  • no-shadow lint warning in insertAtPositions() (#​8142) (78b086b) by Sol Lee
Test
  • hydration test case for overwriting with promise (05ccd65) by Dominik Dorfmeister

Packages

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

v8.10.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

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

v8.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables are either type or value

  • scope-manager: [no-use-before-define] do not treat nested namespace aliases as variable references

  • eslint-plugin: [return-await] sync the behavior with await-thenable

  • eslint-plugin: [prefer-literal-enum-member] report a different error message when allowBitwiseExpressions is enabled

  • eslint-plugin: [no-loop-func] sync from upstream base rule

  • eslint-plugin: [no-unused-vars] never report the naming of an enum member

  • eslint-plugin: correct use-at-your-own-risk type definitions

  • eslint-plugin: handle unions in await...for

❤️ Thank You
  • Abraham Guo
  • Anna Bocharova
  • Arya Emami
  • auvred
  • Joshua Chen
  • Kirk Waiblinger
  • Lotfi Meklati
  • mdm317
  • Ronen Amiel
  • Sukka
  • YeonJuan

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

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

v8.10.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

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

v8.9.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.

facebook/react (eslint-plugin-react-hooks)

v5.0.0

Compare Source

  • New Violations: Component names now need to start with an uppercase letter instead of a non-lowercase letter. This means _Button or _component are no longer valid. (@​kassens) in #​25162
i18next/i18next (i18next)

v23.16.0

Compare Source

  • use Intl.getCanonicalLocales function if available to format language code, like suggested in 2244
livekit/client-sdk-js (livekit-client)

v2.5.9

Compare Source

Patch Changes

v2.5.8

Compare Source

Patch Changes
PostHog/posthog-js (posthog-js)

v1.174.2

Compare Source

  • fix: no need to swallow import errors (#​1486)

v1.174.1

Compare Source

  • fix: do not capture entire elements in web vitals (#​1483)

v1.174.0

Compare Source

  • Make entire cancel button area clickable (#​1473)
  • feat: swap the default to identified_only (#​1468)

v1.173.0

Compare Source

  • feat(web-analytics): Store nulls for unset campaign params (#​1482)

v1.172.1

Compare Source

  • chore: add crossOrigin='anonymous' to snippet script (#​1481)

v1.172.0

Compare Source

  • chore: build an es5 bundle and move main to es6 (#​1480)

v1.171.0

Compare Source

  • feat: start session recording on url trigger (#​1451)
  • chore: babel targets in rollup config (#​1479)

v1.170.1

Compare Source

  • feat: add stack to stacktraceless "exceptions" (#​1472)

v1.170.0

Compare Source

  • fix: web vitals delayed capture (#​1474)

v1.169.1

Compare Source

  • chore: skip if Array.from is missing (#​1475)

v1.169.0

Compare Source

  • feat: report reason for recording start (#​1452)
  • chore: improve exception autocapture (#​1466)

v1.168.0

Compare Source

  • fix(errors): Better define schema, align with python (#​1460)
  • chore: refactor some cypress setup (#​1467)

v1.167.1

Compare Source

  • fix: sanitize set_once properties (#​1462)
i18next/react-i18next (react-i18next)

v15.0.3

Compare Source

pmndrs/valtio (valtio)

v2.1.0

Compare Source

We've improved the performance of proxyMap and proxySet. Kudos to @​overthemike and @​fkhadra !

What's Changed

New Contributors

Full Changelog: pmndrs/valtio@v2.0.0...v2.1.0

vitejs/vite (vite)

v5.4.9

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - "before 7am 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 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 dependencies Pull requests that update a dependency file noChangelog labels Oct 14, 2024
@renovate renovate bot force-pushed the renovate/js-dependencies branch 14 times, most recently from 2b57095 to e5b3d47 Compare October 18, 2024 08:24
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 noChangelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants