Skip to content

Commit

Permalink
Require ember 4.8+ and test-helpers 3.x (#2036)
Browse files Browse the repository at this point in the history
* use test-helpers 3

* run ember-cli-update

* drop support for ember 4.4

* stricter semver string
  • Loading branch information
AmauryD authored Feb 9, 2024
1 parent 6b2e612 commit 5a4c6fd
Show file tree
Hide file tree
Showing 8 changed files with 108 additions and 71 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
fail-fast: false
matrix:
try-scenario:
- ember-lts-4.4
- ember-lts-4.8
- ember-lts-4.12
- ember-lts-5.4
- ember-release
- ember-beta
- ember-canary
Expand Down
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

## Running tests

* `ember test` – Runs the test suite on the current Ember version
* `ember test --server` – Runs the test suite in "watch mode"
* `ember try:each` – Runs the test suite against multiple Ember versions
* `pnpm test` – Runs the test suite on the current Ember version
* `pnpm test:ember --server` – Runs the test suite in "watch mode"
* `pnpm test:ember-compatibility` – Runs the test suite against multiple Ember versions

## Running the dummy application

* `ember serve`
* `pnpm start`
* Visit the dummy application at [http://localhost:4200](http://localhost:4200).

For more information on using ember-cli, visit [https://cli.emberjs.com/release/](https://cli.emberjs.com/release/).
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ This is an Ember addon that wraps the date picker [flatpickr](http://chmln.githu

## Compatibility

* Ember.js v4.4 or above
* Ember CLI v4.4 or above
* Ember.js v4.8 or above
* Ember CLI v4.8 or above
* Node.js v18 or above

## Installation
Expand Down
4 changes: 2 additions & 2 deletions ember-flatpickr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@ember/render-modifiers": "^2.0.3",
"@embroider/addon-shim": "^1.8.7",
"@ember/test-helpers": "~2.7.0"
"@ember/test-helpers": "~3.2.1"
},
"devDependencies": {
"@babel/core": "^7.23.9",
Expand Down Expand Up @@ -73,7 +73,7 @@
"webpack": "^5.90.1"
},
"peerDependencies": {
"ember-source": "^4.0.0 || ^5.0.0",
"ember-source": "^4.8.0 || ^5.0.0",
"flatpickr": "^4.0.0"
},
"engines": {
Expand Down
139 changes: 88 additions & 51 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5a4c6fd

Please sign in to comment.