[PR #37] [MERGED] chore(deps): bump the dependencies group across 1 directory with 12 updates #38

Closed
opened 2026-03-02 11:45:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karant-dev/AutoRedact/pull/37
Author: @dependabot[bot]
Created: 12/31/2025
Status: Merged
Merged: 1/2/2026
Merged by: @karant-dev

Base: mainHead: dependabot/npm_and_yarn/dependencies-43c0deffc1


📝 Commits (1)

  • b240c7b chore(deps): bump the dependencies group across 1 directory with 12 updates

📊 Changes

2 files changed (+321 additions, -791 deletions)

View changed files

📝 package-lock.json (+310 -780)
📝 package.json (+11 -11)

📄 Description

Bumps the dependencies group with 11 updates in the / directory:

Package From To
pdfjs-dist 5.4.449 5.4.530
react 19.2.1 19.2.3
react-dom 19.2.1 19.2.3
tesseract.js 6.0.1 7.0.0
@eslint/js 9.39.1 9.39.2
@tailwindcss/vite 4.1.17 4.1.18
@types/node 25.0.0 25.0.3
eslint 9.39.1 9.39.2
eslint-plugin-react-refresh 0.4.24 0.4.26
typescript-eslint 8.49.0 8.51.0
vite 7.2.7 7.3.0

Updates pdfjs-dist from 5.4.449 to 5.4.530

Release notes

Sourced from pdfjs-dist's releases.

v5.4.530

This release, the final one of 2025, contains improvements for accessibility, font conversion, image conversion, performance, text selection and the viewer.

Changes since v5.4.449

Commits
  • 50cc4ad Merge pull request #20535 from calixteman/issue18062
  • 5518c8a Use CIDToGIDMap when the font is a type 2 with an OpenType font
  • 1990fa7 Merge pull request #20538 from calixteman/issue13425
  • 67b92b3 Merge pull request #20537 from calixteman/remove_undestack
  • 884cd20 Merge pull request #20531 from calixteman/issue20523
  • 2d7c056 Merge pull request #20522 from calixteman/claude
  • 22932f7 Fix the loca table length when there is enough space for it
  • 1dffcf7 Remove undefStack stuff in the cff parser
  • eaf49c1 Avoid to have a mail link with string having the format ddd@d.dddd
  • 165a12c Add CLAUDE.md generated with claude code
  • Additional commits viewable in compare view

Updates react from 19.2.1 to 19.2.3

Release notes

Sourced from react's releases.

19.2.3 (December 11th, 2025)

React Server Components

19.2.2 (December 11th, 2025)

React Server Components

Commits

Updates react-dom from 19.2.1 to 19.2.3

Release notes

Sourced from react-dom's releases.

19.2.3 (December 11th, 2025)

React Server Components

19.2.2 (December 11th, 2025)

React Server Components

Commits

Updates tesseract.js from 6.0.1 to 7.0.0

Release notes

Sourced from tesseract.js's releases.

v7.0.0

What's Changed

  • Significant improvements to recognition speed (by @​fanchenkong1 in naptha/tesseract.js#1039)
    • A new relaxedsimd build takes advantage of the latest WASM and hardware capabilities.
    • Upgrading from v6 to v7 reduces runtimes by ~15-35% (depending on device and use-case). The highest uplifts are currently seen on the latest Intel processors.
  • Dropped support for Node.js v14.
  • Various minor changes

New Contributors

Full Changelog: https://github.com/naptha/tesseract.js/compare/v6.0.1...v7.0.0

Commits

Updates @eslint/js from 9.39.1 to 9.39.2

Release notes

Sourced from @​eslint/js's releases.

v9.39.2

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus)

Build Related

  • 506f154 build: add .scss files entry to knip (#20391) (Milos Djermanovic)

Chores

  • 7ca0af7 chore: upgrade to @eslint/js@9.39.2 (#20394) (Francesco Trotta)
  • c43ce24 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c9858e ci: add v9.x-dev branch (#20382) (Milos Djermanovic)
Commits

Updates @tailwindcss/vite from 4.1.17 to 4.1.18

Release notes

Sourced from @​tailwindcss/vite's releases.

v4.1.18

Fixed

  • Ensure validation of source(…) happens relative to the file it is in (#19274)
  • Include filename and line numbers in CSS parse errors (#19282)
  • Skip comments in Ruby files when checking for class names (#19243)
  • Skip over arbitrary property utilities with a top-level ! in the value (#19243)
  • Support environment API in @tailwindcss/vite (#18970)
  • Preserve case of theme keys from JS configs and plugins (#19337)
  • Write source maps correctly on the CLI when using --watch (#19373)
  • Handle special defaults (like ringColor.DEFAULT) in JS configs (#19348)
  • Improve backwards compatibility for content theme key from JS configs (#19381)
  • Upgrade: Handle future and experimental config keys (#19344)
  • Try to canonicalize any arbitrary utility to a bare value (#19379)
  • Validate candidates similarly to Oxide (#19397)
  • Canonicalization: combine text-* and leading-* classes (#19396)
  • Correctly handle duplicate CLI arguments (#19416)
  • Don’t emit color-mix fallback rules inside @keyframes (#19419)
  • CLI: Don't hang when output is /dev/stdout (#19421)
Changelog

Sourced from @​tailwindcss/vite's changelog.

[4.1.18] - 2025-12-11

Fixed

  • Ensure validation of source(…) happens relative to the file it is in (#19274)
  • Include filename and line numbers in CSS parse errors (#19282)
  • Skip comments in Ruby files when checking for class names (#19243)
  • Skip over arbitrary property utilities with a top-level ! in the value (#19243)
  • Support environment API in @tailwindcss/vite (#18970)
  • Preserve case of theme keys from JS configs and plugins (#19337)
  • Write source maps correctly on the CLI when using --watch (#19373)
  • Handle special defaults (like ringColor.DEFAULT) in JS configs (#19348)
  • Improve backwards compatibility for content theme key from JS configs (#19381)
  • Upgrade: Handle future and experimental config keys (#19344)
  • Try to canonicalize any arbitrary utility to a bare value (#19379)
  • Validate candidates similarly to Oxide (#19397)
  • Canonicalization: combine text-* and leading-* classes (#19396)
  • Correctly handle duplicate CLI arguments (#19416)
  • Don’t emit color-mix fallback rules inside @keyframes (#19419)
  • CLI: Don't hang when output is /dev/stdout (#19421)

[3.4.19] - 2025-12-10

Fixed

  • Don’t break sibling-*() functions when used inside calc(…) (#19335)
Commits

Updates @types/node from 25.0.0 to 25.0.3

Commits

Updates eslint from 9.39.1 to 9.39.2

Release notes

Sourced from eslint's releases.

v9.39.2

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus)

Build Related

  • 506f154 build: add .scss files entry to knip (#20391) (Milos Djermanovic)

Chores

  • 7ca0af7 chore: upgrade to @eslint/js@9.39.2 (#20394) (Francesco Trotta)
  • c43ce24 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c9858e ci: add v9.x-dev branch (#20382) (Milos Djermanovic)
Commits

Updates eslint-plugin-react-refresh from 0.4.24 to 0.4.26

Release notes

Sourced from eslint-plugin-react-refresh's releases.

v0.4.26

  • Revert changes to fix #93 (fixes #95)

v0.4.25

  • Report cases like export const ENUM = Object.keys(TABLE) as EnumType[]; (fixes #93)
  • Allow _ in component names (#94)
Changelog

Sourced from eslint-plugin-react-refresh's changelog.

0.4.26

  • Revert changes to fix #93 (fixes #95)

0.4.25

  • Report cases like export const ENUM = Object.keys(TABLE) as EnumType[]; (fixes #93) (reverted in 0.4.26)
  • Allow _ in component names (#94)
Commits
  • 95c02ba Revert "Catch non React exports defined as call expressions"(fixes #95) [publ...
  • 8ea312d Update the name of next config (vite -> next) (#96)
  • 4fc6d3d Catch non React exports defined as call expressions [publish]
  • 0397bde Allow non-leading underscores (#94)
  • See full diff in compare view

Updates tailwindcss from 4.1.17 to 4.1.18

Release notes

Sourced from tailwindcss's releases.

v4.1.18

Fixed

  • Ensure validation of source(…) happens relative to the file it is in (#19274)
  • Include filename and line numbers in CSS parse errors (#19282)
  • Skip comments in Ruby files when checking for class names (#19243)
  • Skip over arbitrary property utilities with a top-level ! in the value (#19243)
  • Support environment API in @tailwindcss/vite (#18970)
  • Preserve case of theme keys from JS configs and plugins (#19337)
  • Write source maps correctly on the CLI when using --watch (#19373)
  • Handle special defaults (like ringColor.DEFAULT) in JS configs (#19348)
  • Improve backwards compatibility for content theme key from JS configs (#19381)
  • Upgrade: Handle future and experimental config keys (#19344)
  • Try to canonicalize any arbitrary utility to a bare value (#19379)
  • Validate candidates similarly to Oxide (#19397)
  • Canonicalization: combine text-* and leading-* classes (#19396)
  • Correctly handle duplicate CLI arguments (#19416)
  • Don’t emit color-mix fallback rules inside @keyframes (#19419)
  • CLI: Don't hang when output is /dev/stdout (#19421)
Changelog

Sourced from tailwindcss's changelog.

[4.1.18] - 2025-12-11

Fixed

  • Ensure validation of source(…) happens relative to the file it is in (#19274)
  • Include filename and line numbers in CSS parse errors (#19282)
  • Skip comments in Ruby files when checking for class names (#19243)
  • Skip over arbitrary property utilities with a top-level ! in the value (#19243)
  • Support environment API in @tailwindcss/vite (#18970)
  • Preserve case of theme keys from JS configs and plugins (#19337)
  • Write source maps correctly on the CLI when using --watch (#19373)
  • Handle special defaults (like ringColor.DEFAULT) in JS configs (#19348)
  • Improve backwards compatibility for content theme key from JS configs (#19381)
  • Upgrade: Handle future and experimental config keys (#19344)
  • Try to canonicalize any arbitrary utility to a bare value (#19379)
  • Validate candidates similarly to Oxide (#19397)
  • Canonicalization: combine text-* and leading-* classes (#19396)
  • Correctly handle duplicate CLI arguments (#19416)
  • Don’t emit color-mix fallback rules inside @keyframes (#19419)
  • CLI: Don't hang when output is /dev/stdout (#19421)

[3.4.19] - 2025-12-10

Fixed

  • Don’t break sibling-*() functions when used inside calc(…) (#19335)
Commits

Updates typescript-eslint from 8.49.0 to 8.51.0

Release notes

Sourced from typescript-eslint's releases.

v8.51.0

8.51.0 (2025-12-29)

🚀 Features

  • eslint-plugin: expose rule name via RuleModule interface (#11719)
  • eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#11871)
  • eslint-plugin: add namespace to plugin meta (#11885)
  • tsconfig-utils: more informative error on parsing failures (#11888)

🩹 Fixes

  • eslint-plugin: fix crash and false positives in no-useless-default-assignment (#11845)
  • eslint-plugin: remove fixable from no-dynamic-delete rule (#11876)
  • eslint-plugin: bump ts-api-utils to 2.2.0 (#11881)
  • eslint-plugin: [prefer-optional-chain] handle MemberExpression in final chain position (#11835)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.50.1

8.50.1 (2025-12-22)

🩹 Fixes

  • eslint-plugin: [method-signature-style] ignore methods that return this (#11813)
  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#11826)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.50.0

8.50.0 (2025-12-15)

🚀 Features

  • eslint-plugin: [no-useless-default-assignment] add rule (#11720)

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.51.0 (2025-12-29)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.50.1 (2025-12-22)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.50.0 (2025-12-15)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates vite from 7.2.7 to 7.3.0

Release notes

Sourced from vite's releases.

v7.3.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.3.0 (2025-12-15)

Features

  • deps: update esbuild from ^0.25.0 to ^0.27.0 (#21183) (cff26ec)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karant-dev/AutoRedact/pull/37 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/31/2025 **Status:** ✅ Merged **Merged:** 1/2/2026 **Merged by:** [@karant-dev](https://github.com/karant-dev) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/dependencies-43c0deffc1` --- ### 📝 Commits (1) - [`b240c7b`](https://github.com/karant-dev/AutoRedact/commit/b240c7b9f335c661630c24672df876e360778341) chore(deps): bump the dependencies group across 1 directory with 12 updates ### 📊 Changes **2 files changed** (+321 additions, -791 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+310 -780) 📝 `package.json` (+11 -11) </details> ### 📄 Description Bumps the dependencies group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pdfjs-dist](https://github.com/mozilla/pdf.js) | `5.4.449` | `5.4.530` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.1` | `19.2.3` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.1` | `19.2.3` | | [tesseract.js](https://github.com/naptha/tesseract.js) | `6.0.1` | `7.0.0` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.1` | `9.39.2` | | [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.1.17` | `4.1.18` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.0` | `25.0.3` | | [eslint](https://github.com/eslint/eslint) | `9.39.1` | `9.39.2` | | [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.24` | `0.4.26` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.49.0` | `8.51.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.2.7` | `7.3.0` | Updates `pdfjs-dist` from 5.4.449 to 5.4.530 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mozilla/pdf.js/releases">pdfjs-dist's releases</a>.</em></p> <blockquote> <h2>v5.4.530</h2> <p>This release, the final one of 2025, contains improvements for accessibility, font conversion, image conversion, performance, text selection and the viewer.</p> <h2>Changes since v5.4.449</h2> <ul> <li>Bump the stable version in <code>pdfjs.config</code> by <a href="https://github.com/timvandermeij"><code>@​timvandermeij</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20469">mozilla/pdf.js#20469</a></li> <li>[Editor] Pointer type initialization only when the user changes the mode by <a href="https://github.com/legraina"><code>@​legraina</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20226">mozilla/pdf.js#20226</a></li> <li>Update dependencies and translations to the most recent versions by <a href="https://github.com/timvandermeij"><code>@​timvandermeij</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20470">mozilla/pdf.js#20470</a></li> <li>Aria-hide the text content part of a MathML formula (bug 1998046) by <a href="https://github.com/calixteman"><code>@​calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20471">mozilla/pdf.js#20471</a></li> <li>Inject the text from the text layer in the MathML tags when they're in the struct tree (bug 1998046) by <a href="https://github.com/calixteman"><code>@​calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20472">mozilla/pdf.js#20472</a></li> <li>Add a menu class in order to be used in the new UI for the merge feature by <a href="https://github.com/calixteman"><code>@​calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20483">mozilla/pdf.js#20483</a></li> <li>Add some callbacks when resizing a sidebar by <a href="https://github.com/calixteman"><code>@​calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20474">mozilla/pdf.js#20474</a></li> <li>Use HTMLElement.scrollIntoView when showing a thumbnail by <a href="https://github.com/calixteman"><code>@​calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20476">mozilla/pdf.js#20476</a></li> <li>Extend getGlyphMapForStandardFonts with some Russian entries (issue 20453) by <a href="https://github.com/xiaobai2017666"><code>@​xiaobai2017666</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20454">mozilla/pdf.js#20454</a></li> <li>Add a new linting task in order to detect unused/unknown css variables in the Firefox build by <a href="https://github.com/calixteman"><code>@​calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20485">mozilla/pdf.js#20485</a></li> <li>Add .vscode to .gitignore by <a href="https://github.com/calixteman"><code>@​calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20490">mozilla/pdf.js#20490</a></li> <li>Encode FontPath data into an ArrayBuffer by <a href="https://github.com/ryzokuken"><code>@​ryzokuken</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20346">mozilla/pdf.js#20346</a></li> <li>Move the css for tree object in its own file by <a href="https://github.com/calixteman"><code>@​calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20493">mozilla/pdf.js#20493</a></li> <li>Use only one resize observer in the the sidebar by <a href="https://github.com/calixteman"><code>@​calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20494">mozilla/pdf.js#20494</a></li> <li>Fix infinite loop in JBIG2 decoder with &gt;4 referred-to segments by <a href="https://github.com/Gaurang-5"><code>@​Gaurang-5</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20440">mozilla/pdf.js#20440</a></li> <li>Move text layer scaling logic to CSS by <a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20491">mozilla/pdf.js#20491</a></li> <li>Improves text rendering performance by skipping unnecessary pattern calculations by <a href="https://github.com/AtiX"><code>@​AtiX</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20499">mozilla/pdf.js#20499</a></li> <li>Simplify positioning of elements inside <code>markedContent</code> by <a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20492">mozilla/pdf.js#20492</a></li> <li>Fix <a href="https://redirect.github.com/mozilla/pdf.js/issues/20420">#20420</a>: Prevent double decoding of file URL parameter by <a href="https://github.com/Uzair-Ahmed-Shah"><code>@​Uzair-Ahmed-Shah</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20482">mozilla/pdf.js#20482</a></li> <li>Fix the position of the checkmark when the menu is displayed in RTL by <a href="https://github.com/calixteman"><code>@​calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20500">mozilla/pdf.js#20500</a></li> <li>Fix some css in the tree view by <a href="https://github.com/calixteman"><code>@​calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20508">mozilla/pdf.js#20508</a></li> <li>Change the sidebar for a views manager by <a href="https://github.com/calixteman"><code>@​calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20495">mozilla/pdf.js#20495</a></li> <li>Bump actions/upload-artifact from 5 to 6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20507">mozilla/pdf.js#20507</a></li> <li>Run the CI tests in Node.js version 25 too by <a href="https://github.com/timvandermeij"><code>@​timvandermeij</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20502">mozilla/pdf.js#20502</a></li> <li>Fix unit tests in adding a comma in the JSON for imports by <a href="https://github.com/calixteman"><code>@​calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20517">mozilla/pdf.js#20517</a></li> <li>Update dependencies and translations to the most recent versions by <a href="https://github.com/timvandermeij"><code>@​timvandermeij</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20501">mozilla/pdf.js#20501</a></li> <li>Escape punctuation signs in search query by <a href="https://github.com/calixteman"><code>@​calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20518">mozilla/pdf.js#20518</a></li> <li>Avoid exception when trying to render some glyphs contours by <a href="https://github.com/calixteman"><code>@​calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20514">mozilla/pdf.js#20514</a></li> <li>Simplify regex escaping by <a href="https://github.com/calixteman"><code>@​calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20524">mozilla/pdf.js#20524</a></li> <li>Dont' throw when adding page labels in thumbnails by <a href="https://github.com/calixteman"><code>@​calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20521">mozilla/pdf.js#20521</a></li> <li>Fix the encoding for some missing chinese fonts by <a href="https://github.com/calixteman"><code>@​calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20526">mozilla/pdf.js#20526</a></li> <li>Remove some files from talos tests because they aren't available on webarchive by <a href="https://github.com/calixteman"><code>@​calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20527">mozilla/pdf.js#20527</a></li> <li>Avoid pattern creation with some basic gradients by <a href="https://github.com/calixteman"><code>@​calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20525">mozilla/pdf.js#20525</a></li> <li>Introduce a helper function to draw a line in the ink editor integration tests by <a href="https://github.com/timvandermeij"><code>@​timvandermeij</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20519">mozilla/pdf.js#20519</a></li> <li>Add CLAUDE.md generated with claude code by <a href="https://github.com/calixteman"><code>@​calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20522">mozilla/pdf.js#20522</a></li> <li>Avoid to have a mail link with string having the format <a href="mailto:ddd@d.dddd">ddd@d.dddd</a> by <a href="https://github.com/calixteman"><code>@​calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20531">mozilla/pdf.js#20531</a></li> <li>Remove undefStack stuff in the cff parser by <a href="https://github.com/calixteman"><code>@​calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20537">mozilla/pdf.js#20537</a></li> <li>Fix the loca table length when there is enough space for it by <a href="https://github.com/calixteman"><code>@​calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20538">mozilla/pdf.js#20538</a></li> <li>Use CIDToGIDMap when the font is a type 2 with an OpenType font by <a href="https://github.com/calixteman"><code>@​calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/20535">mozilla/pdf.js#20535</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mozilla/pdf.js/commit/50cc4adac01b8f35cf7d311b9eced150502936fe"><code>50cc4ad</code></a> Merge pull request <a href="https://redirect.github.com/mozilla/pdf.js/issues/20535">#20535</a> from calixteman/issue18062</li> <li><a href="https://github.com/mozilla/pdf.js/commit/5518c8a5440171c42792acde8fcce4b4bd26fed4"><code>5518c8a</code></a> Use CIDToGIDMap when the font is a type 2 with an OpenType font</li> <li><a href="https://github.com/mozilla/pdf.js/commit/1990fa7cd02007747d6dbbdde504aff0987ed8e1"><code>1990fa7</code></a> Merge pull request <a href="https://redirect.github.com/mozilla/pdf.js/issues/20538">#20538</a> from calixteman/issue13425</li> <li><a href="https://github.com/mozilla/pdf.js/commit/67b92b34216e760189363581cd74eed890a892d8"><code>67b92b3</code></a> Merge pull request <a href="https://redirect.github.com/mozilla/pdf.js/issues/20537">#20537</a> from calixteman/remove_undestack</li> <li><a href="https://github.com/mozilla/pdf.js/commit/884cd20156b1ec80180c9e9ae672889106304eeb"><code>884cd20</code></a> Merge pull request <a href="https://redirect.github.com/mozilla/pdf.js/issues/20531">#20531</a> from calixteman/issue20523</li> <li><a href="https://github.com/mozilla/pdf.js/commit/2d7c056ab10d5cf641c895a34e527fea59cbd10a"><code>2d7c056</code></a> Merge pull request <a href="https://redirect.github.com/mozilla/pdf.js/issues/20522">#20522</a> from calixteman/claude</li> <li><a href="https://github.com/mozilla/pdf.js/commit/22932f7b68bdaf3fac7097af540cfc69e14b8429"><code>22932f7</code></a> Fix the loca table length when there is enough space for it</li> <li><a href="https://github.com/mozilla/pdf.js/commit/1dffcf7f256ac1859d75a187448cda3951bc0701"><code>1dffcf7</code></a> Remove undefStack stuff in the cff parser</li> <li><a href="https://github.com/mozilla/pdf.js/commit/eaf49c10578ec5969dfbadfedc614c5a92d58b5f"><code>eaf49c1</code></a> Avoid to have a mail link with string having the format <a href="mailto:ddd@d.dddd">ddd@d.dddd</a></li> <li><a href="https://github.com/mozilla/pdf.js/commit/165a12cfac017fa61ccd24215fcab58a49273eac"><code>165a12c</code></a> Add CLAUDE.md generated with claude code</li> <li>Additional commits viewable in <a href="https://github.com/mozilla/pdf.js/compare/v5.4.449...v5.4.530">compare view</a></li> </ul> </details> <br /> Updates `react` from 19.2.1 to 19.2.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/react/releases">react's releases</a>.</em></p> <blockquote> <h2>19.2.3 (December 11th, 2025)</h2> <h2>React Server Components</h2> <ul> <li>Add extra loop protection to React Server Functions (<a href="https://github.com/sebmarkbage"><code>@​sebmarkbage</code></a> <a href="https://redirect.github.com/facebook/react/pull/35351">#35351</a>)</li> </ul> <h2>19.2.2 (December 11th, 2025)</h2> <h2>React Server Components</h2> <ul> <li>Move <code>react-server-dom-webpack/*.unbundled</code> to private <code>react-server-dom-unbundled</code> (<a href="https://github.com/eps1lon"><code>@​eps1lon</code></a> <a href="https://redirect.github.com/facebook/react/pull/35290">facebook/react#35290</a>)</li> <li>Patch Promise cycles and toString on Server Functions (<a href="https://github.com/sebmarkbage"><code>@​sebmarkbage</code></a>, <a href="https://github.com/unstubbable"><code>@​unstubbable</code></a> <a href="https://redirect.github.com/facebook/react/pull/35289">#35289</a>, <a href="https://redirect.github.com/facebook/react/pull/35345">#35345</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/react/commit/612e371fb215498edde4c853bd1e0c8e9203808f"><code>612e371</code></a> Version 19.2.3</li> <li><a href="https://github.com/facebook/react/commit/b910fc15e38d4fa80003819ddb7a928a3c3dca5d"><code>b910fc1</code></a> Version 19.2.2</li> <li>See full diff in <a href="https://github.com/facebook/react/commits/v19.2.3/packages/react">compare view</a></li> </ul> </details> <br /> Updates `react-dom` from 19.2.1 to 19.2.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/react/releases">react-dom's releases</a>.</em></p> <blockquote> <h2>19.2.3 (December 11th, 2025)</h2> <h2>React Server Components</h2> <ul> <li>Add extra loop protection to React Server Functions (<a href="https://github.com/sebmarkbage"><code>@​sebmarkbage</code></a> <a href="https://redirect.github.com/facebook/react/pull/35351">#35351</a>)</li> </ul> <h2>19.2.2 (December 11th, 2025)</h2> <h2>React Server Components</h2> <ul> <li>Move <code>react-server-dom-webpack/*.unbundled</code> to private <code>react-server-dom-unbundled</code> (<a href="https://github.com/eps1lon"><code>@​eps1lon</code></a> <a href="https://redirect.github.com/facebook/react/pull/35290">facebook/react#35290</a>)</li> <li>Patch Promise cycles and toString on Server Functions (<a href="https://github.com/sebmarkbage"><code>@​sebmarkbage</code></a>, <a href="https://github.com/unstubbable"><code>@​unstubbable</code></a> <a href="https://redirect.github.com/facebook/react/pull/35289">#35289</a>, <a href="https://redirect.github.com/facebook/react/pull/35345">#35345</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/react/commit/612e371fb215498edde4c853bd1e0c8e9203808f"><code>612e371</code></a> Version 19.2.3</li> <li><a href="https://github.com/facebook/react/commit/b910fc15e38d4fa80003819ddb7a928a3c3dca5d"><code>b910fc1</code></a> Version 19.2.2</li> <li>See full diff in <a href="https://github.com/facebook/react/commits/v19.2.3/packages/react-dom">compare view</a></li> </ul> </details> <br /> Updates `tesseract.js` from 6.0.1 to 7.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/naptha/tesseract.js/releases">tesseract.js's releases</a>.</em></p> <blockquote> <h2>v7.0.0</h2> <h2>What's Changed</h2> <ul> <li>Significant improvements to recognition speed (by <a href="https://github.com/fanchenkong1"><code>@​fanchenkong1</code></a> in <a href="https://redirect.github.com/naptha/tesseract.js/pull/1039">naptha/tesseract.js#1039</a>) <ul> <li>A new <code>relaxedsimd</code> build takes advantage of the latest WASM and hardware capabilities.</li> <li>Upgrading from v6 to v7 reduces runtimes by ~15-35% (depending on device and use-case). The highest uplifts are currently seen on the latest Intel processors.</li> </ul> </li> <li>Dropped support for Node.js v14.</li> <li>Various minor changes</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/hata6502"><code>@​hata6502</code></a> made their first contribution in <a href="https://redirect.github.com/naptha/tesseract.js/pull/1035">naptha/tesseract.js#1035</a></li> <li><a href="https://github.com/fanchenkong1"><code>@​fanchenkong1</code></a> made their first contribution in <a href="https://redirect.github.com/naptha/tesseract.js/pull/1039">naptha/tesseract.js#1039</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/naptha/tesseract.js/compare/v6.0.1...v7.0.0">https://github.com/naptha/tesseract.js/compare/v6.0.1...v7.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/naptha/tesseract.js/commit/42eae669e4b3a66429d8516f078912cc747a89df"><code>42eae66</code></a> 7.0.0</li> <li><a href="https://github.com/naptha/tesseract.js/commit/1b0faecb6abdaba6cda9f90a42384366d21a7c71"><code>1b0faec</code></a> Enable WASM relaxed SIMD in tesseract.js (<a href="https://redirect.github.com/naptha/tesseract.js/issues/1039">#1039</a>)</li> <li><a href="https://github.com/naptha/tesseract.js/commit/41449414cae7865c190b49c60b961280c9315dc3"><code>4144941</code></a> Dropped Node.js v14 support (<a href="https://redirect.github.com/naptha/tesseract.js/issues/1041">#1041</a>)</li> <li><a href="https://github.com/naptha/tesseract.js/commit/50a3fd2cb8511194d5d8bbc245938716d4134411"><code>50a3fd2</code></a> Added Node.js v24 to Actions (<a href="https://redirect.github.com/naptha/tesseract.js/issues/1021">#1021</a>)</li> <li><a href="https://github.com/naptha/tesseract.js/commit/a20d9ff04579e2fb604d4edad3c3bf1bb543ac69"><code>a20d9ff</code></a> Bump form-data from 4.0.2 to 4.0.4 (<a href="https://redirect.github.com/naptha/tesseract.js/issues/1026">#1026</a>)</li> <li><a href="https://github.com/naptha/tesseract.js/commit/0676b7897f90e30bbf9e9d6c77f74e09aba19516"><code>0676b78</code></a> Bump tmp from 0.2.3 to 0.2.4 (<a href="https://redirect.github.com/naptha/tesseract.js/issues/1029">#1029</a>)</li> <li><a href="https://github.com/naptha/tesseract.js/commit/9c6fc3c775434de6e3375bfc9dea1cff2d488161"><code>9c6fc3c</code></a> Fixed types per <a href="https://redirect.github.com/naptha/tesseract.js/issues/1033">#1033</a> (<a href="https://redirect.github.com/naptha/tesseract.js/issues/1036">#1036</a>)</li> <li><a href="https://github.com/naptha/tesseract.js/commit/fb2bd4d4b1ce72c1855c504564116459380b7491"><code>fb2bd4d</code></a> Add GIF format to documentation (<a href="https://redirect.github.com/naptha/tesseract.js/issues/1035">#1035</a>)</li> <li><a href="https://github.com/naptha/tesseract.js/commit/d82eb05039c9879f5563c3bb0487e8f5683884fd"><code>d82eb05</code></a> Fixed type error per <a href="https://redirect.github.com/naptha/tesseract.js/issues/1031">#1031</a> (<a href="https://redirect.github.com/naptha/tesseract.js/issues/1032">#1032</a>)</li> <li><a href="https://github.com/naptha/tesseract.js/commit/f9dac0742374940f88100eb47838e902e3b51eb8"><code>f9dac07</code></a> Update api.md</li> <li>See full diff in <a href="https://github.com/naptha/tesseract.js/compare/v6.0.1...v7.0.0">compare view</a></li> </ul> </details> <br /> Updates `@eslint/js` from 9.39.1 to 9.39.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases"><code>@​eslint/js</code>'s releases</a>.</em></p> <blockquote> <h2>v9.39.2</h2> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/57058331946568164449c5caabe2cf206e4fb5d9"><code>5705833</code></a> fix: warn when <code>eslint-env</code> configuration comments are found (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20381">#20381</a>) (sethamus)</li> </ul> <h2>Build Related</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/506f1549a64aa65bdddc75c71cb62f0ab94b5a23"><code>506f154</code></a> build: add .scss files entry to knip (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20391">#20391</a>) (Milos Djermanovic)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/7ca0af7f9f89dd4a01736dae01931c45d528171b"><code>7ca0af7</code></a> chore: upgrade to <code>@eslint/js@9.39.2</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20394">#20394</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/c43ce24ff0ce073ec4ad691cd5a50171dfe6cf1e"><code>c43ce24</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/4c9858e47bb9146cf20f546a562bc58a9ee3dae1"><code>4c9858e</code></a> ci: add <code>v9.x-dev</code> branch (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20382">#20382</a>) (Milos Djermanovic)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/c43ce24ff0ce073ec4ad691cd5a50171dfe6cf1e"><code>c43ce24</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li>See full diff in <a href="https://github.com/eslint/eslint/commits/v9.39.2/packages/js">compare view</a></li> </ul> </details> <br /> Updates `@tailwindcss/vite` from 4.1.17 to 4.1.18 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases"><code>@​tailwindcss/vite</code>'s releases</a>.</em></p> <blockquote> <h2>v4.1.18</h2> <h3>Fixed</h3> <ul> <li>Ensure validation of <code>source(…)</code> happens relative to the file it is in (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19274">#19274</a>)</li> <li>Include filename and line numbers in CSS parse errors (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19282">#19282</a>)</li> <li>Skip comments in Ruby files when checking for class names (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19243">#19243</a>)</li> <li>Skip over arbitrary property utilities with a top-level <code>!</code> in the value (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19243">#19243</a>)</li> <li>Support environment API in <code>@tailwindcss/vite</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18970">#18970</a>)</li> <li>Preserve case of theme keys from JS configs and plugins (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19337">#19337</a>)</li> <li>Write source maps correctly on the CLI when using <code>--watch</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19373">#19373</a>)</li> <li>Handle special defaults (like <code>ringColor.DEFAULT</code>) in JS configs (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19348">#19348</a>)</li> <li>Improve backwards compatibility for <code>content</code> theme key from JS configs (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19381">#19381</a>)</li> <li>Upgrade: Handle <code>future</code> and <code>experimental</code> config keys (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19344">#19344</a>)</li> <li>Try to canonicalize any arbitrary utility to a bare value (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19379">#19379</a>)</li> <li>Validate candidates similarly to Oxide (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19397">#19397</a>)</li> <li>Canonicalization: combine <code>text-*</code> and <code>leading-*</code> classes (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19396">#19396</a>)</li> <li>Correctly handle duplicate CLI arguments (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19416">#19416</a>)</li> <li>Don’t emit color-mix fallback rules inside <code>@keyframes</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19419">#19419</a>)</li> <li>CLI: Don't hang when output is <code>/dev/stdout</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19421">#19421</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md"><code>@​tailwindcss/vite</code>'s changelog</a>.</em></p> <blockquote> <h2>[4.1.18] - 2025-12-11</h2> <h3>Fixed</h3> <ul> <li>Ensure validation of <code>source(…)</code> happens relative to the file it is in (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19274">#19274</a>)</li> <li>Include filename and line numbers in CSS parse errors (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19282">#19282</a>)</li> <li>Skip comments in Ruby files when checking for class names (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19243">#19243</a>)</li> <li>Skip over arbitrary property utilities with a top-level <code>!</code> in the value (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19243">#19243</a>)</li> <li>Support environment API in <code>@tailwindcss/vite</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18970">#18970</a>)</li> <li>Preserve case of theme keys from JS configs and plugins (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19337">#19337</a>)</li> <li>Write source maps correctly on the CLI when using <code>--watch</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19373">#19373</a>)</li> <li>Handle special defaults (like <code>ringColor.DEFAULT</code>) in JS configs (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19348">#19348</a>)</li> <li>Improve backwards compatibility for <code>content</code> theme key from JS configs (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19381">#19381</a>)</li> <li>Upgrade: Handle <code>future</code> and <code>experimental</code> config keys (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19344">#19344</a>)</li> <li>Try to canonicalize any arbitrary utility to a bare value (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19379">#19379</a>)</li> <li>Validate candidates similarly to Oxide (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19397">#19397</a>)</li> <li>Canonicalization: combine <code>text-*</code> and <code>leading-*</code> classes (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19396">#19396</a>)</li> <li>Correctly handle duplicate CLI arguments (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19416">#19416</a>)</li> <li>Don’t emit color-mix fallback rules inside <code>@keyframes</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19419">#19419</a>)</li> <li>CLI: Don't hang when output is <code>/dev/stdout</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19421">#19421</a>)</li> </ul> <h2>[3.4.19] - 2025-12-10</h2> <h3>Fixed</h3> <ul> <li>Don’t break <code>sibling-*()</code> functions when used inside <code>calc(…)</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19335">#19335</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/9b32f7cb2fd341e1f9ddbe40a4d61d2f272ae33f"><code>9b32f7c</code></a> Release v4.1.18 (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite/issues/19431">#19431</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/5f107e28224a29df5fd27e7135bffc4398149115"><code>5f107e2</code></a> Fix typo</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/e4b6c67bcb528a51b5482356fdf66e44816fafeb"><code>e4b6c67</code></a> Support Vite Environment API (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite/issues/18970">#18970</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/21f2bf99b9764929b5268ce2174840086ef191cc"><code>21f2bf9</code></a> perf(vite): add plugin hook filter (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite/issues/19308">#19308</a>)</li> <li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/packages/@tailwindcss-vite">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 25.0.0 to 25.0.3 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> Updates `eslint` from 9.39.1 to 9.39.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v9.39.2</h2> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/57058331946568164449c5caabe2cf206e4fb5d9"><code>5705833</code></a> fix: warn when <code>eslint-env</code> configuration comments are found (<a href="https://redirect.github.com/eslint/eslint/issues/20381">#20381</a>) (sethamus)</li> </ul> <h2>Build Related</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/506f1549a64aa65bdddc75c71cb62f0ab94b5a23"><code>506f154</code></a> build: add .scss files entry to knip (<a href="https://redirect.github.com/eslint/eslint/issues/20391">#20391</a>) (Milos Djermanovic)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/7ca0af7f9f89dd4a01736dae01931c45d528171b"><code>7ca0af7</code></a> chore: upgrade to <code>@eslint/js@9.39.2</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20394">#20394</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/c43ce24ff0ce073ec4ad691cd5a50171dfe6cf1e"><code>c43ce24</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/4c9858e47bb9146cf20f546a562bc58a9ee3dae1"><code>4c9858e</code></a> ci: add <code>v9.x-dev</code> branch (<a href="https://redirect.github.com/eslint/eslint/issues/20382">#20382</a>) (Milos Djermanovic)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/9278324aa0023d223874825b0d4b6ac75783096a"><code>9278324</code></a> 9.39.2</li> <li><a href="https://github.com/eslint/eslint/commit/542266ad3c58b47066d4b8ae61d419b423acee8f"><code>542266a</code></a> Build: changelog update for 9.39.2</li> <li><a href="https://github.com/eslint/eslint/commit/7ca0af7f9f89dd4a01736dae01931c45d528171b"><code>7ca0af7</code></a> chore: upgrade to <code>@eslint/js@9.39.2</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20394">#20394</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/c43ce24ff0ce073ec4ad691cd5a50171dfe6cf1e"><code>c43ce24</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/57058331946568164449c5caabe2cf206e4fb5d9"><code>5705833</code></a> fix: warn when <code>eslint-env</code> configuration comments are found (<a href="https://redirect.github.com/eslint/eslint/issues/20381">#20381</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/506f1549a64aa65bdddc75c71cb62f0ab94b5a23"><code>506f154</code></a> build: add .scss files entry to knip (<a href="https://redirect.github.com/eslint/eslint/issues/20391">#20391</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/4c9858e47bb9146cf20f546a562bc58a9ee3dae1"><code>4c9858e</code></a> ci: add <code>v9.x-dev</code> branch (<a href="https://redirect.github.com/eslint/eslint/issues/20382">#20382</a>)</li> <li>See full diff in <a href="https://github.com/eslint/eslint/compare/v9.39.1...v9.39.2">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-react-refresh` from 0.4.24 to 0.4.26 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases">eslint-plugin-react-refresh's releases</a>.</em></p> <blockquote> <h2>v0.4.26</h2> <ul> <li>Revert changes to fix <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/93">#93</a> (fixes <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/95">#95</a>)</li> </ul> <h2>v0.4.25</h2> <ul> <li>Report cases like <code>export const ENUM = Object.keys(TABLE) as EnumType[];</code> (fixes <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/93">#93</a>)</li> <li>Allow <code>_</code> in component names (<a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/pull/94">#94</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md">eslint-plugin-react-refresh's changelog</a>.</em></p> <blockquote> <h2>0.4.26</h2> <ul> <li>Revert changes to fix <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/93">#93</a> (fixes <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/95">#95</a>)</li> </ul> <h2>0.4.25</h2> <ul> <li>Report cases like <code>export const ENUM = Object.keys(TABLE) as EnumType[];</code> (fixes <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/93">#93</a>) (reverted in 0.4.26)</li> <li>Allow <code>_</code> in component names (<a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/pull/94">#94</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/commit/95c02ba163eb04da82224611ea4f24d83e600ee5"><code>95c02ba</code></a> Revert &quot;Catch non React exports defined as call expressions&quot;(fixes <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/95">#95</a>) [publ...</li> <li><a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/commit/8ea312dffc209bc06963a0bee33d1c0a5eb1818f"><code>8ea312d</code></a> Update the name of next config (<code>vite</code> -&gt; <code>next</code>) (<a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/96">#96</a>)</li> <li><a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/commit/4fc6d3dc363034f5d58511e7d96e274e0815a7db"><code>4fc6d3d</code></a> Catch non React exports defined as call expressions [publish]</li> <li><a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/commit/0397bde377968a21d6d55af3118e4cccabb942d4"><code>0397bde</code></a> Allow non-leading underscores (<a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/94">#94</a>)</li> <li>See full diff in <a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.4.24...v0.4.26">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 4.1.17 to 4.1.18 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v4.1.18</h2> <h3>Fixed</h3> <ul> <li>Ensure validation of <code>source(…)</code> happens relative to the file it is in (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19274">#19274</a>)</li> <li>Include filename and line numbers in CSS parse errors (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19282">#19282</a>)</li> <li>Skip comments in Ruby files when checking for class names (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19243">#19243</a>)</li> <li>Skip over arbitrary property utilities with a top-level <code>!</code> in the value (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19243">#19243</a>)</li> <li>Support environment API in <code>@tailwindcss/vite</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18970">#18970</a>)</li> <li>Preserve case of theme keys from JS configs and plugins (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19337">#19337</a>)</li> <li>Write source maps correctly on the CLI when using <code>--watch</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19373">#19373</a>)</li> <li>Handle special defaults (like <code>ringColor.DEFAULT</code>) in JS configs (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19348">#19348</a>)</li> <li>Improve backwards compatibility for <code>content</code> theme key from JS configs (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19381">#19381</a>)</li> <li>Upgrade: Handle <code>future</code> and <code>experimental</code> config keys (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19344">#19344</a>)</li> <li>Try to canonicalize any arbitrary utility to a bare value (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19379">#19379</a>)</li> <li>Validate candidates similarly to Oxide (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19397">#19397</a>)</li> <li>Canonicalization: combine <code>text-*</code> and <code>leading-*</code> classes (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19396">#19396</a>)</li> <li>Correctly handle duplicate CLI arguments (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19416">#19416</a>)</li> <li>Don’t emit color-mix fallback rules inside <code>@keyframes</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19419">#19419</a>)</li> <li>CLI: Don't hang when output is <code>/dev/stdout</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19421">#19421</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[4.1.18] - 2025-12-11</h2> <h3>Fixed</h3> <ul> <li>Ensure validation of <code>source(…)</code> happens relative to the file it is in (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19274">#19274</a>)</li> <li>Include filename and line numbers in CSS parse errors (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19282">#19282</a>)</li> <li>Skip comments in Ruby files when checking for class names (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19243">#19243</a>)</li> <li>Skip over arbitrary property utilities with a top-level <code>!</code> in the value (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19243">#19243</a>)</li> <li>Support environment API in <code>@tailwindcss/vite</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18970">#18970</a>)</li> <li>Preserve case of theme keys from JS configs and plugins (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19337">#19337</a>)</li> <li>Write source maps correctly on the CLI when using <code>--watch</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19373">#19373</a>)</li> <li>Handle special defaults (like <code>ringColor.DEFAULT</code>) in JS configs (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19348">#19348</a>)</li> <li>Improve backwards compatibility for <code>content</code> theme key from JS configs (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19381">#19381</a>)</li> <li>Upgrade: Handle <code>future</code> and <code>experimental</code> config keys (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19344">#19344</a>)</li> <li>Try to canonicalize any arbitrary utility to a bare value (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19379">#19379</a>)</li> <li>Validate candidates similarly to Oxide (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19397">#19397</a>)</li> <li>Canonicalization: combine <code>text-*</code> and <code>leading-*</code> classes (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19396">#19396</a>)</li> <li>Correctly handle duplicate CLI arguments (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19416">#19416</a>)</li> <li>Don’t emit color-mix fallback rules inside <code>@keyframes</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19419">#19419</a>)</li> <li>CLI: Don't hang when output is <code>/dev/stdout</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19421">#19421</a>)</li> </ul> <h2>[3.4.19] - 2025-12-10</h2> <h3>Fixed</h3> <ul> <li>Don’t break <code>sibling-*()</code> functions when used inside <code>calc(…)</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19335">#19335</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/9b32f7cb2fd341e1f9ddbe40a4d61d2f272ae33f"><code>9b32f7c</code></a> Release v4.1.18 (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19431">#19431</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/820d90797cbe00f7bce6345a44aa78dc646b29ac"><code>820d907</code></a> Expose <code>candidatesToAst</code> to the language server (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19405">#19405</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/478e9590971b5ca0800f7d3a9ecc92e655fe6659"><code>478e959</code></a> Don’t emit color-mix fallback rules inside <code>@keyframes</code> (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19419">#19419</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/a5f4644507d98487007a69d6542619d0cd8d6208"><code>a5f4644</code></a> Validate named values in candidate parser (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19397">#19397</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/229121dd1476d38d5916b2ada01a37df1bf33e33"><code>229121d</code></a> Canonicalization: combine <code>text-*</code> and <code>leading-*</code> classes (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19396">#19396</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/243615e3f228d20bd04fd4c173bf515d40dd184d"><code>243615e</code></a> Handle backwards compatibility for <code>content</code> theme from JS configs (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19381">#19381</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/764275143eaac5f6ef7abb6dd22e51a6cd2f9dd1"><code>7642751</code></a> Improve compatibility with special default values in JS configs (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19348">#19348</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/af481175e775c46a9ab78e6764c2fbaeec058474"><code>af48117</code></a> remove unnecessary intermediate check</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/9e436f7751e7f68d7bd44d28c4f58293ae0a4c7e"><code>9e436f7</code></a> Try to canonicalize any arbitrary utility to a bare value (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19379">#19379</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/479b725cd33f9b3b00e0ccd0a4473d0f96deae1d"><code>479b725</code></a> Bump Vitest to v4 (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19216">#19216</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/packages/tailwindcss">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 8.49.0 to 8.51.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.51.0</h2> <h2>8.51.0 (2025-12-29)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> expose rule name via RuleModule interface (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11719">#11719</a>)</li> <li><strong>eslint-plugin:</strong> [no-useless-default-assignment] fix some cases to optional syntax (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11871">#11871</a>)</li> <li><strong>eslint-plugin:</strong> add namespace to plugin meta (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11885">#11885</a>)</li> <li><strong>tsconfig-utils:</strong> more informative error on parsing failures (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11888">#11888</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> fix crash and false positives in <code>no-useless-default-assignment</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11845">#11845</a>)</li> <li><strong>eslint-plugin:</strong> remove fixable from no-dynamic-delete rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11876">#11876</a>)</li> <li><strong>eslint-plugin:</strong> bump ts-api-utils to 2.2.0 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11881">#11881</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] handle MemberExpression in final chain position (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11835">#11835</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Josh Goldberg ✨</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li> <li>mdm317</li> <li>Ulrich Stark</li> <li>Yannick Decat <a href="https://github.com/mho22"><code>@​mho22</code></a></li> <li>Yukihiro Hasegawa <a href="https://github.com/y-hsgw"><code>@​y-hsgw</code></a></li> </ul> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> <h2>v8.50.1</h2> <h2>8.50.1 (2025-12-22)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [method-signature-style] ignore methods that return <code>this</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11813">#11813</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] correct handling of undefined vs. void (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11826">#11826</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Josh Goldberg ✨</li> <li>Tamashoo <a href="https://github.com/Tamashoo"><code>@​Tamashoo</code></a></li> </ul> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> <h2>v8.50.0</h2> <h2>8.50.0 (2025-12-15)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-useless-default-assignment] add rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11720">#11720</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p> <blockquote> <h2>8.51.0 (2025-12-29)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> <h2>8.50.1 (2025-12-22)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> <h2>8.50.0 (2025-12-15)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/e4c57f5996a9a3aed8a8c2b02712a9ce37db4928"><code>e4c57f5</code></a> chore(release): publish 8.51.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d520b88990e1b20674dcfa3db3b0461c1d6d9aa2"><code>d520b88</code></a> chore(release): publish 8.50.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c62e85874f0e482156a54b6744fe90a6f270012a"><code>c62e858</code></a> chore(release): publish 8.50.0</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.51.0/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> Updates `vite` from 7.2.7 to 7.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/releases">vite's releases</a>.</em></p> <blockquote> <h2>v7.3.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.3.0/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/v7.3.0/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vitejs/vite/compare/v7.2.7...v7.3.0">7.3.0</a> (2025-12-15)</h2> <h3>Features</h3> <ul> <li><strong>deps:</strong> update esbuild from ^0.25.0 to ^0.27.0 (<a href="https://redirect.github.com/vitejs/vite/issues/21183">#21183</a>) (<a href="https://github.com/vitejs/vite/commit/cff26ec0fc13373d7125a5eac6cb01fe63fee4b1">cff26ec</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/acf7e05eaeb18e98f5e19e2d3e648950726f20d1"><code>acf7e05</code></a> release: v7.3.0</li> <li><a href="https://github.com/vitejs/vite/commit/cff26ec0fc13373d7125a5eac6cb01fe63fee4b1"><code>cff26ec</code></a> feat(deps): update esbuild from ^0.25.0 to ^0.27.0 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/21183">#21183</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v7.3.0/packages/vite">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:45:08 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/AutoRedact#38
No description provided.