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

fix(deps): lock file maintenance npm dependencies #543

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@playwright/test (source) devDependencies minor 1.48.2 -> 1.50.0 age adoption passing confidence
@react-three/drei dependencies minor 9.115.0 -> 9.121.3 age adoption passing confidence
@react-three/fiber dependencies patch 8.17.10 -> 8.17.12 age adoption passing confidence
@types/node (source) devDependencies patch 20.17.6 -> 20.17.16 age adoption passing confidence
@types/react (source) devDependencies patch 18.3.12 -> 18.3.18 age adoption passing confidence
@types/react-dom (source) devDependencies patch 18.3.1 -> 18.3.5 age adoption passing confidence
@types/three (source) devDependencies minor 0.170.0 -> 0.172.0 age adoption passing confidence
eslint-config-next (source) devDependencies patch 14.2.17 -> 14.2.23 age adoption passing confidence
framer-motion dependencies minor 11.11.13 -> 11.18.2 age adoption passing confidence
material-symbols (source) dependencies minor ^0.26.0 -> ^0.28.0 age adoption passing confidence
postcss (source) devDependencies minor 8.4.49 -> 8.5.1 age adoption passing confidence
prettier (source) devDependencies minor 3.3.3 -> 3.4.2 age adoption passing confidence
react-parallax-tilt (source) dependencies patch 1.7.254 -> 1.7.274 age adoption passing confidence
tailwindcss (source) devDependencies patch 3.4.14 -> 3.4.17 age adoption passing confidence
three (source) dependencies minor ^0.170.0 -> ^0.172.0 age adoption passing confidence
typescript (source) dependencies minor 5.6.3 -> 5.7.3 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

microsoft/playwright (@​playwright/test)

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

v1.49.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/33802 - [Bug]: Codegen's Clear button doesn't work if not recordinghttps://github.com/microsoft/playwright/issues/338066 - [Bug]: playwright hangs while waiting for pending navigationhttps://github.com/microsoft/playwright/issues/3378787 - [Bug]: VSC extension isn't capturing all entered tehttps://github.com/microsoft/playwright/issues/33788788 - [Regression]: Double clicking the steps in trace viewer doesn't filter actihttps://github.com/microsoft/playwright/issues/337723772 - [Bug]: aria_snapshot generates invalid yaml when combined with an aria-label attrhttps://github.com/microsoft/playwright/issues/3379133791 - [Bug]: text input with number value raises "container is not iterable" with to_match_aria_snahttps://github.com/microsoft/playwright/issues/33644/33644 - [Bug]: getByRole can't find element with the accessible name from label element when aria-labelledby is nothttps://github.com/microsoft/playwright/issues/33660s/33660 - [Regression]: Unable to open Playwright UI in Dark Mode

Browser Versions
  • Chromium 131.0.6778.33
  • Mozilla Firefox 132.0
  • WebKit 18.2

This version was also tested against the following stable channels:

  • Google Chrome 130
  • Microsoft Edge 130

v1.49.0

Compare Source

pmndrs/drei (@​react-three/drei)

v9.121.3

Compare Source

Bug Fixes

v9.121.2

Compare Source

Bug Fixes

v9.121.1

Compare Source

Bug Fixes

v9.121.0

Compare Source

Features

v9.120.9

Compare Source

Bug Fixes

v9.120.8

Compare Source

Bug Fixes

v9.120.7

Compare Source

Bug Fixes

v9.120.6

Compare Source

Bug Fixes

v9.120.5

Compare Source

Bug Fixes

v9.120.4

Compare Source

Bug Fixes

v9.120.3

Compare Source

Bug Fixes

v9.120.2

Compare Source

Bug Fixes

v9.120.1

Compare Source

Bug Fixes

v9.120.0

Compare Source

Features

v9.119.0

Compare Source

Features

v9.118.0

Compare Source

Features

v9.117.3

Compare Source

Bug Fixes
  • Revert "feat: Use TTFLoader in useFont for non-JSON files (#​2095)" (f8e5653)

v9.117.2

Compare Source

Bug Fixes

v9.117.1

Compare Source

Bug Fixes
  • env blur, decal auto orient (414f1a6)

v9.117.0

Compare Source

Features

v9.116.3

Compare Source

Bug Fixes

v9.116.2

Compare Source

Bug Fixes
  • env near, env hmr, lightformer defaults and wrong orientation (78a526b)

v9.116.1

Compare Source

Bug Fixes

v9.116.0

Compare Source

Features
pmndrs/react-three-fiber (@​react-three/fiber)

v8.17.12

Compare Source

What's Changed

New Contributors

