File tree Expand file tree Collapse file tree
actions/setup-environment Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 using : composite
1111
1212 steps :
13- - uses : pnpm/action-setup@v4
14- - uses : actions/setup-node@v4
13+ - uses : pnpm/action-setup@v5
14+ - uses : actions/setup-node@v6
1515 with :
1616 cache : pnpm
1717 node-version : ${{inputs.node-version}}
Original file line number Diff line number Diff line change 1010 lint :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 - uses : ./.github/actions/setup-environment
1515 - name : Lint
1616 run : pnpm lint
1919 name : " Test (Node: ${{matrix.node-version}}, OS: ${{matrix.os}})"
2020 runs-on : ${{matrix.os}}
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 - uses : ./.github/actions/setup-environment
2424 with :
2525 node-version : ${{matrix.node-version}}
4141 smoke-test :
4242 runs-on : ubuntu-latest
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v6
4545 - uses : ./.github/actions/setup-environment
4646 - name : Build gember
4747 run : pnpm build
Original file line number Diff line number Diff line change 2222 command : ${{ steps.check-release.outputs.command }}
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v6
2626 with :
2727 fetch-depth : 2
2828 ref : " main"
@@ -45,14 +45,14 @@ jobs:
4545 if : ((github.event_name == 'push' || github.event_name == 'workflow_dispatch') && needs.is-this-a-release.outputs.command != 'release') || (github.event_name == 'pull_request_target' && github.event.pull_request.merged == true)
4646
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v6
4949 # We need to download lots of history so that
5050 # github-changelog can discover what's changed since the last release
5151 with :
5252 fetch-depth : 0
5353 ref : " main"
54- - uses : pnpm/action-setup@v4
55- - uses : actions/setup-node@v4
54+ - uses : pnpm/action-setup@v5
55+ - uses : actions/setup-node@v6
5656 with :
5757 node-version : 22
5858 cache : pnpm
8080 env :
8181 GITHUB_AUTH : ${{ secrets.GITHUB_TOKEN }}
8282
83- - uses : peter-evans/create-pull-request@v7
83+ - uses : peter-evans/create-pull-request@v8
8484 with :
8585 commit-message : " Prepare Release ${{ steps.explanation.outputs.new_version}} using 'release-plan'"
8686 labels : " internal"
Original file line number Diff line number Diff line change 2727 attestations : write
2828
2929 steps :
30- - uses : actions/checkout@v4
31- - uses : pnpm/action-setup@v4
32- - uses : actions/setup-node@v4
30+ - uses : actions/checkout@v6
31+ - uses : pnpm/action-setup@v5
32+ - uses : actions/setup-node@v6
3333 with :
3434 node-version : 22
3535 # This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
Original file line number Diff line number Diff line change 55
66Generators for Ember apps and addons.
77
8+ ## Compatibility
9+
10+ - Node.js v18 or above
11+
812## Installation
913
1014``` shell
Original file line number Diff line number Diff line change 3838 "dependencies" : {
3939 "@napi-rs/clipboard" : " ^1.1.3" ,
4040 "change-case" : " ^5.4.4" ,
41- "citty" : " ^0.1.6 " ,
41+ "citty" : " ^0.2.1 " ,
4242 "consola" : " ^3.4.2" ,
4343 "find-up" : " ^7.0.0" ,
44- "fs-extra" : " ^11.3.2 " ,
44+ "fs-extra" : " ^11.3.4 " ,
4545 "handlebars" : " ^4.7.8"
4646 },
4747 "devDependencies" : {
48- "@eslint/js" : " ^9.39 .1" ,
48+ "@eslint/js" : " ^10.0 .1" ,
4949 "@types/fs-extra" : " ^11.0.4" ,
5050 "@types/node" : " ^24.10.1" ,
5151 "@vitest/coverage-v8" : " ^3.2.4" ,
5252 "combinations" : " ^1.0.0" ,
5353 "concurrently" : " ^9.2.1" ,
54- "eslint" : " ^9.39.1 " ,
55- "eslint-plugin-n" : " ^17.23.1 " ,
56- "execa" : " ^9.6.0 " ,
57- "prettier" : " ^3.6.2 " ,
54+ "eslint" : " ^10.1.0 " ,
55+ "eslint-plugin-n" : " ^17.24.0 " ,
56+ "execa" : " ^9.6.1 " ,
57+ "prettier" : " ^3.8.1 " ,
5858 "recursive-copy" : " ^2.0.14" ,
59- "release-plan" : " ^0.17.2 " ,
60- "type-fest" : " ^5.2 .0" ,
59+ "release-plan" : " ^0.17.4 " ,
60+ "type-fest" : " ^5.5 .0" ,
6161 "typescript" : " ^5.9.3" ,
62- "typescript-eslint" : " ^8.46.4 " ,
62+ "typescript-eslint" : " ^8.57.1 " ,
6363 "uuid" : " ^13.0.0" ,
6464 "vitest" : " ^3.2.4"
6565 },
66- "packageManager" : " pnpm@9.13.2 " ,
66+ "packageManager" : " pnpm@10.32.1 " ,
6767 "engines" : {
6868 "node" : " >= 18"
6969 },
7070 "volta" : {
71- "node" : " 22.19 .0" ,
72- "pnpm" : " 10.15 .1"
71+ "node" : " 24.14 .0" ,
72+ "pnpm" : " 10.32 .1"
7373 }
7474}
You can’t perform that action at this time.
0 commit comments