Skip to content

Commit

Permalink
Release 0.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Sep 2, 2021
1 parent 25a883a commit f077425
Show file tree
Hide file tree
Showing 16 changed files with 92 additions and 43 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,54 @@
# Embroider Changelog

## v0.44.0 (2021-09-02)

#### :boom: Breaking Change
* `webpack`
* [#877](https://github.com/embroider-build/embroider/pull/877) [BREAKING] Respect JOBS count if present ([@stefanpenner](https://github.com/stefanpenner))

#### :rocket: Enhancement
* `compat`
* [#941](https://github.com/embroider-build/embroider/pull/941) Add support for ember-cli addon proxy (bundle caching) ([@eoneill](https://github.com/eoneill))

#### :bug: Bug Fix
* `compat`
* [#953](https://github.com/embroider-build/embroider/pull/953) fixes: Local helpers not resolved in tests #894 ([@lifeart](https://github.com/lifeart))
* [#948](https://github.com/embroider-build/embroider/pull/948) Disable compat adapter for ember-inflector >= 4.0.0 (since it is not needed) ([@stefanpenner](https://github.com/stefanpenner))
* [#934](https://github.com/embroider-build/embroider/pull/934) Ensure style compilation works properly with ember-cli >= 3.18 ([@stefanpenner](https://github.com/stefanpenner))
* [#924](https://github.com/embroider-build/embroider/pull/924) Fix caching of template AST plugins (follow caching protocol of ember-cli-htmlbars) ([@eoneill](https://github.com/eoneill))
* [#928](https://github.com/embroider-build/embroider/pull/928) Update custom package rules for ember-basic-dropdown ([@mydea](https://github.com/mydea))
* `router`
* [#929](https://github.com/embroider-build/embroider/pull/929) Use @ember/test-waiters in @embroider/router ([@mydea](https://github.com/mydea))

#### :memo: Documentation
* [#923](https://github.com/embroider-build/embroider/pull/923) Add documentation how to use safe components in tests ([@mydea](https://github.com/mydea))

#### :house: Internal
* `addon-shim`, `compat`, `core`, `shared-internals`
* [#955](https://github.com/embroider-build/embroider/pull/955) chore: improve package json typings ([@lifeart](https://github.com/lifeart))
* Other
* [#937](https://github.com/embroider-build/embroider/pull/937) Tighten CI job timeout down to 15min ([@stefanpenner](https://github.com/stefanpenner))
* [#944](https://github.com/embroider-build/embroider/pull/944) Fix SourceMaps when debugging published embroider ([@stefanpenner](https://github.com/stefanpenner))
* [#942](https://github.com/embroider-build/embroider/pull/942) Update ember data ([@stefanpenner](https://github.com/stefanpenner))
* [#940](https://github.com/embroider-build/embroider/pull/940) Limit linting and matrix discovery CI jobs to 5 minutes ([@stefanpenner](https://github.com/stefanpenner))
* [#938](https://github.com/embroider-build/embroider/pull/938) Moving cache busting tests to separate CI job ([@thoov](https://github.com/thoov))
* [#843](https://github.com/embroider-build/embroider/pull/843) [hygiene] Volta pin latest node / yarn ([@stefanpenner](https://github.com/stefanpenner))
* [#925](https://github.com/embroider-build/embroider/pull/925) upgrade @ember/test-helpers ([@stefanpenner](https://github.com/stefanpenner))
* `router`
* [#949](https://github.com/embroider-build/embroider/pull/949) Convert macro-sample-addon to new test scenario infra ([@thoov](https://github.com/thoov))
* `router`, `util`
* [#935](https://github.com/embroider-build/embroider/pull/935) Bump ember-source in test scenarios to at-least ~3.22.0 ([@stefanpenner](https://github.com/stefanpenner))
* [#933](https://github.com/embroider-build/embroider/pull/933) [Closes [#932](https://github.com/embroider-build/embroider/issues/932)] fix ember-canary test scenario ([@stefanpenner](https://github.com/stefanpenner))
* [#925](https://github.com/embroider-build/embroider/pull/925) upgrade @ember/test-helpers ([@stefanpenner](https://github.com/stefanpenner))

#### Committers: 5
- Alex Kanunnikov ([@lifeart](https://github.com/lifeart))
- Eugene ONeill ([@eoneill](https://github.com/eoneill))
- Francesco Novy ([@mydea](https://github.com/mydea))
- Stefan Penner ([@stefanpenner](https://github.com/stefanpenner))
- Travis Hoover ([@thoov](https://github.com/thoov))


## v0.43.5 (2021-08-09)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@
"node": "12.22.5",
"yarn": "1.22.11"
},
"version": "0.43.5"
"version": "0.44.0"
}
4 changes: 2 additions & 2 deletions packages/addon-shim/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/addon-shim",
"version": "0.43.5",
"version": "0.44.0",
"description": "Make v2 addons work in non-Embroider apps.",
"keywords": [
"ember-addon"
Expand All @@ -21,7 +21,7 @@
"prepare": "tsc"
},
"dependencies": {
"@embroider/shared-internals": "^0.43.5",
"@embroider/shared-internals": "^0.44.0",
"ember-auto-import": "^2.0.1",
"semver": "^7.3.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-loader-8/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/babel-loader-8",
"version": "0.43.5",
"version": "0.44.0",
"repository": {
"type": "git",
"url": "https://github.com/embroider-build/embroider.git",
Expand All @@ -12,7 +12,7 @@
"@babel/core": "^7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@embroider/core": "0.43.5",
"@embroider/core": "0.44.0",
"babel-loader": "8"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/compat",
"version": "0.43.5",
"version": "0.44.0",
"private": false,
"description": "Backward compatibility layer for the Embroider build system.",
"repository": {
Expand Down Expand Up @@ -30,8 +30,8 @@
"@babel/preset-env": "^7.14.5",
"@babel/traverse": "^7.14.5",
"@babel/types": "^7.14.5",
"@embroider/macros": "0.43.5",
"@embroider/shared-internals": "0.43.5",
"@embroider/macros": "0.44.0",
"@embroider/shared-internals": "0.44.0",
"@types/babel__code-frame": "^7.0.2",
"@types/yargs": "^17.0.0",
"assert-never": "^1.1.0",
Expand Down Expand Up @@ -86,7 +86,7 @@
"typescript": "~4.0.0"
},
"peerDependencies": {
"@embroider/core": "0.43.5"
"@embroider/core": "0.44.0"
},
"engines": {
"node": "12.* || 14.* || >= 16"
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/core",
"version": "0.43.5",
"version": "0.44.0",
"private": false,
"description": "A build system for EmberJS applications.",
"repository": {
Expand Down Expand Up @@ -38,8 +38,8 @@
"@babel/runtime": "^7.14.5",
"@babel/traverse": "^7.14.5",
"@babel/types": "^7.14.5",
"@embroider/macros": "0.43.5",
"@embroider/shared-internals": "0.43.5",
"@embroider/macros": "0.44.0",
"@embroider/shared-internals": "0.44.0",
"assert-never": "^1.2.1",
"broccoli-node-api": "^1.7.0",
"broccoli-persistent-filter": "^3.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/hbs-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/hbs-loader",
"version": "0.43.5",
"version": "0.44.0",
"private": false,
"description": "Glimmer handlebars loader for webpack",
"repository": {
Expand All @@ -25,7 +25,7 @@
"typescript": "~4.0.0"
},
"peerDependencies": {
"@embroider/core": "0.43.5",
"@embroider/core": "0.44.0",
"webpack": "^5"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/macros/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/macros",
"version": "0.43.5",
"version": "0.44.0",
"private": false,
"description": "Standardized build-time macros for ember apps.",
"keywords": [
Expand All @@ -24,7 +24,7 @@
"test": "jest"
},
"dependencies": {
"@embroider/shared-internals": "0.43.5",
"@embroider/shared-internals": "0.44.0",
"assert-never": "^1.2.1",
"ember-cli-babel": "^7.26.6",
"find-up": "^5.0.0",
Expand All @@ -36,7 +36,7 @@
"@babel/core": "^7.14.5",
"@babel/traverse": "^7.14.5",
"@babel/types": "^7.12.1",
"@embroider/core": "0.43.5",
"@embroider/core": "0.44.0",
"@embroider/test-support": "0.36.0",
"@types/babel__core": "^7.1.14",
"@types/babel__generator": "^7.6.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/router",
"version": "0.43.5",
"version": "0.44.0",
"description": "Lazy loading router",
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -29,17 +29,17 @@
},
"dependencies": {
"@ember/test-waiters": "^3.0.0",
"@embroider/macros": "0.43.5",
"@embroider/macros": "0.44.0",
"ember-cli-babel": "^7.23.0"
},
"devDependencies": {
"@ember/optional-features": "^0.7.0",
"@ember/test-helpers": "^2.4.2",
"@ember/string": "^1.0.0",
"@embroider/compat": "0.43.5",
"@embroider/core": "0.43.5",
"@embroider/compat": "0.44.0",
"@embroider/core": "0.44.0",
"@embroider/test-support": "0.36.0",
"@embroider/webpack": "0.43.5",
"@embroider/webpack": "0.44.0",
"@types/ember__routing": "^3.16.9",
"babel-eslint": "^10.1.0",
"broccoli-asset-rev": "^3.0.0",
Expand Down Expand Up @@ -69,7 +69,7 @@
"qunit-dom": "^1.6.0"
},
"peerDependencies": {
"@embroider/core": "0.43.5",
"@embroider/core": "0.44.0",
"@types/ember__routing": "*"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-internals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/shared-internals",
"version": "0.43.5",
"version": "0.44.0",
"private": false,
"description": "Utilities shared among the other embroider packages",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/test-setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/test-setup",
"version": "0.43.5",
"version": "0.44.0",
"repository": {
"type": "git",
"url": "https://github.com/embroider-build/embroider.git",
Expand All @@ -16,7 +16,7 @@
"resolve": "^1.20.0"
},
"devDependencies": {
"@embroider/compat": "0.43.5"
"@embroider/compat": "0.44.0"
},
"engines": {
"node": "12.* || 14.* || >= 16"
Expand Down
12 changes: 6 additions & 6 deletions packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/util",
"version": "0.43.5",
"version": "0.44.0",
"description": "Utilities for app and addon authors.",
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -28,18 +28,18 @@
"test:ember-compatibility": "ember try:each"
},
"dependencies": {
"@embroider/macros": "0.43.5",
"@embroider/macros": "0.44.0",
"broccoli-funnel": "^3.0.5",
"ember-cli-babel": "^7.23.1"
},
"devDependencies": {
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.4.2",
"@embroider/compat": "0.43.5",
"@embroider/core": "0.43.5",
"@embroider/test-setup": "0.43.5",
"@embroider/compat": "0.44.0",
"@embroider/core": "0.44.0",
"@embroider/test-setup": "0.44.0",
"@embroider/test-support": "0.36.0",
"@embroider/webpack": "0.43.5",
"@embroider/webpack": "0.44.0",
"@glimmer/component": "^1.0.3",
"@glimmer/tracking": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^4.1.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/webpack",
"version": "0.43.5",
"version": "0.44.0",
"private": false,
"description": "Builds EmberJS apps with Webpack",
"repository": {
Expand All @@ -23,9 +23,9 @@
"@babel/core": "^7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@embroider/babel-loader-8": "0.43.5",
"@embroider/hbs-loader": "0.43.5",
"@embroider/shared-internals": "0.43.5",
"@embroider/babel-loader-8": "0.44.0",
"@embroider/hbs-loader": "0.44.0",
"@embroider/shared-internals": "0.44.0",
"@types/source-map": "^0.5.7",
"@types/supports-color": "^8.1.0",
"babel-loader": "^8.2.2",
Expand Down Expand Up @@ -54,7 +54,7 @@
"webpack": "^5.38.1"
},
"peerDependencies": {
"@embroider/core": "0.43.5",
"@embroider/core": "0.44.0",
"webpack": "^5.0.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion tests/addon-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.4.2",
"@embroider/test-setup": "^0.43.5",
"@embroider/test-setup": "^0.44.0",
"@glimmer/component": "^1.0.4",
"@glimmer/tracking": "^1.0.4",
"babel-eslint": "^10.1.0",
Expand Down
8 changes: 4 additions & 4 deletions tests/app-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"devDependencies": {
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.4.2",
"@embroider/compat": "0.43.5",
"@embroider/core": "0.43.5",
"@embroider/webpack": "0.43.5",
"@embroider/router": "0.43.5",
"@embroider/compat": "0.44.0",
"@embroider/core": "0.44.0",
"@embroider/webpack": "0.44.0",
"@embroider/router": "0.44.0",
"@glimmer/component": "^1.0.4",
"@glimmer/tracking": "^1.0.4",
"babel-eslint": "^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/scenarios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"license": "MIT",
"devDependencies": {
"@ember/string": "^1.0.0",
"@embroider/macros": "0.43.5",
"@embroider/macros": "0.44.0",
"bootstrap": "^4.3.1",
"broccoli-funnel": "^3.0.5",
"broccoli-merge-trees": "^3.0.2",
Expand Down

0 comments on commit f077425

Please sign in to comment.