Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
onechiporenko authored Apr 29, 2024
1 parent 715714a commit 5bfcba8
Show file tree
Hide file tree
Showing 7 changed files with 505 additions and 449 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/blueprints/*/files/

# compiled output
/declarations/
/dist/
/tmp/

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
- ember-lts-4.4
- ember-lts-4.8
- ember-lts-4.12
- ember-lts-5.4
- ember-release
- ember-beta
- ember-canary
Expand Down
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
/ember-cli-build.js
/testem.js
/tests/
/tsconfig.declarations.json
/tsconfig.json
/yarn-error.log
/yarn.lock
.gitkeep
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"nodetest": "mocha node-tests --recursive"
},
"dependencies": {
"@babel/core": "^7.24.0",
"@babel/core": "^7.24.4",
"@embroider/macros": "^1.8.0",
"@embroider/util": "^1.12.0",
"chalk": "^4.1.1",
Expand All @@ -62,8 +62,8 @@
"tracked-built-ins": "^3.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-proposal-decorators": "^7.24.0",
"@babel/eslint-parser": "^7.24.1",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@ember/optional-features": "^2.1.0",
"@ember/render-modifiers": "^2.0.4",
"@ember/string": "^3.1.1",
Expand Down Expand Up @@ -114,7 +114,7 @@
"concurrently": "^8.2.2",
"coveralls": "^3.0.9",
"ember-a11y-testing": "^6.1.0",
"ember-cli": "~5.7.0",
"ember-cli": "~5.8.1",
"ember-cli-blueprint-test-helpers": "^0.19.2",
"ember-cli-clean-css": "^3.0.0",
"ember-cli-code-coverage": "^1.0.3",
Expand All @@ -131,11 +131,11 @@
"ember-load-initializers": "^2.1.2",
"ember-maybe-import-regenerator": "^1.0.0",
"ember-models-table-floating-filter": "1.8.0",
"ember-page-title": "^8.2.2",
"ember-page-title": "^8.2.3",
"ember-prism": "^0.13.0",
"ember-qunit": "^8.0.2",
"ember-resolver": "^11.0.1",
"ember-source": "~5.7.0",
"ember-source": "~5.8.0",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^5.13.0",
"ember-try": "^3.0.0",
Expand All @@ -154,13 +154,13 @@
"qunit": "^2.20.1",
"qunit-dom": "^3.0.0",
"sass": "^1.58.3",
"stylelint": "^16.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-prettier": "^5.0.0",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-prettier": "^4.1.0",
"typedoc": "0.25.13",
"typedoc-plugin-rename-defaults": "0.7.0",
"typescript": "^5.0.4",
"webpack": "^5.90.3"
"webpack": "^5.91.0"
},
"peerDependencies": {
"ember-source": ">= 4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/config/ember-cli-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "5.7.0",
"version": "5.8.1",
"blueprints": [
{
"name": "addon",
Expand Down
8 changes: 8 additions & 0 deletions tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ module.exports = async function () {
},
},
},
{
name: 'ember-lts-5.4',
npm: {
devDependencies: {
'ember-source': '~5.4.0',
},
},
},
{
name: 'ember-release',
npm: {
Expand Down
Loading

0 comments on commit 5bfcba8

Please sign in to comment.