Skip to content

Commit 9616e60

Browse files
chore: update deps 2025-10-08 (#1826)
1 parent 62b5dfd commit 9616e60

File tree

11 files changed

+1280
-1296
lines changed

11 files changed

+1280
-1296
lines changed

.github/actions/setup-deps-rn-next/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ runs:
2828

2929
- name: Switch to React Native Next
3030
run: |
31-
yarn add -D react-native@next @react-native/babel-preset@next react@19.1.1 react-test-renderer@19.1.1
31+
yarn add -D react-native@next @react-native/babel-preset@next
3232
shell: bash

.github/actions/setup-deps-rn-nightly/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ runs:
2828

2929
- name: Switch to React Native Nightly
3030
run: |
31-
yarn add -D react-native@nightly @react-native/babel-preset@nightly react@19.1.1 react-test-renderer@19.1.1
31+
yarn add -D react-native@nightly @react-native/babel-preset@nightly
3232
shell: bash

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
"typings/index.flow.js"
5050
],
5151
"dependencies": {
52-
"jest-matcher-utils": "^30.0.5",
52+
"jest-matcher-utils": "^30.2.0",
5353
"picocolors": "^1.1.1",
54-
"pretty-format": "^30.0.5",
54+
"pretty-format": "^30.2.0",
5555
"redent": "^3.0.0"
5656
},
5757
"peerDependencies": {
@@ -67,35 +67,35 @@
6767
},
6868
"devDependencies": {
6969
"@babel/cli": "^7.28.3",
70-
"@babel/core": "^7.28.3",
70+
"@babel/core": "^7.28.4",
7171
"@babel/plugin-transform-strict-mode": "^7.27.1",
7272
"@babel/preset-env": "^7.28.3",
7373
"@babel/preset-flow": "^7.27.1",
7474
"@babel/preset-react": "^7.27.1",
7575
"@babel/preset-typescript": "^7.27.1",
7676
"@callstack/eslint-config": "^15.0.0",
77-
"@react-native/babel-preset": "0.81.0",
77+
"@react-native/babel-preset": "0.82.0",
7878
"@release-it/conventional-changelog": "^10.0.1",
7979
"@relmify/jest-serializer-strip-ansi": "^1.0.2",
8080
"@types/jest": "^30.0.0",
81-
"@types/node": "^24.3.0",
81+
"@types/node": "^24.7.0",
8282
"@types/react": "^19.1.10",
8383
"@types/react-test-renderer": "^19.1.0",
84-
"babel-jest": "^30.0.5",
84+
"babel-jest": "^30.2.0",
8585
"babel-plugin-module-resolver": "^5.0.2",
86-
"del-cli": "^6.0.0",
87-
"eslint": "^9.33.0",
86+
"del-cli": "^7.0.0",
87+
"eslint": "^9.37.0",
8888
"eslint-plugin-simple-import-sort": "^12.1.1",
8989
"flow-bin": "~0.170.0",
90-
"jest": "^30.0.5",
90+
"jest": "^30.2.0",
9191
"prettier": "^3.6.2",
92-
"react": "19.1.0",
93-
"react-native": "0.81.0",
92+
"react": "19.1.1",
93+
"react-native": "0.82.0",
9494
"react-native-gesture-handler": "^2.28.0",
95-
"react-test-renderer": "19.1.0",
96-
"release-it": "^19.0.4",
97-
"typescript": "^5.9.2",
98-
"typescript-eslint": "^8.39.1"
95+
"react-test-renderer": "19.1.1",
96+
"release-it": "^19.0.5",
97+
"typescript": "^5.9.3",
98+
"typescript-eslint": "^8.46.0"
9999
},
100100
"publishConfig": {
101101
"registry": "https://registry.npmjs.org"

src/__tests__/__snapshots__/render-debug.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`debug 1`] = `
44
"<View>

src/__tests__/__snapshots__/render.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`toJSON renders host output 1`] = `
44
<View

src/user-event/press/__tests__/__snapshots__/longPress.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`userEvent.longPress with fake timers calls onLongPress if the delayLongPress is the default one 1`] = `
44
[

src/user-event/press/__tests__/__snapshots__/press.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`userEvent.press with fake timers works on Pressable 1`] = `
44
[

src/user-event/scroll/__tests__/__snapshots__/scroll-to.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`scrollTo() supports vertical drag scroll: scrollTo({ y: 100 }) 1`] = `
44
[

src/user-event/type/__tests__/__snapshots__/type-managed.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`type() for managed TextInput supports basic case: input: "Wow" 1`] = `
44
[

src/user-event/type/__tests__/__snapshots__/type.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`type() supports backspace: input: "{Backspace}a", defaultValue: "xxx" 1`] = `
44
[

0 commit comments

Comments
 (0)