Skip to content

Commit

Permalink
Move to ember-cli@5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onechiporenko committed Jan 26, 2024
1 parent e563c3b commit 02d8278
Show file tree
Hide file tree
Showing 4 changed files with 821 additions and 603 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
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
* `yarn test` – Runs the test suite on the current Ember version
* `yarn test:ember --server` – Runs the test suite in "watch mode"
* `yarn test:ember-compatibility` – Runs the test suite against multiple Ember versions

## Running the dummy application

* `ember serve`
* `yarn 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/).
40 changes: 20 additions & 20 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ember-models-table-floating-filter",
"version": "1.8.0",
"version": "1.9.0",
"description": "Custom filters for ember-models-table",
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -36,7 +36,7 @@
"nodetest": "mocha node-tests --recursive"
},
"dependencies": {
"@babel/core": "^7.23.2",
"@babel/core": "^7.23.7",
"@ember/render-modifiers": "^2.0.4",
"@embroider/macros": "^1.8.0",
"@embroider/util": "^1.12.0",
Expand All @@ -49,12 +49,12 @@
"fs-extra": "^10.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-proposal-decorators": "^7.23.2",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.2.0",
"@embroider/test-setup": "^3.0.2",
"@ember/test-helpers": "^3.2.1",
"@embroider/test-setup": "^3.0.3",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.0.2",
Expand Down Expand Up @@ -85,8 +85,8 @@
"babel-eslint": "^10.1.0",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^8.2.2",
"ember-auto-import": "^2.6.3",
"ember-cli": "~5.4.0",
"ember-auto-import": "^2.7.2",
"ember-cli": "~5.6.0",
"ember-cli-blueprint-test-helpers": "^0.19.2",
"ember-cli-clean-css": "^3.0.0",
"ember-cli-code-coverage": "^1.0.3",
Expand All @@ -98,32 +98,32 @@
"ember-cli-terser": "^4.0.2",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-load-initializers": "^2.1.2",
"ember-models-table": "^5.0.0-beta.2",
"ember-page-title": "^8.0.0",
"ember-models-table": "^5.2.0",
"ember-page-title": "^8.2.0",
"ember-power-select": "^7.1.0",
"ember-qunit": "^8.0.1",
"ember-qunit": "^8.0.2",
"ember-resolver": "^11.0.1",
"ember-source": "~5.4.0",
"ember-source": "~5.6.0",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^5.11.2",
"ember-template-lint": "^5.13.0",
"ember-try": "^3.0.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-ember": "^11.11.1",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^11.12.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-qunit": "^8.0.1",
"lcov-result-merger": "^3.1.0",
"loader.js": "^4.7.0",
"mocha": "^10.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"prettier": "^3.2.4",
"qunit": "^2.20.0",
"qunit-dom": "^2.0.0",
"sass": "^1.53.0",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-prettier": "^4.0.2",
"stylelint-prettier": "^4.1.0",
"typedoc": "^0.21.9",
"typedoc-plugin-rename-defaults": "^0.3.0",
"typescript": "^4.7.4",
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/config/ember-cli-update.json
Expand Up @@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "5.4.0",
"version": "5.6.0",
"blueprints": [
{
"name": "addon",
Expand Down

0 comments on commit 02d8278

Please sign in to comment.