Skip to content

Update dependency upgrades - non-major #510

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 27, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 27, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/eslint-parser (source) 7.26.10 -> 7.27.0 age adoption passing confidence
@next/eslint-plugin-next (source) 15.2.3 -> 15.2.4 age adoption passing confidence
@types/node (source) >=22.13.10 -> >=22.13.14 age adoption passing confidence
@types/node (source) 22.13.10 -> 22.13.14 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.27.0 -> 8.28.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.27.0 -> 8.28.0 age adoption passing confidence
@typescript-eslint/utils (source) 8.27.0 -> 8.28.0 age adoption passing confidence
eslint (source) ^9.22.0 -> ^9.23.0 age adoption passing confidence
eslint (source) 9.22.0 -> 9.23.0 age adoption passing confidence
eslint-config-upleveled 9.2.1 -> 9.2.3 age adoption passing confidence
eslint-import-resolver-typescript 4.2.3 -> 4.2.5 age adoption passing confidence
eslint-plugin-import-x 4.9.1 -> 4.9.3 age adoption passing confidence
eslint-plugin-react-x (source) 1.37.0 -> 1.38.2 age adoption passing confidence
next (source) 15.2.3 -> 15.2.4 age adoption passing confidence
pnpm (source) 10.6.5+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af -> 10.7.0 age adoption passing confidence
stylelint (source) 16.16.0 -> 16.17.0 age adoption passing confidence

Release Notes

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

v7.27.0

Compare Source

👓 Spec Compliance
🚀 New Feature
🐛 Bug Fix
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-traverse
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-cli
  • babel-plugin-transform-named-capturing-groups-regex, babel-types
🏃‍♀️ Performance
vercel/next.js (@​next/eslint-plugin-next)

v15.2.4

Compare Source

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

v8.28.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] support if statement assignment (??=) and fix several minor bugs (#​10861)
🩹 Fixes
  • eslint-plugin: [no-unsafe-function-type] remove fixable property (#​10986)
❤️ Thank You

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

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

v8.28.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.

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

v8.28.0

Compare Source

This was a version bump only for utils 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.23.0

Compare Source

upleveled/eslint-config-upleveled (eslint-config-upleveled)

v9.2.3

Compare Source


v9.2.2

Compare Source


import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v4.2.5

Compare Source

Patch Changes

v4.2.4

Compare Source

Patch Changes
  • #​407 6b183ff Thanks @​JounQin! - chore: migrate to rebranding unrs-resolver with new targets supported:

    • i686-pc-windows-msvc
    • armv7-unknown-linux-musleabihf
    • powerpc64le-unknown-linux-gnu
    • s390x-unknown-linux-gnu
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)

v4.9.3

Compare Source

Patch Changes
  • #​263 c0046a9 Thanks @​JounQin! - chore: migrate to rebranding unrs-resolver with new targets supported:

    • i686-pc-windows-msvc
    • armv7-unknown-linux-musleabihf
    • powerpc64le-unknown-linux-gnu
    • s390x-unknown-linux-gnu

v4.9.2

Compare Source

Patch Changes
Rel1cx/eslint-react (eslint-plugin-react-x)

v1.38.2

Compare Source

🐞 Fixes
  • fix(eslint-plugin): disable prefer-shorthand-* rules in all config by @​Rel1cx in a9e6ef9

Full Changelog: Rel1cx/eslint-react@v1.38.0...v1.38.2

v1.38.1

Compare Source

v1.38.0

Compare Source

✨ New
🪄 Improvements
  • refactor: undeprecate react-x/jsx-uses-vars and react-x/jsx-no-duplicate-props rules by @​Rel1cx in #​1017

Full Changelog: Rel1cx/eslint-react@v1.37.3...1.38.0

v1.37.3

Compare Source

🐞 Fixes
  • fix: the requested module ts-api-utils does not provide an export named unionConstituents, closes #​1009 by @​Rel1cx in #​1010

Full Changelog: Rel1cx/eslint-react@v1.37.2...v1.37.3

v1.37.2

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.37.1...v1.37.2

v1.37.1

Compare Source

🐞 Fixes
  • fix: enhance hooks-extra/prefer-use-state-lazy-initialization to correctly detect other hooks called within useState(...) by @​Rel1cx in #​1006
🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.37.0...v1.37.1

vercel/next.js (next)

v15.2.4

Compare Source

pnpm/pnpm (pnpm)

v10.7.0

Compare Source

Minor Changes
  • pnpm config get and list also show settings set in pnpm-workspace.yaml files #​9316.

  • It should be possible to use env variables in pnpm-workspace.yaml setting names and value.

  • Add an ability to patch dependencies by version ranges. Exact versions override version ranges, which in turn override name-only patches. Version range * is the same as name-only, except that patch application failure will not be ignored.

    For example:

    patchedDependencies:
      foo: patches/foo-1.patch
      foo@^2.0.0: patches/foo-2.patch
      [email protected]: patches/foo-3.patch

    The above configuration would apply patches/foo-3.patch to [email protected], patches/foo-2.patch to all foo versions which satisfy ^2.0.0 except 2.1.0, and patches/foo-1.patch to the remaining foo versions.

    [!WARNING]
    The version ranges should not overlap. If you want to specialize a sub range, make sure to exclude it from the other keys. For example:

    # pnpm-workspace.yaml
    patchedDependencies:
      # the specialized sub range
      '[email protected]': patches/foo.2.2.0-2.8.0.patch
      # the more general patch, excluding the sub range above
      'foo@>=2.0.0 <2.2.0 || >2.8.0': 'patches/foo.gte2.patch

    In most cases, however, it's sufficient to just define an exact version to override the range.

  • pnpm config set --location=project saves the setting to a pnpm-workspace.yaml file if no .npmrc file is present in the directory #​9316.

  • Rename pnpm.allowNonAppliedPatches to pnpm.allowUnusedPatches. The old name is still supported but it would print a deprecation warning message.

  • Add pnpm.ignorePatchFailures to manage whether pnpm would ignore patch application failures.

    If ignorePatchFailures is not set, pnpm would throw an error when patches with exact versions or version ranges fail to apply, and it would ignore failures from name-only patches.

    If ignorePatchFailures is explicitly set to false, pnpm would throw an error when any type of patch fails to apply.

    If ignorePatchFailures is explicitly set to true, pnpm would print a warning when any type of patch fails to apply.

Patch Changes
  • Remove dependency paths from audit output to prevent out-of-memory errors #​9280.
stylelint/stylelint (stylelint)

v16.17.0

Compare Source

It adds 1 new rule, support for languageOptions to 2 rules, 1 option to a rule, the --compute-edit-info CLI flag (along with support for EditInfo in 3 rules), and fixes 1 bug. EditInfo is useful for automated fixing tools and editor integrations.


Configuration

📅 Schedule: Branch creation - "after 4pm on thursday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 enabled auto-merge (squash) March 27, 2025 19:06
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Copy link

@renovate renovate bot merged commit ba34be9 into main Mar 27, 2025
4 checks passed
@renovate renovate bot deleted the renovate/dependency-upgrades-non-major branch March 27, 2025 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants