Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 20, 2023

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

This PR contains the following updates:

Package Change Age Confidence Type Update
@commitlint/cli (source) ^19.6.1^19.8.1 age confidence devDependencies patch
@commitlint/config-conventional (source) ^19.6.0^19.8.1 age confidence devDependencies patch
@eslint/eslintrc ^3.2.0^3.3.3 age confidence devDependencies patch
@eslint/js (source) ^9.19.0^9.39.2 age confidence devDependencies minor
@fastify/static ^8.2.0^8.3.0 age confidence dependencies minor
@m8a/nestjs-typegoose (source) ^12.0.0^12.0.1 age confidence dependencies patch
@napi-rs/cli (source) ^3.1.5^3.5.1 age confidence devDependencies minor
@nestjs/common (source) ^11.1.6^11.1.11 age confidence devDependencies patch
@nestjs/common (source) ^11.1.6^11.1.11 age confidence dependencies patch
@nestjs/core (source) ^11.1.6^11.1.11 age confidence dependencies patch
@nestjs/platform-fastify (source) ^11.1.6^11.1.11 age confidence dependencies patch
@nestjs/swagger ^11.2.0^11.2.3 age confidence dependencies patch
@nestjs/testing (source) ^11.1.6^11.1.11 age confidence devDependencies patch
@rollup/pluginutils (source) ^5.1.0^5.3.0 age confidence devDependencies minor
@sentry/node (source) ^7.118.0^7.120.4 age confidence dependencies patch
@stylistic/eslint-plugin (source) ^5.2.3^5.6.1 age confidence devDependencies minor
@swc/helpers (source) ^0.5.12^0.5.18 age confidence dependencies patch
@tailwindcss/postcss (source) 4.1.174.1.18 age confidence devDependencies patch
@tanstack/react-query (source) ^5.90.12^5.90.16 age confidence dependencies patch
@typegoose/typegoose (source) ^12.6.0^12.21.0 age confidence dependencies minor
@​types/i18next-fs-backend ^1.1.5^1.2.0 age confidence devDependencies patch
@types/inquirer (source) ^9.0.7^9.0.9 age confidence devDependencies patch
@types/luxon (source) ^3.4.2^3.7.1 age confidence devDependencies patch
@types/node (source) ^24.3.0^24.10.4 age confidence devDependencies minor
@vitest/coverage-v8 (source) ^3.0.4^3.2.4 age confidence devDependencies patch
@vitest/ui (source) ^3.0.4^3.2.4 age confidence devDependencies patch
axios (source) 1.11.01.13.2 age confidence dependencies minor
axios (source) ^1.11.0^1.13.2 age confidence dependencies minor
class-validator ^0.14.1^0.14.3 age confidence dependencies patch
discord-api-types (source) ^0.38.22^0.38.37 age confidence dependencies patch
eslint (source) ^9.19.0^9.39.2 age confidence devDependencies minor
eslint-config-next (source) 15.5.215.5.9 age confidence devDependencies patch
eslint-plugin-unused-imports ^4.1.4^4.3.0 age confidence devDependencies minor
fastify (source) ^5.5.0^5.6.2 age confidence dependencies minor
fuse.js (source) ^7.0.0^7.1.0 age confidence dependencies patch
github/issue-labeler v3.2v3.4 age confidence action minor
globals ^16.3.0^16.5.0 age confidence devDependencies minor
i18next-fs-backend ^2.3.2^2.6.1 age confidence dependencies patch
inquirer (source) ^10.1.8^10.2.2 age confidence dependencies patch
ioredis ^5.7.0^5.8.2 age confidence dependencies minor
ioredis 5.7.05.8.2 age confidence dependencies minor
luxon ^3.5.0^3.7.2 age confidence dependencies patch
minecraft-protocol ^1.61.0^1.62.0 age confidence dependencies minor
mongoose (source) ^8.5.2^8.21.0 age confidence dependencies minor
mongoose (source) ^8.18.0^8.21.0 age confidence devDependencies minor
motion ^12.23.25^12.23.26 age confidence dependencies patch
next (source) ^16.0.7^16.1.1 age confidence dependencies minor
node (source) 24.7.024.12.0 age confidence minor
node 22.6.022.21.1 age confidence uses-with minor
pm2 (source) ^6.0.8^6.0.14 age confidence devDependencies patch
pnpm (source) 10.15.010.27.0 age confidence packageManager minor
postcss (source) ^8.5.3^8.5.6 age confidence devDependencies patch
react (source) ^19.2.1^19.2.3 age confidence dependencies patch
react-dom (source) ^19.2.1^19.2.3 age confidence dependencies patch
rxjs (source) ^7.8.1^7.8.2 age confidence dependencies patch
tailwindcss (source) ^4.1.17^4.1.18 age confidence devDependencies patch
toad-scheduler ^3.0.1^3.1.0 age confidence dependencies patch
turbo (source) ^2.4.0^2.7.2 age confidence devDependencies minor
typescript (source) ^5.7.3^5.9.3 age confidence devDependencies patch
typescript-eslint (source) ^8.22.0^8.51.0 age confidence devDependencies minor
unplugin (source) ^2.1.2^2.3.11 age confidence devDependencies patch
vitest (source) ^3.0.4^3.2.4 age confidence devDependencies patch
winit 0.290.30 age confidence dependencies minor
zod (source) ^4.1.5^4.3.4 age confidence dependencies minor

