Skip to content

Commit

Permalink
run ember-cli-update
Browse files Browse the repository at this point in the history
  • Loading branch information
amk221 committed Jul 4, 2023
1 parent 77dbe35 commit bfdc0f0
Show file tree
Hide file tree
Showing 12 changed files with 6,215 additions and 24,162 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16
cache: npm
- name: Install Dependencies
run: npm ci
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16
cache: npm
- name: Install Dependencies
run: npm install --no-shrinkwrap
Expand All @@ -57,12 +57,11 @@ jobs:
fail-fast: false
matrix:
try-scenario:
- ember-lts-3.28
- ember-lts-4.4
- ember-lts-4.8
- ember-release
- ember-beta
- ember-canary
- ember-classic
- embroider-safe
- embroider-optimized

Expand All @@ -71,7 +70,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16
cache: npm
- name: Install Dependencies
run: npm ci
Expand Down
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
/.gitignore
/.prettierignore
/.prettierrc.js
/.template-lintrc.js
/.stylelintignore
/.stylelintrc.js
/.template-lintrc.js
/.travis.yml
/.watchmanconfig
/bower.json
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

# misc
/coverage/
!.*
.eslintcache
.lint-todo/

Expand Down
10 changes: 6 additions & 4 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/vendor/
# unconventional files
/blueprints/*/files/

# compiled output
/dist/
/tmp/
/bower_components/
/node_modules/

# addons
/.node_modules.ember-try/
2 changes: 2 additions & 0 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

module.exports = {
extends: '@zestia/stylelint-config'
};
2 changes: 1 addition & 1 deletion .watchmanconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"ignore_dirs": ["tmp", "dist"]
"ignore_dirs": ["dist"]
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.5.1

- Run `ember-cli-update`

## 3.4.1

- Update animation utils
Expand Down
Loading

0 comments on commit bfdc0f0

Please sign in to comment.