AnatolyPristensky
ea0c44d702
Add suppression for DemoApp
2024-03-12 14:03:02 +01:00
AnatolyPristensky
06b7c52944
Typo
2024-03-12 13:56:04 +01:00
AnatolyPristensky
bf816336ab
Update
2024-03-12 13:49:58 +01:00
AnatolyPristensky
7e2cf68d29
Change path
2024-03-12 13:46:43 +01:00
AnatolyPristensky
0c26b7d631
Update build-rn-code-push-1es.yml
2024-03-12 13:21:17 +01:00
AnatolyPristensky
97cae0c446
Update Path
2024-03-12 12:46:37 +01:00
AnatolyPristensky
c4f4743d6e
Update
2024-03-12 12:24:58 +01:00
AnatolyPristensky
f0e5b89303
Update CredScanSuppresions.json
2024-03-12 12:19:17 +01:00
AnatolyPristensky
2f96ba4c97
Update CredScanSuppresions.json
2024-03-12 12:15:05 +01:00
AnatolyPristensky
d3096a9743
Update build-rn-code-push-1es.yml
2024-03-12 12:00:52 +01:00
AnatolyPristensky
dab5d1fc7a
Update build-rn-code-push-1es.yml
2024-03-12 11:59:50 +01:00
AnatolyPristensky
01ce767fcc
Update build-rn-code-push-1es.yml
2024-03-12 11:59:18 +01:00
AnatolyPristensky
b44594d081
Update CredScanSuppresions.json
2024-03-12 11:57:54 +01:00
AnatolyPristensky
8e39dcfddd
Test CredScan suppresions
2024-03-12 11:16:21 +01:00
AnatolyPristensky
96cca50f87
Add baselines
2024-03-11 15:42:56 +01:00
AnatolyPristensky
acc85b6a38
Add baseiines
2024-03-11 15:33:33 +01:00
AnatolyPristensky
1719818df9
Remove build phase
2024-03-11 15:31:57 +01:00
AnatolyPristensky
4944750099
Update name
2024-03-11 13:57:23 +01:00
AnatolyPristensky
d1955bcb76
Initial template
2024-03-11 13:53:11 +01:00
Delphine Bugner
5ea229661a
Doc(setup-android): add kotlin code for MainApplication.kt ( #2663 )
2024-02-19 11:10:16 +01:00
Anatoly Pristensky
0aa39d3a6a
Release 8.2.1 ( #2651 )
2024-01-26 15:37:54 +01:00
Hamdi Jomaa
82c54a40a1
Update codepush.gradle: fix Could not find matching constructor for: … ( #2649 )
...
* Update codepush.gradle: fix Could not find matching constructor for: java.io.File(File)
* Update android/codepush.gradle
Co-authored-by: Artem Mizinin <mizinin@users.noreply.github.com>
---------
Co-authored-by: Artem Mizinin <mizinin@users.noreply.github.com>
2024-01-25 13:26:11 +01:00
MikhailSuendukov
61321a107c
Release 8.2.0 ( #2646 )
...
* bump version to 8.2.0
2024-01-19 13:17:23 +01:00
iAmir
7a919e3a37
created needed directories before accessing them ( #2156 )
...
Co-authored-by: MikhailSuendukov <110986399+MikhailSuendukov@users.noreply.github.com>
2024-01-18 17:19:07 +01:00
Nicolas Sturm
ad6e88ce7b
Update setup-ios.md ( #2361 )
...
No visible @interface for 'RCTBundleURLProvider' declares the selector 'jsBundleURLForBundleRoot:fallbackResource:'
- jsBundleURLForBundleRoot:fallbackResource: no longer exists on RCTBundleURLProvider
source: https://stackoverflow.com/a/73048366/8215759
Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
2024-01-18 17:18:33 +01:00
Sean Sanker
ba6c77b41c
chore: remove dead link resolving to malware ( #2465 )
...
Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
Co-authored-by: MikhailSuendukov <110986399+MikhailSuendukov@users.noreply.github.com>
2024-01-18 17:18:18 +01:00
John Ferlito
d84daa4b58
Fix README to refer to the correct version ( #2469 )
...
Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
2024-01-18 17:17:53 +01:00
microsoft-github-policy-service[bot]
9ad95abd51
Onboarding to GitOps.ResourceManagement ( #2535 )
...
* Add prIssueManagement.yml to onboard repo to GitOps.ResourceManagement as FabricBot replacement
* Deleting fabricbot.json
---------
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
2024-01-18 17:17:28 +01:00
George
8d5cf4cfd0
docs: update broken links ( #2556 )
...
## Description
While going through the docs wanted to look into the article and the link was broken so went ahead and found where it is right now and added it.
Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
Co-authored-by: MikhailSuendukov <110986399+MikhailSuendukov@users.noreply.github.com>
2024-01-18 17:16:20 +01:00
Dima
99c8c4e4e0
Replace DevInternalSettings with DeveloperSettings for react-native 0.73.0 ( #2617 )
...
* Replace DevInternalSettings with DeveloperSettings
DevInternalSettings was enclosed in ReactNative 0.73.0-rc.2, so we need to replace it with public class DeveloperSettings.
https://github.com/facebook/react-native/pull/37256
* auto install cocoapods in tests
---------
Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
Co-authored-by: JiglioNero <mikhail.suendukov@akvelon.com>
2024-01-17 22:44:54 +07:00
Anatoly Pristensky
5ab89da006
Release 8.1.1 ( #2633 )
2023-12-19 18:16:43 +07:00
Rıdvan Altun
176121dffb
Update api-js.md ( #2252 )
...
Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
2023-11-09 22:00:21 +01:00
Owen Hart
64bcdbae74
Remove jcenter ( #2215 )
...
"Based on the current timeline, builds that use JCenter will be able to resolve dependencies until February 1, 2022 without changes. After that date, there are no guarantees that you will be able to build your software if you continue to use JCenter." --https://blog.gradle.org/jcenter-shutdown
https://github.com/microsoft/react-native-code-push/issues/2213
Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
2023-11-09 11:37:34 +01:00
aalbaharnah
1f7c903bc6
Windows plugin configuration steps in C# ( #2072 )
...
Configuration steps for react native windows apps that uses C# as base native language
Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
2023-11-09 10:09:38 +01:00
Liam Xu
2b37595530
[swift] Fix imports for Cocoapods + Swift projects + ( #2004 )
...
Co-authored-by: liam <liamxujia@gmail.com>
Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
2023-11-08 17:20:34 +01:00
Joar
df2de5e470
Prioritize nodeModulesPath over config.root if present. ( #2507 )
...
Co-authored-by: Dima <v-dmkira@microsoft.com>
2023-11-01 12:56:46 +07:00
MikhailSuendukov
26878076c0
implement client unique id using uuid for Android ( #2592 )
2023-10-30 22:00:50 +07:00
Anatoly Pristensky
cbbc3313ab
Fix-traverse-CVE ( #2609 )
2023-10-30 12:35:47 +01:00
Anatoly Pristensky
b86e38a843
Update react-native-code-push-ci.yml ( #2608 )
2023-10-27 11:48:13 +02:00
Dima
777e2024c3
Update demo apps ( #2573 )
2023-08-22 14:49:33 +07:00
Dima
5355e6882c
Bump version to 8.1.0 ( #2572 )
2023-08-21 13:11:44 +07:00
Dima
ea296f15ee
Update code-push to version 4.2.0 ( #2568 )
2023-08-19 00:35:29 +07:00
Dima
df9f82b4db
Update appcenter-cli and vm2 ( #2537 )
...
* Update appcenter-cli and vm2
* Use package-lock.json instead of yarn.lock
2023-06-26 20:27:15 +04:00
Anatoly Pristensky
6ff24c1abb
Fix CVE-2023-30547 ( #2526 )
2023-05-30 10:19:17 +02:00
Anatoly Pristensky
3c6986b2ca
Release8-0-2 ( #2522 )
2023-05-24 13:47:41 +02:00
dependabot[bot]
c11fb65f02
Bump vm2 from 3.9.17 to 3.9.19 ( #2519 )
...
Bumps [vm2](https://github.com/patriksimek/vm2 ) from 3.9.17 to 3.9.19.
- [Release notes](https://github.com/patriksimek/vm2/releases )
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.17...3.9.19 )
---
updated-dependencies:
- dependency-name: vm2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 13:16:44 +02:00
Anatoly Pristensky
19ae61f0af
FixVM2 ( #2502 )
2023-04-19 14:09:17 +02:00
Anatoly Pristensky
b8b228736f
Release 8.0.1 ( #2499 )
2023-04-19 12:34:44 +02:00
Dima
8ca0b4e4d8
Bump code-push version to 4.1.1 ( #2498 )
2023-04-19 14:37:57 +07:00
dependabot[bot]
4a55114e32
Bump vm2 from 3.9.13 to 3.9.16 in /Examples/CodePushDemoApp ( #2492 )
...
Bumps [vm2](https://github.com/patriksimek/vm2 ) from 3.9.13 to 3.9.16.
- [Release notes](https://github.com/patriksimek/vm2/releases )
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.13...3.9.16 )
---
updated-dependencies:
- dependency-name: vm2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dima <v-dmkira@microsoft.com>
2023-04-19 10:49:28 +07:00