Skip to content

chore(deps): update all non-major dependencies - #443

Merged
noahm merged 1 commit into
mainfrom
renovate/all-minor-patch
Jan 2, 2026
Merged

chore(deps): update all non-major dependencies#443
noahm merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Apr 23, 2025

Copy link
Copy Markdown
Contributor

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@pmmmwh/react-refresh-webpack-plugin 0.5.160.6.2 age confidence devDependencies minor
@types/node (source) 24.10.124.10.4 age confidence devDependencies patch
autoprefixer 10.4.2110.4.23 age confidence devDependencies patch
axios (source) 1.8.41.13.2 age confidence devDependencies minor
better-sqlite3 12.4.112.5.0 age confidence devDependencies minor
canvas 3.1.13.2.0 age confidence devDependencies minor
copy-webpack-plugin 13.0.013.0.1 age confidence devDependencies patch
css-minimizer-webpack-plugin 7.0.27.0.4 age confidence devDependencies patch
html-webpack-plugin 5.6.35.6.5 age confidence devDependencies patch
iconv-lite 0.6.30.7.1 age confidence devDependencies minor
jotai 2.12.32.16.1 age confidence devDependencies minor
jsdom 27.0.027.4.0 age confidence devDependencies minor
mini-css-extract-plugin 2.9.22.9.4 age confidence devDependencies patch
modern-screenshot 4.6.04.6.7 age confidence devDependencies patch
nanoid 5.1.55.1.6 age confidence devDependencies patch
node (source) 24.1124.12 age confidence minor
p-queue 9.0.09.0.1 age confidence devDependencies patch
papaparse (source) 5.5.25.5.3 age confidence devDependencies patch
postcss (source) 8.5.38.5.6 age confidence devDependencies patch
postcss-loader 8.1.18.2.0 age confidence devDependencies minor
react (source) 19.1.019.2.3 age confidence devDependencies minor
react-dom (source) 19.1.019.2.3 age confidence devDependencies minor
react-intl (source) 7.1.117.1.14 age confidence devDependencies patch
react-refresh (source) 0.17.00.18.0 age confidence devDependencies minor
typescript (source) 5.8.35.9.3 age confidence devDependencies minor
undici (source) 7.8.07.16.0 age confidence devDependencies minor
webpack 5.99.65.104.1 age confidence devDependencies minor
webpack-dev-server 5.2.15.2.2 age confidence devDependencies patch
webpack-sources 3.2.33.3.3 age confidence devDependencies minor
zustand 5.0.35.0.9 age confidence devDependencies patch

Release Notes

pmmmwh/react-refresh-webpack-plugin (@​pmmmwh/react-refresh-webpack-plugin)

v0.6.2

Compare Source

