Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit bdeb5d5

Browse files
dependabot[bot]Brad Anderson
andauthored
chore(deps-dev): bump typescript from 5.5.4 to 5.6.3 (margelo#472)
* chore(deps-dev): bump typescript from 5.5.4 to 5.6.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.5.4...v5.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brad Anderson <[email protected]>
1 parent fd7f2d0 commit bdeb5d5

File tree

5 files changed

+40
-13
lines changed

5 files changed

+40
-13
lines changed

.github/workflows/update-lockfiles.yml

Lines changed: 34 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,46 @@ permissions:
1212
jobs:
1313
update-lockfiles:
1414
name: "Update lockfiles (bun.lockb + Podfile.lock)"
15-
if: github.actor == 'dependabot[bot]'
16-
runs-on: ubuntu-latest
15+
# if: github.actor == 'dependabot[bot]'
16+
runs-on: macOS-latest
1717
steps:
18-
- uses: oven-sh/setup-bun@v2
19-
- uses: ruby/setup-ruby@v1
20-
- uses: actions/checkout@v4
18+
- name: Checkout Code
19+
uses: actions/checkout@v4
2120
with:
2221
fetch-depth: 0
2322
ref: ${{ github.event.pull_request.head.ref }}
24-
- run: |
25-
bun install --frozen-lockfile
23+
24+
- name: Setup Bun
25+
uses: oven-sh/setup-bun@v2
26+
27+
- name: Setup Ruby
28+
uses: ruby/setup-ruby@v1
29+
with:
30+
ruby-version: 3.3
31+
bundler-cache: true
32+
working-directory: example/ios
33+
34+
- name: Restore Pods cache
35+
uses: actions/cache@v4
36+
with:
37+
path: |
38+
example/ios/Pods
39+
~/Library/Caches/CocoaPods
40+
~/.cocoapods
41+
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
42+
restore-keys: |
43+
${{ runner.os }}-pods-
44+
45+
- name: Install Gems
46+
working-directory: example/ios
47+
run: bundle config set deployment 'true' && bundle install
48+
49+
- name: Update & Commit Lockfiles
50+
run: |
51+
bun install
2652
git add bun.lockb
2753
cd example
54+
bun install
2855
bun pods
2956
git add ios/Podfile.lock
3057
cd ..

.github/workflows/validate-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ jobs:
9595
cd example && bun lint-fix && bun format-fix
9696

9797
- name: Verify no files have changed after auto-fix
98-
run: git diff --exit-code HEAD
98+
run: git diff --exit-code HEAD -- . ':(exclude)bun.lockb'

bun.lockb

2.84 KB
Binary file not shown.

example/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ PODS:
323323
- react-native-quick-base64 (2.1.2):
324324
- RCT-Folly (= 2021.07.22.00)
325325
- React-Core
326-
- react-native-quick-crypto (0.7.3):
326+
- react-native-quick-crypto (0.7.5):
327327
- OpenSSL-Universal
328328
- RCT-Folly (= 2021.07.22.00)
329329
- React
@@ -603,11 +603,11 @@ EXTERNAL SOURCES:
603603
SPEC CHECKSUMS:
604604
BEMCheckBox: 5ba6e37ade3d3657b36caecc35c8b75c6c2b1a4e
605605
boost: 57d2868c099736d80fcd648bf211b4431e51a558
606-
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
606+
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
607607
FBLazyVector: 5fbbff1d7734827299274638deb8ba3024f6c597
608608
FBReactNativeSpec: 638095fe8a01506634d77b260ef8a322019ac671
609609
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
610-
glog: fdfdfe5479092de0c4bdbebedd9056951f092c4f
610+
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
611611
hermes-engine: 9180d43df05c1ed658a87cc733dc3044cf90c00a
612612
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
613613
OpenSSL-Universal: 57f92a826947ee3183556bf5e22d7dff8d55f834
@@ -628,7 +628,7 @@ SPEC CHECKSUMS:
628628
React-logger: 8edc785c47c8686c7962199a307015e2ce9a0e4f
629629
react-native-fast-encoder: 6f59e9b08e2bc5a8bf1f36e1630cdcfd66dd18af
630630
react-native-quick-base64: 61228d753294ae643294a75fece8e0e80b7558a6
631-
react-native-quick-crypto: f2fb21efc7adf167179219c19a867e28faef79d5
631+
react-native-quick-crypto: df499480b8be25084f8789752ffb0f1d9d1b4363
632632
react-native-safe-area-context: ab8f4a3d8180913bd78ae75dd599c94cce3d5e9a
633633
React-NativeModulesApple: b6868ee904013a7923128892ee4a032498a1024a
634634
React-perflogger: 31ea61077185eb1428baf60c0db6e2886f141a5a

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"react-native-builder-bob": "0.30.2",
9090
"release-it": "^17.2.0",
9191
"sscrypto": "^1.1.1",
92-
"typescript": "5.5.4",
92+
"typescript": "5.6.3",
9393
"typescript-eslint": "8.9.0"
9494
},
9595
"peerDependencies": {

0 commit comments

Comments
 (0)