Skip to content

Commit 05b6399

Browse files
Kelly Seldenkellyselden
authored andcommitted
chore: update kellyselden/node-template v3
1 parent fd9bd37 commit 05b6399

7 files changed

Lines changed: 314 additions & 202 deletions

File tree

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ module.exports = {
3030
'plugin:mocha/recommended'
3131
],
3232
rules: {
33-
'mocha/no-exclusive-tests': 'error'
33+
'mocha/no-exclusive-tests': 'error',
34+
'mocha/no-empty-description': 'off'
3435
}
3536
}
3637
]

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-node@v3
1818
with:
19-
node-version: 12
19+
node-version: 16
2020

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

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

@@ -69,13 +69,13 @@ jobs:
6969
token: ${{ secrets.GitHubToken }}
7070
- uses: actions/setup-node@v3
7171
with:
72-
node-version: 12
72+
node-version: 16
7373

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

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

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 12
15+
node-version: 16
1616
registry-url: 'https://registry.npmjs.org'
1717

1818
- 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: "12"
3+
- nodejs_version: "16"
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": "2.2.2",
16+
"version": "3.1.0",
1717
"blueprints": [
1818
{
1919
"name": "@kellyselden/node-template",

package.json

Lines changed: 7 additions & 7 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": "2.2.2",
28-
"chai": "^4.3.6",
27+
"@kellyselden/node-template": "3.1.0",
28+
"chai": "^4.3.7",
2929
"ember-addon-codemods-manifest": "",
3030
"ember-app-codemods-manifest": "",
3131
"ember-cli-update": "1.0.1",
32-
"eslint": "^8.10.0",
32+
"eslint": "^8.44.0",
3333
"eslint-config-sane": "^1.0.2",
3434
"eslint-config-sane-node": "^1.1.1",
35-
"eslint-plugin-json-files": "^1.3.0",
36-
"eslint-plugin-mocha": "^9.0.0",
35+
"eslint-plugin-json-files": "^2.2.0",
36+
"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",
41-
"mocha": "^9.2.1",
42-
"mocha-helpers": "^6.2.1",
41+
"mocha": "^10.2.0",
42+
"mocha-helpers": "^7.1.0",
4343
"monorepo-next": "^7.0.0",
4444
"renovate-config-standard": "2.1.2",
4545
"standard-node-template": "2.0.0"

0 commit comments

Comments
 (0)