Skip to content

Commit

Permalink
chore: update kellyselden/node-template v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden authored and kellyselden committed Nov 5, 2023
1 parent fd9bd37 commit 05b6399
Show file tree
Hide file tree
Showing 7 changed files with 314 additions and 202 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ module.exports = {
'plugin:mocha/recommended'
],
rules: {
'mocha/no-exclusive-tests': 'error'
'mocha/no-exclusive-tests': 'error',
'mocha/no-empty-description': 'off'
}
}
]
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 16

- uses: pnpm/[email protected]
with:
Expand All @@ -35,7 +35,7 @@ jobs:
- ubuntu-latest
- macos-latest
node:
- 12
- 16

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

Expand Down Expand Up @@ -69,13 +69,13 @@ jobs:
token: ${{ secrets.GitHubToken }}
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 16

- uses: pnpm/[email protected]
with:
version: 6.7.4

- uses: kellyselden/ember-cli-update-action@v3
- uses: kellyselden/ember-cli-update-action@v4
with:
autofix_command: npm run lint:js -- --fix
ignore_to: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 16
registry-url: 'https://registry.npmjs.org'

- run: npm run release
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
environment:
matrix:
- nodejs_version: "12"
- nodejs_version: "16"

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

Expand Down
2 changes: 1 addition & 1 deletion config/ember-cli-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
{
"name": "@kellyselden/node-template",
"version": "2.2.2",
"version": "3.1.0",
"blueprints": [
{
"name": "@kellyselden/node-template",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@
},
"devDependencies": {
"@crowdstrike/commitlint": "^5.0.0",
"@kellyselden/node-template": "2.2.2",
"chai": "^4.3.6",
"@kellyselden/node-template": "3.1.0",
"chai": "^4.3.7",
"ember-addon-codemods-manifest": "",
"ember-app-codemods-manifest": "",
"ember-cli-update": "1.0.1",
"eslint": "^8.10.0",
"eslint": "^8.44.0",
"eslint-config-sane": "^1.0.2",
"eslint-config-sane-node": "^1.1.1",
"eslint-plugin-json-files": "^1.3.0",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-json-files": "^2.2.0",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-let": "^3.0.1",
"fs-extra": "^10.0.0",
"git-fixtures": "^4.0.0",
"mocha": "^9.2.1",
"mocha-helpers": "^6.2.1",
"mocha": "^10.2.0",
"mocha-helpers": "^7.1.0",
"monorepo-next": "^7.0.0",
"renovate-config-standard": "2.1.2",
"standard-node-template": "2.0.0"
Expand Down
Loading

0 comments on commit 05b6399

Please sign in to comment.