Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 3, 2025

This PR contains the following updates:

Package Change Age Confidence
@lerna-lite/cli (source) 4.6.2 -> 4.9.2 age confidence
@stencil/core (source) 4.36.2 -> 4.38.3 age confidence
@types/node (source) 22.17.0 -> 22.19.1 age confidence
@types/react (source) 19.1.9 -> 19.2.5 age confidence
@types/react-dom (source) 19.1.7 -> 19.2.3 age confidence
@typescript-eslint/eslint-plugin (source) 8.38.0 -> 8.46.4 age confidence
@typescript-eslint/parser (source) 8.38.0 -> 8.46.4 age confidence
eslint (source) 9.32.0 -> 9.39.1 age confidence
eslint-plugin-prettier 5.5.3 -> 5.5.4 age confidence
lint-staged 16.1.2 -> 16.2.6 age confidence
react (source) 19.1.1 -> 19.2.0 age confidence
react-dom (source) 19.1.1 -> 19.2.0 age confidence
typescript (source) 5.9.2 -> 5.9.3 age confidence

Release Notes

lerna-lite/lerna-lite (@​lerna-lite/cli)

v4.9.2

Compare Source

Note: Version bump only for package @​lerna-lite/cli

v4.9.1

Compare Source

Note: Version bump only for package @​lerna-lite/cli

v4.9.0

Compare Source

Note: Version bump only for package @​lerna-lite/cli

v4.8.0

Compare Source

Note: Version bump only for package @​lerna-lite/cli

v4.7.3

Compare Source

Bug Fixes

v4.7.2

Compare Source

Note: Version bump only for package @​lerna-lite/cli

v4.7.1

Compare Source

Note: Version bump only for package @​lerna-lite/cli

v4.7.0

Compare Source

Note: Version bump only for package @​lerna-lite/cli

stenciljs/core (@​stencil/core)

v4.38.3

Compare Source

