Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2024

This PR contains the following updates:

Package Change Age Confidence
@eslint-react/eslint-plugin (source) 2.0.2 -> 2.0.6 age confidence
@typescript-eslint/eslint-plugin (source) 8.45.0 -> 8.46.0 age confidence
@typescript-eslint/parser (source) 8.45.0 -> 8.46.0 age confidence
eslint (source) 9.36.0 -> 9.37.0 age confidence
eslint-plugin-jsonc (source) 2.20.1 -> 2.21.0 age confidence
eslint-plugin-yml (source) 1.18.0 -> 1.19.0 age confidence
pnpm (source) 10.17.1 -> 10.18.2 age confidence
typescript (source) 5.9.2 -> 5.9.3 age confidence
typescript-eslint (source) 8.45.0 -> 8.46.0 age confidence

Release Notes

Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v2.0.6

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v2.0.5...v2.0.6

v2.0.5

Compare Source

🪄 Improvements
  • Move error marker from dangerouslySetInnerHTML to children in dom/no-dangerously-set-innerhtml-with-children rule by @​Rel1cx in #​1256
  • Update default React version in settings from 19.1.0 to 19.2.0 by @​Rel1cx in #​1259

Full Changelog: Rel1cx/eslint-react@v2.0.4...v2.0.5

v2.0.4

Compare Source

✨ New
  • Enables naming-convention/use-state rule in recommended presets by @​Rel1cx in #​1252
🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v2.0.3...v2.0.4

v2.0.3

Compare Source

🐞 Fixes
  • Fix dom/prefer-namespace-import missing in react-dom plugin by @​Rel1cx in #​1249
  • Fix false positive for dom/no-missing-button-type when specifying non-trivial expression as value of type attribute, closes #​1247 by @​Rel1cx in #​1250

Full Changelog: Rel1cx/eslint-react@v2.0.2...v2.0.3

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

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.

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

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.

eslint/eslint (eslint)

v9.37.0

Compare Source

ota-meshi/eslint-plugin-jsonc (eslint-plugin-jsonc)

v2.21.0

Compare Source

Minor Changes
  • #​426 efc00a6 Thanks @​ota-meshi! - feat(sort-array-values): improve to calculate the minimum edit distance for sorting and report the optimal sorting direction

  • #​426 efc00a6 Thanks @​ota-meshi! - feat(sort-keys): improve to calculate the minimum edit distance for sorting and report the optimal sorting direction

ota-meshi/eslint-plugin-yml (eslint-plugin-yml)

v1.19.0

Compare Source

Minor Changes
  • #​482 2dd3bca Thanks @​ota-meshi! - feat(sort-keys): improve to calculate the minimum edit distance for sorting and report the optimal sorting direction

  • #​482 2dd3bca Thanks @​ota-meshi! - feat(sort-sequence-values): improve to calculate the minimum edit distance for sorting and report the optimal sorting direction

pnpm/pnpm (pnpm)

v10.18.2

Compare Source

Patch Changes
  • pnpm outdated --long should work #​10040.
  • Replace ndjson with split2. Reduce the bundle size of pnpm CLI #​10054.
  • pnpm dlx should request the full metadata of packages, when minimumReleaseAge is set #​9963.
  • pnpm version switching should work when the pnpm home directory is in a symlinked directory #​9715.
  • Fix EPIPE errors when piping output to other commands #​10027.

v10.18.1

Compare Source

Patch Changes
  • Don't print a warning, when --lockfile-only is used #​8320.
  • pnpm setup creates a command shim to the pnpm executable. This is needed to be able to run pnpm self-update on Windows #​5700.
  • When using pnpm catalogs and running a normal pnpm install, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when using pnpm add --save-catalog as originally intended.

v10.18.0

Compare Source

Minor Changes
  • Added network performance monitoring to pnpm by implementing warnings for slow network requests, including both metadata fetches and tarball downloads.

    Added configuration options for warning thresholds: fetchWarnTimeoutMs and fetchMinSpeedKiBps.
    Warning messages are displayed when requests exceed time thresholds or fall below speed minimums

    Related PR: #​10025.

Patch Changes
  • Retry filesystem operations on EAGAIN errors #​9959.
  • Outdated command respects minimumReleaseAge configuration #​10030.
  • Correctly apply the cleanupUnusedCatalogs configuration when removing dependent packages.
  • Don't fail with a meaningless error when scriptShell is set to false #​8748.
  • pnpm dlx should not fail when minimumReleaseAge is set #​10037.
microsoft/TypeScript (typescript)

v5.9.3

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.46.0

Compare Source

🚀 Features
❤️ Thank You

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


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Europe/Zurich, 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.

Copy link

changeset-bot bot commented Feb 26, 2024

⚠️ No Changeset found

Latest commit: 1657866

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot changed the title fix(deps): update all non-major dependencies fix(deps): update all non-major dependencies - autoclosed Mar 26, 2024
@renovate renovate bot closed this Mar 26, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch March 26, 2024 13:51
@renovate renovate bot changed the title fix(deps): update all non-major dependencies - autoclosed fix(deps): update all non-major dependencies Mar 28, 2024
@renovate renovate bot reopened this Mar 28, 2024
@renovate renovate bot restored the renovate/all-minor-patch branch March 28, 2024 10:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e0e1153 to 3c7f85b Compare March 28, 2024 10:02
@renovate renovate bot changed the title fix(deps): update all non-major dependencies fix(deps): update all non-major dependencies to v0.24.0 Mar 28, 2024
@renovate renovate bot changed the title fix(deps): update all non-major dependencies to v0.24.0 fix(deps): update all non-major dependencies to v0.24.0 - autoclosed Mar 28, 2024
@renovate renovate bot closed this Mar 28, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch March 28, 2024 10:25
@renovate renovate bot changed the title fix(deps): update all non-major dependencies to v0.24.0 - autoclosed fix(deps): update all non-major dependencies to v0.24.0 Apr 1, 2024
@renovate renovate bot restored the renovate/all-minor-patch branch April 1, 2024 12:12
@renovate renovate bot reopened this Apr 1, 2024
@renovate renovate bot changed the title fix(deps): update all non-major dependencies to v0.24.0 fix(deps): update dependency eslint-plugin-jsonc to v2.15.0 Apr 1, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3c7f85b to ee05196 Compare April 1, 2024 15:48
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-jsonc to v2.15.0 fix(deps): update all non-major dependencies Apr 2, 2024
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies May 17, 2024
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Jul 9, 2024
@renovate renovate bot closed this Jul 9, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch July 9, 2024 19:24
@renovate renovate bot restored the renovate/all-minor-patch branch July 11, 2024 23:29
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Jul 11, 2024
@renovate renovate bot reopened this Jul 11, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ee05196 to 43e3349 Compare July 12, 2024 01:28
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update dependency eslint-plugin-markdown to v5.1.0 Jul 12, 2024
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-markdown to v5.1.0 fix(deps): update all non-major dependencies Jul 13, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 43e3349 to aa4c52e Compare July 22, 2024 01:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 65880e9 to 59a12b1 Compare September 19, 2025 19:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 447d2a4 to 77197b1 Compare September 24, 2025 22:10
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Sep 25, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 510d48d to a2e7763 Compare September 29, 2025 18:50
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Sep 29, 2025
@renovate renovate bot closed this Sep 29, 2025
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Oct 5, 2025
@renovate renovate bot reopened this Oct 5, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 39be5ec to a106200 Compare October 6, 2025 19:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a106200 to 1657866 Compare October 9, 2025 23:39
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