Skip to content

Update dependency upgrades - non-major #513

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/eslint-plugin-next (source) 15.3.0 -> 15.3.1 age adoption passing confidence
@types/node (source) >=22.14.0 -> >=22.14.1 age adoption passing confidence
@types/node (source) 22.14.0 -> 22.14.1 age adoption passing confidence
@types/react (source) ^19.1.0 -> ^19.1.2 age adoption passing confidence
@types/react (source) 19.1.0 -> 19.1.2 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.29.1 -> 8.30.1 age adoption passing confidence
@typescript-eslint/parser (source) 8.29.1 -> 8.30.1 age adoption passing confidence
@typescript-eslint/utils (source) 8.29.1 -> 8.30.1 age adoption passing confidence
eslint-plugin-import-x 4.10.2 -> 4.10.5 age adoption passing confidence
eslint-plugin-react-compiler (source) 19.0.0-beta-e993439-20250405 -> 19.0.0-beta-ebf51a3-20250411 age adoption passing confidence
eslint-plugin-react-x (source) 1.43.0 -> 1.48.3 age adoption passing confidence
next (source) 15.3.0 -> 15.3.1 age adoption passing confidence
pnpm (source) 10.8.0+sha512.0e82714d1b5b43c74610193cb20734897c1d00de89d0e18420aebc5977fa13d780a9cb05734624e81ebd81cc876cd464794850641c48b9544326b5622ca29971 -> 10.8.1 age adoption passing confidence

Release Notes

vercel/next.js (@​next/eslint-plugin-next)

v15.3.1

Compare Source

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

v8.30.1

Compare Source

🩹 Fixes
  • eslint-plugin: fix mistake with eslintrc config generation (#​11072)
❤️ Thank You

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

v8.30.0

Compare Source

🚀 Features
  • eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#​11032)
🩹 Fixes
  • eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#​10950)
❤️ Thank You

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

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

v8.30.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.30.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.30.1

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.

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

un-ts/eslint-plugin-import-x (eslint-plugin-import-x)

v4.10.5

Compare Source

Patch Changes

v4.10.4

Compare Source

Patch Changes

v4.10.3

Compare Source

Patch Changes
  • #​292 1342127 Thanks @​JounQin! - refactor: remove unnecessary check for pnpapi because unrs-resolver already handles it
facebook/react (eslint-plugin-react-compiler)

v19.0.0-beta-ebf51a3-20250411

Compare Source

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

v1.48.3

Compare Source

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.48.2...v1.48.3

v1.48.2

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.48.1...v1.48.2

v1.48.1

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.47.4...v1.48.0

v1.47.4

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.47.3...v1.47.4

v1.47.3

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.47.2...v1.47.3

v1.47.2

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.47.1...v1.47.2

v1.47.1

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.47.0...v1.47.1

v1.47.0

Compare Source

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.46.0...v1.47.0

v1.46.0

Compare Source

✨ New

Full Changelog: Rel1cx/eslint-react@v1.45.3...v1.45.4

v1.45.4

Compare Source

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.45.3...v1.45.4

v1.45.3

Compare Source

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.45.2...v1.45.3

v1.45.2

Compare Source

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.45.1...v1.45.2

v1.45.1

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.45.0...v1.45.1

v1.45.0

Compare Source

✨ New

Full Changelog: Rel1cx/eslint-react@v1.44.0...v1.45.0

vercel/next.js (next)

v15.3.1

Compare Source

pnpm/pnpm (pnpm)

v10.8.1

Compare Source

Patch Changes
  • Removed bright white highlighting, which didn't look good on some light themes #​9389.
  • If there is no pnpm related configuration in package.json, onlyBuiltDependencies will be written to pnpm-workspace.yaml file #​9404.

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) April 17, 2025 20:07
Copy link

codesandbox-ci bot commented Apr 17, 2025

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.

@karlhorky
Copy link
Member

Lint workflow failing: https://github.com/upleveled/eslint-config-upleveled/actions/runs/14523921993/job/40751096016?pr=513

$ pnpm eslint . --max-warnings 0
  pnpm eslint . --max-warnings 0
  shell: /usr/bin/bash -e {0}
  env:
    PNPM_HOME: /home/runner/setup-pnpm/node_modules/.bin
Warning: React version was set to "detect" in eslint-plugin-react settings, but the "react" package is not installed. Assuming latest React version for linting.
Pages directory cannot be found at /home/runner/work/eslint-config-upleveled/eslint-config-upleveled/pages or /home/runner/work/eslint-config-upleveled/eslint-config-upleveled/src/pages. If using a custom path, please configure with the `no-html-link-for-pages` rule in your eslint config file.

Oops! Something went wrong! :(

ESLint: 9.24.0

Error: Error while loading rule 'react-x/no-leaked-conditional-rendering': Invalid argument not valid semver ('detect' received)
Occurred while linting /home/runner/work/eslint-config-upleveled/eslint-config-upleveled/bin/install.js
    at validateAndParse (/home/runner/work/eslint-config-upleveled/eslint-config-upleveled/node_modules/.pnpm/[email protected]/node_modules/compare-versions/lib/umd/index.js:14:19)
    at compareVersions (/home/runner/work/eslint-config-upleveled/eslint-config-upleveled/node_modules/.pnpm/[email protected]/node_modules/compare-versions/lib/umd/index.js:53:20)
    at compare (/home/runner/work/eslint-config-upleveled/eslint-config-upleveled/node_modules/.pnpm/[email protected]/node_modules/compare-versions/lib/umd/index.js:94:21)
    at create29 (file:///home/runner/work/eslint-config-upleveled/eslint-config-upleveled/node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/eslint-plugin-react-x/dist/index.mjs:1650:8)
    at Object.create (/home/runner/work/eslint-config-upleveled/eslint-config-upleveled/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js:31:20)
    at createRuleListeners (/home/runner/work/eslint-config-upleveled/eslint-config-upleveled/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:1134:15)
    at /home/runner/work/eslint-config-upleveled/eslint-config-upleveled/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:1289:7
    at Array.forEach (<anonymous>)
    at runRules (/home/runner/work/eslint-config-upleveled/eslint-config-upleveled/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:1203:31)
    at #flatVerifyWithoutProcessors (/home/runner/work/eslint-config-upleveled/eslint-config-upleveled/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:2290:22)
Error: Process completed with exit code 2.

I thought this was a new breaking change associated with [email protected] and this PR:

But I cannot see any changes in that PR that are breaking...

Copy link
Contributor Author

renovate bot commented Apr 18, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

1 participant