Skip to content

chore: Align with [email protected] as oldest supported version #6629

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 23 commits into from
Nov 5, 2024

Conversation

@tjzel tjzel force-pushed the @tjzel/drop-rn-73 branch from 91d0846 to 825ce18 Compare October 24, 2024 17:47
@tjzel tjzel added the Check compatibility Trigger a time-consuming compatibility check action label Oct 24, 2024
@tjzel tjzel marked this pull request as ready for review October 30, 2024 14:14
@tjzel tjzel added this pull request to the merge queue Nov 5, 2024
Merged via the queue into main with commit 208a96d Nov 5, 2024
43 of 47 checks passed
@tjzel tjzel deleted the @tjzel/drop-rn-73 branch November 5, 2024 14:05
kkafar added a commit to software-mansion/react-native-screens that referenced this pull request Jan 23, 2025
## Description

Lint started failing recently for no apparent reason with errors:

```
Run yarn format
RangeError [ERR_CHILD_PROCESS_STDIO_MAXBUFFER]: stdout maxBuffer length exceeded
    at new NodeError (node:internal/errors:405:5)
    at Socket.onChildStdout (node:child_process:490:14)
    at Socket.emit (node:events:517:28)
    at addChunk (node:internal/streams/readable:368:12)
    at readableAddChunk (node:internal/streams/readable:337:11)
    at Readable.push (node:internal/streams/readable:278:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23) {
  code: 'ERR_CHILD_PROCESS_STDIO_MAXBUFFER',
  cmd: './android/gradlew -p android spotlessApply'
}
```

and 

```
Not a number: 33x:
java.lang.NumberFormatException: Not a number: 33x
	at com.sun.xml.bind.DatatypeConverterImpl._parseInt(DatatypeConverterImpl.java:95)
	at com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$18.parse(RuntimeBuiltinLeafInfoImpl.java:712)
	at com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$18.parse(RuntimeBuiltinLeafInfoImpl.java:710)
	at com.sun.xml.bind.v2.runtime.unmarshaller.TextLoader.text(TextLoader.java:39)
	at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.text(UnmarshallingContext.java:560)
	at com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector.processText(SAXConnector.java:183)
...
(much longer stacktrace)
```

Edit: Idk why the issue started happening, but bumping gradle wrapper
version & gradle build tools version resolved the issue.

I've used [versions used in
reanimated](software-mansion/react-native-reanimated#6629),
at the time their last supported version of `react-native` was 0.74 (the
same as it is for us now).

## Test code and steps to reproduce

Lint on CI should not longer fail.

## Checklist

- [x] Ensured that CI passes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Check compatibility Trigger a time-consuming compatibility check action
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants