mirror of
https://github.com/DeterminateSystems/update-flake-lock.git
synced 2025-04-20 08:50:16 +03:00
Compare commits
12 commits
5e8e2091c7
...
9752f9ede6
Author | SHA1 | Date | |
---|---|---|---|
![]() |
9752f9ede6 | ||
![]() |
1a5f8176b6 | ||
![]() |
43e7b633e9 | ||
![]() |
7689af81f5 | ||
![]() |
b81e46d8dd | ||
![]() |
edf12a038d | ||
![]() |
97278a027b | ||
![]() |
062b9f53fa | ||
![]() |
84d025eee7 | ||
![]() |
2eaf7beabb | ||
![]() |
2a1e64c750 | ||
![]() |
7f5cd168b9 |
4 changed files with 447 additions and 649 deletions
|
@ -202,7 +202,7 @@ runs:
|
||||||
run: rm -f pr_body.txt pr_body.template
|
run: rm -f pr_body.txt pr_body.template
|
||||||
- name: Create PR
|
- name: Create PR
|
||||||
id: create-pr
|
id: create-pr
|
||||||
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5
|
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
|
||||||
with:
|
with:
|
||||||
base: ${{ inputs.base }}
|
base: ${{ inputs.base }}
|
||||||
branch: ${{ inputs.branch }}
|
branch: ${{ inputs.branch }}
|
||||||
|
|
260
dist/index.js
vendored
260
dist/index.js
vendored
File diff suppressed because one or more lines are too long
|
@ -38,10 +38,10 @@
|
||||||
"eslint-import-resolver-typescript": "^3.10.0",
|
"eslint-import-resolver-typescript": "^3.10.0",
|
||||||
"eslint-plugin-github": "^4.10.2",
|
"eslint-plugin-github": "^4.10.2",
|
||||||
"eslint-plugin-import": "^2.31.0",
|
"eslint-plugin-import": "^2.31.0",
|
||||||
"eslint-plugin-prettier": "^5.2.5",
|
"eslint-plugin-prettier": "^5.2.6",
|
||||||
"prettier": "^3.5.3",
|
"prettier": "^3.5.3",
|
||||||
"tsup": "^8.4.0",
|
"tsup": "^8.4.0",
|
||||||
"typescript": "^5.8.2",
|
"typescript": "^5.8.3",
|
||||||
"vitest": "^3.0.9"
|
"vitest": "^3.1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
828
pnpm-lock.yaml
828
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue