fix(deps): lock file maintenance npm dependencies #543
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.48.2
->1.50.0
9.115.0
->9.121.3
8.17.10
->8.17.12
20.17.6
->20.17.16
18.3.12
->18.3.18
18.3.1
->18.3.5
0.170.0
->0.172.0
14.2.17
->14.2.23
11.11.13
->11.18.2
^0.26.0
->^0.28.0
8.4.49
->8.5.1
3.3.3
->3.4.2
1.7.254
->1.7.274
3.4.14
->3.4.17
^0.170.0
->^0.172.0
5.6.3
->5.7.3
🔧 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.New method test.step.skip() to disable execution of a test step.
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, whereasall
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
and3-way
modes that write the changes into source code, on top of existingpatch
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 defaultSIGKILL
.Exposed testStep.attachments from the reporter API to allow retrieval of all attachments created by that step.
UI updates
canvas
content in traces is error-prone. Display is now disabled by default, and can be enabled via theDisplay canvas content
UI setting.Call
andNetwork
panels now display additional time information.Breaking
<input>
,<select>
, or a number of other editable elements.all
, rather than only the failed/changed snapshots. Use the new enumchanged
to keep the old functionality of only updating the changed snapshots.Browser Versions
This version was also tested against the following stable channels:
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
This version was also tested against the following stable channels:
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
FaceControls
simplified (#2242) (75260b8)v9.119.0
Compare Source
Features
WebcamVideoTexture
andScreenVideoTexture
(#2240) (f759344)v9.118.0
Compare Source
Features
v9.117.3
Compare Source
Bug Fixes
TTFLoader
inuseFont
for non-JSON files (#2095)" (f8e5653)v9.117.2
Compare Source
Bug Fixes
v9.117.1
Compare Source
Bug Fixes
v9.117.0
Compare Source
Features
TTFLoader
inuseFont
for non-JSON files (#2095) (61d3bc5)v9.116.3
Compare Source
Bug Fixes
SpriteAnimator
/useSpriteLoader
types (#2171) (6197c6a)v9.116.2
Compare Source
Bug Fixes
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
Core Changes
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
Core Changes
Misc Changes
Credits
Huge thanks to @ztanner and @ijjk for helping!
v14.2.18
Compare Source
Core Changes
Credits
Huge thanks to @huozhi and @ijjk for helping!
motiondivision/motion (framer-motion)
v11.18.2
Compare Source
Fixed
transformTemplate
not hardware accelerated.v11.18.1
Compare Source
Fixed
AnimatePresence
types in React 19.transform
not always setting styles correctly on mount.v11.18.0
Compare Source
Added
animateSequence
to perform animation sequences via WAAPI for a tiny bundlesize.Fixed
AnimationControls
type export.v11.17.1
Compare Source
Fixed
transform-origin
.v11.17.0
Compare Source
Added
propagate
toAnimatePresence
. This prop allows parent exit animations to be propagated to children.Removed
exitBeforeEnter
fromAnimatePresence
.v11.16.7
Compare Source
Fixed
v11.16.6
Compare Source
Changed
height
andtop
are now blocked by reduced motion.v11.16.4
Compare Source
Fixed
attachTimeline
whenskipLibCheck
is disabled.v11.16.3
Compare Source
Fixed
press
,hover
, andinView
callbacks before calling.v11.16.2
Compare Source
Fixed
v11.16.1
Compare Source
Fixed
displayName
tomotion
components.press
doesn't overridetabindex
when explicitly set.v11.16.0
Compare Source
Added
view()
alpha to early access.v11.15.0
Compare Source
Added
repeat
in animation sequences.Fixed
v11.14.4
Compare Source
Fixed
AnimationSequence
via"motion"
entrypoint.motion.create()
in React 19.v11.14.3
Compare Source
Fixed
motion-dom
andmotion-utils
entrypoints.v11.14.2
Compare Source
Fixed
time
for internal use.MotionValue.updatedAt
public for internal use.v11.14.1
Compare Source
Fixed
motion-dom
andmotion-utils
packages.v11.14.0
Compare Source
Added
press
gesture in Motion+ early access.v11.13.5
Compare Source
Fixed
"framer-motion"
packages.v11.13.4
Compare Source
Fixed
v11.13.3
Compare Source
Fixed
v11.13.1
Compare Source
Fixed
motion.text
) now update when given aMotionValue
as children, matching HTML element behavior.DynamicAnimationOptions
type.v11.13.0
Compare Source
Added
hover
gesture in Motion+ early access.v11.12.0
Compare Source
Added
visualDuration
option forspring
animations.spring(visualDuration, bounce)
syntax.v11.11.17
Compare Source
v11.11.16
Compare Source
Fixed
stagger
with minianimate
.v11.11.15
Compare Source
Fixed
mini
andreact-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
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 toInput#css
.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.
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)
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.
v3.4.1
Compare Source
diff
Remove unnecessary parentheses around assignment in
v-on
(#16887 by @fisker)<!-- Input --> <template> <button @​click="foo += 2">Click</button> </template> <!-- Prettier 3.4.0 --> <template> <button @​click="(foo += 2)">Click</button> </template> <!-- Prettier 3.4.1 --> <template> <button @​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
v1.7.273
Compare Source
Bug Fixes
v1.7.272
Compare Source
Bug Fixes
v1.7.271
Compare Source
Bug Fixes
v1.7.270
Compare Source
Bug Fixes
v1.7.269
Compare Source
Bug Fixes
v1.7.268
Compare Source
Bug Fixes
v1.7.267
Compare Source
Bug Fixes
v1.7.266
Compare Source
Bug Fixes
v1.7.265
Compare Source
Bug Fixes
v1.7.264
Compare Source
Bug Fixes
v1.7.263
Compare Source
Bug Fixes
v1.7.262
Compare Source
Bug Fixes
v1.7.261
Compare Source
Bug Fixes
v1.7.260
Compare Source
Bug Fixes
v1.7.259
Compare Source
Bug Fixes
v1.7.258
Compare Source
Bug Fixes
v1.7.257
Compare Source
Bug Fixes
v1.7.256
Compare Source
Bug Fixes
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.
This PR was generated by Mend Renovate. View the repository job log.