Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#34
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Aug 18, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@eslint/js (source) ^9.33.0^9.39.4 age confidence devDependencies minor
@fastify/compress ^8.1.0^8.3.1 age confidence dependencies minor
@fastify/cors ^11.1.0^11.2.0 age confidence dependencies minor
@fastify/helmet ^13.0.1^13.0.2 age confidence dependencies patch
@types/node (source) ^22.17.2^22.19.17 age confidence devDependencies minor
c12 ^3.2.0^3.3.4 age confidence dependencies minor
canvas ^3.1.2^3.2.3 age confidence dependencies minor
eslint (source) ^9.33.0^9.39.4 age confidence devDependencies minor
jimp ^1.6.0^1.6.1 age confidence dependencies patch
mongodb ^6.18.0^6.21.0 age confidence dependencies minor
node (source) >=20.19.4>=20.20.2 age confidence engines minor
nodemon (source) ^3.1.10^3.1.14 age confidence devDependencies patch
ofetch ^1.4.1^1.5.1 age confidence dependencies minor
pnpm (source) 10.14.010.33.0 age confidence packageManager minor
sharp (source, changelog) ^0.34.3^0.34.5 age confidence dependencies patch
tsx (source) ^4.20.4^4.21.0 age confidence dependencies minor
typescript (source) ^5.9.2^5.9.3 age confidence devDependencies patch
typescript-eslint (source) ^8.39.1^8.59.0 age confidence devDependencies minor

Release Notes

eslint/eslint (@​eslint/js)

v9.39.4

Compare Source

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

v9.39.2

Compare Source

v9.39.1

Compare Source

v9.39.0

Compare Source

v9.38.0

Compare Source

Features
  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)
Bug Fixes
  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)
Documentation
  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)
Chores

v9.37.0

Compare Source

Features
  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#​20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#​19562) (Nitin Kumar)
