Skip to content
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

Update dependency upgrades - major (solution) #468

Merged
merged 3 commits into from
May 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 18, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@testing-library/react 14.2.2 -> 15.0.7 age adoption passing confidence
eslint (source) 8.57.0 -> 9.3.0 age adoption passing confidence
eslint-config-upleveled 7.8.3 -> 8.1.5 age adoption passing confidence

Release Notes

testing-library/react-testing-library (@​testing-library/react)

v15.0.7

Compare Source

v15.0.6

Compare Source

v15.0.5

Compare Source

v15.0.4

Compare Source

v15.0.3

Compare Source

Bug Fixes
  • Don't raise TypeScript errors when hydating document (#​1304) (067d0c6)

v15.0.2

Compare Source

v15.0.1

Compare Source

v15.0.0

Compare Source

v14.3.1

Compare Source

Bug Fixes

v14.3.0

Compare Source

eslint/eslint (eslint)

v9.3.0

Compare Source

v9.2.0

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

v9.0.0

Compare Source

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

v8.1.5

Compare Source

v8.1.4

Compare Source

  • Add tslib dependency for eslint-plugin-import-x 979dc21
  • Upgrade tests 385329b

v8.1.3

Compare Source

v8.1.2

Compare Source

v8.1.1

Compare Source

v8.1.0

Compare Source

v8.0.1

Compare Source

v8.0.0

Compare Source


Configuration

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

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) April 18, 2024 18:29
@renovate renovate bot force-pushed the renovate/solution-dependency-upgrades-major branch 7 times, most recently from 9ba0fe6 to 67df89b Compare April 26, 2024 16:58
@renovate renovate bot force-pushed the renovate/solution-dependency-upgrades-major branch 4 times, most recently from dbefb6c to 258d576 Compare May 7, 2024 13:05
@renovate renovate bot force-pushed the renovate/solution-dependency-upgrades-major branch from 258d576 to 81de5da Compare May 9, 2024 18:09
@renovate renovate bot force-pushed the renovate/solution-dependency-upgrades-major branch 3 times, most recently from 5f9976b to 1550ab6 Compare May 19, 2024 17:27
@renovate renovate bot force-pushed the renovate/solution-dependency-upgrades-major branch from 1550ab6 to 2362d9e Compare May 21, 2024 01:33
Error on es-iterator-helpers, resolved by deleting + regenerating lock file
Copy link
Contributor Author

renovate bot commented May 21, 2024

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.

@karlhorky
Copy link
Member

New error is something that needs to be fixed in eslint-plugin-upleveled (or temporarily patched in eslint-plugin-upleveled):

$ yarn eslint . --max-warnings 0
yarn run v1.22.22
$ /home/runner/work/sad-machine-codealong/sad-machine-codealong/node_modules/.bin/eslint . --max-warnings 0
(node:1831) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)

Oops! Something went wrong! :(

ESLint: 9.3.0

TypeError: context.getScope is not a function
Occurred while linting /home/runner/work/sad-machine-codealong/sad-machine-codealong/pages/index.tsx:106
Rule: "upleveled/no-submit-handler-without-preventDefault"
    at JSXAttribute (file:///home/runner/work/sad-machine-codealong/sad-machine-codealong/node_modules/eslint-plugin-upleveled/rules/no-submit-handler-without-preventDefault.js:38:106)
    at ruleErrorHandler (/home/runner/work/sad-machine-codealong/sad-machine-codealong/node_modules/eslint/lib/linter/linter.js:1115:48)
    at /home/runner/work/sad-machine-codealong/sad-machine-codealong/node_modules/eslint/lib/linter/safe-emitter.js:45:58
    at Array.forEach (<anonymous>)
    at Object.emit (/home/runner/work/sad-machine-codealong/sad-machine-codealong/node_modules/eslint/lib/linter/safe-emitter.js:45:38)
    at NodeEventGenerator.applySelector (/home/runner/work/sad-machine-codealong/sad-machine-codealong/node_modules/eslint/lib/linter/node-event-generator.js:297:26)
    at NodeEventGenerator.applySelectors (/home/runner/work/sad-machine-codealong/sad-machine-codealong/node_modules/eslint/lib/linter/node-event-generator.js:326:22)
    at NodeEventGenerator.enterNode (/home/runner/work/sad-machine-codealong/sad-machine-codealong/node_modules/eslint/lib/linter/node-event-generator.js:340:14)
    at runRules (/home/runner/work/sad-machine-codealong/sad-machine-codealong/node_modules/eslint/lib/linter/linter.js:1154:40)
    at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (/home/runner/work/sad-machine-codealong/sad-machine-codealong/node_modules/eslint/lib/linter/linter.js:1880:31)
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Fixup rules from eslint-plugin-upleveled
@renovate renovate bot merged commit 5687c88 into solution May 21, 2024
3 checks passed
@renovate renovate bot deleted the renovate/solution-dependency-upgrades-major branch May 21, 2024 11:26
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