Skip to content

Commit 0c6bd68

Browse files
committed
chore: bump dev/example deps and normalize README version notation
- Update dev deps: @eslint/compat -> 1.4.1, @eslint/js -> 9.39.0, eslint -> 9.39.0, globals -> 16.5.0, nitrogen -> 0.31.4 - Update runtime/example deps: react-native-nitro-modules -> 0.31.4, react-native-safe-area-context -> ^5.6.2 - Update yarn.lock to match dependency bumps - Docs: change README references from "5.6.0" to "5.6.x" for consistent versioning
1 parent 4d3540f commit 0c6bd68

4 files changed

Lines changed: 67 additions & 67 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Modern secure storage for React Native, powered by Nitro Modules. Version 6 ship
1717
> This README tracks the in-progress v6 work on `master`. For the stable legacy release, switch to the `v5.x` branch.
1818
1919
> [!NOTE]
20-
> **Choosing between 5.6.0 and 6.x**
20+
> **Choosing between 5.6.x and 6.x**
2121
>
22-
> - **Need bridge stability?** `5.6.0` is the last pre-Nitro release with the latest biometric fixes, docs, and Android namespace cleanups. It’s drop-in for any `5.5.x` app already running on React Native’s Fabric architecture, but you keep the legacy JS bridge overhead—Paper is no longer supported.
22+
> - **Need bridge stability?** `5.6.x` is the last pre-Nitro release with the latest biometric fixes, docs, and Android namespace cleanups. It’s drop-in for any `5.5.x` app already running on React Native’s Fabric architecture, but you keep the legacy JS bridge overhead—Paper is no longer supported.
2323
> - **Ready for Nitro speed?** `6.x` swaps in the Nitro hybrid core, auto-enforces Class 3/StrongBox biometrics, and ships the refreshed sample app plus richer metadata. Upgrade when you can adopt the Nitro toolchain (RN 0.76+, Node 18+, `react-native-nitro-modules`).
24-
> - **Staying back on 5.5.x?** You remain on the legacy (Paper) architecture and miss the Android 13 prompt fixes, the manual credential fallback restoration, and the new docs—migrate to `5.6.0` at minimum before planning the Nitro jump.
24+
> - **Staying back on 5.5.x?** You remain on the legacy (Paper) architecture and miss the Android 13 prompt fixes, the manual credential fallback restoration, and the new docs—migrate to `5.6.x` at minimum before planning the Nitro jump.
2525
2626
## Table of contents
2727

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"@react-native/new-app-screen": "0.82.1",
1515
"react": "19.1.1",
1616
"react-native": "0.82.1",
17-
"react-native-nitro-modules": "0.31.2",
18-
"react-native-safe-area-context": "^5.6.1"
17+
"react-native-nitro-modules": "0.31.4",
18+
"react-native-safe-area-context": "^5.6.2"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "^7.28.5",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"registry": "https://registry.npmjs.org/"
5555
},
5656
"devDependencies": {
57-
"@eslint/compat": "^1.4.0",
58-
"@eslint/js": "^9.38.0",
57+
"@eslint/compat": "^1.4.1",
58+
"@eslint/js": "^9.39.0",
5959
"@jamesacarr/eslint-formatter-github-actions": "^0.2.0",
6060
"@semantic-release/changelog": "^6.0.3",
6161
"@semantic-release/git": "^10.0.1",
@@ -65,7 +65,7 @@
6565
"@types/react": "19.2.x",
6666
"babel-plugin-react-compiler": "^1.0.0",
6767
"conventional-changelog-conventionalcommits": "^9.1.0",
68-
"eslint": "^9.38.0",
68+
"eslint": "^9.39.0",
6969
"eslint-config-airbnb": "^19.0.4",
7070
"eslint-config-prettier": "^10.1.8",
7171
"eslint-import-resolver-typescript": "^4.4.4",
@@ -75,17 +75,17 @@
7575
"eslint-plugin-prettier": "^5.5.4",
7676
"eslint-plugin-react": "^7.37.5",
7777
"eslint-plugin-react-hooks": "^7.0.1",
78-
"globals": "^16.4.0",
78+
"globals": "^16.5.0",
7979
"jest": "^30.2.0",
8080
"jest-environment-jsdom": "^30.2.0",
8181
"jiti": "^2.6.1",
82-
"nitrogen": "0.31.2",
82+
"nitrogen": "0.31.4",
8383
"prettier": "^3.6.2",
8484
"react": "19.1.1",
8585
"react-dom": "19.1.1",
8686
"react-native": "0.82",
8787
"react-native-builder-bob": "^0.40.14",
88-
"react-native-nitro-modules": "0.31.2",
88+
"react-native-nitro-modules": "0.31.4",
8989
"semantic-release": "^25.0.1",
9090
"ts-jest": "^29.4.5",
9191
"ts-node": "^10.9.2",

yarn.lock

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1798,17 +1798,17 @@ __metadata:
17981798
languageName: node
17991799
linkType: hard
18001800

1801-
"@eslint/compat@npm:^1.4.0":
1802-
version: 1.4.0
1803-
resolution: "@eslint/compat@npm:1.4.0"
1801+
"@eslint/compat@npm:^1.4.1":
1802+
version: 1.4.1
1803+
resolution: "@eslint/compat@npm:1.4.1"
18041804
dependencies:
1805-
"@eslint/core": "npm:^0.16.0"
1805+
"@eslint/core": "npm:^0.17.0"
18061806
peerDependencies:
18071807
eslint: ^8.40 || 9
18081808
peerDependenciesMeta:
18091809
eslint:
18101810
optional: true
1811-
checksum: 10/204f80bfde839f13bf1febe1a2de101e88ec5fdb29d9539239ccfc12b25b4edd81c2109fe642551e9ca3b8869f259d5ee08a67bbc6350ab4fde91c7231aad85b
1811+
checksum: 10/2345ba0991aaf57f79feed0417eac61fd0e09fb1d2f5bc3f723d5790a4f0881cca16b7a48c82555ab907a3469dce7d3cb43cc5e5100c22e2a369a561f4b421cd
18121812
languageName: node
18131813
linkType: hard
18141814

@@ -1823,21 +1823,21 @@ __metadata:
18231823
languageName: node
18241824
linkType: hard
18251825

1826-
"@eslint/config-helpers@npm:^0.4.1":
1827-
version: 0.4.1
1828-
resolution: "@eslint/config-helpers@npm:0.4.1"
1826+
"@eslint/config-helpers@npm:^0.4.2":
1827+
version: 0.4.2
1828+
resolution: "@eslint/config-helpers@npm:0.4.2"
18291829
dependencies:
1830-
"@eslint/core": "npm:^0.16.0"
1831-
checksum: 10/e3e6ea4cd19f5a9b803b2d0b3f174d53fcd27415587e49943144994104a42845cf300ed6ffdbd149d958482a49de99c326f9ae4c18c9467727ec60ad36cb5ef9
1830+
"@eslint/core": "npm:^0.17.0"
1831+
checksum: 10/3f2b4712d8e391c36ec98bc200f7dea423dfe518e42956569666831b89ede83b33120c761dfd3ab6347d8e8894a6d4af47254a18d464a71c6046fd88065f6daf
18321832
languageName: node
18331833
linkType: hard
18341834

1835-
"@eslint/core@npm:^0.16.0":
1836-
version: 0.16.0
1837-
resolution: "@eslint/core@npm:0.16.0"
1835+
"@eslint/core@npm:^0.17.0":
1836+
version: 0.17.0
1837+
resolution: "@eslint/core@npm:0.17.0"
18381838
dependencies:
18391839
"@types/json-schema": "npm:^7.0.15"
1840-
checksum: 10/3cea45971b2d0114267b6101b673270b5d8047448cc7a8cbfdca0b0245e9d5e081cb25f13551dc7d55a090f98c13b33f0c4999f8ee8ab058537e6037629a0f71
1840+
checksum: 10/f9a428cc651ec15fb60d7d60c2a7bacad4666e12508320eafa98258e976fafaa77d7be7be91519e75f801f15f830105420b14a458d4aab121a2b0a59bc43517b
18411841
languageName: node
18421842
linkType: hard
18431843

@@ -1858,10 +1858,10 @@ __metadata:
18581858
languageName: node
18591859
linkType: hard
18601860

1861-
"@eslint/js@npm:9.38.0, @eslint/js@npm:^9.38.0":
1862-
version: 9.38.0
1863-
resolution: "@eslint/js@npm:9.38.0"
1864-
checksum: 10/08ba53e3e631e2815ff33e0f48dccf87daf3841eb5605fa5980d18b88cd6dd4cd63b5829ac015e97eeb85807bf91efe7d4e1d4eaf6beb586bc01549b7660c4a2
1861+
"@eslint/js@npm:9.39.0, @eslint/js@npm:^9.39.0":
1862+
version: 9.39.0
1863+
resolution: "@eslint/js@npm:9.39.0"
1864+
checksum: 10/5858c2468f68e9204ec0a3a07cbb22352e8de89eb51bc83ac9754e2365b9c2d2aa0e0a3da46b98ea5d98a484c77111537f2a565b867bbdfe0448a0222404ef6b
18651865
languageName: node
18661866
linkType: hard
18671867

@@ -1872,13 +1872,13 @@ __metadata:
18721872
languageName: node
18731873
linkType: hard
18741874

1875-
"@eslint/plugin-kit@npm:^0.4.0":
1876-
version: 0.4.0
1877-
resolution: "@eslint/plugin-kit@npm:0.4.0"
1875+
"@eslint/plugin-kit@npm:^0.4.1":
1876+
version: 0.4.1
1877+
resolution: "@eslint/plugin-kit@npm:0.4.1"
18781878
dependencies:
1879-
"@eslint/core": "npm:^0.16.0"
1879+
"@eslint/core": "npm:^0.17.0"
18801880
levn: "npm:^0.4.1"
1881-
checksum: 10/2c37ca00e352447215aeadcaff5765faead39695f1cb91cd3079a43261b234887caf38edc462811bb3401acf8c156c04882f87740df936838290c705351483be
1881+
checksum: 10/c5947d0ffeddca77d996ac1b886a66060c1a15ed1d5e425d0c7e7d7044a4bd3813fc968892d03950a7831c9b89368a2f7b281e45dd3c74a048962b74bf3a1cb4
18821882
languageName: node
18831883
linkType: hard
18841884

@@ -6912,18 +6912,18 @@ __metadata:
69126912
languageName: node
69136913
linkType: hard
69146914

6915-
"eslint@npm:^9.38.0":
6916-
version: 9.38.0
6917-
resolution: "eslint@npm:9.38.0"
6915+
"eslint@npm:^9.39.0":
6916+
version: 9.39.0
6917+
resolution: "eslint@npm:9.39.0"
69186918
dependencies:
69196919
"@eslint-community/eslint-utils": "npm:^4.8.0"
69206920
"@eslint-community/regexpp": "npm:^4.12.1"
69216921
"@eslint/config-array": "npm:^0.21.1"
6922-
"@eslint/config-helpers": "npm:^0.4.1"
6923-
"@eslint/core": "npm:^0.16.0"
6922+
"@eslint/config-helpers": "npm:^0.4.2"
6923+
"@eslint/core": "npm:^0.17.0"
69246924
"@eslint/eslintrc": "npm:^3.3.1"
6925-
"@eslint/js": "npm:9.38.0"
6926-
"@eslint/plugin-kit": "npm:^0.4.0"
6925+
"@eslint/js": "npm:9.39.0"
6926+
"@eslint/plugin-kit": "npm:^0.4.1"
69276927
"@humanfs/node": "npm:^0.16.6"
69286928
"@humanwhocodes/module-importer": "npm:^1.0.1"
69296929
"@humanwhocodes/retry": "npm:^0.4.2"
@@ -6957,7 +6957,7 @@ __metadata:
69576957
optional: true
69586958
bin:
69596959
eslint: bin/eslint.js
6960-
checksum: 10/fb8971572dfedd1fd67a35a746d2ab399bef320a7f131fdccaec6416f4b4a028e762663c32ccf1a88f715aec6d1c5da066fdb11e20219a0156f1f3fc1a726713
6960+
checksum: 10/628c8c7ddd9ed9e0384ccfb7f880e4a1ac76885aa2310a4057ebbb5c0877540fcebf88537a15b321ccc3097bec7b6f812d9a4887d1cc5a89166c379ed2574432
69616961
languageName: node
69626962
linkType: hard
69636963

@@ -7753,10 +7753,10 @@ __metadata:
77537753
languageName: node
77547754
linkType: hard
77557755

7756-
"globals@npm:^16.4.0":
7757-
version: 16.4.0
7758-
resolution: "globals@npm:16.4.0"
7759-
checksum: 10/1627a9f42fb4c82d7af6a0c8b6cd616e00110908304d5f1ddcdf325998f3aed45a4b29d8a1e47870f328817805263e31e4f1673f00022b9c2b210552767921cf
7756+
"globals@npm:^16.5.0":
7757+
version: 16.5.0
7758+
resolution: "globals@npm:16.5.0"
7759+
checksum: 10/f9e8a2a13f50222c127030a619e283e7bbfe32966316bdde0715af1d15a7e40cb9c24ff52cad59671f97762ed8b515353c2f8674f560c63d9385f19ee26735a6
77607760
languageName: node
77617761
linkType: hard
77627762

@@ -10734,18 +10734,18 @@ __metadata:
1073410734
languageName: node
1073510735
linkType: hard
1073610736

10737-
"nitrogen@npm:0.31.2":
10738-
version: 0.31.2
10739-
resolution: "nitrogen@npm:0.31.2"
10737+
"nitrogen@npm:0.31.4":
10738+
version: 0.31.4
10739+
resolution: "nitrogen@npm:0.31.4"
1074010740
dependencies:
1074110741
chalk: "npm:^5.3.0"
10742-
react-native-nitro-modules: "npm:^0.31.2"
10742+
react-native-nitro-modules: "npm:^0.31.4"
1074310743
ts-morph: "npm:^27.0.0"
1074410744
yargs: "npm:^18.0.0"
1074510745
zod: "npm:^4.0.5"
1074610746
bin:
1074710747
nitrogen: lib/index.js
10748-
checksum: 10/257c9424a45f892cffdf0718692d980d10338ba8ada7b20de8537870dad176ec28fd511928164deaa4c065dfaa7b614107a176c44774b560cd8fe940fce9f832
10748+
checksum: 10/9efd15a939ad64fe10f1a70c6d5b1e34a293ef134a755bb59fda2105591bd2720245e0fa2b00ca055bf8e47f363e60da8401ee47da15407d0cec60fb439dd487
1074910749
languageName: node
1075010750
linkType: hard
1075110751

@@ -12038,23 +12038,23 @@ __metadata:
1203812038
languageName: node
1203912039
linkType: hard
1204012040

12041-
"react-native-nitro-modules@npm:0.31.2, react-native-nitro-modules@npm:^0.31.2":
12042-
version: 0.31.2
12043-
resolution: "react-native-nitro-modules@npm:0.31.2"
12041+
"react-native-nitro-modules@npm:0.31.4, react-native-nitro-modules@npm:^0.31.4":
12042+
version: 0.31.4
12043+
resolution: "react-native-nitro-modules@npm:0.31.4"
1204412044
peerDependencies:
1204512045
react: "*"
1204612046
react-native: "*"
12047-
checksum: 10/6c44eb074ee51b6b40bd62e657e4aab3c667af1c33dcfbe8a0b88c027db54c4148903a273fc5f008213d0add32b5508bce99362746d3eb6e5586d1a805296567
12047+
checksum: 10/be908aa8aec76261c12b3fe8788ad9e69d3bf9c568f1b77ff5f6bcae4c064bf0f7d73f3ac9dc24e1e113b49eaa92d1833dcc2a899f1364caaa475c8fbe8b036b
1204812048
languageName: node
1204912049
linkType: hard
1205012050

12051-
"react-native-safe-area-context@npm:^5.6.1":
12052-
version: 5.6.1
12053-
resolution: "react-native-safe-area-context@npm:5.6.1"
12051+
"react-native-safe-area-context@npm:^5.6.2":
12052+
version: 5.6.2
12053+
resolution: "react-native-safe-area-context@npm:5.6.2"
1205412054
peerDependencies:
1205512055
react: "*"
1205612056
react-native: "*"
12057-
checksum: 10/2fc93cf46a6cbad28e5850bef009905c6db44066fb7e6f7bbce52c2ae4b0467c6718e4f572a42f8387c6b37f6d61ebe79980d0c2b5899e23dc19482a7db8417b
12057+
checksum: 10/880d87ee60119321b366eef2c151ecefe14f5bc0d39cf5cfbfb167684e571d3dae2600ee19b9bc8521f5726eb285abecaa7aafb1a3b213529dafbac24703d302
1205812058
languageName: node
1205912059
linkType: hard
1206012060

@@ -12077,17 +12077,17 @@ __metadata:
1207712077
babel-plugin-module-resolver: "npm:^5.0.2"
1207812078
react: "npm:19.1.1"
1207912079
react-native: "npm:0.82.1"
12080-
react-native-nitro-modules: "npm:0.31.2"
12081-
react-native-safe-area-context: "npm:^5.6.1"
12080+
react-native-nitro-modules: "npm:0.31.4"
12081+
react-native-safe-area-context: "npm:^5.6.2"
1208212082
languageName: unknown
1208312083
linkType: soft
1208412084

1208512085
"react-native-sensitive-info@workspace:.":
1208612086
version: 0.0.0-use.local
1208712087
resolution: "react-native-sensitive-info@workspace:."
1208812088
dependencies:
12089-
"@eslint/compat": "npm:^1.4.0"
12090-
"@eslint/js": "npm:^9.38.0"
12089+
"@eslint/compat": "npm:^1.4.1"
12090+
"@eslint/js": "npm:^9.39.0"
1209112091
"@jamesacarr/eslint-formatter-github-actions": "npm:^0.2.0"
1209212092
"@semantic-release/changelog": "npm:^6.0.3"
1209312093
"@semantic-release/git": "npm:^10.0.1"
@@ -12097,7 +12097,7 @@ __metadata:
1209712097
"@types/react": "npm:19.2.x"
1209812098
babel-plugin-react-compiler: "npm:^1.0.0"
1209912099
conventional-changelog-conventionalcommits: "npm:^9.1.0"
12100-
eslint: "npm:^9.38.0"
12100+
eslint: "npm:^9.39.0"
1210112101
eslint-config-airbnb: "npm:^19.0.4"
1210212102
eslint-config-prettier: "npm:^10.1.8"
1210312103
eslint-import-resolver-typescript: "npm:^4.4.4"
@@ -12107,17 +12107,17 @@ __metadata:
1210712107
eslint-plugin-prettier: "npm:^5.5.4"
1210812108
eslint-plugin-react: "npm:^7.37.5"
1210912109
eslint-plugin-react-hooks: "npm:^7.0.1"
12110-
globals: "npm:^16.4.0"
12110+
globals: "npm:^16.5.0"
1211112111
jest: "npm:^30.2.0"
1211212112
jest-environment-jsdom: "npm:^30.2.0"
1211312113
jiti: "npm:^2.6.1"
12114-
nitrogen: "npm:0.31.2"
12114+
nitrogen: "npm:0.31.4"
1211512115
prettier: "npm:^3.6.2"
1211612116
react: "npm:19.1.1"
1211712117
react-dom: "npm:19.1.1"
1211812118
react-native: "npm:0.82"
1211912119
react-native-builder-bob: "npm:^0.40.14"
12120-
react-native-nitro-modules: "npm:0.31.2"
12120+
react-native-nitro-modules: "npm:0.31.4"
1212112121
semantic-release: "npm:^25.0.1"
1212212122
ts-jest: "npm:^29.4.5"
1212312123
ts-node: "npm:^10.9.2"

0 commit comments

Comments
 (0)