Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropped support for Ember 3.28 and Node 14 #187

Merged
merged 3 commits into from
May 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ jobs:
fail-fast: false
matrix:
scenario:
- 'ember-lts-3.28'
- 'ember-lts-4.4'
- 'ember-lts-4.8'
- 'ember-release'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,8 @@ For more examples, I encourage you to check out the code for my demo app. It is
## Compatibility

* `ember-auto-import@v2`<sup>1</sup>
* Ember.js v3.28 or above
* Node.js v14 or above
* Ember.js v4.4 or above
* Node.js v16 or above

<sup>1. `ember-container-query` is a v2 addon. This means, your project must have `ember-auto-import@v2`. If you are momentarily stuck with `ember-auto-import@v1`, you can use [`[email protected]`](https://github.com/ijlee2/ember-container-query/tree/3.2.0) to make container queries.</sup>

Expand Down
16 changes: 8 additions & 8 deletions docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
"@gavant/glint-template-types": "^0.3.3",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^v1.0.1",
"@glint/environment-ember-loose": "^v1.0.1",
"@glint/environment-ember-template-imports": "v1.0.1",
"@glint/template": "^v1.0.1",
"@glint/core": "^v1.0.2",
"@glint/environment-ember-loose": "^v1.0.2",
"@glint/environment-ember-template-imports": "v1.0.2",
"@glint/template": "^v1.0.2",
"@percy/cli": "^1.24.0",
"@percy/ember": "^4.2.0",
"@tsconfig/ember": "^2.0.0",
"@types/qunit": "^2.19.4",
"@types/qunit": "^2.19.5",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"autoprefixer": "^10.4.14",
Expand Down Expand Up @@ -90,7 +90,7 @@
"ember-source": "~4.12.0",
"ember-svg-jar": "^2.4.2",
"ember-template-imports": "^3.4.2",
"ember-template-lint": "^5.7.2",
"ember-template-lint": "^5.7.3",
"ember-template-lint-plugin-prettier": "^4.1.0",
"ember-test-selectors": "^6.0.0",
"embroider-css-modules": "^0.1.0",
Expand All @@ -104,7 +104,7 @@
"eslint-plugin-typescript-sort-keys": "^2.3.0",
"loader.js": "^4.7.0",
"postcss": "^8.4.23",
"postcss-loader": "^7.2.4",
"postcss-loader": "^7.3.0",
"prettier": "^2.8.8",
"qunit": "^2.19.4",
"qunit-dom": "^2.0.0",
Expand All @@ -118,7 +118,7 @@
"webpack": "^5.81.0"
},
"engines": {
"node": "14.* || 16.* || >= 18"
"node": "16.* || >= 18"
},
"ember": {
"edition": "octane"
Expand Down
2 changes: 1 addition & 1 deletion ember-container-query/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ For more examples, I encourage you to check out the code for my demo app. It is
## Compatibility

* `ember-auto-import@v2`<sup>1</sup>
* Ember.js v3.28 or above
* Ember.js v4.4 or above
* Node.js v14 or above

<sup>1. `ember-container-query` is a v2 addon. This means, your project must have `ember-auto-import@v2`. If you are momentarily stuck with `ember-auto-import@v1`, you can use [`[email protected]`](https://github.com/ijlee2/ember-container-query/tree/3.2.0) to make container queries.</sup>
Expand Down
17 changes: 9 additions & 8 deletions ember-container-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,21 @@
"ember-resize-observer-service": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/core": "^7.21.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.21.0",
"@babel/preset-typescript": "^7.21.4",
"@babel/preset-typescript": "^7.21.5",
"@babel/runtime": "^7.21.5",
"@embroider/addon-dev": "^3.0.0",
"@gavant/glint-template-types": "^0.3.3",
"@glint/core": "^v1.0.1",
"@glint/environment-ember-loose": "^v1.0.1",
"@glint/template": "^v1.0.1",
"@glint/core": "^v1.0.2",
"@glint/environment-ember-loose": "^v1.0.2",
"@glint/template": "^v1.0.2",
"@tsconfig/ember": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"concurrently": "^8.0.1",
"ember-template-lint": "^5.7.2",
"ember-template-lint": "^5.7.3",
"ember-template-lint-plugin-prettier": "^4.1.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
Expand All @@ -86,13 +87,13 @@
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-typescript-sort-keys": "^2.3.0",
"prettier": "^2.8.8",
"rollup": "^3.21.0",
"rollup": "^3.21.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-ts": "^3.2.0",
"typescript": "^5.0.4"
},
"engines": {
"node": "14.* || 16.* || >= 18"
"node": "16.* || >= 18"
},
"ember": {
"edition": "octane"
Expand Down
12 changes: 0 additions & 12 deletions test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@ module.exports = async function () {
return {
useYarn: true,
scenarios: [
{
name: 'ember-lts-3.28',
npm: {
devDependencies: {
'@ember/test-helpers': '2.7.0',
'@types/ember__test-helpers': '2.8.3',
'@types/ember-qunit': '6.1.1',
'ember-qunit': '6.0.0',
'ember-source': '~3.28.0',
},
},
},
{
name: 'ember-lts-4.4',
npm: {
Expand Down
11 changes: 6 additions & 5 deletions test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@
"@gavant/glint-template-types": "^0.3.3",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^v1.0.1",
"@glint/environment-ember-loose": "^v1.0.1",
"@glint/template": "^v1.0.1",
"@glint/core": "^v1.0.2",
"@glint/environment-ember-loose": "^v1.0.2",
"@glint/environment-ember-template-imports": "v1.0.2",
"@glint/template": "^v1.0.2",
"@tsconfig/ember": "^2.0.0",
"@types/ember__destroyable": "^4.0.1",
"@types/ember__object": "^4.0.5",
Expand All @@ -72,7 +73,7 @@
"ember-resolver": "^10.0.0",
"ember-source": "~4.12.0",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^5.7.2",
"ember-template-lint": "^5.7.3",
"ember-template-lint-plugin-prettier": "^4.1.0",
"ember-test-selectors": "^6.0.0",
"ember-try": "^2.0.0",
Expand All @@ -92,7 +93,7 @@
"webpack": "^5.81.0"
},
"engines": {
"node": "14.* || 16.* || >= 18"
"node": "16.* || >= 18"
},
"ember": {
"edition": "octane"
Expand Down
5 changes: 4 additions & 1 deletion test-app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"types/**/*"
],
"glint": {
"environment": "ember-loose"
"environment": [
"ember-loose",
"ember-template-imports"
]
}
}
1 change: 1 addition & 0 deletions test-app/types/test-app/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// These will *not* be published as part of your addon, so be careful that your published code does not rely on them!

import '@glint/environment-ember-loose';
import '@glint/environment-ember-template-imports';

import type EmberContainerQueryRegistry from 'ember-container-query/template-registry';

Expand Down
Loading