-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update project dependencies (#360)
* ci(rudder-sdk-react-native-monorepo): update the cocopod version to 1.5.2 in test.yml * chore: set default node version to 20.0.0 It is required by the different modules * chore(rudder-sdk-react-native-monorepo): update react-native and other nx packages to the latest version * chore(rudder-sdk-react-native-monorepo): remove storybook package to address various issues This will remove the ip package and address snyk and npm security issues * Revert "chore(rudder-sdk-react-native-monorepo): remove storybook package to address various issues" This reverts commit 31ff650. * chore(rudder-sdk-react-native-monorepo): remove storybook package to address various issues This will remove the ip package and address snyk and npm security issues * chore(rudder-sdk-react-native-monorepo): update sample app * chore(example): update sample app This is necessary to fix the build issue in Android and iOS * chore(rudder-sdk-react-native-monorepo): fix peer dependency issue * chore(rudder-sdk-react-native-monorepo): fix deprecated packages * chore(rudder-sdk-react-native-monorepo): revert package.json changes * chore(rudder-sdk-react-native-monorepo): reinstall madge package It is required to check the circular dependencies * Revert "chore(rudder-sdk-react-native-monorepo): reinstall madge package" This reverts commit a3acf1d. * chore(rudder-sdk-react-native-monorepo): remove circular dependency check Required to solve the requirejs related npm security issue. * ci: remove circular check * chore(example): update ios project * chore(example): revert yoga related changes in the Podfile * chore(rudder-sdk-react-native-monorepo): again add @digitalroute/cz-conventional-changelog-for-jira in package.json * chore(rudder-sdk-react-native-monorepo): remove stale overrides * chore(rudder-sdk-react-native-monorepo): remove migrations.json file * chore(rudder-sdk-react-native-monorepo): add migrations.json in .gitignore * chore(rudder-sdk-react-native-monorepo): update node version to 20.15.1 in .nvmrc file * chore(rudder-sdk-react-native-monorepo): update package-lock.json file * ci: remove commented out code * chore(rudder-sdk-react-native-monorepo): address new npm security issues caused due to node bump * ci: use different action to setup cocoapod in test.yml Also update the ruby-version to 3.3.2 * chore(rudder-sdk-react-native-monorepo): bump the patch version for git-raw-commit This is required to fix the nx affected command whcih generates the changelog * chore(rudder-sdk-react-native-monorepo): override few packages to address the medium level vulnerabilities * chore(example): address comment
- Loading branch information
1 parent
5e83991
commit dfdf3dc
Showing
27 changed files
with
20,671 additions
and
53,721 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,11 +25,11 @@ jobs: | |
|
||
- name: Setup Ruby | ||
uses: ruby/setup-ruby@v1 | ||
with: | ||
ruby-version: '3.3.2' | ||
|
||
- name: Setup CocoaPods | ||
uses: maxim-lobanov/setup-cocoapods@v1 | ||
with: | ||
version: 1.14.3 | ||
uses: NiftyStack/[email protected] | ||
|
||
- name: Setup Node | ||
uses: actions/setup-node@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
18.11.0 | ||
20.15.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,5 @@ gradlew* | |
*.xcodeproj/ | ||
*.xcworkspace/ | ||
Pods/ | ||
/.nx/cache | ||
/.nx/cache | ||
/.nx/workspace-data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.