Skip to content

Commit

Permalink
chore: Update melos version
Browse files Browse the repository at this point in the history
Signed-off-by: Caijinglong <[email protected]>
  • Loading branch information
CaiJingLong committed May 14, 2024
1 parent 5228c55 commit 1cb6db3
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 18 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/melos-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ name: "melos version"
on:
workflow_dispatch:

permissions:
permissions:
contents: write

jobs:
melos_version:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand All @@ -29,7 +31,7 @@ jobs:
git config --global user.name "github-actions[bot]"
- name: Version packages
run: melos version --yes
- name: resign the changes
run: git commit --amend --signoff -S
- name: Setup git by github cli
run: gh auth setup-git
- name: Show git log
run: git log -1
run: git log -1
34 changes: 21 additions & 13 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ packages:
dependency: transitive
description:
name: cli_util
sha256: "66f86e916d285c1a93d3b79587d94bd71984a66aac4ff74e524cfa7877f1395c"
sha256: c05b7406fdabc7a49a3929d4af76bcaccbbffcbcdcf185b082e1ae07da323d19
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.3.5"
version: "0.4.1"
collection:
dependency: transitive
description:
Expand All @@ -77,10 +77,10 @@ packages:
dependency: transitive
description:
name: file
sha256: "1b92bec4fc2a72f59a8e15af5f52cd441e4a7860b49499d69dfa817af20e925d"
sha256: "5fc22d7c25582e38ad9a8515372cd9a93834027aacf1801cf01164dac0ffa08c"
url: "https://pub.flutter-io.cn"
source: hosted
version: "6.1.4"
version: "7.0.0"
flutter_lints:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -109,10 +109,10 @@ packages:
dependency: transitive
description:
name: http
sha256: "5895291c13fa8a3bd82e76d5627f69e0d85ca6a30dcac95c4ea19a5d555879c2"
sha256: "761a297c042deedc1ffbb156d6e2af13886bb305c2a343a4d972504cd67dd938"
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.13.6"
version: "1.2.1"
http_parser:
dependency: transitive
description:
Expand Down Expand Up @@ -157,10 +157,10 @@ packages:
dependency: "direct dev"
description:
name: melos
sha256: cd8e7db0250ee822c5354a8214afc751b6c1c41aadfbbef927456d509d953244
sha256: f9a6fc4f4842b7edfca2e00ab3b5b06928584f24bdc3d776ab0b30be7d599450
url: "https://pub.flutter-io.cn"
source: hosted
version: "3.0.0"
version: "6.0.0"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -205,10 +205,10 @@ packages:
dependency: transitive
description:
name: process
sha256: "53fd8db9cec1d37b0574e12f07520d582019cb6c44abf5479a01505099a34a09"
sha256: "21e54fd2faf1b5bdd5102afd25012184a6793927648ea81eea80552ac9405b32"
url: "https://pub.flutter-io.cn"
source: hosted
version: "4.2.4"
version: "5.0.2"
prompts:
dependency: transitive
description:
Expand All @@ -229,10 +229,10 @@ packages:
dependency: transitive
description:
name: pub_updater
sha256: "42890302ab2672adf567dc2b20e55b4ecc29d7e19c63b6b98143ab68dd717d3a"
sha256: "54e8dc865349059ebe7f163d6acce7c89eb958b8047e6d6e80ce93b13d7c9e60"
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.2.4"
version: "0.4.0"
pubspec:
dependency: transitive
description:
Expand Down Expand Up @@ -313,6 +313,14 @@ packages:
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.0.0"
web:
dependency: transitive
description:
name: web
sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27"
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.5.1"
yaml:
dependency: transitive
description:
Expand All @@ -330,4 +338,4 @@ packages:
source: hosted
version: "2.2.1"
sdks:
dart: ">=3.1.0 <4.0.0"
dart: ">=3.3.0 <4.0.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ environment:

dev_dependencies:
lints: any
melos: 3.0.0
melos: 6.0.0
flutter_lints: any

0 comments on commit 1cb6db3

Please sign in to comment.