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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@pandacss/dev (source) 0.51.1 -> 0.53.0 age adoption passing confidence devDependencies minor
@pandacss/preset-panda (source) 0.51.1 -> 0.53.0 age adoption passing confidence dependencies minor
@tanstack/eslint-plugin-query (source) 5.64.2 -> 5.66.1 age adoption passing confidence devDependencies minor
@tanstack/react-query (source) 5.64.2 -> 5.66.0 age adoption passing confidence dependencies minor
@tanstack/react-query-devtools (source) 5.64.2 -> 5.66.0 age adoption passing confidence devDependencies minor
@types/node (source) 22.10.10 -> 22.13.1 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 8.21.0 -> 8.24.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.21.0 -> 8.24.0 age adoption passing confidence devDependencies minor
eslint-plugin-react-refresh 0.4.18 -> 0.4.19 age adoption passing confidence devDependencies patch
livekit-client 2.8.1 -> 2.9.1 age adoption passing confidence dependencies minor
node (source) 22.13.1 -> 22.14.0 age adoption passing confidence volta minor
postcss (source) 8.5.1 -> 8.5.2 age adoption passing confidence devDependencies patch
posthog-js 1.210.2 -> 1.217.2 age adoption passing confidence dependencies minor
prettier (source) 3.4.2 -> 3.5.0 age adoption passing confidence devDependencies minor
vite (source) 6.0.11 -> 6.1.0 age adoption passing confidence devDependencies minor
wouter 3.4.0 -> 3.5.1 age adoption passing confidence dependencies minor

Release Notes

chakra-ui/panda (@​pandacss/dev)

v0.53.0

Compare Source

Patch Changes

v0.52.0

Compare Source

Patch Changes
chakra-ui/panda (@​pandacss/preset-panda)

v0.53.0

Compare Source

Patch Changes

v0.52.0

Compare Source

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

v5.66.1

Compare Source

Version 5.66.1 - 2/10/25, 5:43 PM

Changes