Fixes
  • Relaxed peer dependency requirement on type-fest to allow v5.x
    (#​934)

v0.6.1

Compare Source

Fixes
  • Ensure this propagates into module factory properly
    (#​921)

v0.6.0

Compare Source

BREAKING
  • Minimum required Node.js version has been bumped to 18.12.0.

  • Minimum required webpack version has been bumped to 5.2.0.

  • Minimum supported webpack-dev-server version has been bumped to 4.8.0.

  • Minimum supported webpack-plugin-serve version has been bumped to 1.0.0.

  • overlay.sockHost, overlay.sockPath, overlay.sockPort, overlay.sockProtocol and overlay.useURLPolyfill have all been removed.
    (#​850)

    It was necessary to support WDS below 4.8.0 (published in April 2022).

    It is no-longer necessary as a direct integration with WDS is now possible.

Features
  • Added helper script to better support use cases where React and/or React-DOM are externalized
    (#​852)
Fixes
  • Ensure plugin injected entries are no-op in production
    (#​900)
Internal
  • Dropped support for Webpack 4 / WDS 3
    (#​850,
    #​904)

  • Migrated from ansi-html to anser in error overlay
    (#​854)

  • Bumped all development dependencies
    (#​905)

v0.5.17

Compare Source

Fixes
  • Ensure this propagates into module factory properly
    (#​922)
postcss/autoprefixer (autoprefixer)

v10.4.23

Compare Source

v10.4.22

Compare Source

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.
axios/axios (axios)

v1.13.2

Compare Source

Bug Fixes
  • http: fix 'socket hang up' bug for keep-alive requests when using timeouts; (#​7206) (8d37233)
  • http: use default export for http2 module to support stubs; (#​7196) (0588880)
Performance Improvements
Contributors to this release

v1.13.1

Compare Source

Bug Fixes
  • http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#​7193) (bcd5581)
Contributors to this release

v1.13.0

Compare Source

Bug Fixes
Features
Contributors to this release

1.12.2 (2025-09-14)

Bug Fixes
  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#​7030) (cf78825)
Contributors to this release

1.12.1 (2025-09-12)

Bug Fixes
Contributors to this release

v1.12.2

Compare Source

Bug Fixes
  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#​7030) (cf78825)
Contributors to this release

v1.12.1

Compare Source

Bug Fixes
Contributors to this release

v1.12.0

Compare Source

Bug Fixes
Features
  • adapter: surface low‑level network error details; attach original error via cause (#​6982) (78b290c)
  • fetch: add fetch, Request, Response env config variables for the adapter; (#​7003) (c959ff2)
  • support reviver on JSON.parse (#​5926) (2a97634), closes #​5924
  • types: extend AxiosResponse interface to include custom headers type (#​6782) (7960d34)
Contributors to this release

v1.11.0

Compare Source

Bug Fixes
Contributors to this release

v1.10.0

Compare Source

Bug Fixes
  • adapter: pass fetchOptions to fetch function (#​6883) (0f50af8)
  • form-data: convert boolean values to strings in FormData serialization (#​6917) (5064b10)
  • package: add module entry point for React Native; (#​6933) (3d343b8)
Features
Contributors to this release

v1.9.0

Compare Source

Bug Fixes
  • core: fix the Axios constructor implementation to treat the config argument as optional; (#​6881) (6c5d4cd)
  • fetch: fixed ERR_NETWORK mapping for Safari browsers; (#​6767) (dfe8411)
  • headers: allow iterable objects to be a data source for the set method; (#​6873) (1b1f9cc)
  • headers: fix getSetCookie by using 'get' method for caseless access; (#​6874) (d4f7df4)
  • headers: fixed support for setting multiple header values from an iterated source; (#​6885) (f7a3b5e)
  • http: send minimal end multipart boundary (#​6661) (987d2e2)
  • types: fix autocomplete for adapter config (#​6855) (e61a893)
Features
  • AxiosHeaders: add getSetCookie method to retrieve set-cookie headers values (#​5707) (80ea756)
Contributors to this release

1.8.4 (2025-03-19)

Bug Fixes
  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#​6833) (f10c2e0)
Contributors to this release

1.8.3 (2025-03-10)

Bug Fixes
  • add missing type for allowAbsoluteUrls (#​6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#​6814) (ec159e5)
Contributors to this release

1.8.2 (2025-03-07)

Bug Fixes
  • http-adapter: add allowAbsoluteUrls to path building (#​6810) (fb8eec2)
Contributors to this release

1.8.1 (2025-02-26)

Bug Fixes
  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#​6789) (36a5a62)
Contributors to this release
WiseLibs/better-sqlite3 (better-sqlite3)

v12.5.0

Compare Source

What's Changed

  • Update SQLite to version 3.51.1 in #​1424

Full Changelog: WiseLibs/better-sqlite3@v12.4.6...v12.5.0

v12.4.6

Compare Source

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.4.5...v12.4.6

v12.4.5

Compare Source

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.4.4...v12.4.5

Automattic/node-canvas (canvas)

v3.2.0

Compare Source

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

Added
  • Added ctx.lang to set the ISO language code for text

v3.1.2

Compare Source

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

Fixed
  • Fix crash when setting width/height on PDF, SVG canvas (#​2520)
webpack-contrib/copy-webpack-plugin (copy-webpack-plugin)

v13.0.1

Compare Source

webpack/css-minimizer-webpack-plugin (css-minimizer-webpack-plugin)

v7.0.4

Compare Source

v7.0.3

Compare Source

jantimon/html-webpack-plugin (html-webpack-plugin)

v5.6.5

Compare Source

v5.6.4

Compare Source

pillarjs/iconv-lite (iconv-lite)

v0.7.1

Compare Source

🚀 Improvements

v0.7.0

Compare Source

🐞 Bug fixes
  • Handle split surrogate pairs when encoding utf8 - by @​yosion-p and @​ashtuchkin in #​282:

    Handle a case where streaming utf8 encoder (converting js strings -> buffers) encounters
    surrogate pairs split between chunks (last character of one chunk is high surrogate and first
    character of the next chunk is a low surrogate).

  • Avoid false positives in encodingExists by using objects without a prototype - by @​bjohansebas in #​328

    The encodingExists method could return incorrect results if the lookup matched properties inherited
    from the prototype of the object that stores the encodings, such as constructor and others. This change
    replaces that object with one that has no prototype, ensuring that only explicitly defined valid encodings
    in the library are considered. In addition, the fix is applied to the internal cache system to avoid the same
    kind of false positives

🚀 Improvements
pmndrs/jotai (jotai)

v2.16.1

Compare Source

This fixes an internal API issue that affects ecosystem libraries.

What's Changed

  • fix(internals): buildingblocks should not invoke buildingblock definitions from top-scope by @​dmaskasky in #​3197

Full Changelog: pmndrs/jotai@v2.16.0...v2.16.1

v2.16.0

Compare Source

This version deprecates atomFamily in jotai/utils in favor of jotai-family, and includes some internal changes.

What's Changed

Full Changelog: pmndrs/jotai@v2.15.2...v2.16.0

v2.15.2

Compare Source

This release introduces some internal changes. In particular, it adds a warning when unsupported store mutations (side effects) are detected.

What's Changed

Full Changelog: pmndrs/jotai@v2.15.1...v2.15.2

v2.15.1

Compare Source

A minor but important fix in utils.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.15.0...v2.15.1

v2.15.0

Compare Source

This is another change in the internal functions of the core, to help Jotai ecosystem libraries.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.14.0...v2.15.0

v2.14.0

Compare Source

This version changes the internal functions of the core. Libraries that depend on them, such as jotai-devtools, need to be updated correspondingly.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.13.1...v2.14.0

v2.13.1

Compare Source

This version fixes some types in utils.

What's Changed

Full Changelog: pmndrs/jotai@v2.13.0...v2.13.1

v2.13.0

Compare Source

This removes the deprecated devstore. Be sure to use the latest jotai-devtools.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.12.5...v2.13.0

v2.12.5

Compare Source

An improvement for some edge cases.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.12.4...v2.12.5

v2.12.4

Compare Source

We deprecate devstore capability, which will be dropped in the next minor version. Please use the latest jotai-devtools library.

What's Changed

New Contributors

Full Changelog: <https://github.com


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@vercel

vercel Bot commented Apr 23, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
ddr-tools Ready Ready Preview Jan 2, 2026 8:19pm

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 3c343e1 to a7b66f3 Compare April 24, 2025 03:34
@renovate renovate Bot changed the title Update Node.js to 22.15 Update all non-major dependencies Apr 24, 2025
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from a7b66f3 to 432f2fb Compare April 24, 2025 23:59
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 432f2fb to 94342eb Compare April 25, 2025 06:59
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 94342eb to d954ad8 Compare April 25, 2025 14:03
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from d954ad8 to 3313412 Compare April 28, 2025 07:35
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 3313412 to f6c99a8 Compare April 28, 2025 16:41
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from f6c99a8 to f710b5b Compare April 30, 2025 18:59
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from f710b5b to e5d3f2e Compare May 2, 2025 03:18
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from e5d3f2e to d64fe62 Compare May 5, 2025 19:56
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from d64fe62 to d7ce43b Compare May 5, 2025 22:51
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from d7ce43b to 7c69eb9 Compare May 6, 2025 02:01
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 7c69eb9 to f194c37 Compare May 6, 2025 07:35
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from f194c37 to 7ab7896 Compare May 6, 2025 16:57
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 7ab7896 to 7ffea3d Compare May 6, 2025 22:21
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 5259c7f to 273f59d Compare May 19, 2025 16:49
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 273f59d to 6262e62 Compare May 20, 2025 07:25
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 6262e62 to 2a1abc8 Compare May 20, 2025 16:48
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 2a1abc8 to dcfbe84 Compare May 20, 2025 22:11
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from dcfbe84 to 1df5db7 Compare May 21, 2025 01:40
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 1df5db7 to 8a5a50e Compare May 21, 2025 12:40
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 8a5a50e to 991fee5 Compare May 21, 2025 19:43
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 991fee5 to ee07d4f Compare May 23, 2025 20:09
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from ee07d4f to 0a8bb4c Compare May 27, 2025 11:30
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 0a8bb4c to c476660 Compare May 27, 2025 20:22
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from c476660 to 9120387 Compare May 28, 2025 20:23
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 9120387 to 8026401 Compare May 29, 2025 10:06
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 8026401 to 1a247c0 Compare May 29, 2025 22:42
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 1a247c0 to ab3fe2f Compare May 30, 2025 00:50
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.

1 participant