Skip to content

Commit 0fd6ca8

Browse files
ember-cli 5.2.0 (#1918)
* ember-cli 5.4.1 * Downgrade test helpers * Downgrade ember-qunit * pnpm update * Set ember-cli back * Try 5.2.0
1 parent 7fb9219 commit 0fd6ca8

File tree

11 files changed

+3159
-3264
lines changed

11 files changed

+3159
-3264
lines changed

.ember-cli

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
{
2-
/**
3-
Ember CLI sends analytics information by default. The data is completely
4-
anonymous, but there are times when you might want to disable this behavior.
5-
6-
Setting `disableAnalytics` to true will prevent any data from being sent.
7-
*/
8-
"disableAnalytics": false,
9-
102
/**
113
Setting `isTypeScriptProject` to true will force the blueprint generators to generate TypeScript
124
rather than JavaScript by default, when a TypeScript version of a given blueprint is available.

.github/actions/pnpm/action.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/electron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
timeout-minutes: 10
1414
steps:
1515
- uses: actions/checkout@v3
16-
- uses: ./.github/actions/pnpm
16+
- uses: wyvox/action-setup-pnpm@v2
1717
- name: Get xvfb
1818
run: sudo apt-get install xvfb
1919
- name: Electron Test

.github/workflows/ember.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
timeout-minutes: 10
1414
steps:
1515
- uses: actions/checkout@v3
16-
- uses: ./.github/actions/pnpm
16+
- uses: wyvox/action-setup-pnpm@v2
1717
- name: Ember Test
1818
run: pnpm test:ember

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
timeout-minutes: 10
1414
steps:
1515
- uses: actions/checkout@v3
16-
- uses: ./.github/actions/pnpm
16+
- uses: wyvox/action-setup-pnpm@v2
1717
- name: Lint JS
1818
run: pnpm lint:js
1919
- name: Lint HBS

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
if: startsWith(github.ref, 'refs/tags/')
9494
steps:
9595
- uses: actions/checkout@v3
96-
- uses: ./.github/actions/pnpm
96+
- uses: wyvox/action-setup-pnpm@v2
9797
- name: Install Snapcraft
9898
uses: samuelmeuli/action-snapcraft@v1
9999
with:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# compiled output
44
/dist/
5+
/declarations/
56

67
# dependencies
78
/node_modules/

config/ember-cli-update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
{
55
"name": "ember-cli",
6-
"version": "5.0.0-beta.0",
6+
"version": "5.4.1",
77
"blueprints": [
88
{
99
"name": "app",

package.json

Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"test:ember": "ember test"
3333
},
3434
"devDependencies": {
35-
"@babel/core": "^7.23.5",
35+
"@babel/core": "^7.23.6",
3636
"@babel/eslint-parser": "^7.23.3",
37-
"@babel/plugin-proposal-decorators": "^7.23.5",
37+
"@babel/plugin-proposal-decorators": "^7.23.6",
3838
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
39-
"@babel/plugin-transform-typescript": "^7.23.5",
39+
"@babel/plugin-transform-typescript": "^7.23.6",
4040
"@babel/preset-env": "^7.23.6",
4141
"@clark/eslint-config-ember-order-imports": "^2.2.0",
4242
"@csstools/postcss-sass": "^5.0.1",
@@ -45,9 +45,9 @@
4545
"@ember/render-modifiers": "^2.1.0",
4646
"@ember/string": "^3.1.1",
4747
"@ember/test-helpers": "^2.9.4",
48-
"@embroider/compat": "^3.2.1",
49-
"@embroider/core": "^3.2.1",
50-
"@embroider/webpack": "^3.1.5",
48+
"@embroider/compat": "^3.4.3",
49+
"@embroider/core": "^3.4.3",
50+
"@embroider/webpack": "^3.2.1",
5151
"@gavant/glint-template-types": "^0.3.6",
5252
"@glimmer/component": "^1.1.2",
5353
"@glimmer/tracking": "^1.1.2",
@@ -63,28 +63,26 @@
6363
"@orbit/serializers": "^0.17.0",
6464
"@orbit/utils": "^0.17.0",
6565
"@release-it/bumper": "^4.0.2",
66-
"@sentry/ember": "^7.86.0",
66+
"@sentry/ember": "^7.91.0",
6767
"@tailwindcss/forms": "^0.5.7",
6868
"@types/ember": "^4.0.10",
69-
"@types/ember-qunit": "^6.1.1",
70-
"@types/ember-resolver": "^9.0.0",
71-
"@types/ember__test-helpers": "^2.9.1",
7269
"@types/qunit": "^2.19.9",
7370
"@types/sinon": "^17.0.2",
74-
"@typescript-eslint/eslint-plugin": "^6.14.0",
75-
"@typescript-eslint/parser": "^6.14.0",
71+
"@typescript-eslint/eslint-plugin": "^6.15.0",
72+
"@typescript-eslint/parser": "^6.15.0",
7673
"aws4fetch": "^1.0.17",
7774
"babel-preset-env": "^1.7.0",
7875
"broccoli-asset-rev": "^3.0.0",
79-
"color-name-list": "^10.17.0",
76+
"color-name-list": "^10.18.0",
8077
"concurrently": "^8.2.2",
8178
"crypto-browserify": "^3.12.0",
8279
"ember-animated": "^0.12.0",
83-
"ember-auto-import": "^2.6.3",
80+
"ember-auto-import": "^2.7.2",
8481
"ember-cache-primitive-polyfill": "^1.0.1",
85-
"ember-cli": "5.0.0-beta.0",
82+
"ember-cli": "5.2.0",
8683
"ember-cli-app-version": "^6.0.1",
8784
"ember-cli-babel": "^8.2.0",
85+
"ember-cli-clean-css": "^3.0.0",
8886
"ember-cli-content-security-policy": "^2.0.3",
8987
"ember-cli-dependency-checker": "^3.3.2",
9088
"ember-cli-deprecation-workflow": "^2.2.0",
@@ -116,36 +114,35 @@
116114
"ember-set-helper": "^2.0.1",
117115
"ember-simple-auth": "^6.0.0",
118116
"ember-sinon-qunit": "^7.4.0",
119-
"ember-source": "^5.4.0",
117+
"ember-source": "^5.5.0",
120118
"ember-svg-jar": "^2.4.7",
121119
"ember-template-lint": "^5.13.0",
122120
"ember-template-lint-plugin-prettier": "^5.0.0",
123121
"ember-test-selectors": "^6.0.0",
124122
"ember-tooltips": "^3.6.0",
125123
"ember-truth-helpers": "^4.0.3",
126-
"eslint": "^8.55.0",
124+
"eslint": "^8.56.0",
127125
"eslint-config-prettier": "^9.1.0",
128126
"eslint-plugin-ember": "^11.12.0",
129-
"eslint-plugin-n": "^16.4.0",
130-
"eslint-plugin-prettier": "^5.0.1",
127+
"eslint-plugin-n": "^16.5.0",
128+
"eslint-plugin-prettier": "^5.1.2",
131129
"eslint-plugin-qunit": "^8.0.1",
132130
"indexeddb-export-import": "^2.1.5",
133131
"loader.js": "^4.7.0",
134132
"nearest-color": "^0.4.4",
135133
"postcss": "^8.4.32",
136134
"postcss-scss": "^4.0.9",
137-
"prettier": "^3.1.0",
135+
"prettier": "^3.1.1",
138136
"qunit": "^2.20.0",
139137
"qunit-dom": "^3.0.0",
140138
"release-it": "^15.11.0",
141139
"release-it-lerna-changelog": "^5.0.0",
142140
"sinon": "^17.0.1",
143141
"stream-browserify": "^3.0.0",
144142
"stylelint": "^15.11.0",
145-
"stylelint-config-prettier": "^9.0.5",
146143
"stylelint-config-standard-scss": "^11.1.0",
147144
"stylelint-prettier": "^4.1.0",
148-
"tailwindcss": "^3.3.6",
145+
"tailwindcss": "^3.4.0",
149146
"throttle-debounce": "^5.0.0",
150147
"tracked-built-ins": "^3.3.0",
151148
"typescript": "^5.3.3",
@@ -154,7 +151,7 @@
154151
},
155152
"pnpm": {
156153
"overrides": {
157-
"ember-animated>@ember/test-helpers": "^2.9.3",
154+
"ember-animated>@ember/test-helpers": "^2.9.4",
158155
"ember-animated>ember-element-helper": "^0.6.1"
159156
},
160157
"patchedDependencies": {

0 commit comments

Comments
 (0)