Skip to content

Commit 59bb4a9

Browse files
committed
chore: ember-cli-update-action
ember-cli-update -p @kellyselden/node-template -b @kellyselden/node-template --to 6.3.0
1 parent c932a08 commit 59bb4a9

4 files changed

Lines changed: 69 additions & 80 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,15 @@ jobs:
7676
with:
7777
node-version: 20
7878

79+
<<<<<<< HEAD
7980
- uses: pnpm/[email protected]
8081
with:
8182
version: 8.10.2
8283

8384
- uses: kellyselden/ember-cli-update-action@v6
85+
=======
86+
- uses: kellyselden/ember-cli-update-action@v7
87+
>>>>>>> 43c914e (v6.1.0...v6.3.0)
8488
with:
8589
autofix_command: npm run lint:js -- --fix
8690
ignore_to: true

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": "6.1.0",
16+
"version": "6.3.0",
1717
"blueprints": [
1818
{
1919
"name": "@kellyselden/node-template",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint": "^8.57.1",
3333
"eslint-config-sane": "^1.0.2",
3434
"eslint-config-sane-node": "^2.0.0",
35-
"eslint-plugin-json-files": "^4.4.2",
35+
"eslint-plugin-json-files": "^5.1.0",
3636
"eslint-plugin-mocha": "^10.5.0",
3737
"eslint-plugin-n": "^17.20.0",
3838
"eslint-plugin-prefer-let": "^4.0.0",
@@ -41,7 +41,7 @@
4141
"mocha": "^11.7.0",
4242
"mocha-helpers": "^9.0.1",
4343
"monorepo-next": "^12.0.0",
44-
"renovate-config-standard": "2.1.2",
44+
"renovate-config-standard": "2.2.0",
4545
"standard-node-template": "7.0.0"
4646
}
4747
}

0 commit comments

Comments
 (0)