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

Merged
merged 2 commits into from
Oct 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@livekit/components-react (source) 2.6.0 -> 2.6.5 age adoption passing confidence dependencies patch
@livekit/components-styles (source) 1.1.2 -> 1.1.3 age adoption passing confidence dependencies patch
@react-aria/toast 3.0.0-beta.15 -> 3.0.0-beta.16 age adoption passing confidence dependencies patch
@tanstack/eslint-plugin-query (source) 5.57.1 -> 5.59.4 age adoption passing confidence devDependencies minor
@tanstack/react-query (source) 5.56.2 -> 5.59.4 age adoption passing confidence dependencies minor
@tanstack/react-query-devtools (source) 5.56.2 -> 5.59.4 age adoption passing confidence devDependencies minor
@types/node (source) 20.16.6 -> 20.16.11 age adoption passing confidence devDependencies patch
@types/react (source) 18.3.8 -> 18.3.11 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 8.7.0 -> 8.8.1 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.7.0 -> 8.8.1 age adoption passing confidence devDependencies minor
@vitejs/plugin-react (source) 4.3.1 -> 4.3.2 age adoption passing confidence devDependencies patch
i18next (source) 23.15.1 -> 23.15.2 age adoption passing confidence dependencies patch
livekit-client 2.5.3 -> 2.5.7 age adoption passing confidence dependencies patch
node (source) 20.17.0 -> 20.18.0 age adoption passing confidence volta minor
posthog-js 1.164.1 -> 1.167.0 age adoption passing confidence dependencies minor
react-aria-components 1.3.3 -> 1.4.0 age adoption passing confidence dependencies minor
typescript (source) 5.6.2 -> 5.6.3 age adoption passing confidence devDependencies patch
vite (source) 5.4.6 -> 5.4.8 age adoption passing confidence devDependencies patch

Release Notes

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

v2.6.5

Compare Source

Patch Changes

v2.6.4

Compare Source

Patch Changes
  • Use vite for building react package, fixes useKrispNoiseFilter usage - #​994 (@​lukasIO)

v2.6.3

Compare Source

Patch Changes

v2.6.2

Compare Source

Patch Changes

v2.6.1

Compare Source

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

v3.0.0-beta.16

Compare Source

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

v5.59.4

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

v5.59.2

Compare Source

Version 5.59.2 - 10/8/24, 12:32 PM

Changes

Fix
  • eslint-plugin-query: handle nullish coalescing operator in exhaustive-deps rule (#​8146) (c232a6f) by Eliya Cohen
Chore
  • eslint-plugin-query: change naming for text variables (#​8135) (495b086) by Sol Lee
  • deps: update dependency svelte to v4.2.19 [security] (2fe16e5) by renovate[bot]
  • deps: update dependency vite to v5.3.6 [security] (08a568d) by renovate[bot]

Packages

v5.59.1

Compare Source

Version 5.59.1 - 10/4/24, 12:03 PM

Changes

Fix
  • eslint-plugin-query: update deprecated getSourceCode() method (#​8117) (bb8278d) by Sol Lee
Test
Docs

Packages

v5.58.1

Compare Source

Version 5.58.1 - 9/27/24, 7:58 AM

Changes

Fix
  • eslint-plugin: fix legacy recommended config (#​8104) (ade6283) by Lachlan Collins
Docs

Packages

v5.57.2

Compare Source

Version 5.57.2 - 9/24/24, 6:13 PM

Changes

Fix
  • eslint-plugin-query: correctly handle call-expression spread (#​8090) (f1aab70) by Manuel Schiller
Docs

Packages

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

v8.8.1

Compare Source

🩹 Fixes
  • eslint-plugin: stop warning on @​ts-nocheck comments which aren't at the beginning of the file
❤️ Thank You
  • Brad Zacher
  • Ronen Amiel
  • WhitePiano

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

v8.8.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] add checkTypePredicates

  • eslint-plugin: [return-await] check for-await loop iteree

🩹 Fixes
  • remove export type * in d.ts to support TS<5.0

  • eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines

  • type-utils: check for type parameters on isBuiltinSymbolLikeRecurser()

  • eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself

  • eslint-plugin: [no-misused-promises] check contextual type

  • eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations

❤️ Thank You
  • auvred
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Ronen Amiel
  • Tarun Chauhan
  • YeonJuan

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

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

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

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

v4.3.2

Compare Source

Ignore directive sourcemap error #​369

i18next/i18next (i18next)

v23.15.2

Compare Source

  • fix(types): make context related keys detection stricter 2243 fixes 2242
livekit/client-sdk-js (livekit-client)

v2.5.7

Compare Source

Patch Changes

v2.5.6

Compare Source

Patch Changes

v2.5.5

Compare Source

Patch Changes

v2.5.4

Compare Source

Patch Changes
nodejs/node (node)

v20.18.0: 2024-10-03, Version 20.18.0 'Iron' (LTS), @​targos

Compare Source

Notable Changes
Experimental Network Inspection Support in Node.js

This update introduces the initial support for network inspection in Node.js.
Currently, this is an experimental feature, so you need to enable it using the --experimental-network-inspection flag.
With this feature enabled, you can inspect network activities occurring within a JavaScript application.

To use network inspection, start your Node.js application with the following command:

$ node --inspect-wait --experimental-network-inspection index.js

Please note that the network inspection capabilities are in active development.
We are actively working on enhancing this feature and will continue to expand its functionality in future updates.

Contributed by Kohei Ueno in #​53593 and #​54246

Exposes X509_V_FLAG_PARTIAL_CHAIN to tls.createSecureContext

This releases introduces a new option to the API tls.createSecureContext. From
now on, tls.createSecureContext({ allowPartialTrustChain: true }) can be used
to treat intermediate (non-self-signed) certificates in the trust CA certificate
list as trusted.

Contributed by Anna Henningsen in #​54790

New option for vm.createContext() to create a context with a freezable globalThis

Node.js implements a flavor of vm.createContext() and friends that creates a context without contextifying its global
object when vm.constants.DONT_CONTEXTIFY is used. This is suitable when users want to freeze the context
(impossible when the global is contextified i.e. has interceptors installed) or speed up the global access if they
don't need the interceptor behavior.

Contributed by Joyee Cheung in #​54394

Deprecations
  • [64aa31f6e5] - repl: doc-deprecate instantiating node:repl classes without new (Aviv Keller) #​54842
  • [4c52ee3d7f] - zlib: deprecate instantiating classes without new (Yagiz Nizipli) #​54708
Other Notable Changes
Commits

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 Sep 30, 2024
@renovate renovate bot force-pushed the renovate/js-dependencies branch 12 times, most recently from e62211d to 815db16 Compare October 7, 2024 10:36
@renovate renovate bot force-pushed the renovate/js-dependencies branch 11 times, most recently from f44ab9e to c0c9847 Compare October 9, 2024 13:12
In object-oriented terms, the previous implementation violated the Liskov
Substitution Principle. Props between these two components (Button and Link)
were not substitutable.

This led to TypeScript errors and increased overall complexity without
significant DX gains. To address this, the LinkButton has been extracted
into a dedicated component.
Copy link
Contributor Author

renovate bot commented Oct 9, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@lebaudantoine lebaudantoine merged commit 1875a39 into main Oct 9, 2024
9 of 10 checks passed
@lebaudantoine lebaudantoine deleted the renovate/js-dependencies branch October 9, 2024 14:41
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.

1 participant