Skip to content

Commit

Permalink
chore: release v14.0.0-nightly.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Kluge committed Mar 15, 2021
1 parent ad41d0c commit 20697cf
Show file tree
Hide file tree
Showing 56 changed files with 621 additions and 87 deletions.
70 changes: 70 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,76 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [14.0.0-nightly.9](https://github.com/xing/hops/compare/v14.0.0-nightly.7...v14.0.0-nightly.9) (2021-03-15)


### Bug Fixes

* **info:** remove deprecated handling of warning messages ([4502420](https://github.com/xing/hops/commit/4502420014e44532b2dd580cac94c16beecd6a77))
* remove mixin-order escape hatch ([22f921f](https://github.com/xing/hops/commit/22f921f86768b8b2a71053b877073e506843a16a))
* remove static rendering ([ed90792](https://github.com/xing/hops/commit/ed90792176298284d1f19fef4c09571edfaa07e2))
* require strictly de-duplicated Hops packages ([dd3e30a](https://github.com/xing/hops/commit/dd3e30af9f8746153ec8dcf4f102302811b2c604))
* update dependency puppeteer to v7 ([187d9a5](https://github.com/xing/hops/commit/187d9a5fa6e966225936e1a3ecefc62a5c09414b))
* update dependency puppeteer to v8 ([8ab7206](https://github.com/xing/hops/commit/8ab72065ebd7ae3de59daee888c3250f094b677f))


### chore

* remove peer dependencies for apollo v2 ([581d406](https://github.com/xing/hops/commit/581d406309703f7fd1ae8c189cb38eb18f9f2806))


### Features

* **react-apollo:** implement support for apollo v3 ([ee5e984](https://github.com/xing/hops/commit/ee5e98400584d01ca62969fbe239ea84eafde1f5))
* introduce hops-debug as a node/browser wrapper for debug ([84d5f80](https://github.com/xing/hops/commit/84d5f8032a3d7679d9d7c53e55f8e9d28fc193c8))
* return result from detectDuplicatePackages ([6564728](https://github.com/xing/hops/commit/656472896fc1b8af9a53e0362d8e1adcffa902b8))
* rewrite runtime code to ESM to facilitate tree shaking ([3352add](https://github.com/xing/hops/commit/3352adda0476c199275d2162a7c51955ab0990f2))


### Reverts

* Revert "chore: add automatic nightly release workflow" ([015c320](https://github.com/xing/hops/commit/015c320871859f9ea6b2371660e27894666f80b2))
* Revert "chore: do not persist credentials during checkout" ([d886675](https://github.com/xing/hops/commit/d88667595177c1a0e086731f55247e33a8cb4602))
* Revert "chore: persist credentials during checkout" ([d271bf4](https://github.com/xing/hops/commit/d271bf457152e86df4536f8d4460b824321ed00f))
* Revert "chore: make git config for user global" ([dd27272](https://github.com/xing/hops/commit/dd27272cbc5613ddea7044950c71f8165ffc2f9c))
* Revert "chore: make git config of user local" ([91ed5ee](https://github.com/xing/hops/commit/91ed5ee69eeda6ed495657dd406d3dacf8e09811))
* Revert "chore: use PAT to do the git checkout" ([4e0344a](https://github.com/xing/hops/commit/4e0344aef286bb1e453816c68150f83117b8d4a3))


### BREAKING CHANGES

* Hops no longer has peer dependencies to apollo v2

In detail, this means, that even though you still can use apollo@2,
your package manager will no longer warn when you're missing a
dependency.

Please see the readme of Hops v13 for information on which dependencies
you need with apollo@2.
* Some parts of Hops are rewritten to ES-Modules
This could potentially be a breaking change for some consumers when
using deep-imports.
* **info:** hops-info does not handle warnings returned from the `diagnose`-hook anymore.
* Hops now requires strictly de-duplicated packages

Hops will abort the build immediately when it detects a duplicated Hops
package. This situation arises when the versions of all the installed
Hops packages aren't aligned exactly.

To resolve the situation and thus get the build going again, the
versions have to be aligned.

In case of an emergency you can unblock the build without resolving the
underlying issue by passing `HOPS_IGNORE_ERRORS=hops-duplicates` into
the `hops start`-/`hops build`-command. This might still lead to errors
though, because misaligned Hops packages are common cause of bugs.
* the config option `enableLegacyMixinSortOrder` has been removed.
* static rendering of Hops apps has been removed (`hops build --static`)





# [14.0.0-nightly.8](https://github.com/xing/hops/compare/v14.0.0-nightly.7...v14.0.0-nightly.8) (2021-03-09)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "14.0.0-nightly.8",
"version": "14.0.0-nightly.9",
"registry": "https://registry.npmjs.org/",
"command": {
"version": {
Expand Down
18 changes: 18 additions & 0 deletions packages/apollo-mock-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [14.0.0-nightly.9](https://github.com/xing/hops/compare/v14.0.0-nightly.7...v14.0.0-nightly.9) (2021-03-15)


### Features

* rewrite runtime code to ESM to facilitate tree shaking ([3352add](https://github.com/xing/hops/commit/3352adda0476c199275d2162a7c51955ab0990f2))


### BREAKING CHANGES

* Some parts of Hops are rewritten to ES-Modules
This could potentially be a breaking change for some consumers when
using deep-imports.





# [14.0.0-nightly.8](https://github.com/xing/hops/compare/v14.0.0-nightly.7...v14.0.0-nightly.8) (2021-03-09)

**Note:** Version bump only for package hops-apollo-mock-server
Expand Down
8 changes: 4 additions & 4 deletions packages/apollo-mock-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-apollo-mock-server",
"version": "14.0.0-nightly.8",
"version": "14.0.0-nightly.9",
"description": "Apollo based mock server for Hops",
"keywords": [
"hops",
Expand All @@ -25,9 +25,9 @@
"express": "^4.17.1",
"graphql": "^15.0.0",
"graphql-tag": "^2.11.0",
"hops-config": "^14.0.0-nightly.8",
"hops-mixin": "^14.0.0-nightly.8",
"hops-webpack": "^14.0.0-nightly.8"
"hops-config": "^14.0.0-nightly.9",
"hops-mixin": "^14.0.0-nightly.9",
"hops-webpack": "^14.0.0-nightly.9"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/graphql#readme"
}
21 changes: 21 additions & 0 deletions packages/bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [14.0.0-nightly.9](https://github.com/xing/hops/compare/v14.0.0-nightly.7...v14.0.0-nightly.9) (2021-03-15)


### Bug Fixes

* remove mixin-order escape hatch ([22f921f](https://github.com/xing/hops/commit/22f921f86768b8b2a71053b877073e506843a16a))


### Features

* introduce hops-debug as a node/browser wrapper for debug ([84d5f80](https://github.com/xing/hops/commit/84d5f8032a3d7679d9d7c53e55f8e9d28fc193c8))


### BREAKING CHANGES

* the config option `enableLegacyMixinSortOrder` has been removed.





# [14.0.0-nightly.8](https://github.com/xing/hops/compare/v14.0.0-nightly.7...v14.0.0-nightly.8) (2021-03-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-bootstrap",
"version": "14.0.0-nightly.8",
"version": "14.0.0-nightly.9",
"description": "Hops bootstrap",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"escape-string-regexp": "^4.0.0",
"find-up": "^5.0.0",
"flat": "^5.0.0",
"hops-debug": "^14.0.0-nightly.8",
"hops-debug": "^14.0.0-nightly.9",
"is-plain-obj": "^3.0.0",
"mixinable": "^5.0.1",
"supports-color": "^8.0.0"
Expand Down
18 changes: 18 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [14.0.0-nightly.9](https://github.com/xing/hops/compare/v14.0.0-nightly.7...v14.0.0-nightly.9) (2021-03-15)


### Features

* rewrite runtime code to ESM to facilitate tree shaking ([3352add](https://github.com/xing/hops/commit/3352adda0476c199275d2162a7c51955ab0990f2))


### BREAKING CHANGES

* Some parts of Hops are rewritten to ES-Modules
This could potentially be a breaking change for some consumers when
using deep-imports.





# [14.0.0-nightly.8](https://github.com/xing/hops/compare/v14.0.0-nightly.7...v14.0.0-nightly.8) (2021-03-09)

**Note:** Version bump only for package hops-config
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-config",
"version": "14.0.0-nightly.8",
"version": "14.0.0-nightly.9",
"description": "Hops core configuration",
"keywords": [
"hops",
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"depd": "^2.0.0",
"hops-bootstrap": "^14.0.0-nightly.8"
"hops-bootstrap": "^14.0.0-nightly.9"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/config#readme"
}
8 changes: 8 additions & 0 deletions packages/create-hops-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [14.0.0-nightly.9](https://github.com/xing/hops/compare/v14.0.0-nightly.7...v14.0.0-nightly.9) (2021-03-15)

**Note:** Version bump only for package create-hops-app





# [14.0.0-nightly.8](https://github.com/xing/hops/compare/v14.0.0-nightly.7...v14.0.0-nightly.8) (2021-03-09)

**Note:** Version bump only for package create-hops-app
Expand Down
2 changes: 1 addition & 1 deletion packages/create-hops-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-hops-app",
"version": "14.0.0-nightly.8",
"version": "14.0.0-nightly.9",
"description": "CLI tool to create Hops applications",
"keywords": [
"hops",
Expand Down
11 changes: 11 additions & 0 deletions packages/debug/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [14.0.0-nightly.9](https://github.com/xing/hops/compare/v14.0.0-nightly.7...v14.0.0-nightly.9) (2021-03-15)


### Features

* introduce hops-debug as a node/browser wrapper for debug ([84d5f80](https://github.com/xing/hops/commit/84d5f8032a3d7679d9d7c53e55f8e9d28fc193c8))





# [14.0.0-nightly.8](https://github.com/xing/hops/compare/v14.0.0-nightly.7...v14.0.0-nightly.8) (2021-03-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-debug",
"version": "14.0.0-nightly.8",
"version": "14.0.0-nightly.9",
"description": "Hops debug wrapper",
"main": "node.js",
"browser": "browser.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/development-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [14.0.0-nightly.9](https://github.com/xing/hops/compare/v14.0.0-nightly.7...v14.0.0-nightly.9) (2021-03-15)


### Features

* introduce hops-debug as a node/browser wrapper for debug ([84d5f80](https://github.com/xing/hops/commit/84d5f8032a3d7679d9d7c53e55f8e9d28fc193c8))





# [14.0.0-nightly.8](https://github.com/xing/hops/compare/v14.0.0-nightly.7...v14.0.0-nightly.8) (2021-03-09)


Expand Down
6 changes: 3 additions & 3 deletions packages/development-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-development-proxy",
"version": "14.0.0-nightly.8",
"version": "14.0.0-nightly.9",
"description": "Proxy",
"keywords": [
"hops"
Expand All @@ -14,8 +14,8 @@
"url": "https://github.com/xing/hops.git"
},
"dependencies": {
"hops-debug": "^14.0.0-nightly.8",
"hops-mixin": "^14.0.0-nightly.8",
"hops-debug": "^14.0.0-nightly.9",
"hops-mixin": "^14.0.0-nightly.9",
"http-proxy-middleware": "^1.0.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/development-proxy#readme"
Expand Down
21 changes: 21 additions & 0 deletions packages/express/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [14.0.0-nightly.9](https://github.com/xing/hops/compare/v14.0.0-nightly.7...v14.0.0-nightly.9) (2021-03-15)


### Bug Fixes

* remove static rendering ([ed90792](https://github.com/xing/hops/commit/ed90792176298284d1f19fef4c09571edfaa07e2))


### Features

* introduce hops-debug as a node/browser wrapper for debug ([84d5f80](https://github.com/xing/hops/commit/84d5f8032a3d7679d9d7c53e55f8e9d28fc193c8))


### BREAKING CHANGES

* static rendering of Hops apps has been removed (`hops build --static`)





# [14.0.0-nightly.8](https://github.com/xing/hops/compare/v14.0.0-nightly.7...v14.0.0-nightly.8) (2021-03-09)


Expand Down
10 changes: 5 additions & 5 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-express",
"version": "14.0.0-nightly.8",
"version": "14.0.0-nightly.9",
"description": "Customization for the our express server",
"keywords": [
"hops",
Expand All @@ -25,10 +25,10 @@
"express": "^4.17.1",
"finalhandler": "^1.1.2",
"helmet": "^4.0.0",
"hops-bootstrap": "^14.0.0-nightly.8",
"hops-debug": "^14.0.0-nightly.8",
"hops-mixin": "^14.0.0-nightly.8",
"hops-yargs": "^14.0.0-nightly.8",
"hops-bootstrap": "^14.0.0-nightly.9",
"hops-debug": "^14.0.0-nightly.9",
"hops-mixin": "^14.0.0-nightly.9",
"hops-yargs": "^14.0.0-nightly.9",
"is-plain-obj": "^3.0.0",
"mime": "^2.4.4",
"mixinable": "^5.0.1",
Expand Down
23 changes: 23 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [14.0.0-nightly.9](https://github.com/xing/hops/compare/v14.0.0-nightly.7...v14.0.0-nightly.9) (2021-03-15)


### chore

* remove peer dependencies for apollo v2 ([581d406](https://github.com/xing/hops/commit/581d406309703f7fd1ae8c189cb38eb18f9f2806))


### BREAKING CHANGES

* Hops no longer has peer dependencies to apollo v2

In detail, this means, that even though you still can use apollo@2,
your package manager will no longer warn when you're missing a
dependency.

Please see the readme of Hops v13 for information on which dependencies
you need with apollo@2.





# [14.0.0-nightly.8](https://github.com/xing/hops/compare/v14.0.0-nightly.7...v14.0.0-nightly.8) (2021-03-09)

**Note:** Version bump only for package hops-graphql
Expand Down
Loading

0 comments on commit 20697cf

Please sign in to comment.