Skip to content

Commit cd174f1

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/custom-babel-loader
2 parents 0c4ed40 + 8379058 commit cd174f1

File tree

82 files changed

+1303
-472
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+1303
-472
lines changed

.changeset/fruity-shrimps-shave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@callstack/repack-init": patch
3+
---
4+
5+
Fix `@callstack/repack-init` installing unsupported versions of `react-native`

.changeset/khaki-teams-enjoy.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@callstack/repack": minor
3+
---
4+
5+
Support 16kb page alignment on Android

.changeset/plugin-nativewind.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@callstack/repack': patch
3+
'@callstack/repack-plugin-nativewind': patch
4+
---
5+
6+
Fix platform detection for NativeWind via `NATIVEWIND_OS` env var

.changeset/salty-rockets-kiss.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@callstack/repack": patch
3+
---
4+
5+
Fix type mismatch in FileSystemScriptLoader on Android

.changeset/stale-times-brush.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@callstack/repack": patch
3+
---
4+
5+
Add `react-native-keyboard-aware-scroll-view` and `@react-native-community/push-notification-ios` to flow libs

.changeset/three-cups-juggle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@callstack/repack": minor
3+
---
4+
5+
feat: allow passing additional SVGR options through `getAssetTransformRules`

.changeset/whole-rabbits-share.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@callstack/repack": minor
3+
---
4+
5+
the signature of the JavaScript code is now verified even if the bundle is loaded from the file system

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<div align="center">
2-
<img src="./logo.png" width="650" alt="Re.Pack logo" />
3-
<h3>A toolkit to build your React Native application with Rspack or Webpack.</h3>
4-
</div>
1+
<a href="https://www.callstack.com/open-source?utm_campaign=generic&utm_source=github&utm_medium=referral&utm_content=repack" align="center">
2+
<img src="https://github.com/user-attachments/assets/de25944e-d91e-4a2c-bec9-8b0595bd1bbb" alt="Re.Pack" />
3+
</a>
4+
<h3 align="center">A toolkit to build your React Native application with Rspack or Webpack.</h3>
55
<div align="center">
66

77
[![mit licence][license-badge]][license]

apps/tester-app/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- boost (1.84.0)
3-
- callstack-repack (5.0.6):
3+
- callstack-repack (5.1.2):
44
- DoubleConversion
55
- glog
66
- hermes-engine
@@ -2238,12 +2238,12 @@ EXTERNAL SOURCES:
22382238

22392239
SPEC CHECKSUMS:
22402240
boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90
2241-
callstack-repack: 0f50dfdbd14d23303ce2d7a1740219910e97e1de
2241+
callstack-repack: c304081708a095b9038bbc7aa08dfece3751fca1
22422242
DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb
22432243
fast_float: 06eeec4fe712a76acc9376682e4808b05ce978b6
22442244
FBLazyVector: abbac80c6f89e71a8c55c7e92ec015c8a9496753
22452245
fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd
2246-
glog: eb93e2f488219332457c3c4eafd2738ddc7e80b8
2246+
glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
22472247
hermes-engine: c32f2e405098bc1ebe30630a051ddce6f21d3c2e
22482248
JWTDecode: 2eed97c2fa46ccaf3049a787004eedf0be474a87
22492249
RCT-Folly: 36fe2295e44b10d831836cc0d1daec5f8abcf809

apps/tester-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"tailwindcss": "^3.4.17",
5858
"terser-webpack-plugin": "catalog:",
5959
"typescript": "catalog:",
60-
"vitest": "^2.0.5",
60+
"vitest": "catalog:",
6161
"webpack": "catalog:"
6262
}
6363
}

0 commit comments

Comments
 (0)