Skip to content

Commit ad1e0d0

Browse files
Kelly Seldenkellyselden
authored andcommitted
chore: update @kellyselden/node-template v4
1 parent d3d97d5 commit ad1e0d0

6 files changed

Lines changed: 38 additions & 42 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v3
1818
with:
19-
node-version: 16
19+
node-version: 18
2020

2121
- uses: pnpm/[email protected]
2222
with:
@@ -35,12 +35,12 @@ jobs:
3535
- ubuntu-latest
3636
- macos-latest
3737
node:
38-
- 16
38+
- 18
3939

4040
runs-on: ${{ matrix.os }}
4141

4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v4
4444
- uses: actions/setup-node@v3
4545
with:
4646
node-version: ${{ matrix.node }}
@@ -63,19 +63,19 @@ jobs:
6363
runs-on: ubuntu-latest
6464

6565
steps:
66-
- uses: actions/checkout@v3
66+
- uses: actions/checkout@v4
6767
with:
6868
ref: ${{ github.head_ref }}
6969
token: ${{ secrets.GitHubToken }}
7070
- uses: actions/setup-node@v3
7171
with:
72-
node-version: 16
72+
node-version: 18
7373

7474
- uses: pnpm/[email protected]
7575
with:
7676
version: 6.7.4
7777

78-
- uses: kellyselden/ember-cli-update-action@v4
78+
- uses: kellyselden/ember-cli-update-action@v5
7979
with:
8080
autofix_command: npm run lint:js -- --fix
8181
ignore_to: true

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 16
15+
node-version: 18
16+
1617
registry-url: 'https://registry.npmjs.org'
1718

1819
- run: npm run release

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
environment:
22
matrix:
3-
- nodejs_version: "16"
3+
- nodejs_version: "18"
44

55
DEBUG: "ember-cli-update,boilerplate-update,git-diff-apply"
66

config/ember-cli-update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
{
1515
"name": "@kellyselden/node-template",
16-
"version": "3.1.0",
16+
"version": "4.1.0",
1717
"blueprints": [
1818
{
1919
"name": "@kellyselden/node-template",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,22 @@
2424
},
2525
"devDependencies": {
2626
"@crowdstrike/commitlint": "^5.0.0",
27-
"@kellyselden/node-template": "3.1.0",
27+
"@kellyselden/node-template": "4.1.0",
2828
"chai": "^4.3.7",
2929
"ember-addon-codemods-manifest": "",
3030
"ember-app-codemods-manifest": "",
3131
"ember-cli-update": "1.0.1",
3232
"eslint": "^8.44.0",
3333
"eslint-config-sane": "^1.0.2",
3434
"eslint-config-sane-node": "^1.1.1",
35-
"eslint-plugin-json-files": "^2.2.0",
35+
"eslint-plugin-json-files": "^3.0.0",
3636
"eslint-plugin-mocha": "^10.1.0",
3737
"eslint-plugin-node": "^11.1.0",
3838
"eslint-plugin-prefer-let": "^3.0.1",
3939
"fs-extra": "^10.0.0",
4040
"git-fixtures": "^4.0.0",
4141
"mocha": "^10.2.0",
42-
"mocha-helpers": "^7.1.0",
42+
"mocha-helpers": "^8.0.0",
4343
"monorepo-next": "^7.0.0",
4444
"renovate-config-standard": "2.1.2",
4545
"standard-node-template": "3.3.0"

pnpm-lock.yaml

Lines changed: 23 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)