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 npm non-major dependencies #1252

Merged
merged 1 commit into from
Feb 4, 2025
Merged

Update npm non-major dependencies #1252

merged 1 commit into from
Feb 4, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 30, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@playwright/test (source) 1.49.1 -> 1.50.1 age adoption passing confidence
@reduxjs/toolkit (source) 2.5.0 -> 2.5.1 age adoption passing confidence
@storybook/addon-a11y (source) 8.5.1 -> 8.5.2 age adoption passing confidence
@storybook/addon-essentials (source) 8.4.7 -> 8.5.2 age adoption passing confidence
@storybook/react (source) 8.4.7 -> 8.5.2 age adoption passing confidence
@storybook/react-vite (source) 8.4.7 -> 8.5.2 age adoption passing confidence
@tanstack/react-query (source) 5.64.2 -> 5.66.0 age adoption passing confidence
@testing-library/cypress 10.0.2 -> 10.0.3 age adoption passing confidence
@types/node (source) 22.10.10 -> 22.13.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.21.0 -> 8.22.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.21.0 -> 8.22.0 age adoption passing confidence
cypress-real-events 1.13.0 -> 1.14.0 age adoption passing confidence
eslint (source) 9.18.0 -> 9.19.0 age adoption passing confidence
i18next (source) 24.2.1 -> 24.2.2 age adoption passing confidence
lint-staged 15.4.2 -> 15.4.3 age adoption passing confidence
react-router-dom (source) 7.1.3 -> 7.1.5 age adoption passing confidence
storybook (source) 8.4.7 -> 8.5.2 age adoption passing confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.50.1

Compare Source

v1.50.0

Compare Source

Test runner

  • New option timeout allows specifying a maximum run time for an individual test step. A timed-out step will fail the execution of the test.

    test('some test', async ({ page }) => {
      await test.step('a step', async () => {
        // This step can time out separately from the test
      }, { timeout: 1000 });
    });
  • New method test.step.skip() to disable execution of a test step.

    test('some test', async ({ page }) => {
      await test.step('before running step', async () => {
        // Normal step
      });
    
      await test.step.skip('not yet ready', async () => {
        // This step is skipped
      });
    
      await test.step('after running step', async () => {
        // This step still runs even though the previous one was skipped
      });
    });
  • Expanded expect(locator).toMatchAriaSnapshot() to allow storing of aria snapshots in separate YAML files.

  • Added method expect(locator).toHaveAccessibleErrorMessage() to assert the Locator points to an element with a given aria errormessage.

  • Option testConfig.updateSnapshots added the configuration enum changed. changed updates only the snapshots that have changed, whereas all now updates all snapshots, regardless of whether there are any differences.

  • New option testConfig.updateSourceMethod defines the way source code is updated when testConfig.updateSnapshots is configured. Added overwrite and 3-way modes that write the changes into source code, on top of existing patch mode that creates a patch file.

    npx playwright test --update-snapshots=changed --update-source-method=3way
  • Option testConfig.webServer added a gracefulShutdown field for specifying a process kill signal other than the default SIGKILL.

  • Exposed testStep.attachments from the reporter API to allow retrieval of all attachments created by that step.

UI updates

  • Updated default HTML reporter to improve display of attachments.
  • New button for picking elements to produce aria snapshots.
  • Additional details (such as keys pressed) are now displayed alongside action API calls in traces.
  • Display of canvas content in traces is error-prone. Display is now disabled by default, and can be enabled via the Display canvas content UI setting.
  • Call and Network panels now display additional time information.

Breaking

Browser Versions

  • Chromium 133.0.6943.16
  • Mozilla Firefox 134.0
  • WebKit 18.2

This version was also tested against the following stable channels:

  • Google Chrome 132
  • Microsoft Edge 132
reduxjs/redux-toolkit (@​reduxjs/toolkit)

v2.5.1

Compare Source

This bugfix release fixes a logic issue with the new upsertQueryEntries util that sometimes kept entries in a pending state indefinitely.

Changelog

upsertQueryEntries fixes

Users reported that in some cases, use of upsertQueryEntries to insert RTKQ cache entries prevented any further refetches of that data from happening. After investigation, we found a logic mismatch for how we handle upserts vs the existing upsertQueryData util, which meant that sometimes the entry would be left in a pending state expecting a fulfilled action from a request ID that would never happen.

This release fixes that issue and ensures the updates and refetches happen correctly.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.5.0...v2.5.1

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

v8.5.2

Compare Source

TanStack/query (@​tanstack/react-query)

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

Compare Source

Version 5.65.1 - 1/28/25, 8:59 AM

Changes

Fix

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

testing-library/cypress-testing-library (@​testing-library/cypress)

v10.0.3

Compare Source

Bug Fixes
  • deps: update cypress to version 14.0.0 and adjust peer dependencies (#​281) (d77c9df)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

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

dmtrKovalenko/cypress-real-events (cypress-real-events)

v1.14.0

Compare Source

Features
eslint/eslint (eslint)

v9.19.0

Compare Source

i18next/i18next (i18next)

v24.2.2

Compare Source

  • fix: Interpolation fails with arrays (TypeError) and doesn't work with objects in defaultValue 1829
lint-staged/lint-staged (lint-staged)

v15.4.3

Compare Source

Patch Changes
  • #​1512 cbfed1d Thanks @​tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.
remix-run/react-router (react-router-dom)

v7.1.5

Compare Source

Patch Changes

v7.1.4

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, 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.

@github-actions github-actions bot added the dependencies Pull request for dependency change label Jan 30, 2025
@renovate renovate bot force-pushed the renovate/npm-minor-patch branch 6 times, most recently from 0710664 to b54a7ba Compare February 2, 2025 18:02
@renovate renovate bot force-pushed the renovate/npm-minor-patch branch from b54a7ba to 7ac2de2 Compare February 3, 2025 19:00
@sonwit sonwit merged commit 9c9cd80 into main Feb 4, 2025
5 checks passed
@sonwit sonwit deleted the renovate/npm-minor-patch branch February 4, 2025 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull request for dependency change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant