Skip to content

Commit

Permalink
ember upgrade 3 28 (#216)
Browse files Browse the repository at this point in the history
* Initial upgrade to 3.28

* Initial upgrade to 3.28

* Fix test command and run yarn install

* Codemods output - prior testing

* Update packages in yellow and green

* Update packages in yellow and green

* ember-cli-htmlbars-inline-precompile is no longer needed with ember-cli-htmlbars versions 4.0.0 and higher

* upgrade ember-bootstrap to 2.8.0

* WIP

* fix unknown rule for template lint

* fix depractation warnings with npx @ember/octanify

* Update ember-bootstrap to 5.x

* ember-cli-app-version

* Add webpack, ember-auto-import depends on it

* Revert changes to the eslintrc file

* Add a dependency helper explode assignable expressesion

* Remove jquery and update truth helper

* Remove flash package, seems to be unused

* remove an old package and write own implementation

* Remove depracated package

* Use new format for lint to

* Update string helper

* use this for property lookup in templates, fallback has been depracated

* upgrade sentry and sass

* upgrade ember-cli-sass

* upgrade uglifyer which was renamed to terser

* upgrade optional features

* upgrade dotenv

* Add this when accessing attributes

* Update node version for workflows
  • Loading branch information
kaysiz authored Jun 13, 2024
1 parent d1a4f7e commit 1cef2bb
Show file tree
Hide file tree
Showing 4 changed files with 154 additions and 242 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'

- name: Extract branch name
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'

- name: Extract branch name
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'

- name: Extract branch name
shell: bash
Expand Down
Loading

0 comments on commit 1cef2bb

Please sign in to comment.