ember-cli 4.0.0-beta.1 → 4.0.0-beta.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 +54 -3
- package/blueprints/addon/files/.github/workflows/ci.yml +1 -1
- package/blueprints/addon/files/.travis.yml +1 -1
- package/blueprints/addon/files/addon-config/ember-try.js +3 -0
- package/blueprints/app/files/config/targets.js +0 -15
- package/blueprints/app/files/package.json +1 -1
- package/docs/build/classes/Addon.html +1 -1
- package/docs/build/classes/AmdTransformAddon.html +1 -1
- package/docs/build/classes/Blueprint.html +1 -1
- package/docs/build/classes/Builder.html +1 -1
- package/docs/build/classes/CLI.html +1 -1
- package/docs/build/classes/Command.html +1 -1
- package/docs/build/classes/DefaultPackager.html +1 -1
- package/docs/build/classes/EmberAddon.html +1 -1
- package/docs/build/classes/EmberApp.html +1 -1
- package/docs/build/classes/HardwareInfo.html +1 -1
- package/docs/build/classes/HistorySupportAddon.html +1 -1
- package/docs/build/classes/Instrumentation.html +1 -1
- package/docs/build/classes/NodeModulesList.html +1 -1
- package/docs/build/classes/NpmTask.html +1 -1
- package/docs/build/classes/PackageInfo.html +1 -1
- package/docs/build/classes/PackageInfoCache.html +1 -1
- package/docs/build/classes/PerBundleAddonCache {.html +1 -1
- package/docs/build/classes/Project.html +1 -1
- package/docs/build/classes/ServeFilesAddon.html +1 -1
- package/docs/build/classes/TestsServerAddon.html +1 -1
- package/docs/build/classes/WatcherAddon.html +1 -1
- package/docs/build/classes/WindowsSymlinkChecker.html +1 -1
- package/docs/build/data.json +1 -1
- package/docs/build/files/lib_broccoli_default-packager.js.html +1 -1
- package/docs/build/files/lib_broccoli_ember-addon.js.html +1 -1
- package/docs/build/files/lib_broccoli_ember-app.js.html +1 -1
- package/docs/build/files/lib_cli_cli.js.html +1 -1
- package/docs/build/files/lib_models_addon-info.js.html +1 -1
- package/docs/build/files/lib_models_addon.js.html +1 -1
- package/docs/build/files/lib_models_blueprint.js.html +1 -1
- package/docs/build/files/lib_models_builder.js.html +1 -1
- package/docs/build/files/lib_models_command.js.html +1 -1
- package/docs/build/files/lib_models_hardware-info.js.html +1 -1
- package/docs/build/files/lib_models_host-info-cache.js.html +1 -1
- package/docs/build/files/lib_models_installation-checker.js.html +1 -1
- package/docs/build/files/lib_models_instantiate-addons.js.html +1 -1
- package/docs/build/files/lib_models_instrumentation.js.html +1 -1
- package/docs/build/files/lib_models_package-info-cache_index.js.html +1 -1
- package/docs/build/files/lib_models_package-info-cache_node-modules-list.js.html +1 -1
- package/docs/build/files/lib_models_package-info-cache_package-info.js.html +1 -1
- package/docs/build/files/lib_models_per-bundle-addon-cache_addon-proxy.js.html +1 -1
- package/docs/build/files/lib_models_per-bundle-addon-cache_index.js.html +1 -1
- package/docs/build/files/lib_models_per-bundle-addon-cache_target-instance.js.html +1 -1
- package/docs/build/files/lib_models_project.js.html +1 -1
- package/docs/build/files/lib_models_task.js.html +1 -1
- package/docs/build/files/lib_tasks_build-watch.js.html +1 -1
- package/docs/build/files/lib_tasks_npm-task.js.html +1 -1
- package/docs/build/files/lib_tasks_serve.js.html +1 -1
- package/docs/build/files/lib_tasks_server_middleware_broccoli-serve-files_index.js.html +1 -1
- package/docs/build/files/lib_tasks_server_middleware_broccoli-watcher_index.js.html +1 -1
- package/docs/build/files/lib_tasks_server_middleware_history-support_index.js.html +1 -1
- package/docs/build/files/lib_tasks_server_middleware_tests-server_index.js.html +1 -1
- package/docs/build/files/lib_tasks_test-server.js.html +1 -1
- package/docs/build/files/lib_tasks_transforms_amd_index.js.html +1 -1
- package/docs/build/files/lib_utilities_ember-app-utils.js.html +1 -1
- package/docs/build/files/lib_utilities_insert-into-file.js.html +1 -1
- package/docs/build/files/lib_utilities_is-lazy-engine.js.html +1 -1
- package/docs/build/files/lib_utilities_is-yarn-project.js.html +1 -1
- package/docs/build/files/lib_utilities_valid-project-name.js.html +1 -1
- package/docs/build/files/lib_utilities_will-interrupt-process.js.html +1 -1
- package/docs/build/files/lib_utilities_windows-admin.js.html +1 -1
- package/docs/build/index.html +1 -1
- package/docs/build/modules/ember-cli.html +1 -1
- package/docs/build/modules/is-lazy-engine.html +1 -1
- package/lib/tasks/generate-from-blueprint.js +0 -1
- package/lib/tasks/install-blueprint.js +0 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,60 @@
|
|
|
1
1
|
# ember-cli Changelog
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## v4.0.0-beta.2
|
|
5
|
+
|
|
6
|
+
#### Blueprint Changes
|
|
7
|
+
|
|
8
|
+
- [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v4.0.0-beta.1...v4.0.0-beta.2)
|
|
9
|
+
- [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v4.0.0-beta.1...v4.0.0-beta.2)
|
|
10
|
+
|
|
11
|
+
#### Changelog
|
|
12
|
+
|
|
13
|
+
- [#9659](https://github.com/ember-cli/ember-cli/pull/9659) Ensure `ember-classic` ember-try scenario uses Ember 3.x [@rwjblue](https://github.com/rwjblue)
|
|
14
|
+
- [#9661](https://github.com/ember-cli/ember-cli/pull/9661) Set default CI config blueprints to run all builds [@elwayman02](https://github.com/elwayman02)
|
|
15
|
+
- [#9666](https://github.com/ember-cli/ember-cli/pull/9666) Remove IE11 comments from `config/target.js` in app blueprint [@bertdeblock](https://github.com/bertdeblock)
|
|
16
|
+
- [#9667](https://github.com/ember-cli/ember-cli/pull/9667) Update eslint-plugin-qunit to v7 in blueprint [@bmish](https://github.com/bmish)
|
|
17
|
+
- [#9670](https://github.com/ember-cli/ember-cli/pull/9670) Don't emit an error when the `lint:fix` script fails post blueprint generation [@bertdeblock](https://github.com/bertdeblock)
|
|
18
|
+
|
|
19
|
+
Thank you to all who took the time to contribute!
|
|
20
|
+
|
|
21
|
+
## v3.28.3
|
|
22
|
+
|
|
23
|
+
#### Blueprint Changes
|
|
24
|
+
|
|
25
|
+
- [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v3.28.2...v3.28.3)
|
|
26
|
+
- [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v3.28.2...v3.28.3)
|
|
27
|
+
|
|
28
|
+
#### Changelog
|
|
29
|
+
|
|
30
|
+
- [#9670](https://github.com/ember-cli/ember-cli/pull/9670) Don't emit an error when the `lint:fix` script fails post blueprint generation [@bertdeblock](https://github.com/bertdeblock)
|
|
31
|
+
|
|
32
|
+
Thank you to all who took the time to contribute!
|
|
33
|
+
|
|
34
|
+
## v3.28.2
|
|
35
|
+
|
|
36
|
+
#### Blueprint Changes
|
|
37
|
+
|
|
38
|
+
- [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v3.28.1...v3.28.2)
|
|
39
|
+
- [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v3.28.1...v3.28.2)
|
|
40
|
+
|
|
41
|
+
#### Changelog
|
|
42
|
+
|
|
43
|
+
- [#9659](https://github.com/ember-cli/ember-cli/pull/9659) Ensure `ember-classic` ember-try scenario uses Ember 3.x [@rwjblue](https://github.com/rwjblue)
|
|
44
|
+
|
|
45
|
+
Thank you to all who took the time to contribute!
|
|
46
|
+
|
|
47
|
+
## v3.28.1
|
|
48
|
+
|
|
49
|
+
#### Blueprint Changes
|
|
50
|
+
|
|
51
|
+
- [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v3.28.0...v3.28.1)
|
|
52
|
+
- [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v3.28.0...v3.28.1)
|
|
53
|
+
|
|
54
|
+
#### Changelog
|
|
55
|
+
|
|
56
|
+
- [#9618](https://github.com/ember-cli/ember-cli/pull/9618) Ensure discovered addons are refreshed after `ember install` (fix usage of default blueprints) [@brendenpalmer](https://github.com/brendenpalmer)
|
|
57
|
+
|
|
4
58
|
## v4.0.0-beta.1
|
|
5
59
|
|
|
6
60
|
#### Blueprint Changes
|
|
@@ -12,9 +66,6 @@
|
|
|
12
66
|
|
|
13
67
|
- [#9574](https://github.com/ember-cli/ember-cli/pull/9574) Update link to Discord in README.md [@MelSumner](https://github.com/MelSumner)
|
|
14
68
|
- [#9613](https://github.com/ember-cli/ember-cli/pull/9613) Fix test that started failing with v2.17.0 of qunit [@kategengler](https://github.com/kategengler)
|
|
15
|
-
- [e7870e07c8ff5551cf50e26f02f526da53fc3d99](https://github.com/ember-cli/ember-cli/commit/e7870e07c8ff5551cf50e26f02f526da53fc3d99) Merge branch 'master' into update_deps [@kategengler](https://github.com/kategengler)
|
|
16
|
-
- [940462887c987c40622aad839f6d3df03e5b9edf](https://github.com/ember-cli/ember-cli/commit/940462887c987c40622aad839f6d3df03e5b9edf) Merge branch 'master' into update_deps [@kategengler](https://github.com/kategengler)
|
|
17
|
-
- [3fab267fd329b6444f8c7545af469751ad5a0f35](https://github.com/ember-cli/ember-cli/commit/3fab267fd329b6444f8c7545af469751ad5a0f35) Merge branch 'master' into bpalmer/fix-ember-install [@rwjblue](https://github.com/rwjblue)
|
|
18
69
|
- [#9579](https://github.com/ember-cli/ember-cli/pull/9579) Add `--ci-provider` option to `ember new` and `ember addon` [@snewcomer](https://github.com/snewcomer)
|
|
19
70
|
- [#9618](https://github.com/ember-cli/ember-cli/pull/9618) Reload `_packageInfo` as part of `reloadPkg` [@brendenpalmer](https://github.com/brendenpalmer)
|
|
20
71
|
- [#9563](https://github.com/ember-cli/ember-cli/pull/9563) Add `pnpm` support to `ember install` command [@Turbo87](https://github.com/Turbo87)
|
|
@@ -6,21 +6,6 @@ const browsers = [
|
|
|
6
6
|
'last 1 Safari versions',
|
|
7
7
|
];
|
|
8
8
|
|
|
9
|
-
// Ember's browser support policy is changing, and IE11 support will end in
|
|
10
|
-
// v4.0 onwards.
|
|
11
|
-
//
|
|
12
|
-
// See https://deprecations.emberjs.com/v3.x#toc_3-0-browser-support-policy
|
|
13
|
-
//
|
|
14
|
-
// If you need IE11 support on a version of Ember that still offers support
|
|
15
|
-
// for it, uncomment the code block below.
|
|
16
|
-
//
|
|
17
|
-
// const isCI = Boolean(process.env.CI);
|
|
18
|
-
// const isProduction = process.env.EMBER_ENV === 'production';
|
|
19
|
-
//
|
|
20
|
-
// if (isCI || isProduction) {
|
|
21
|
-
// browsers.push('ie 11');
|
|
22
|
-
// }
|
|
23
|
-
|
|
24
9
|
module.exports = {
|
|
25
10
|
browsers,
|
|
26
11
|
};
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"eslint-plugin-ember": "^10.5.4",
|
|
57
57
|
"eslint-plugin-node": "^11.1.0",
|
|
58
58
|
"eslint-plugin-prettier": "^4.0.0",
|
|
59
|
-
"eslint-plugin-qunit": "^
|
|
59
|
+
"eslint-plugin-qunit": "^7.0.0",
|
|
60
60
|
"loader.js": "^4.7.0",
|
|
61
61
|
"npm-run-all": "^4.1.5",
|
|
62
62
|
"prettier": "^2.4.0",
|
package/docs/build/data.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"logo": "https://ember-cli.com/assets/images/ember-cli-logo-small-dark.png",
|
|
4
4
|
"name": "ember-cli",
|
|
5
5
|
"description": "Command line tool for developing ambitious ember.js apps",
|
|
6
|
-
"version": "4.0.0-beta.
|
|
6
|
+
"version": "4.0.0-beta.2-beta-6d064ff49f"
|
|
7
7
|
},
|
|
8
8
|
"files": {
|
|
9
9
|
"lib/broccoli/default-packager.js": {
|
package/docs/build/index.html
CHANGED