Bug Fixes
  • runtime: modern class props detected in collections (#​6431) (e790c24)
  • ts: moduleResolution can now be bundler. Configurable module / noEmitOnError (#​6433) (5018e1e)
  • types: revert autocorrect omission (#​6441) (4719427)

v4.38.2

Compare Source

Bug Fixes

v4.38.1

Compare Source

Bug Fixes
Features
  • Test Export internal mockComponentMeta object making writing custom output-target tests easier (ef05b45)

v4.38.0

Compare Source

Bug Fixes
Features
  • config: allow suppressing reserved public name warning (#​6389) (341fec4)
  • new core decorators @PropSerialize & @AttrDeserialize (#​6387) (967c234)

🏰 4.37.1 (2025-09-19)

Bug Fixes

v4.37.1

Compare Source

Bug Fixes

v4.37.0

Compare Source

Bug Fixes
  • dist-custom-elements: apply initializeNextTick config (dbcdeff)
  • dist-custom-elements: apply initializeNextTick config setting (#​6382) (7bdf9fb)
  • runtime: make sure watchers can fire immediately if the custom element is already defined (#​6381) (4fb9140)
Features
BREAKING CHANGES
  • runtime: Watchers will fire earlier than before, but this is the expected behavior

🐈 4.36.3 (2025-08-20)

Bug Fixes

💚 4.36.2 (2025-07-28)

Bug Fixes

🍺 4.36.1 (2025-07-18)

Bug Fixes
  • runtime: only patch non-shadow components with s (#​6348) (827b7f0)
  • runtime: stop applying patches to non-shadow / non-render() components (#​6349) (3a18a37)

v4.36.3

Compare Source

Bug Fixes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.46.4

Compare Source

🩹 Fixes
  • parser: error when both projectService and project are set (#​11333)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#​11730)
  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#​11006, #​10958)
❤️ Thank You

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

v8.46.3

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#​11722, #​11723)
  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#​11706)
❤️ Thank You

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

v8.46.2

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#​11702)
❤️ Thank You
  • mdm317

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

v8.46.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#​11667)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#​11533)
❤️ Thank You
  • mdm317
  • Ronen Amiel

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

v8.46.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#​11659)
  • rule-schema-to-typescript-types: clean up and make public (#​11633)
🩹 Fixes
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#​11660)
  • typescript-estree: forbid abstract method and accessor to have implementation (#​11657)
  • eslint-plugin: removed error type previously deprecated (#​11674)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#​11603)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#​11634)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#​11628)
  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#​11487)
❤️ Thank You

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

v8.45.0

Compare Source

🚀 Features
  • eslint-plugin: expose rule name via RuleModule interface (#​11616)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#​11614)
  • eslint-plugin: [no-base-to-string] check if superclass is ignored (#​11617)
❤️ Thank You

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

v8.44.1

Compare Source

🩹 Fixes
  • eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#​11611)
  • eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#​11599)
  • eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#​11597)
❤️ Thank You

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

v8.44.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#​11267)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#​11490)
❤️ Thank You

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

v8.43.0

Compare Source

🚀 Features
  • typescript-estree: disallow empty type parameter/argument lists (#​11563)
🩹 Fixes
  • eslint-plugin: [prefer-return-this-type] don't report an error when returning a union type that includes a classType (#​11432)
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#​11359)
  • eslint-plugin: [no-floating-promises] allowForKnownSafeCalls now supports function names (#​11423, #​11430)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#​11457)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#​11517)
  • scope-manager: exclude Program from DefinitionBase node types (#​11469)
  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#​11489)
  • type-utils: add union type support to TypeOrValueSpecifier (#​11526)
❤️ Thank You

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

v8.42.0

Compare Source

🩹 Fixes
  • deps: update eslint monorepo to v9.33.0 (#​11482)

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

v8.41.0

Compare Source

🩹 Fixes
  • deps: update dependency prettier to v3.6.2 (#​11496)

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

v8.40.0

Compare Source

🚀 Features
  • typescript-estree: forbid invalid keys in EnumMember (#​11232)
❤️ Thank You

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

v8.39.1

Compare Source

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

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

v8.39.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] support yield/await expressions (#​11417)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#​11427)
  • update to TypeScript 5.9.2 (#​11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#​11127)
🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#​11403)
  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#​11272)
❤️ Thank You

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.46.4

Compare Source

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

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

v8.46.3

Compare Source

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

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

v8.46.2

Compare Source

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

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

v8.46.1

Compare Source

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

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

v8.46.0

Compare Source

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

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

v8.45.0

Compare Source

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

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

v8.44.1

Compare Source

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

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

v8.44.0

Compare Source

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

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

v8.43.0

Compare Source

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

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

v8.42.0

Compare Source

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

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

v8.41.0

Compare Source

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

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

v8.40.0

Compare Source

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

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

v8.39.1

Compare Source

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

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

v8.39.0

Compare Source

🚀 Features
❤️ Thank You

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

eslint/eslint (eslint)

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Aug 3, 2025
@renovate renovate bot force-pushed the renovate/npm-packages branch from a784b81 to 0822ac8 Compare August 4, 2025 17:56
@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v16.1.4 chore(deps): update npm packages Aug 4, 2025
@renovate renovate bot force-pushed the renovate/npm-packages branch 6 times, most recently from 9a29bbe to 1c1b6eb Compare August 11, 2025 23:02
@renovate renovate bot force-pushed the renovate/npm-packages branch 5 times, most recently from fe82f72 to ad3d9e3 Compare August 18, 2025 23:35
@renovate renovate bot force-pushed the renovate/npm-packages branch from ad3d9e3 to 8b0fe98 Compare August 20, 2025 21:13
@renovate renovate bot changed the title chore(deps): update npm packages fix(deps): update npm packages Aug 20, 2025
@renovate renovate bot force-pushed the renovate/npm-packages branch 6 times, most recently from 2095baa to 8da03be Compare August 27, 2025 18:43
@renovate renovate bot force-pushed the renovate/npm-packages branch 5 times, most recently from 0266b5e to 92a7584 Compare September 5, 2025 14:54
@renovate renovate bot force-pushed the renovate/npm-packages branch 2 times, most recently from f4b8731 to 84edc4f Compare September 13, 2025 16:06
@renovate renovate bot force-pushed the renovate/npm-packages branch from 84edc4f to f36bbe6 Compare September 16, 2025 01:50
@renovate renovate bot force-pushed the renovate/npm-packages branch 7 times, most recently from b5ae6cd to 4c008de Compare October 7, 2025 07:30
@renovate renovate bot force-pushed the renovate/npm-packages branch 6 times, most recently from 3a2726b to 68c8d0c Compare October 13, 2025 19:10
@renovate renovate bot force-pushed the renovate/npm-packages branch 5 times, most recently from 23b4d74 to 819ae36 Compare October 22, 2025 20:00
@renovate renovate bot force-pushed the renovate/npm-packages branch 5 times, most recently from b7e863d to 643dc2c Compare November 4, 2025 04:00
@renovate renovate bot force-pushed the renovate/npm-packages branch 5 times, most recently from f3c8f37 to 2c0034f Compare November 12, 2025 23:04
@renovate renovate bot force-pushed the renovate/npm-packages branch from 2c0034f to 8ebced9 Compare November 15, 2025 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant