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

Commit 8ba303e

Browse files
LaunchDarklyReleaseBotember-stevensyusintoLaunchDarklyReleaseBotdependabot[bot]
authored
prepare 8.0.2 release (#240)
## [8.0.2] - 2023-12-20 ### Changed: - Added tests to ensure the SDK works correctly with Xcode 15 - Removed tests for Xcode 12. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Ember Stevens <[email protected]> Co-authored-by: Ember Stevens <[email protected]> Co-authored-by: Yusinto Ngadiman <[email protected]> Co-authored-by: Yusinto Ngadiman <[email protected]> Co-authored-by: LaunchDarklyReleaseBot <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: tanderson-ld <[email protected]> Co-authored-by: Louis Chan <[email protected]>
1 parent fa6b94c commit 8ba303e

File tree

6 files changed

+3996
-4381
lines changed

6 files changed

+3996
-4381
lines changed

.circleci/config.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414

1515
macos:
1616
xcode: <<parameters.xcode-version>>
17-
resource_class: large
1817

1918
environment:
2019
ANDROID_SDK_ROOT: '/tmp/Android'
@@ -105,7 +104,12 @@ jobs:
105104
- when:
106105
# only build android once
107106
condition:
108-
equal: [14.2, << parameters.xcode-version >>]
107+
and:
108+
- equal: [14.3.1, << parameters.xcode-version >>]
109+
- or:
110+
- equal: [0.71.13, << parameters.rn-version >>]
111+
- equal: [0.72.7, << parameters.rn-version >>]
112+
109113
steps:
110114
- run:
111115
name: Build application for Android
@@ -122,12 +126,5 @@ workflows:
122126
name: rn<<matrix.rn-version>>-xc<<matrix.xcode-version>>-build-apps-using-template
123127
matrix:
124128
parameters:
125-
rn-version: ['0.69.12', '0.70.13', '0.71.13', '0.72.4']
126-
xcode-version: ['12.5.1', '14.2']
127-
exclude:
128-
- rn-version: '0.69.12'
129-
xcode-version: '12.5.1'
130-
- rn-version: '0.70.13'
131-
xcode-version: '12.5.1'
132-
- rn-version: '0.72.4'
133-
xcode-version: '12.5.1'
129+
rn-version: ['0.69.12', '0.70.13', '0.71.13', '0.72.7']
130+
xcode-version: ['14.3.1', '15.1']

ManualTestApp/yarn.lock

Lines changed: 90 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818
"@babel/highlight" "^7.22.10"
1919
chalk "^2.4.2"
2020

21+
"@babel/code-frame@^7.22.13":
22+
version "7.22.13"
23+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
24+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
25+
dependencies:
26+
"@babel/highlight" "^7.22.13"
27+
chalk "^2.4.2"
28+
2129
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.9":
2230
version "7.22.9"
2331
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.9.tgz"
@@ -53,7 +61,7 @@
5361
eslint-visitor-keys "^2.1.0"
5462
semver "^6.3.0"
5563

56-
"@babel/generator@^7.20.0", "@babel/generator@^7.21.0", "@babel/generator@^7.21.1":
64+
"@babel/generator@^7.20.0", "@babel/generator@^7.21.0":
5765
version "7.21.1"
5866
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.21.1.tgz"
5967
integrity sha512-1lT45bAYlQhFn/BHivJs43AiW2rg3/UbLyShGfF3C0KmHvO5fSghWd5kBJy30kpRRucGzXStvnnCFniCR2kXAA==
@@ -63,6 +71,16 @@
6371
"@jridgewell/trace-mapping" "^0.3.17"
6472
jsesc "^2.5.1"
6573

74+
"@babel/generator@^7.23.0":
75+
version "7.23.0"
76+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
77+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
78+
dependencies:
79+
"@babel/types" "^7.23.0"
80+
"@jridgewell/gen-mapping" "^0.3.2"
81+
"@jridgewell/trace-mapping" "^0.3.17"
82+
jsesc "^2.5.1"
83+
6684
"@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.22.5":
6785
version "7.22.5"
6886
resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz"
@@ -122,17 +140,30 @@
122140
resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz"
123141
integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==
124142

125-
"@babel/helper-function-name@^7.21.0", "@babel/helper-function-name@^7.22.5":
143+
"@babel/helper-environment-visitor@^7.22.20":
144+
version "7.22.20"
145+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
146+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
147+
148+
"@babel/helper-function-name@^7.22.5":
126149
version "7.22.5"
127150
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz"
128151
integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==
129152
dependencies:
130153
"@babel/template" "^7.22.5"
131154
"@babel/types" "^7.22.5"
132155

133-
"@babel/helper-hoist-variables@^7.18.6":
156+
"@babel/helper-function-name@^7.23.0":
157+
version "7.23.0"
158+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
159+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
160+
dependencies:
161+
"@babel/template" "^7.22.15"
162+
"@babel/types" "^7.23.0"
163+
164+
"@babel/helper-hoist-variables@^7.22.5":
134165
version "7.22.5"
135-
resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz"
166+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
136167
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
137168
dependencies:
138169
"@babel/types" "^7.22.5"
@@ -206,7 +237,7 @@
206237
dependencies:
207238
"@babel/types" "^7.22.5"
208239

209-
"@babel/helper-split-export-declaration@^7.18.6", "@babel/helper-split-export-declaration@^7.22.6":
240+
"@babel/helper-split-export-declaration@^7.22.6":
210241
version "7.22.6"
211242
resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz"
212243
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
@@ -218,6 +249,11 @@
218249
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz"
219250
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
220251

252+
"@babel/helper-validator-identifier@^7.22.20":
253+
version "7.22.20"
254+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
255+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
256+
221257
"@babel/helper-validator-identifier@^7.22.5":
222258
version "7.22.5"
223259
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz"
@@ -255,11 +291,25 @@
255291
chalk "^2.4.2"
256292
js-tokens "^4.0.0"
257293

258-
"@babel/parser@^7.13.16", "@babel/parser@^7.20.0", "@babel/parser@^7.21.0", "@babel/parser@^7.21.2", "@babel/parser@^7.22.5":
294+
"@babel/highlight@^7.22.13":
295+
version "7.22.20"
296+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
297+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
298+
dependencies:
299+
"@babel/helper-validator-identifier" "^7.22.20"
300+
chalk "^2.4.2"
301+
js-tokens "^4.0.0"
302+
303+
"@babel/parser@^7.13.16", "@babel/parser@^7.20.0", "@babel/parser@^7.21.0", "@babel/parser@^7.22.5":
259304
version "7.22.11"
260305
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.22.11.tgz"
261306
integrity sha512-R5zb8eJIBPJriQtbH/htEQy4k7E2dHWlD2Y2VT07JCzwYZHBxV5ZYtM0UhXSNMT74LyxuM+b1jdL7pSesXbC/g==
262307

308+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
309+
version "7.23.0"
310+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
311+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
312+
263313
"@babel/plugin-proposal-async-generator-functions@^7.0.0":
264314
version "7.20.7"
265315
resolved "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz"
@@ -715,23 +765,32 @@
715765
"@babel/parser" "^7.22.5"
716766
"@babel/types" "^7.22.5"
717767

718-
"@babel/traverse@^7.20.0", "@babel/traverse@^7.21.0", "@babel/traverse@^7.7.4":
719-
version "7.21.2"
720-
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.21.2.tgz"
721-
integrity sha512-ts5FFU/dSUPS13tv8XiEObDu9K+iagEKME9kAbaP7r0Y9KtZJZ+NGndDvWoRAYNpeWafbpFeki3q9QoMD6gxyw==
768+
"@babel/template@^7.22.15":
769+
version "7.22.15"
770+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
771+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
722772
dependencies:
723-
"@babel/code-frame" "^7.18.6"
724-
"@babel/generator" "^7.21.1"
725-
"@babel/helper-environment-visitor" "^7.18.9"
726-
"@babel/helper-function-name" "^7.21.0"
727-
"@babel/helper-hoist-variables" "^7.18.6"
728-
"@babel/helper-split-export-declaration" "^7.18.6"
729-
"@babel/parser" "^7.21.2"
730-
"@babel/types" "^7.21.2"
773+
"@babel/code-frame" "^7.22.13"
774+
"@babel/parser" "^7.22.15"
775+
"@babel/types" "^7.22.15"
776+
777+
"@babel/traverse@^7.20.0", "@babel/traverse@^7.21.0", "@babel/traverse@^7.7.4":
778+
version "7.23.2"
779+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
780+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
781+
dependencies:
782+
"@babel/code-frame" "^7.22.13"
783+
"@babel/generator" "^7.23.0"
784+
"@babel/helper-environment-visitor" "^7.22.20"
785+
"@babel/helper-function-name" "^7.23.0"
786+
"@babel/helper-hoist-variables" "^7.22.5"
787+
"@babel/helper-split-export-declaration" "^7.22.6"
788+
"@babel/parser" "^7.23.0"
789+
"@babel/types" "^7.23.0"
731790
debug "^4.1.0"
732791
globals "^11.1.0"
733792

734-
"@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.22.10", "@babel/types@^7.22.5":
793+
"@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.22.10", "@babel/types@^7.22.5":
735794
version "7.22.11"
736795
resolved "https://registry.npmjs.org/@babel/types/-/types-7.22.11.tgz"
737796
integrity sha512-siazHiGuZRz9aB9NpHy9GOs9xiQPKnMzgdr493iI1M67vRXpnEq8ZOOKzezC5q7zwuQ6sDhdSp4SD9ixKSqKZg==
@@ -740,6 +799,15 @@
740799
"@babel/helper-validator-identifier" "^7.22.5"
741800
to-fast-properties "^2.0.0"
742801

802+
"@babel/types@^7.22.15", "@babel/types@^7.23.0":
803+
version "7.23.0"
804+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
805+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
806+
dependencies:
807+
"@babel/helper-string-parser" "^7.22.5"
808+
"@babel/helper-validator-identifier" "^7.22.20"
809+
to-fast-properties "^2.0.0"
810+
743811
"@eslint/eslintrc@^1.4.1":
744812
version "1.4.1"
745813
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.4.1.tgz"
@@ -4401,9 +4469,9 @@ range-parser@~1.2.1:
44014469
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
44024470

44034471
react-devtools-core@^4.27.2:
4404-
version "4.28.0"
4405-
resolved "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-4.28.0.tgz"
4406-
integrity sha512-E3C3X1skWBdBzwpOUbmXG8SgH6BtsluSMe+s6rRcujNKG1DGi8uIfhdhszkgDpAsMoE55hwqRUzeXCmETDBpTg==
4472+
version "4.28.4"
4473+
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.28.4.tgz#fb8183eada77093f4c2f9830e664bf22255abe27"
4474+
integrity sha512-IUZKLv3CimeM07G3vX4H4loxVpByrzq3HvfTX7v9migalwvLs9ZY5D3S3pKR33U+GguYfBBdMMZyToFhsSE/iQ==
44074475
dependencies:
44084476
shell-quote "^1.6.1"
44094477
ws "^7"

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repositories {
4747

4848
dependencies {
4949
// The version of react-native is set by the React Native Gradle Plugin
50-
implementation("com.facebook.react:react-android:+")
50+
implementation("com.facebook.react:react-android:0.72.7")
5151
implementation("com.launchdarkly:launchdarkly-android-client-sdk:5.0.2")
5252
implementation("com.jakewharton.timber:timber:5.0.1")
5353
implementation("com.google.code.gson:gson:2.10.1")

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ declare module 'launchdarkly-react-native-client-sdk' {
169169
*
170170
* This can also be specified after the client has been created, using LDClient.setOffline().
171171
*
172-
* The default value is true (the client will make network calls).
172+
* The default value is false (the client will make network calls).
173173
*/
174174
offline?: boolean;
175175

0 commit comments

Comments
 (0)