Full Changelog: pmndrs/react-three-fiber@v8.17.11...v8.17.12

v8.17.11

Compare Source

What's Changed
New Contributors

Full Changelog: pmndrs/react-three-fiber@v8.17.10...v8.17.11

vercel/next.js (eslint-config-next)

v14.2.23

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • backport: force module format for virtual client-proxy (#​74590)
  • Backport: Use provided waitUntil for pending revalidates (#​74573)
  • Feature: next/image: add support for images.qualities in next.config (#​74500)
Credits

Huge thanks to @​styfle, @​ijjk and @​lubieowoce for helping!

v14.2.22

Compare Source

v14.2.21

Compare Source

v14.2.20

Compare Source

v14.2.19

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • ensure worker exits bubble to parent process (#​73433)
  • Increase max cache tags to 128 (#​73125)
Misc Changes
  • Update max tag items limit in docs (#​73445)
Credits

Huge thanks to @​ztanner and @​ijjk for helping!

v14.2.18

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
Credits

Huge thanks to @​huozhi and @​ijjk for helping!

motiondivision/motion (framer-motion)

v11.18.2

Compare Source

Fixed
  • Animations with transformTemplate not hardware accelerated.

v11.18.1

Compare Source

Fixed
  • AnimatePresence types in React 19.
  • SVG with transform not always setting styles correctly on mount.

v11.18.0

Compare Source

Added
  • Adding animateSequence to perform animation sequences via WAAPI for a tiny bundlesize.
Fixed
  • Missing AnimationControls type export.

v11.17.1

Compare Source

Fixed
  • Remeasure SVG when size/position changes to ensure correct transform-origin.

v11.17.0

Compare Source

Added
  • Added propagate to AnimatePresence. This prop allows parent exit animations to be propagated to children.
Removed
  • Removed exitBeforeEnter from AnimatePresence.

v11.16.7

Compare Source

Fixed
  • Fixing timelines where a string label is used as the first segment.

v11.16.6

Compare Source

Changed
  • More movement values like height and top are now blocked by reduced motion.

v11.16.4

Compare Source

Fixed
  • Fix type of attachTimeline when skipLibCheck is disabled.

v11.16.3

Compare Source

Fixed
  • Checking return of press, hover, and inView callbacks before calling.

v11.16.2

Compare Source

Fixed
  • Restoring missing type exports.

v11.16.1

Compare Source

Fixed
  • Adding displayName to motion components.
  • Ensure press doesn't override tabindex when explicitly set.

v11.16.0

Compare Source

Added
  • Added view() alpha to early access.

v11.15.0

Compare Source

Added
  • Add support for repeat in animation sequences.
Fixed
  • Clearing scheduled jobs at the end of an animation frame to ensure memory is released should the animation loop settle.

v11.14.4

Compare Source

Fixed
  • Exporting AnimationSequence via "motion" entrypoint.
  • Adding support for passing normal components to motion.create() in React 19.

v11.14.3

Compare Source

Fixed
  • Fixing motion-dom and motion-utils entrypoints.

v11.14.2

Compare Source

Fixed
  • Exporting time for internal use.
  • Making MotionValue.updatedAt public for internal use.

v11.14.1

Compare Source

Fixed
  • Fixing missing license in motion-dom and motion-utils packages.

v11.14.0

Compare Source

Added
  • Added press gesture in Motion+ early access.

v11.13.5

Compare Source

Fixed
  • Adding React 19 to optional peer dependencies in "framer-motion" packages.

v11.13.4

Compare Source

Fixed
  • Fixing types for React 19.

v11.13.3

Compare Source

Fixed
  • Attempting to update types to be compatible with both React 18 and 19.

v11.13.1

Compare Source

Fixed
  • SVG elements (like motion.text) now update when given a MotionValue as children, matching HTML element behavior.
  • Exporting DynamicAnimationOptions type.

v11.13.0

Compare Source

Added
  • Vanilla hover gesture in Motion+ early access.

v11.12.0

Compare Source

Added
  • New visualDuration option for spring animations.
  • New spring(visualDuration, bounce) syntax.

v11.11.17

Compare Source

v11.11.16

Compare Source

Fixed
  • Fixing stagger with mini animate.

v11.11.15

Compare Source

Fixed
  • Fixing mini and react-mini entrypoints.
marella/material-symbols (material-symbols)

v0.28.0

Compare Source

v0.27.2

Compare Source

v0.27.1

Compare Source

v0.27.0

Compare Source

postcss/postcss (postcss)

v8.5.1

Compare Source

v8.5.0: 8.5 “Duke Alloces”

Compare Source

President Alloces seal

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"

Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

prettier/prettier (prettier)

v3.4.2

Compare Source

diff

Treat U+30A0 & U+30FB in Katakana Block as CJK (#​16796 by @​tats-u)

Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.

<!-- Input (--prose-wrap=never) -->

C言
語
・
C++
・
Go
・
Rust

<!-- Prettier 3.4.1 -->
C言語・ C++ ・ Go ・ Rust

<!-- Prettier 3.4.2 -->
C言語・C++・Go・Rust

U+30A0 can be used as the replacement of the - in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).

Fix comments print on class methods with decorators (#​16891 by @​fisker)
// Input
class A {
  @&#8203;decorator
  /** 
   * The method description
   *
  */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.1
class A {
  @&#8203;decorator
  async /**
   * The method description
   *
   */
  method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.2
class A {
  @&#8203;decorator
  /**
   * The method description
   *
   */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}
Fix non-idempotent formatting (#​16899 by @​seiyab)

This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.

// Input
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.1 (first)
<div>
  foo
  <span>
    longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo
  </span>, abc
</div>;

// Prettier 3.4.1 (second)
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.2
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes

mkosir/react-parallax-tilt (react-parallax-tilt)

v1.7.274

Compare Source

Bug Fixes
  • deps: update dependencies (587f073)

v1.7.273

Compare Source

Bug Fixes
  • deps: update dependencies (b53f4ba)

v1.7.272

Compare Source

Bug Fixes
  • deps: update dependencies (a020f84)

v1.7.271

Compare Source

Bug Fixes
  • deps: update dependencies (0486013)

v1.7.270

Compare Source

Bug Fixes
  • deps: update dependencies (3c58266)

v1.7.269

Compare Source

Bug Fixes
  • deps: update dependencies (cb0a7a1)

v1.7.268

Compare Source

Bug Fixes
  • deps: update dependencies (d9299d6)

v1.7.267

Compare Source

Bug Fixes
  • deps: update dependencies (6d0c100)

v1.7.266

Compare Source

Bug Fixes
  • deps: update dependencies (dfc5fd4)

v1.7.265

Compare Source

Bug Fixes

v1.7.264

Compare Source

Bug Fixes
  • deps: update React to v19 (e18cf03)

v1.7.263

Compare Source

Bug Fixes
  • deps: update dependencies (9381f19)

v1.7.262

Compare Source

Bug Fixes

v1.7.261

Compare Source

Bug Fixes
  • deps: update dependencies (2052435)
  • enable consistent-type-imports (1b1433f)

v1.7.260

Compare Source

Bug Fixes
  • full event in callback props (f70a7df)

v1.7.259

Compare Source

Bug Fixes
  • deps: update dependencies (a5bff38)

v1.7.258

Compare Source

Bug Fixes
  • deps: update dependencies (bbc393b)

v1.7.257

Compare Source

Bug Fixes
  • deps: update dependencies (b047631)
  • deps: update dependencies (f7d06bd)
  • deps: update dependencies (2fc1e88)
  • deps: update dependencies (a728ed4)
  • deps: update dependencies (9aabcd5)
  • deps: update dependencies (e0e951d)
  • deps: update dependencies (7e0528a)
  • deps: update dependencies (444c4ea)

v1.7.256

Compare Source

Bug Fixes
  • deps: update dependencies (364dda4)

v1.7.255

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4am on monday" in timezone Europe/Ljubljana, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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/npm-dependencies branch 9 times, most recently from f917cb2 to 393690f Compare November 23, 2024 15:14
@renovate renovate bot force-pushed the renovate/npm-dependencies branch 11 times, most recently from 130518f to d12d8ae Compare December 2, 2024 10:49
@renovate renovate bot force-pushed the renovate/npm-dependencies branch 10 times, most recently from 07561c2 to b291e1d Compare December 7, 2024 13:09
@renovate renovate bot force-pushed the renovate/npm-dependencies branch 8 times, most recently from 8b0392b to 579ea8e Compare January 6, 2025 20:13
@renovate renovate bot force-pushed the renovate/npm-dependencies branch 12 times, most recently from 2d0b75f to eea92ed Compare January 15, 2025 05:53
@renovate renovate bot force-pushed the renovate/npm-dependencies branch 6 times, most recently from 9fef1fe to 617a3f9 Compare January 23, 2025 08:50
@renovate renovate bot force-pushed the renovate/npm-dependencies branch 2 times, most recently from 7acbba4 to 5231e39 Compare January 24, 2025 04:31
@renovate renovate bot force-pushed the renovate/npm-dependencies branch from 5231e39 to 82cbc70 Compare January 24, 2025 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants