ember-source 4.2.0-alpha.5 → 4.3.0-alpha.1

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.
@@ -5,5 +5,5 @@
5
5
  * Portions Copyright 2008-2011 Apple Inc. All rights reserved.
6
6
  * @license Licensed under MIT license
7
7
  * See https://raw.github.com/emberjs/ember.js/master/LICENSE
8
- * @version 4.2.0-alpha.5
8
+ * @version 4.3.0-alpha.1
9
9
  */
@@ -3546,7 +3546,7 @@ class ClassicHelperManager {
3546
3546
  }
3547
3547
 
3548
3548
  getDebugName(definition) {
3549
- return getDebugName(definition.class['prototype']);
3549
+ return getDebugName((definition.class || definition)['prototype']);
3550
3550
  }
3551
3551
 
3552
3552
  }
@@ -90,7 +90,7 @@ export default {
90
90
  deprecate("Calling `create` on Location class is deprecated. Instead, use `container.lookup('location:my-location')` to lookup the location you need.", false, {
91
91
  id: 'deprecate-auto-location',
92
92
  until: '5.0.0',
93
- url: 'https://emberjs.com/deprecations/v3.x#toc_deprecate-auto-location',
93
+ url: 'https://emberjs.com/deprecations/v4.x#toc_deprecate-auto-location',
94
94
  for: 'ember-source',
95
95
  since: {
96
96
  enabled: '4.1.0'
@@ -726,7 +726,7 @@ class EmberRouter extends EmberObject.extend(Evented) {
726
726
  deprecate("Router location 'auto' is deprecated. Most users will want to set `locationType` to 'history' in config/environment.js for no change in behavior. See deprecation docs for details.", false, {
727
727
  id: 'deprecate-auto-location',
728
728
  until: '5.0.0',
729
- url: 'https://emberjs.com/deprecations/v3.x#toc_deprecate-auto-location',
729
+ url: 'https://emberjs.com/deprecations/v4.x#toc_deprecate-auto-location',
730
730
  for: 'ember-source',
731
731
  since: {
732
732
  enabled: '4.1.0'
@@ -758,7 +758,7 @@ class EmberRouter extends EmberObject.extend(Evented) {
758
758
  deprecate('The `detect` method on the Location object is deprecated. If you need detection you can run your detection code in app.js, before setting the location type.', false, {
759
759
  id: 'deprecate-auto-location',
760
760
  until: '5.0.0',
761
- url: 'https://emberjs.com/deprecations/v3.x#toc_deprecate-auto-location',
761
+ url: 'https://emberjs.com/deprecations/v4.x#toc_deprecate-auto-location',
762
762
  for: 'ember-source',
763
763
  since: {
764
764
  enabled: '4.1.0'
@@ -1 +1 @@
1
- export default "4.2.0-alpha.5";
1
+ export default "4.3.0-alpha.1";
package/docs/data.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "The Ember API",
4
4
  "description": "The Ember API: a framework for building ambitious web applications",
5
5
  "url": "https://emberjs.com/",
6
- "version": "4.2.0-alpha.5"
6
+ "version": "4.3.0-alpha.1"
7
7
  },
8
8
  "files": {
9
9
  "node_modules/rsvp/lib/rsvp/promise/all.js": {
@@ -533,6 +533,13 @@
533
533
  },
534
534
  "namespaces": {}
535
535
  },
536
+ "packages/@ember/-internals/glimmer/tests/integration/custom-helper-test.js": {
537
+ "name": "packages/@ember/-internals/glimmer/tests/integration/custom-helper-test.js",
538
+ "modules": {},
539
+ "classes": {},
540
+ "fors": {},
541
+ "namespaces": {}
542
+ },
536
543
  "packages/@ember/-internals/glimmer/index.ts": {
537
544
  "name": "packages/@ember/-internals/glimmer/index.ts",
538
545
  "modules": {
@@ -6407,6 +6414,13 @@
6407
6414
  "class": "@ember/component/helper",
6408
6415
  "module": "@ember/component"
6409
6416
  },
6417
+ {
6418
+ "file": "packages/@ember/-internals/glimmer/tests/integration/custom-helper-test.js",
6419
+ "line": 12,
6420
+ "description": "The template-compiler does not support strict mode at this time.\nprecompile from ember-template-compiler returns a string and\nnot a template-factory, so it doesn't help with strict-mode testing.\n\nWe also can't import from `@ember/template-compiler` because it\ndoesn't exist to this kind of test, otherwise we'd be able to use\nprecompileTemplate, which would be perfect :D\n\nCopied(ish) from https://github.com/NullVoxPopuli/ember-repl/blob/main/addon/hbs.ts#L51",
6421
+ "class": "Ember.Templates.helpers",
6422
+ "module": "@ember/component"
6423
+ },
6410
6424
  {
6411
6425
  "file": "packages/@ember/-internals/glimmer/index.ts",
6412
6426
  "line": 91,
@@ -18102,6 +18116,10 @@
18102
18116
  "message": "Missing item type",
18103
18117
  "line": " packages/@ember/-internals/glimmer/lib/views/outlet.ts:110"
18104
18118
  },
18119
+ {
18120
+ "message": "Missing item type\nThe template-compiler does not support strict mode at this time.\nprecompile from ember-template-compiler returns a string and\nnot a template-factory, so it doesn't help with strict-mode testing.\n\nWe also can't import from `@ember/template-compiler` because it\ndoesn't exist to this kind of test, otherwise we'd be able to use\nprecompileTemplate, which would be perfect :D\n\nCopied(ish) from https://github.com/NullVoxPopuli/ember-repl/blob/main/addon/hbs.ts#L51",
18121
+ "line": " packages/@ember/-internals/glimmer/tests/integration/custom-helper-test.js:12"
18122
+ },
18105
18123
  {
18106
18124
  "message": "Missing item type\nFlattening is based on a global revision counter. If the revision has\nbumped it means that somewhere in a class inheritance chain something has\nchanged, so we need to reflatten everything. This can only happen if:\n\n1. A meta has been flattened (listener has been called)\n2. The meta is a prototype meta with children who have inherited its\n listeners\n3. A new listener is subsequently added to the meta (e.g. via `.reopen()`)\n\nThis is a very rare occurrence, so while the counter is global it shouldn't\nbe updated very often in practice.",
18107
18125
  "line": " packages/@ember/-internals/meta/lib/meta.ts:435"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ember-source",
3
- "version": "4.2.0-alpha.5",
3
+ "version": "4.3.0-alpha.1",
4
4
  "description": "A JavaScript framework for creating ambitious web applications",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -47,7 +47,7 @@
47
47
  "test:browserstack": "node bin/run-browserstack-tests.js"
48
48
  },
49
49
  "dependencies": {
50
- "@babel/helper-module-imports": "^7.16.0",
50
+ "@babel/helper-module-imports": "^7.16.7",
51
51
  "@babel/plugin-transform-block-scoping": "^7.16.0",
52
52
  "@ember/edition-utils": "^1.2.0",
53
53
  "@glimmer/vm-babel-plugins": "0.83.1",
@@ -56,7 +56,7 @@
56
56
  "broccoli-concat": "^4.2.5",
57
57
  "broccoli-debug": "^0.6.4",
58
58
  "broccoli-file-creator": "^2.1.1",
59
- "broccoli-funnel": "^2.0.2",
59
+ "broccoli-funnel": "^3.0.8",
60
60
  "broccoli-merge-trees": "^4.2.0",
61
61
  "chalk": "^4.0.0",
62
62
  "ember-auto-import": "^2.2.0",
@@ -66,7 +66,7 @@
66
66
  "ember-cli-normalize-entity-name": "^1.0.0",
67
67
  "ember-cli-path-utils": "^1.0.0",
68
68
  "ember-cli-string-utils": "^1.1.0",
69
- "ember-cli-version-checker": "^5.1.1",
69
+ "ember-cli-version-checker": "^5.1.2",
70
70
  "ember-router-generator": "^2.0.0",
71
71
  "inflection": "^1.13.1",
72
72
  "resolve": "^1.17.0",
@@ -104,7 +104,7 @@
104
104
  "broccoli-source": "^3.0.1",
105
105
  "broccoli-string-replace": "^0.1.2",
106
106
  "broccoli-typescript-compiler": "^7.0.0",
107
- "broccoli-uglify-sourcemap": "^3.2.0",
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",
@@ -121,7 +121,7 @@
121
121
  "eslint-plugin-ember-internal": "^2.0.0",
122
122
  "eslint-plugin-import": "^2.25.3",
123
123
  "eslint-plugin-node": "^11.1.0",
124
- "eslint-plugin-prettier": "^3.4.1",
124
+ "eslint-plugin-prettier": "^4.0.0",
125
125
  "eslint-plugin-qunit": "^6.2.0",
126
126
  "execa": "^5.1.1",
127
127
  "expect-type": "^0.13.0",
@@ -156,7 +156,7 @@
156
156
  "ember-addon": {
157
157
  "after": "ember-cli-legacy-blueprints"
158
158
  },
159
- "_originalVersion": "4.2.0-alpha.5",
159
+ "_originalVersion": "4.3.0-alpha.1",
160
160
  "_versionPreviouslyCalculated": true,
161
161
  "publishConfig": {
162
162
  "tag": "alpha"