Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2025

Bumps @types/node from 22.15.3 to 24.0.8.

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 1, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/types/node-24.0.8 branch from bf68f73 to 762c261 Compare July 6, 2025 19:54
@yuhan6665
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/types/node-24.0.8 branch from 762c261 to 278c964 Compare July 6, 2025 20:20
@yuhan6665
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/types/node-24.0.8 branch from 278c964 to 6779a6e Compare July 6, 2025 21:00
@yuhan6665
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/types/node-24.0.8 branch from 6779a6e to f23dd03 Compare July 6, 2025 21:14
@Meo597
Copy link
Contributor

Meo597 commented Jul 6, 2025

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

@yuhan6665
Copy link
Member

@dependabot rebase

@yuhan6665
Copy link
Member

@Meo597 感谢佬 我们 action 实习中 见笑了

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/types/node-24.0.8 branch from f23dd03 to 319b3a8 Compare July 6, 2025 21:22
@yuhan6665
Copy link
Member

@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]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/types/node-24.0.8 branch from 319b3a8 to ff25282 Compare July 6, 2025 21:32
@yuhan6665
Copy link
Member

可以了 还是需要化繁为简。。去掉两个 option 就可以改成自动 commit

@yuhan6665 yuhan6665 merged commit 51751c8 into main Jul 6, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/types/node-24.0.8 branch July 6, 2025 21:38
@Meo597
Copy link
Contributor

Meo597 commented Jul 6, 2025

最开始是 checkout 没配 ref
所以报 ambiguous argument 'HEAD~1': unknown revision or path not in the working tree. 很久了

改完之后还有新错误是没有 write 权限

想把这些 action 搞明白,无异于学通 c++ 所有魔法

@yuhan6665
Copy link
Member

是的 这些 action 里面有点黑箱 不过devops 总归简单一点 报错按图索骥就行
我 c++ 看到goto就晕倒了 R佬貌似很擅长

@RPRX
Copy link
Member

RPRX commented Jul 7, 2025

写 go 主打一个方便,写 c++ 主打一个字爽,写 rust 主打一个烧脑

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants