Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

fix(workflows): replace wrong author in expo-dependencies.yml #27

Merged
merged 1 commit into from
Jun 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/expo-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ jobs:
with:
token: ${{ steps.app_token.outputs.token }}
commit-message: 'bump(deps): `expo-cli upgrade` dependencies'
committer: Levain Keychain Bot <349640+github-actions[bot]@users.noreply.github.com>
author: Levain Keychain Bot <349640+github-actions[bot]@users.noreply.github.com>
committer: Keychain Bot <githubapp+349640@users.noreply.github.com>
author: Keychain Bot <githubapp+349640@users.noreply.github.com>
title: 'bump(deps): `expo-cli upgrade` dependencies'
body: |
#### What this PR does / why we need it:
Bump expo dependencies to newest release with `expo-cli upgrade`.

Bump expo dependencies to newest release with `yarn expo-cli upgrade`, this command also fixes `./app/package.json` and `./app/app.json` files to patch any non-compliant dependencies.
branch: keychain-bot/expo-deps
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-native": "0.71.3",
"typescript": "^4.9.4"
"typescript": "4.9.5"
},
"devDependencies": {
"@levain-keychain/eslint-config": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12201,7 +12201,7 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==

typescript@4.9.5, typescript@^4.9.4:
typescript@4.9.5:
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
Expand Down