ember-source 4.3.0-alpha.3 → 4.4.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -2
- package/blueprints/acceptance-test/mocha-files/tests/acceptance/__name__-test.js +4 -4
- package/blueprints/acceptance-test/mocha-rfc-232-files/tests/acceptance/__name__-test.js +2 -2
- package/blueprints/acceptance-test/qunit-files/tests/acceptance/__name__-test.js +2 -2
- package/blueprints/acceptance-test/qunit-rfc-232-files/tests/acceptance/__name__-test.js +2 -2
- package/blueprints/component/index.js +2 -2
- package/blueprints/component-class/index.js +2 -2
- package/blueprints/component-test/mocha-0.12-files/__root__/__testType__/__path__/__test__.js +4 -4
- package/blueprints/component-test/mocha-files/__root__/__testType__/__path__/__test__.js +7 -5
- package/blueprints/component-test/mocha-rfc-232-files/__root__/__testType__/__path__/__test__.js +4 -4
- package/blueprints/component-test/qunit-files/__root__/__testType__/__path__/__test__.js +4 -4
- package/blueprints/component-test/qunit-rfc-232-files/__root__/__testType__/__path__/__test__.js +4 -4
- package/blueprints/controller/files/__root__/__path__/__name__.js +1 -2
- package/blueprints/controller-test/mocha-0.12-files/__root__/__testType__/__path__/__test__.js +2 -2
- package/blueprints/controller-test/mocha-files/__root__/__testType__/__path__/__test__.js +5 -3
- package/blueprints/controller-test/mocha-rfc-232-files/__root__/__testType__/__path__/__test__.js +2 -2
- package/blueprints/controller-test/qunit-files/__root__/__testType__/__path__/__test__.js +1 -1
- package/blueprints/controller-test/qunit-rfc-232-files/__root__/__testType__/__path__/__test__.js +2 -2
- package/blueprints/helper/files/__root__/__collection__/__name__.js +1 -1
- package/blueprints/helper/mu-files/__root__/__collection__/__name__.js +1 -1
- package/blueprints/helper-test/mocha-0.12-files/__root__/__testType__/__collection__/__name__-test.js +3 -3
- package/blueprints/helper-test/mocha-files/__root__/__testType__/__collection__/__name__-test.js +6 -4
- package/blueprints/helper-test/mocha-rfc-232-files/__root__/__testType__/__collection__/__name__-test.js +2 -2
- package/blueprints/helper-test/qunit-files/__root__/__testType__/__collection__/__name__-test.js +2 -2
- package/blueprints/helper-test/qunit-rfc-232-files/__root__/__testType__/__collection__/__name__-test.js +2 -2
- package/blueprints/initializer/files/__root__/initializers/__name__.js +2 -3
- package/blueprints/initializer-test/mocha-files/__root__/__testType__/__path__/__name__-test.js +6 -7
- package/blueprints/initializer-test/mocha-rfc-232-files/__root__/__testType__/__path__/__name__-test.js +5 -5
- package/blueprints/initializer-test/qunit-files/__root__/__testType__/__path__/__name__-test.js +3 -4
- package/blueprints/instance-initializer/files/__root__/instance-initializers/__name__.js +2 -3
- package/blueprints/instance-initializer-test/mocha-files/__root__/__testType__/__path__/__name__-test.js +5 -5
- package/blueprints/instance-initializer-test/mocha-rfc-232-files/__root__/__testType__/__path__/__name__-test.js +5 -5
- package/blueprints/instance-initializer-test/qunit-files/__root__/__testType__/__path__/__name__-test.js +2 -2
- package/blueprints/mixin/files/__root__/mixins/__name__.js +1 -2
- package/blueprints/mixin-test/mocha-files/__root__/__testType__/__name__-test.js +2 -2
- package/blueprints/mixin-test/mocha-rfc-232-files/__root__/__testType__/__name__-test.js +2 -2
- package/blueprints/mixin-test/qunit-files/__root__/__testType__/__name__-test.js +1 -1
- package/blueprints/mixin-test/qunit-rfc-232-files/__root__/__testType__/__name__-test.js +1 -1
- package/blueprints/route/files/__root__/__path__/__name__.js +2 -2
- package/blueprints/route-test/mocha-0.12-files/__root__/__testType__/__path__/__test__.js +2 -2
- package/blueprints/route-test/mocha-files/__root__/__testType__/__path__/__test__.js +5 -3
- package/blueprints/route-test/mocha-rfc-232-files/__root__/__testType__/__path__/__test__.js +2 -2
- package/blueprints/route-test/qunit-files/__root__/__testType__/__path__/__test__.js +1 -1
- package/blueprints/route-test/qunit-rfc-232-files/__root__/__testType__/__path__/__test__.js +2 -2
- package/blueprints/service/files/__root__/__path__/__name__.js +1 -2
- package/blueprints/service-test/mocha-0.12-files/__root__/__testType__/__path__/__test__.js +2 -2
- package/blueprints/service-test/mocha-files/__root__/__testType__/__path__/__test__.js +5 -3
- package/blueprints/service-test/mocha-rfc-232-files/__root__/__testType__/__path__/__test__.js +2 -2
- package/blueprints/service-test/qunit-files/__root__/__testType__/__path__/__test__.js +1 -1
- package/blueprints/service-test/qunit-rfc-232-files/__root__/__testType__/__path__/__test__.js +2 -2
- package/blueprints/util-test/mocha-files/__root__/__testType__/__name__-test.js +2 -2
- package/blueprints/util-test/mocha-rfc-232-files/__root__/__testType__/__name__-test.js +2 -2
- package/blueprints/util-test/qunit-files/__root__/__testType__/__name__-test.js +1 -1
- package/blueprints/util-test/qunit-rfc-232-files/__root__/__testType__/__name__-test.js +2 -3
- package/build-metadata.json +3 -3
- package/dist/dependencies/router_js.js +67 -32
- package/dist/ember-template-compiler.js +1168 -908
- package/dist/ember-template-compiler.map +1 -1
- package/dist/ember-testing.js +76 -43
- package/dist/ember-testing.map +1 -1
- package/dist/ember.debug.js +3206 -2734
- package/dist/ember.debug.map +1 -1
- package/dist/header/license.js +1 -1
- package/dist/packages/@ember/-internals/container/index.js +18 -13
- package/dist/packages/@ember/-internals/glimmer/index.js +128 -67
- package/dist/packages/@ember/-internals/meta/lib/meta.js +8 -9
- package/dist/packages/@ember/-internals/metal/index.js +58 -61
- package/dist/packages/@ember/-internals/routing/lib/ext/controller.js +10 -8
- package/dist/packages/@ember/-internals/routing/lib/services/router.js +155 -191
- package/dist/packages/@ember/-internals/routing/lib/services/routing.js +2 -0
- package/dist/packages/@ember/-internals/routing/lib/system/generate_controller.js +3 -1
- package/dist/packages/@ember/-internals/routing/lib/system/route-info.js +2 -2
- package/dist/packages/@ember/-internals/routing/lib/system/route.js +108 -380
- package/dist/packages/@ember/-internals/routing/lib/system/router.js +65 -46
- package/dist/packages/@ember/-internals/routing/lib/utils.js +33 -21
- package/dist/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +32 -32
- package/dist/packages/@ember/-internals/runtime/lib/mixins/container_proxy.js +29 -29
- package/dist/packages/@ember/-internals/runtime/lib/mixins/registry_proxy.js +51 -50
- package/dist/packages/@ember/-internals/utils/index.js +3 -1
- package/dist/packages/@ember/-internals/views/lib/system/utils.js +1 -0
- package/dist/packages/@ember/application/instance.js +3 -3
- package/dist/packages/@ember/canary-features/index.js +0 -10
- package/dist/packages/@ember/controller/index.js +3 -54
- package/dist/packages/@ember/debug/lib/capture-render-tree.js +2 -0
- package/dist/packages/@ember/instrumentation/index.js +9 -13
- package/dist/packages/@ember/routing/router-service.js +1 -0
- package/dist/packages/@ember/service/index.js +6 -73
- package/dist/packages/ember/index.js +3 -14
- package/dist/packages/ember/version.js +1 -1
- package/docs/data.json +556 -504
- package/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ember-source",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0-alpha.2",
|
|
4
4
|
"description": "A JavaScript framework for creating ambitious web applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -69,12 +69,12 @@
|
|
|
69
69
|
"ember-cli-version-checker": "^5.1.2",
|
|
70
70
|
"ember-router-generator": "^2.0.0",
|
|
71
71
|
"inflection": "^1.13.1",
|
|
72
|
-
"resolve": "^1.
|
|
72
|
+
"resolve": "^1.22.0",
|
|
73
73
|
"semver": "^7.3.4",
|
|
74
74
|
"silent-error": "^1.1.1"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@babel/preset-env": "^7.
|
|
77
|
+
"@babel/preset-env": "^7.16.11",
|
|
78
78
|
"@glimmer/compiler": "0.83.1",
|
|
79
79
|
"@glimmer/destroyable": "0.83.1",
|
|
80
80
|
"@glimmer/env": "^0.1.7",
|
|
@@ -89,12 +89,12 @@
|
|
|
89
89
|
"@glimmer/runtime": "0.83.1",
|
|
90
90
|
"@glimmer/validator": "0.83.1",
|
|
91
91
|
"@simple-dom/document": "^1.4.0",
|
|
92
|
-
"@types/qunit": "^2.11.
|
|
92
|
+
"@types/qunit": "^2.11.3",
|
|
93
93
|
"@types/rsvp": "^4.0.4",
|
|
94
94
|
"@typescript-eslint/eslint-plugin": "^5.10.0",
|
|
95
95
|
"@typescript-eslint/parser": "^5.10.0",
|
|
96
|
-
"auto-dist-tag": "^1.
|
|
97
|
-
"aws-sdk": "^2.
|
|
96
|
+
"auto-dist-tag": "^2.1.1",
|
|
97
|
+
"aws-sdk": "^2.1066.0",
|
|
98
98
|
"babel-template": "^6.26.0",
|
|
99
99
|
"backburner.js": "^2.7.0",
|
|
100
100
|
"broccoli-babel-transpiler": "^7.8.0",
|
|
@@ -103,12 +103,12 @@
|
|
|
103
103
|
"broccoli-rollup": "^2.1.1",
|
|
104
104
|
"broccoli-source": "^3.0.1",
|
|
105
105
|
"broccoli-string-replace": "^0.1.2",
|
|
106
|
-
"broccoli-typescript-compiler": "^
|
|
106
|
+
"broccoli-typescript-compiler": "^8.0.0",
|
|
107
107
|
"broccoli-uglify-sourcemap": "^4.0.0",
|
|
108
108
|
"common-tags": "^1.8.2",
|
|
109
109
|
"core-js": "^2.6.5",
|
|
110
110
|
"dag-map": "^2.0.2",
|
|
111
|
-
"ember-cli": "^4.1.
|
|
111
|
+
"ember-cli": "^4.1.1",
|
|
112
112
|
"ember-cli-blueprint-test-helpers": "^0.19.2",
|
|
113
113
|
"ember-cli-browserstack": "^2.0.1",
|
|
114
114
|
"ember-cli-dependency-checker": "^3.2.0",
|
|
@@ -127,14 +127,14 @@
|
|
|
127
127
|
"expect-type": "^0.13.0",
|
|
128
128
|
"express": "^4.17.1",
|
|
129
129
|
"finalhandler": "^1.1.2",
|
|
130
|
-
"fs-extra": "^
|
|
130
|
+
"fs-extra": "^10.0.0",
|
|
131
131
|
"git-repo-info": "^2.1.1",
|
|
132
132
|
"github": "^0.2.3",
|
|
133
133
|
"glob": "^7.2.0",
|
|
134
134
|
"html-differ": "^1.4.0",
|
|
135
135
|
"lodash.uniq": "^4.5.0",
|
|
136
136
|
"mkdirp": "^1.0.4",
|
|
137
|
-
"mocha": "^
|
|
137
|
+
"mocha": "^9.2.0",
|
|
138
138
|
"npm-run-all": "^4.1.5",
|
|
139
139
|
"prettier": "^2.1.2",
|
|
140
140
|
"puppeteer": "^3.0.4",
|
|
@@ -142,12 +142,12 @@
|
|
|
142
142
|
"rollup-plugin-commonjs": "^9.3.4",
|
|
143
143
|
"rollup-plugin-node-resolve": "^4.2.4",
|
|
144
144
|
"route-recognizer": "^0.3.4",
|
|
145
|
-
"router_js": "^
|
|
145
|
+
"router_js": "^8.0.2",
|
|
146
146
|
"rsvp": "^4.8.5",
|
|
147
147
|
"serve-static": "^1.14.1",
|
|
148
148
|
"simple-dom": "^1.4.0",
|
|
149
149
|
"testem": "^3.6.0",
|
|
150
|
-
"testem-failure-only-reporter": "^0.0
|
|
150
|
+
"testem-failure-only-reporter": "^1.0.0",
|
|
151
151
|
"typescript": "^4.5.4"
|
|
152
152
|
},
|
|
153
153
|
"engines": {
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"ember-addon": {
|
|
157
157
|
"after": "ember-cli-legacy-blueprints"
|
|
158
158
|
},
|
|
159
|
-
"_originalVersion": "4.
|
|
159
|
+
"_originalVersion": "4.4.0-alpha.2",
|
|
160
160
|
"_versionPreviouslyCalculated": true,
|
|
161
161
|
"publishConfig": {
|
|
162
162
|
"tag": "alpha"
|