Release Notes

eslint/eslintrc (@​eslint/eslintrc)

v3.3.3

Compare Source

Bug Fixes
eslint/eslint (@​eslint/js)

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
fastify/fastify-static (@​fastify/static)

v8.3.0

Compare Source

What's Changed

New Contributors

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

napi-rs/napi-rs (@​napi-rs/cli)

v3.5.1

Compare Source

v3.5.0

Compare Source

Added
  • (sys) use libloading to load napi symbols at runtime on all platform (#​2996)
Fixed
  • (napi) memory leak in PromiseRaw cleanup callback (#​2995)
Other
  • (napi) mark tsfn data as pub and split SendableResolver to indent file (#​2992)
  • (napi) mark SendableResolver and PromiseRaw as pub (#​2981)
  • add sponsors

v3.4.1

Compare Source

Other

v3.4.0

Compare Source

Added
  • (napi) add on_abort for AbortSignal (#​2942)
  • (cli) add support for loongarch64-unknown-linux-gnu (#​2887)
Fixed
  • (napi) stop ref error object in wasm targets (#​2975)
  • (deps) update rust crate ctor to v0.6.0 (#​2951)
  • (napi) cleanup memory issues (#​2949)
  • (napi) node_api_create_external_string_utf16 on wasm (#​2912)
Other

v3.3.1

Compare Source

v3.3.0

Compare Source

Added
  • (napi) implement from_static on JsStringLatin1 and JsStringUtf16 (#​2908)
  • (napi) support external JsStringLatin1 and JsStringUtf16 (#​2898)
Fixed
  • (napi) JsStringUtf8 memory leak (#​2911)
Other
  • (cli) show NAPI options on new command (#​2892)

v3.2.0

Compare Source

Added
  • (napi) add ScopeGenerator trait (#​2831)
  • make generator an iterator (#​2784)
  • (napi) add Error.cause support to napi::Error (#​2829)
Fixed
  • (napi) user_defined_rt can only be used once (#​2841)
nestjs/nest (@​nestjs/common)

v11.1.11

Compare Source

[v11.1.10]


Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), 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
Copy link

vercel bot commented Aug 20, 2023

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

Project Deployment Review Updated (UTC)
statsify Ready Ready Preview, Comment Jan 1, 2026 5:57am

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e1ad5ab to be4696a Compare August 21, 2023 10:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from be4696a to 97f6db0 Compare August 21, 2023 19:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 97f6db0 to 7ba072d Compare August 22, 2023 08:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7ba072d to dc3ecd6 Compare August 22, 2023 10:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dc3ecd6 to d77cccf Compare August 22, 2023 12:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d77cccf to 5be7bdc Compare August 22, 2023 20:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5be7bdc to bd32b2e Compare August 22, 2023 23:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bd32b2e to cd7361b Compare August 23, 2023 20:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cd7361b to 08da041 Compare August 23, 2023 22:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6c02c5d to 04da0ad Compare December 25, 2025 16:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 04da0ad to f7dfd95 Compare December 28, 2025 14:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f7dfd95 to 105aa24 Compare December 28, 2025 16:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 105aa24 to 023ded8 Compare December 29, 2025 14:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 023ded8 to 7a7ca14 Compare December 29, 2025 16:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7a7ca14 to a8ad647 Compare December 29, 2025 17:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a8ad647 to c87629e Compare December 29, 2025 20:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c87629e to a3bb094 Compare December 30, 2025 08:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a3bb094 to 8061fde Compare December 30, 2025 16:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8061fde to a7a3bd8 Compare December 30, 2025 22:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a7a3bd8 to 8f1744b Compare December 31, 2025 09:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8f1744b to 253170c Compare December 31, 2025 15:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 253170c to a88e7c3 Compare December 31, 2025 22:48
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.

2 participants