Bug Fixes
Documentation
  • b950359 docs: fix typos across the docs (#​20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#​20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#​20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#​20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#​20153) (루밀LuMir)
Chores
  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#​20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#​20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#​20173) (renovate[bot])
  • e1ac05e refactor: mark ESLint.findConfigFile() as async, add missing docs (#​20157) (Pixel998)
  • 347906d chore: update eslint (#​20149) (renovate[bot])
  • 0cb5897 test: remove tmp dir created for circular fixes in multithread mode test (#​20146) (Milos Djermanovic)
  • bb99566 ci: pin jiti to version 2.5.1 (#​20151) (Pixel998)
  • 177f669 perf: improve worker count calculation for "auto" concurrency (#​20067) (Francesco Trotta)
  • 448b57b chore: Mark deprecated formatting rules as available until v11.0.0 (#​20144) (Milos Djermanovic)

v9.36.0

Compare Source

Features
  • 47afcf6 feat: correct preserve-caught-error edge cases (#​20109) (Francesco Trotta)
Bug Fixes
Documentation
  • b73ab12 docs: update examples to use defineConfig (#​20131) (sethamus)
  • 31d9392 docs: fix typos (#​20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)
Chores

v9.35.0

Compare Source

Features
  • 42761fa feat: implement suggestions for no-empty-function (#​20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#​20056) (jaymarvelz)
  • e51ffff feat: add preserve-caught-error rule (#​19913) (Amnish Singh Arora)
Bug Fixes
  • 10e7ae2 fix: update uncloneable options error message (#​20059) (soda-sorcery)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#​20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#​20049) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#​20034) (Milos Djermanovic)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#​20032) (sethamus)
Documentation
  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#​20074) (jjangga0214)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#​20064) (OTonGitHub)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#​20050) (Josh Goldberg ✨)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#​20036) (Francesco Trotta)
  • 8033b19 docs: add documentation for --no-config-lookup (#​20033) (Francesco Trotta)
Chores

v9.34.0

Compare Source

Features
  • 0bb777a feat: multithread linting (#​19794) (Francesco Trotta)
  • 43a5f9e feat: add eslint-plugin-regexp to eslint-config-eslint base config (#​19951) (Pixel998)
Bug Fixes
  • 9b89903 fix: default value of accessor-pairs option in rule.d.ts file (#​20024) (Tanuj Kanti)
  • 6c07420 fix: fix spurious failure in neostandard integration test (#​20023) (Kirk Waiblinger)
  • 676f4ac fix: allow scientific notation with trailing zeros matching exponent (#​20002) (Sweta Tanwar)
Documentation
  • 0b4a590 docs: make rulesdir deprecation clearer (#​20018) (Domenico Gemoli)
  • 327c672 docs: Update README (GitHub Actions Bot)
  • bf26229 docs: Fix typo in core-concepts/index.md (#​20009) (Tobias Hernstig)
  • 2309327 docs: fix typo in the "Configuring Rules" section (#​20001) (ghazi-git)
  • 2b87e21 docs: [no-else-return] clarify sample code. (#​19991) (Yuki Takada (Yukinosuke Takada))
  • c36570c docs: Update README (GitHub Actions Bot)
Chores
fastify/fastify-compress (@​fastify/compress)

v8.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-compress@v8.3.0...v8.3.1

v8.3.0

Compare Source

What's Changed

  • feat: allow enabling and disabling compression and decompression separately by @​Aeolun in #​362

New Contributors

Full Changelog: fastify/fastify-compress@v8.2.0...v8.3.0

v8.2.0

Compare Source

What's Changed

Full Changelog: fastify/fastify-compress@v8.1.0...v8.2.0

fastify/fastify-cors (@​fastify/cors)

v11.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: fastify/fastify-cors@v11.1.0...v11.2.0

fastify/fastify-helmet (@​fastify/helmet)

v13.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-helmet@v13.0.1...v13.0.2

unjs/c12 (c12)

v3.3.4

Compare Source

compare changes

🏡 Chore
📦 Build

v3.3.3

Compare Source

compare changes

📦 Build
🏡 Chore
❤️ Contributors

v3.3.2

Compare Source

compare changes

📖 Documentation
  • Fix typo in globalRc option (#​281)
📦 Build
  • Switch to obuild (rolldown) (9addbb1)
  • Relax magicast peer dependency range (eae6be1)
🏡 Chore
❤️ Contributors

v3.3.1

Compare Source

compare changes

🩹 Fixes
🏡 Chore
❤️ Contributors

v3.3.0

Compare Source

compare changes

🚀 Enhancements
  • Support loading config with array exports (#​272)
  • Allow extends without extension (#​268)
🩹 Fixes
  • loadDotenv: cwd is optional (#​273)
📖 Documentation
  • Improve dotenv section with multiple files example (#​270)
🏡 Chore
✅ Tests
❤️ Contributors
Automattic/node-canvas (canvas)

v3.2.3

Compare Source

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

Fixed

v3.2.2

Compare Source

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

Fixed
  • Fix dangling env pointer in image MIME data cleanup (#​2550)
  • Fix ctx.direction not affected by ctx.save and ctx.restore
  • Preserve rest of PDF pages when changing width and height (#​2538)
  • Several security fixes for untrusted inputs to getImageData and putImageData. Thanks to Ethan Kim for the report.

v3.2.1

Compare Source

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

  • Fix error message HTTP response status code in image src setter
  • roundRect() shape incorrect when radii were large relative to rectangle size (#​2400)
  • Reject loadImage when src is null or invalid (#​2304)
  • Fix compilation on GCC 15 by including (#​2545)

v3.2.0

Compare Source

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

Added
  • Added ctx.lang to set the ISO language code for text
eslint/eslint (eslint)

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

v9.39.2

Compare Source

v9.39.1

Compare Source

v9.39.0

Compare Source

v9.38.0

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)

Chores

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1697b9d to 0d2c425 Compare August 19, 2025 04:22
@renovate renovate bot changed the title chore(deps): update dependency typescript-eslint to ^8.40.0 chore(deps): update all non-major dependencies Aug 19, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from b7a5669 to 1527033 Compare August 25, 2025 18:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7da36f7 to a3a5113 Compare September 2, 2025 13:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 13fca6a to 8313634 Compare September 8, 2025 22:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 48cfbcb to e9b2b7c Compare September 19, 2025 17:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8b20eab to 7296cd0 Compare September 25, 2025 19:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 1728528 to 2dbcdb7 Compare October 14, 2025 13:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 4a3a673 to a1f5ae9 Compare October 21, 2025 15:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 55ece35 to a60fdff Compare November 3, 2025 21:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 7e5be49 to 89c9d94 Compare November 13, 2025 00:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ea383a8 to 618e4bc Compare November 20, 2025 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants