-
Notifications
You must be signed in to change notification settings - Fork 383
Upgrade: Bump @types/node from 22.15.3 to 24.0.8 #705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
bf68f73 to
762c261
Compare
|
@dependabot rebase |
762c261 to
278c964
Compare
|
@dependabot rebase |
278c964 to
6779a6e
Compare
|
@dependabot rebase |
6779a6e to
f23dd03
Compare
name: Prettier Action
on:
pull_request:
branches: [main]
jobs:
prettier:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
# This is important to fetch the changes to the previous commit
fetch-depth: 0
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write **/*.{js,ts,md,vue}
only_changed: true |
|
@dependabot rebase |
|
@Meo597 感谢佬 我们 action 实习中 见笑了 |
f23dd03 to
319b3a8
Compare
|
@dependabot rebase |
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.15.3 to 24.0.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.0.8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
319b3a8 to
ff25282
Compare
|
可以了 还是需要化繁为简。。去掉两个 option 就可以改成自动 commit |
|
最开始是 checkout 没配 ref 改完之后还有新错误是没有 write 权限 想把这些 action 搞明白,无异于学通 c++ 所有魔法 |
|
是的 这些 action 里面有点黑箱 不过devops 总归简单一点 报错按图索骥就行 |
|
|
Bumps @types/node from 22.15.3 to 24.0.8.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)