Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 15, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.26.0 -> ^7.26.8 age adoption passing confidence
@babel/preset-env (source) ^7.26.0 -> ^7.26.8 age adoption passing confidence
@testing-library/react ^16.1.0 -> ^16.2.0 age adoption passing confidence
@testing-library/user-event ^14.5.2 -> ^14.6.1 age adoption passing confidence
@types/lodash (source) ^4.17.14 -> ^4.17.15 age adoption passing confidence
@types/webpack-env (source) ^1.18.5 -> ^1.18.8 age adoption passing confidence
better-sqlite3 ^11.7.2 -> ^11.8.1 age adoption passing confidence
compression ^1.7.5 -> ^1.8.0 age adoption passing confidence
globals ^15.14.0 -> ^15.15.0 age adoption passing confidence
less (source) ^4.2.1 -> ^4.2.2 age adoption passing confidence
prettier (source) ^3.4.2 -> ^3.5.0 age adoption passing confidence
uuid ^11.0.4 -> ^11.0.5 age adoption passing confidence
wouter ^3.3.5 -> ^3.5.1 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.26.8

Compare Source

v7.26.8 (2025-02-08)

🏠 Internal
  • babel-preset-env
    • #​17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0

v7.26.7

Compare Source

🐛 Bug Fix
testing-library/react-testing-library (@​testing-library/react)

v16.2.0

Compare Source

Features
testing-library/user-event (@​testing-library/user-event)

v14.6.1

Compare Source

Bug Fixes

v14.6.0

Compare Source

Features
Bug Fixes
  • clipboard: await DataTransferItem.getAsString() callback (#​1251) (7b11b0e)
  • event: assign pointer coords to MouseEvent (#​1039) (8528972)
  • pointer: check PointerCoords.x in isDifferentPointerPosition (#​1216) (75edef5)
  • pointer: check all fields of PointerCoords in isDifferentPointerPosition() (#​1229) (5f3d28f)
WiseLibs/better-sqlite3 (better-sqlite3)

v11.8.1

Compare Source

What's Changed

New Contributors

Full Changelog: WiseLibs/better-sqlite3@v11.8.0...v11.8.1

v11.8.0

Compare Source

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v11.7.2...v11.8.0

expressjs/compression (compression)

v1.8.0

Compare Source

==================

  • Use res.headersSent when available
  • Replace _implicitHeader with writeHead property
  • add brotli support for versions of node that support it
  • Add the enforceEncoding option for requests without Accept-Encoding header
sindresorhus/globals (globals)

v15.15.0

Compare Source


less/less.js (less)

v4.2.2

Compare Source

prettier/prettier (prettier)

v3.5.0

Compare Source

diff

🔗 Release Notes

molefrog/wouter (wouter)

v3.5.1

Compare Source

v3.5.0

Compare Source

v3.4.0: useSearchParams hook

Compare Source

Thanks to @​guoyunhe there is now a hook for reading and writing search parameters (see https://github.com/molefrog/wouter/pull/503).

import { useSearchParams } from "wouter";
const [searchParams, setSearchParams] = useSearchParams();

// Read params
searchParams.get('active'); // 'true'

// Update params
setSearchParams(prev => {
 prev.set('active', 'false'); 
 return prev;
});

Configuration

📅 Schedule: Branch creation - "after 8am and before 8pm on saturday" in timezone America/Indiana/Indianapolis, 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/all-minor-patch branch from 8089ddc to 14586d7 Compare February 15, 2025 21:35
@renovate renovate bot merged commit 2765f54 into main Feb 16, 2025
5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch February 16, 2025 02:15
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