Fix
Chore
Docs
  • angular-query: improve queryOptions code snippets (#​8601) (7ff544e) by Arnoud

Packages

v5.66.0

Compare Source

Version 5.66.0 - 1/31/25, 9:05 AM

Changes

Feat
  • core: add client to queryFunctionContext (#​8599) (f86eb7e) by Dominik Dorfmeister
Docs
  • Add OpenAPI Qraft React to the list of community projects (#​8588) (a507400) by Alex Batalov

Packages

v5.65.0

Compare Source

Version 5.65.0 - 1/27/25, 4:19 PM

Changes

Feat
  • types: type narrowing for isPlaceholderData (#​8586) (2399bb0) by Dominik Dorfmeister
Chore
  • composite monorepo (#​8560) (97f5544) by Dominik Dorfmeister
  • deps: update dependency vite to v5.4.12 [security] (#​8563) (4a0a129) by renovate[bot]
Ci
Docs

Packages

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

v8.24.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] make allowConstantLoopConditions more granular (#​10639)
🩹 Fixes
  • eslint-plugin: [no-misused-spread] correct and elaborate string spread report message (#​10751)
  • eslint-plugin: [restrict-plus-operands] report adding bigints to strings when allowNumberAndString is false (#​10737)
❤️ Thank You
  • Josh Goldberg ✨
  • noah
  • Ronen Amiel

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

v8.23.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#​10712)
🩹 Fixes
  • eslint-plugin: [no-shadow] ignore declare variables in definition files shadowing global variables (#​10710)
  • eslint-plugin: [no-restricted-imports] support regex option (#​10699)
  • eslint-plugin: [dot-notation] handle noPropertyAccessFromIndexSignature true (#​10644)
  • eslint-plugin: [prefer-nullish-coalescing] fix missing return (#​10732)
  • bump ts-api-utils to ^2.0.1 (#​10761)
  • eslint-plugin: [no-unnecessary-template-expression] allow interpolating type parameter in type context (#​10739)
  • eslint-plugin: [switch-exhaustiveness-check] suggest with qualified name (#​10697)
  • eslint-plugin: [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#​10618)
❤️ Thank You

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

v8.22.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#​10612)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#​10552)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#​10678)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#​10616)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#​10638)
  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#​10517)
❤️ Thank You

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

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

v8.24.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.23.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.22.0

Compare Source

🚀 Features
  • parser: add standalone isolatedDeclarations option (#​10499)
❤️ Thank You
  • Josh Goldberg ✨

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

ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)

v0.4.19

Compare Source

Add name to configs for ESLint Config Inspector

livekit/client-sdk-js (livekit-client)

v2.9.1

Compare Source

Patch Changes

v2.9.0

Compare Source

Minor Changes
  • Add backupCodecPolicy to TrackPublishDefaults - #​1399 (@​cnderrauber)

    The default policy of backup codec is codec regression for maxium compatibility, which means the publisher stops sending primary codec and all subscribers will receive backup codec even primary codec is supported.
    It changes the default behavior multi-codec simulcast in the previous version, will not break the functionality of the previous version but only cause potential extra bandwidth usage. The user can set the policy to multi-codec simulcast to keep the previous behavior.

  • Add DataStream support - #​1301 (@​lukasIO)

  • Move RPC registration to room level and deprecate localParticipant level registration - #​1396 (@​lukasIO)

  • Populate name property of LiveKit errors and add reasonName for enums - #​1385 (@​lukasIO)

Patch Changes
nodejs/node (node)

v22.14.0

Compare Source

postcss/postcss (postcss)

v8.5.2

Compare Source

PostHog/posthog-js (posthog-js)

v1.217.2

Compare Source

  • fix(no-code experiments): refactor (6) (#​1728)

v1.217.1

Compare Source

v1.217.0

Compare Source

  • feat: override exception capture clientside (#​1726)

v1.216.1

Compare Source

  • fix: capture when argument is not a string (#​1724)
  • feat: Add e-commerce test page to nextjs playground (#​1725)

v1.216.0

Compare Source

  • chore: Drop CI support for Node 16 (EOL), use pnpm 9 internally (#​1723)

v1.215.7

Compare Source

v1.215.6

Compare Source

  • fix(flags): set default state values in feature flag hooks (#​1719)
  • chore: correct type comment (#​1721)

v1.215.5

Compare Source

  • chore: small readability refactor to getActiveMatchingSurveys (#​1718)

v1.215.4

Compare Source

  • fix(flags): store setOnce properties in locally persisted feature flag props (#​1716)
  • chore: better reset comment (#​1717)

v1.215.3

Compare Source

  • refactor: Simplify Posthog.init() signature (#​1712)

v1.215.2

Compare Source

  • fix: checking status is too blunt for paused status (#​1713)

v1.215.1

Compare Source

v1.215.0

Compare Source

  • feat: allow configuring request queue interval (#​1708)

v1.214.1

Compare Source

  • fix: never send when not sampled (#​1706)
  • chore: silence survey logging (#​1707)

v1.214.0

Compare Source

  • chore: add device types check (#​1698)

v1.213.0

Compare Source

  • feat: deprecate featureFlags.override in favor of featureFlags.overrideFeatureFlags, a new function that supports overriding flags and flag payloads (#​1697)
  • chore: snapshot types that we want to not accidentally deprecate or remove (#​1705)

v1.212.1

Compare Source

v1.212.0

Compare Source

  • feat: sampling that can be shared (#​1700)

v1.211.4

Compare Source

  • feat: Add new rule to guarantee events are tracked as passive (#​1689)

v1.211.3

Compare Source

  • docs: Add documentation to all of our init options (#​1681)
  • chore: add survey files codeowners (#​1696)

v1.211.2

Compare Source

  • fix: survey URL targeting should re-evaluate after the URL changes (#​1695)

v1.211.1

Compare Source

  • revert: "chore: upgrade rrweb to alpha.18" (#​1659)
  • chore: codeowners for recorder file (#​1693)

v1.211.0

Compare Source

  • refactor: Remove/deprecate/rename old options (#​1694)
prettier/prettier (prettier)

v3.5.0

Compare Source

diff

🔗 Release Notes

vitejs/vite (vite)

v6.1.0

Compare Source

molefrog/wouter (wouter)

v3.5.1

Compare Source

v3.5.0

Compare Source


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 Feb 3, 2025
@renovate renovate bot force-pushed the renovate/js-dependencies branch 17 times, most recently from cd86d48 to 08b15b7 Compare February 10, 2025 17:56
@renovate renovate bot force-pushed the renovate/js-dependencies branch 7 times, most recently from 1093d69 to 9fa87c3 Compare February 12, 2025 10:55
@renovate renovate bot force-pushed the renovate/js-dependencies branch from 9fa87c3 to a426cae Compare February 12, 2025 11:37
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