Skip to content

Commit

Permalink
Upgrade to ember 6 (#1872)
Browse files Browse the repository at this point in the history
* Upgrade to ember 6

* Lockfile

* idk
  • Loading branch information
NullVoxPopuli authored Nov 18, 2024
1 parent d79ecbf commit 288280d
Show file tree
Hide file tree
Showing 19 changed files with 348 additions and 338 deletions.
4 changes: 2 additions & 2 deletions apps/repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"ember-qunit": "^8.0.2",
"ember-resolver": "^13.0.2",
"ember-route-template": "^1.0.3",
"ember-source": ">= 5.10.2",
"ember-source": "^6.0.1",
"ember-template-imports": "^4.1.2",
"ember-template-lint": "^6.0.0",
"ember-template-lint-plugin-prettier": "^5.0.0",
Expand All @@ -108,7 +108,7 @@
"qunit": "^2.20.0",
"qunit-console-grouper": "^0.3.0",
"qunit-dom": "3.2.1",
"rollup": "^4.24.0",
"rollup": "^4.25.0",
"testem-failure-only-reporter": "^1.0.0",
"type-fest": "4.26.1",
"typescript": "^5.4.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"ember-page-title": "^8.2.1",
"ember-qunit": "^8.0.2",
"ember-resolver": "^13.0.2",
"ember-source": ">= 5.10.2",
"ember-source": ">= 6.0.1",
"ember-template-imports": "^4.1.2",
"ember-template-lint": "^6.0.0",
"eslint": "^8.55.0",
Expand Down
3 changes: 2 additions & 1 deletion apps/tutorial/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"tutorial/tests/*": ["./tests/*"],
"tutorial/*": ["./app/*"],
"*": ["./types/*"]
}
},
"types": ["ember-source/types"]
},
"include": ["app/**/*", "tests/**/*", "types/**/*"]
}
4 changes: 2 additions & 2 deletions apps/tutorial/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'ember-source/types';
import 'ember-source/types/preview';
//import 'ember-source/types';
//import 'ember-source/types/preview';
import '@nullvoxpopuli/limber-untyped';
import 'ember-cached-decorator-polyfill';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ember-element-helper": "^0.8.5",
"ember-auto-import": "^2.9.0",
"ember-repl": "workspace:*",
"ember-source": ">= 5.10.2",
"ember-source": ">= 6.0.1",
"webpack": ">= 5.92.0",
"array-includes": "npm:@nolyfill/array-includes@^1",
"array.prototype.findlastindex": "npm:@nolyfill/array.prototype.findlastindex@^1",
Expand Down
6 changes: 3 additions & 3 deletions packages/app-support/limber-ui/addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"ember-modifier": "^4.1.0",
"ember-primitives": ">= 0.11.0",
"ember-resources": ">= 6.4.2",
"ember-source": ">= 5.10.2",
"ember-source": ">= 6.0.1",
"webpack": ">= 5.92.0"
},
"dependencies": {
Expand Down Expand Up @@ -83,7 +83,7 @@
"ember-modifier": "^4.1.0",
"ember-primitives": "^0.23.1",
"ember-resources": "^7.0.1",
"ember-source": ">= 5.10.2",
"ember-source": ">= 6.0.1",
"ember-template-imports": "^4.1.2",
"ember-template-lint": "^6.0.0",
"eslint": "^8.55.0",
Expand All @@ -94,7 +94,7 @@
"fix-bad-declaration-output": "^1.1.1",
"prettier": "^3.3.3",
"prettier-plugin-ember-template-tag": "2.0.2",
"rollup": "^4.24.0",
"rollup": "^4.25.0",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^5.4.5",
"webpack": ">= 5.92.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/app-support/limber-ui/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"ember-page-title": "^8.2.1",
"ember-qunit": "^8.0.2",
"ember-resolver": "^13.0.2",
"ember-source": ">= 5.10.2",
"ember-source": ">= 6.0.1",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^6.0.0",
"ember-try": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-support/transpilation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"babel-loader": "^9.2.1",
"ember-source": ">= 5.10.2",
"ember-source": ">= 6.0.1",
"esbuild": "0.24.0",
"eslint": "^8.55.0",
"prettier": "^3.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/ember-repl/addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"@typescript-eslint/parser": "^8.8.0",
"concurrently": "^9.0.1",
"ember-resources": "^7.0.0",
"ember-source": ">= 5.10.2",
"ember-source": ">= 6.0.1",
"ember-template-imports": "^4.1.2",
"ember-template-lint": "^6.0.0",
"eslint": "^8.55.0",
Expand All @@ -146,7 +146,7 @@
"prettier": "^3.3.3",
"prettier-plugin-ember-template-tag": "2.0.2",
"publint": "^0.2.6",
"rollup": "~4.24.0",
"rollup": "~4.25.0",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^5.4.5",
"webpack": ">= 5.92.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-repl/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"ember-page-title": "^8.2.1",
"ember-qunit": "^8.0.2",
"ember-resolver": "^13.0.2",
"ember-source": ">= 5.10.2",
"ember-source": ">= 6.0.1",
"ember-source-channel-url": "^3.0.0",
"ember-template-imports": "^4.1.2",
"ember-template-lint": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/-infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@lezer/generator": "^1.6.0",
"@lezer/highlight": "^1.2.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"rollup": "^4.24.0"
"rollup": "^4.25.0"
},
"volta": {
"extends": "../../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/glimdown/codemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"concurrently": "^9.0.1",
"eslint": "^8.55.0",
"prettier": "^3.3.3",
"rollup": "^4.24.0",
"rollup": "^4.25.0",
"rollup-plugin-ts": "^3.4.5",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/glimdown/lezer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"eslint": "^8.55.0",
"mocha": "^10.7.0",
"prettier": "^3.3.3",
"rollup": "^4.24.0",
"rollup": "^4.25.0",
"typescript": "^5.4.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/glimmer-js/codemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"concurrently": "^9.0.1",
"eslint": "^8.55.0",
"prettier": "^3.3.3",
"rollup": "^4.24.0",
"rollup": "^4.25.0",
"rollup-plugin-ts": "^3.4.5",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/glimmer-s-expression/lezer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@typescript-eslint/parser": "^8.8.0",
"eslint": "^8.55.0",
"prettier": "^3.3.3",
"rollup": "^4.24.0",
"rollup": "^4.25.0",
"typescript": "^5.4.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/glimmer-ts/codemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"concurrently": "^9.0.1",
"eslint": "^8.55.0",
"prettier": "^3.3.3",
"rollup": "^4.24.0",
"rollup": "^4.25.0",
"rollup-plugin-ts": "^3.4.5",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/glimmer/codemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"concurrently": "^9.0.1",
"eslint": "^8.55.0",
"prettier": "^3.3.3",
"rollup": "^4.24.0",
"rollup": "^4.25.0",
"rollup-plugin-ts": "^3.4.5",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/glimmer/lezer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"concurrently": "^9.0.1",
"eslint": "^8.55.0",
"prettier": "^3.3.3",
"rollup": "^4.24.0",
"rollup": "^4.25.0",
"rollup-plugin-ts": "^3.4.5",
"typescript": "^5.4.5"
},
Expand Down
Loading

0 comments on commit 288280d

Please sign in to comment.