Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Lock file maintenance #11390

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 8, 2023

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

📅 Schedule: Branch creation - "before 4am on monday" (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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added Dependencies Pull requests that update a dependency file T-Task Refactoring, enabling or disabling functionality, other engineering tasks labels Aug 8, 2023
@t3chguy t3chguy marked this pull request as ready for review August 8, 2023 14:19
@t3chguy t3chguy requested a review from a team as a code owner August 8, 2023 14:19
@t3chguy t3chguy enabled auto-merge August 8, 2023 14:19
@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch from 28219ab to 9ea5feb Compare August 8, 2023 16:28
@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch from 9ea5feb to b4f0581 Compare August 8, 2023 21:03
@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch from b4f0581 to ebd6182 Compare August 14, 2023 11:40
@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch from ebd6182 to 284c787 Compare August 15, 2023 12:57
@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch from 284c787 to f9e4e73 Compare August 15, 2023 15:16
@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch from f9e4e73 to e247325 Compare August 16, 2023 10:54
@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch from e247325 to 2f9c5b6 Compare August 17, 2023 05:03
@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch from 2f9c5b6 to 7fba203 Compare August 23, 2023 11:21
@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch from 7fba203 to 3711907 Compare August 23, 2023 16:02
@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch from 3711907 to 69a4749 Compare August 23, 2023 16:25
@andybalaam
Copy link
Contributor

$ tsc --noEmit --jsx react && tsc --noEmit --jsx react -p cypress
Error: node_modules/@vector-im/compound-web/dist/components/Tooltip/Tooltip.d.ts(43,164): error TS2694: Namespace 'React' has no exported member 'JSX'.

@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch from 69a4749 to f7c8bed Compare August 24, 2023 13:40
@dbkr
Copy link
Member

dbkr commented Aug 22, 2024

Currently, the error is that getByRole("paragraph") is not working which is probably related to testing-library/dom-testing-library#1234

@dbkr
Copy link
Member

dbkr commented Aug 22, 2024

More broadly, this has been open for year, not being mergeable probably for various reasons on and off, so we've effectively been operating without lock file maintenance for all this time. I think it's safe to say that updating dependencies in bulk like this is going to fail so frequently that it's not worth it.

If I'm reading renovate's docs correctly (and I'm not sure that I am) we can still have lockfile-only updates without lock file maintenance by using rangeStrategy=update-lockfile. We have this specified (https://github.com/matrix-org/renovate-config-element-web/blob/main/default.json#L23) but only for package.json... I'm unsure what that means.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Dependencies Pull requests that update a dependency file T-Task Refactoring, enabling or disabling functionality, other engineering tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants