Skip to content

Commit

Permalink
ember-cli-update-action
Browse files Browse the repository at this point in the history
ember-cli-update -p @kellyselden/node-template -b @kellyselden/node-template --to 5.0.1
  • Loading branch information
renovate[bot] authored and kellyselden committed Nov 10, 2023
1 parent 377792f commit 069b485
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
with:
node-version: 18

- uses: kellyselden/ember-cli-update-action@v5
- uses: kellyselden/ember-cli-update-action@v6
with:
autofix_command: npm run lint -- --fix
ignore_to: true
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": "5.0.0",
"version": "5.0.1",
"blueprints": [
{
"name": "@kellyselden/node-template",
Expand Down
82 changes: 41 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@
},
"devDependencies": {
"@kellyselden/node-template": "5.0.1",
"chai": "^4.3.7",
"eslint": "^8.44.0",
"chai": "^4.3.10",
"eslint": "^8.53.0",
"eslint-config-sane": "^1.0.2",
"eslint-config-sane-node": "^1.1.1",
"eslint-plugin-json-files": "^3.0.0",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-json-files": "^4.1.0",
"eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-let": "^3.0.1",
"git-fixtures": "^8.0.0",
"mocha": "^10.2.0",
"mocha-helpers": "^8.0.0",
"mocha-helpers": "^9.0.0",
"renovate-config-standard": "2.1.2",
"sinon": "^17.0.0",
"standard-node-template": "6.0.0"
Expand Down

0 comments on commit 069b485

Please sign in to comment.