From 65b6df7d29b52069c7eed3d5d5b11e9c492936a2 Mon Sep 17 00:00:00 2001 From: Robert Kowalski Date: Mon, 27 Sep 2021 10:20:11 +0200 Subject: [PATCH] chore: release v15.0.0-nightly.12 --- CHANGELOG.md | 49 ++++++++++++++++++++++++ lerna.json | 2 +- packages/apollo-mock-server/CHANGELOG.md | 18 +++++++++ packages/apollo-mock-server/package.json | 8 ++-- packages/bootstrap/CHANGELOG.md | 23 +++++++++++ packages/bootstrap/package.json | 4 +- packages/config/CHANGELOG.md | 18 +++++++++ packages/config/package.json | 4 +- packages/create-hops-app/CHANGELOG.md | 18 +++++++++ packages/create-hops-app/package.json | 2 +- packages/debug/CHANGELOG.md | 18 +++++++++ packages/debug/package.json | 2 +- packages/development-proxy/CHANGELOG.md | 18 +++++++++ packages/development-proxy/package.json | 6 +-- packages/express/CHANGELOG.md | 23 +++++++++++ packages/express/package.json | 10 ++--- packages/graphql/CHANGELOG.md | 18 +++++++++ packages/graphql/package.json | 6 +-- packages/hops/CHANGELOG.md | 18 +++++++++ packages/hops/package.json | 14 +++---- packages/info/CHANGELOG.md | 28 ++++++++++++++ packages/info/package.json | 6 +-- packages/jest-environment/CHANGELOG.md | 18 +++++++++ packages/jest-environment/package.json | 4 +- packages/jest-preset/CHANGELOG.md | 23 +++++++++++ packages/jest-preset/package.json | 4 +- packages/lambda/CHANGELOG.md | 18 +++++++++ packages/lambda/package.json | 10 ++--- packages/mixin/CHANGELOG.md | 18 +++++++++ packages/mixin/package.json | 2 +- packages/msw/CHANGELOG.md | 26 +++++++++++++ packages/msw/package.json | 6 +-- packages/postcss/CHANGELOG.md | 27 +++++++++++++ packages/postcss/package.json | 4 +- packages/pwa/CHANGELOG.md | 26 +++++++++++++ packages/pwa/package.json | 8 ++-- packages/react-apollo/CHANGELOG.md | 24 ++++++++++++ packages/react-apollo/package.json | 8 ++-- packages/react/CHANGELOG.md | 23 +++++++++++ packages/react/package.json | 6 +-- packages/redux/CHANGELOG.md | 18 +++++++++ packages/redux/package.json | 4 +- packages/spec/CHANGELOG.md | 24 ++++++++++++ packages/spec/package.json | 6 +-- packages/styled-components/CHANGELOG.md | 23 +++++++++++ packages/styled-components/package.json | 4 +- packages/template-graphql/CHANGELOG.md | 8 ++++ packages/template-graphql/package.json | 12 +++--- packages/template-react/CHANGELOG.md | 8 ++++ packages/template-react/package.json | 8 ++-- packages/template-redux/CHANGELOG.md | 8 ++++ packages/template-redux/package.json | 10 ++--- packages/typescript/CHANGELOG.md | 18 +++++++++ packages/typescript/package.json | 4 +- packages/webpack/CHANGELOG.md | 27 +++++++++++++ packages/webpack/package.json | 12 +++--- packages/yargs/CHANGELOG.md | 25 ++++++++++++ packages/yargs/package.json | 6 +-- 58 files changed, 702 insertions(+), 91 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 582aab2a0..8c1529ac1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,55 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + + +### Bug Fixes + +* always use this.getLogger instead of console.* methods ([d8ea941](https://github.com/xing/hops/commit/d8ea941f5828e5736f2b1ad04c26309585661df0)) +* **bootstrap:** fix object whitelisting for environmentalize ([871333f](https://github.com/xing/hops/commit/871333f76e95ec91ab9a7c6e6b112dd5bf80f4f8)), closes [#1156](https://github.com/xing/hops/issues/1156) +* do no exit hops in certain cases ([b47ff82](https://github.com/xing/hops/commit/b47ff82f8f873879fa200014731ec5cde7a3c4b2)) +* exit Hops on unrecovrable webpack errors ([2030586](https://github.com/xing/hops/commit/203058633427f38a9902856b8295651207323f30)) +* **info:** test if logLocation is writable ([6ba3261](https://github.com/xing/hops/commit/6ba326147e890e0efb9d8d5c722eaeb51ec05f7a)) +* **jest-preset:** use require instead of import ([0822ad9](https://github.com/xing/hops/commit/0822ad94bbad9ca42abf2ccb9fc1c628021de32a)) +* **msw:** prepend msw service worker path with basePath ([40e786c](https://github.com/xing/hops/commit/40e786c3ba2908eb81e788b586dbfea83955b357)) +* **msw:** remove `enableMockServiceWorker` configuration option ([7348164](https://github.com/xing/hops/commit/73481649f85cf3c7bc2956b8ef89755f84164cb0)) +* **msw:** remove unusable integration test APIs ([cc822ab](https://github.com/xing/hops/commit/cc822ab3a70527858422629aa6de75dfb4f0703f)) +* remove deprecated apollo 2 ([ce21a80](https://github.com/xing/hops/commit/ce21a80a0d37f16aace51eab2f78ce420e86cd0b)) +* remove version pinning of webpack 5 ([216ad8d](https://github.com/xing/hops/commit/216ad8d56a8b2209369b8fd1fe145aacfd4d965f)) +* solve apollo conflicts in canarist ([a3664fc](https://github.com/xing/hops/commit/a3664fc3a057a782c691894a9caffeffee5717fc)) +* **spec:** remove invalid test ([f6ebdf6](https://github.com/xing/hops/commit/f6ebdf6fbb68bbcbaed25f89c70e28c054d82091)) +* update dependency css-loader to v6 ([f2cfbd0](https://github.com/xing/hops/commit/f2cfbd06dedd04d520a611fc34a0cdfda051f5ea)) +* update dependency msw to ^0.35.0 ([5b8f69b](https://github.com/xing/hops/commit/5b8f69bbcaa738169dc881b15ca00f2237dd7091)) +* update dependency postcss-normalize-charset to v5 ([11e3b18](https://github.com/xing/hops/commit/11e3b18c4c6c7190977629aefb7f0a79e1fbe31c)) +* update dependency serialize-javascript to v6 ([9b2d934](https://github.com/xing/hops/commit/9b2d934645dff298603db6a0d5a047b2210098c7)) +* update dependency webpack to v5.46.0 ([a67cd2c](https://github.com/xing/hops/commit/a67cd2c606f872ae4f80381bba5d1fe5cf2536cd)) +* update dependency webpack to v5.51.1 ([bee9400](https://github.com/xing/hops/commit/bee94004cdc29b5073b8e79f2dc1250f5788c3f7)) +* update dependency webpack-sources to v3 ([8dca82a](https://github.com/xing/hops/commit/8dca82a850b8c45e4556c7c764e8184d87ce7652)) + + +### chore + +* remove node 12 from engines field ([d3d3624](https://github.com/xing/hops/commit/d3d3624cec813bfe4d9ab4abe86e051bd7f9e61e)) +* remove node 15 from engines ([f3c08b2](https://github.com/xing/hops/commit/f3c08b28feb6d64ff57f6c34b1f67a023146243d)) + + +### Features + +* handle errors in async middlewares ([7923530](https://github.com/xing/hops/commit/7923530db10700030202be9d59409d12acdbf2a9)) +* **info:** optionally log into hops-log.txt ([825f44f](https://github.com/xing/hops/commit/825f44f10d3e6a68d2ec6ab659294edbc63ce3ea)) + + +### BREAKING CHANGES + +* removes deprecated apollo 2 client +* drops Node 15 support +* drops Node 12 support + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) diff --git a/lerna.json b/lerna.json index f51b9b01a..e0012c94d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "registry": "https://registry.npmjs.org/", "command": { "version": { diff --git a/packages/apollo-mock-server/CHANGELOG.md b/packages/apollo-mock-server/CHANGELOG.md index 429634359..38bf1d1bb 100644 --- a/packages/apollo-mock-server/CHANGELOG.md +++ b/packages/apollo-mock-server/CHANGELOG.md @@ -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. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + + +### chore + +* remove node 12 from engines field ([d3d3624](https://github.com/xing/hops/commit/d3d3624cec813bfe4d9ab4abe86e051bd7f9e61e)) +* remove node 15 from engines ([f3c08b2](https://github.com/xing/hops/commit/f3c08b28feb6d64ff57f6c34b1f67a023146243d)) + + +### BREAKING CHANGES + +* drops Node 15 support +* drops Node 12 support + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package hops-apollo-mock-server diff --git a/packages/apollo-mock-server/package.json b/packages/apollo-mock-server/package.json index 6f933116e..3f5f905b9 100644 --- a/packages/apollo-mock-server/package.json +++ b/packages/apollo-mock-server/package.json @@ -1,6 +1,6 @@ { "name": "hops-apollo-mock-server", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "description": "Apollo based mock server for Hops", "keywords": [ "hops", @@ -28,9 +28,9 @@ "express": "^4.17.1", "graphql": "^15.0.0", "graphql-tag": "^2.12.3", - "hops-config": "15.0.0-nightly.11", - "hops-mixin": "15.0.0-nightly.11", - "hops-webpack": "15.0.0-nightly.11" + "hops-config": "15.0.0-nightly.12", + "hops-mixin": "15.0.0-nightly.12", + "hops-webpack": "15.0.0-nightly.12" }, "homepage": "https://github.com/xing/hops/tree/master/packages/graphql#readme" } diff --git a/packages/bootstrap/CHANGELOG.md b/packages/bootstrap/CHANGELOG.md index be208c0fb..29f3b8657 100644 --- a/packages/bootstrap/CHANGELOG.md +++ b/packages/bootstrap/CHANGELOG.md @@ -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. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + + +### Bug Fixes + +* **bootstrap:** fix object whitelisting for environmentalize ([871333f](https://github.com/xing/hops/commit/871333f76e95ec91ab9a7c6e6b112dd5bf80f4f8)), closes [#1156](https://github.com/xing/hops/issues/1156) + + +### chore + +* remove node 12 from engines field ([d3d3624](https://github.com/xing/hops/commit/d3d3624cec813bfe4d9ab4abe86e051bd7f9e61e)) +* remove node 15 from engines ([f3c08b2](https://github.com/xing/hops/commit/f3c08b28feb6d64ff57f6c34b1f67a023146243d)) + + +### BREAKING CHANGES + +* drops Node 15 support +* drops Node 12 support + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package hops-bootstrap diff --git a/packages/bootstrap/package.json b/packages/bootstrap/package.json index beb38fc61..6eefc9bd1 100644 --- a/packages/bootstrap/package.json +++ b/packages/bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "hops-bootstrap", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "description": "Hops bootstrap", "repository": { "type": "git", @@ -21,7 +21,7 @@ "escape-string-regexp": "^4.0.0", "find-up": "^5.0.0", "flat": "^5.0.0", - "hops-debug": "15.0.0-nightly.11", + "hops-debug": "15.0.0-nightly.12", "is-plain-obj": "^3.0.0", "mixinable": "^5.0.1" }, diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index a66828e3d..acb88b278 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -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. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + + +### chore + +* remove node 12 from engines field ([d3d3624](https://github.com/xing/hops/commit/d3d3624cec813bfe4d9ab4abe86e051bd7f9e61e)) +* remove node 15 from engines ([f3c08b2](https://github.com/xing/hops/commit/f3c08b28feb6d64ff57f6c34b1f67a023146243d)) + + +### BREAKING CHANGES + +* drops Node 15 support +* drops Node 12 support + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package hops-config diff --git a/packages/config/package.json b/packages/config/package.json index 2df0e4670..0d1caf101 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "hops-config", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "description": "Hops core configuration", "keywords": [ "hops", @@ -21,7 +21,7 @@ }, "dependencies": { "depd": "^2.0.0", - "hops-bootstrap": "15.0.0-nightly.11" + "hops-bootstrap": "15.0.0-nightly.12" }, "homepage": "https://github.com/xing/hops/tree/master/packages/config#readme" } diff --git a/packages/create-hops-app/CHANGELOG.md b/packages/create-hops-app/CHANGELOG.md index aa320c55d..0d117e079 100644 --- a/packages/create-hops-app/CHANGELOG.md +++ b/packages/create-hops-app/CHANGELOG.md @@ -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. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + + +### chore + +* remove node 12 from engines field ([d3d3624](https://github.com/xing/hops/commit/d3d3624cec813bfe4d9ab4abe86e051bd7f9e61e)) +* remove node 15 from engines ([f3c08b2](https://github.com/xing/hops/commit/f3c08b28feb6d64ff57f6c34b1f67a023146243d)) + + +### BREAKING CHANGES + +* drops Node 15 support +* drops Node 12 support + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package create-hops-app diff --git a/packages/create-hops-app/package.json b/packages/create-hops-app/package.json index 18a4680f7..9978dbf50 100644 --- a/packages/create-hops-app/package.json +++ b/packages/create-hops-app/package.json @@ -1,6 +1,6 @@ { "name": "create-hops-app", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "description": "CLI tool to create Hops applications", "keywords": [ "hops", diff --git a/packages/debug/CHANGELOG.md b/packages/debug/CHANGELOG.md index 275082a47..20d7d6ebc 100644 --- a/packages/debug/CHANGELOG.md +++ b/packages/debug/CHANGELOG.md @@ -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. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + + +### chore + +* remove node 12 from engines field ([d3d3624](https://github.com/xing/hops/commit/d3d3624cec813bfe4d9ab4abe86e051bd7f9e61e)) +* remove node 15 from engines ([f3c08b2](https://github.com/xing/hops/commit/f3c08b28feb6d64ff57f6c34b1f67a023146243d)) + + +### BREAKING CHANGES + +* drops Node 15 support +* drops Node 12 support + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package hops-debug diff --git a/packages/debug/package.json b/packages/debug/package.json index bd3353abb..502a60253 100644 --- a/packages/debug/package.json +++ b/packages/debug/package.json @@ -1,6 +1,6 @@ { "name": "hops-debug", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "description": "Hops debug wrapper", "main": "node.js", "browser": "browser.js", diff --git a/packages/development-proxy/CHANGELOG.md b/packages/development-proxy/CHANGELOG.md index 0986f594b..3a80e4cfd 100644 --- a/packages/development-proxy/CHANGELOG.md +++ b/packages/development-proxy/CHANGELOG.md @@ -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. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + + +### chore + +* remove node 12 from engines field ([d3d3624](https://github.com/xing/hops/commit/d3d3624cec813bfe4d9ab4abe86e051bd7f9e61e)) +* remove node 15 from engines ([f3c08b2](https://github.com/xing/hops/commit/f3c08b28feb6d64ff57f6c34b1f67a023146243d)) + + +### BREAKING CHANGES + +* drops Node 15 support +* drops Node 12 support + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package hops-development-proxy diff --git a/packages/development-proxy/package.json b/packages/development-proxy/package.json index 4c92d274d..3b8af5acf 100644 --- a/packages/development-proxy/package.json +++ b/packages/development-proxy/package.json @@ -1,6 +1,6 @@ { "name": "hops-development-proxy", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "description": "Proxy", "keywords": [ "hops" @@ -17,8 +17,8 @@ "displayName": "unit" }, "dependencies": { - "hops-debug": "15.0.0-nightly.11", - "hops-mixin": "15.0.0-nightly.11", + "hops-debug": "15.0.0-nightly.12", + "hops-mixin": "15.0.0-nightly.12", "http-proxy-middleware": "^2.0.0" }, "homepage": "https://github.com/xing/hops/tree/master/packages/development-proxy#readme" diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index d8afdc498..528f8df24 100644 --- a/packages/express/CHANGELOG.md +++ b/packages/express/CHANGELOG.md @@ -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. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + + +### chore + +* remove node 12 from engines field ([d3d3624](https://github.com/xing/hops/commit/d3d3624cec813bfe4d9ab4abe86e051bd7f9e61e)) +* remove node 15 from engines ([f3c08b2](https://github.com/xing/hops/commit/f3c08b28feb6d64ff57f6c34b1f67a023146243d)) + + +### Features + +* handle errors in async middlewares ([7923530](https://github.com/xing/hops/commit/7923530db10700030202be9d59409d12acdbf2a9)) + + +### BREAKING CHANGES + +* drops Node 15 support +* drops Node 12 support + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package hops-express diff --git a/packages/express/package.json b/packages/express/package.json index 41832d3f0..e4ccc40f4 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "hops-express", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "description": "Customization for the our express server", "keywords": [ "hops", @@ -28,10 +28,10 @@ "express": "^4.17.1", "finalhandler": "^1.1.2", "helmet": "^4.0.0", - "hops-bootstrap": "15.0.0-nightly.11", - "hops-debug": "15.0.0-nightly.11", - "hops-mixin": "15.0.0-nightly.11", - "hops-yargs": "15.0.0-nightly.11", + "hops-bootstrap": "15.0.0-nightly.12", + "hops-debug": "15.0.0-nightly.12", + "hops-mixin": "15.0.0-nightly.12", + "hops-yargs": "15.0.0-nightly.12", "is-plain-obj": "^3.0.0", "mime": "^2.4.4", "mixinable": "^5.0.1", diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 0c944560a..47528ebe3 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -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. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + + +### chore + +* remove node 12 from engines field ([d3d3624](https://github.com/xing/hops/commit/d3d3624cec813bfe4d9ab4abe86e051bd7f9e61e)) +* remove node 15 from engines ([f3c08b2](https://github.com/xing/hops/commit/f3c08b28feb6d64ff57f6c34b1f67a023146243d)) + + +### BREAKING CHANGES + +* drops Node 15 support +* drops Node 12 support + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package hops-graphql diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 609b02441..6cf327e68 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "hops-graphql", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "description": "React and GraphQL implementation for Hops", "keywords": [ "hops", @@ -21,8 +21,8 @@ "displayName": "unit" }, "dependencies": { - "hops-apollo-mock-server": "15.0.0-nightly.11", - "hops-react-apollo": "15.0.0-nightly.11" + "hops-apollo-mock-server": "15.0.0-nightly.12", + "hops-react-apollo": "15.0.0-nightly.12" }, "peerDependencies": { "@apollo/client": "^3.3.11", diff --git a/packages/hops/CHANGELOG.md b/packages/hops/CHANGELOG.md index d9a30aadd..351876101 100644 --- a/packages/hops/CHANGELOG.md +++ b/packages/hops/CHANGELOG.md @@ -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. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + + +### chore + +* remove node 12 from engines field ([d3d3624](https://github.com/xing/hops/commit/d3d3624cec813bfe4d9ab4abe86e051bd7f9e61e)) +* remove node 15 from engines ([f3c08b2](https://github.com/xing/hops/commit/f3c08b28feb6d64ff57f6c34b1f67a023146243d)) + + +### BREAKING CHANGES + +* drops Node 15 support +* drops Node 12 support + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package hops diff --git a/packages/hops/package.json b/packages/hops/package.json index 9bc8d7527..14028a396 100644 --- a/packages/hops/package.json +++ b/packages/hops/package.json @@ -1,6 +1,6 @@ { "name": "hops", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "description": "Hops main Package to build and run Hops applications", "keywords": [ "hops", @@ -30,12 +30,12 @@ "displayName": "unit" }, "dependencies": { - "hops-express": "15.0.0-nightly.11", - "hops-info": "15.0.0-nightly.11", - "hops-mixin": "15.0.0-nightly.11", - "hops-react": "15.0.0-nightly.11", - "hops-webpack": "15.0.0-nightly.11", - "hops-yargs": "15.0.0-nightly.11", + "hops-express": "15.0.0-nightly.12", + "hops-info": "15.0.0-nightly.12", + "hops-mixin": "15.0.0-nightly.12", + "hops-react": "15.0.0-nightly.12", + "hops-webpack": "15.0.0-nightly.12", + "hops-yargs": "15.0.0-nightly.12", "webpack-bundle-analyzer": "^4.1.0" }, "peerDependencies": { diff --git a/packages/info/CHANGELOG.md b/packages/info/CHANGELOG.md index c76d7752d..ae9acb3e8 100644 --- a/packages/info/CHANGELOG.md +++ b/packages/info/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + + +### Bug Fixes + +* **info:** test if logLocation is writable ([6ba3261](https://github.com/xing/hops/commit/6ba326147e890e0efb9d8d5c722eaeb51ec05f7a)) + + +### chore + +* remove node 12 from engines field ([d3d3624](https://github.com/xing/hops/commit/d3d3624cec813bfe4d9ab4abe86e051bd7f9e61e)) +* remove node 15 from engines ([f3c08b2](https://github.com/xing/hops/commit/f3c08b28feb6d64ff57f6c34b1f67a023146243d)) + + +### Features + +* **info:** optionally log into hops-log.txt ([825f44f](https://github.com/xing/hops/commit/825f44f10d3e6a68d2ec6ab659294edbc63ce3ea)) + + +### BREAKING CHANGES + +* drops Node 15 support +* drops Node 12 support + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package hops-info diff --git a/packages/info/package.json b/packages/info/package.json index 4953267a9..76743d5af 100644 --- a/packages/info/package.json +++ b/packages/info/package.json @@ -1,6 +1,6 @@ { "name": "hops-info", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "description": "Hops info mixin", "repository": { "type": "git", @@ -20,8 +20,8 @@ "enhanced-resolve": "^5.0.0", "eprom": "^1.0.0", "escape-string-regexp": "^4.0.0", - "hops-bootstrap": "15.0.0-nightly.11", - "hops-mixin": "15.0.0-nightly.11", + "hops-bootstrap": "15.0.0-nightly.12", + "hops-mixin": "15.0.0-nightly.12", "mixinable": "^5.0.1", "web-vitals": "^2.0.0" }, diff --git a/packages/jest-environment/CHANGELOG.md b/packages/jest-environment/CHANGELOG.md index 58105a522..1b39ff051 100644 --- a/packages/jest-environment/CHANGELOG.md +++ b/packages/jest-environment/CHANGELOG.md @@ -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. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + + +### chore + +* remove node 12 from engines field ([d3d3624](https://github.com/xing/hops/commit/d3d3624cec813bfe4d9ab4abe86e051bd7f9e61e)) +* remove node 15 from engines ([f3c08b2](https://github.com/xing/hops/commit/f3c08b28feb6d64ff57f6c34b1f67a023146243d)) + + +### BREAKING CHANGES + +* drops Node 15 support +* drops Node 12 support + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package jest-environment-hops diff --git a/packages/jest-environment/package.json b/packages/jest-environment/package.json index 20f68d505..a3aaf930b 100644 --- a/packages/jest-environment/package.json +++ b/packages/jest-environment/package.json @@ -1,6 +1,6 @@ { "name": "jest-environment-hops", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "description": "Opinionated Jest environment to run Puppeteer-powered tests against Hops apps", "keywords": [ "hops", @@ -23,7 +23,7 @@ "colors": "^1.4.0", "eprom": "^1.0.0", "fs-extra": "^10.0.0", - "hops-debug": "15.0.0-nightly.11", + "hops-debug": "15.0.0-nightly.12", "import-from": "^4.0.0", "mkdirp": "^1.0.4", "mktemp": "^1.0.0", diff --git a/packages/jest-preset/CHANGELOG.md b/packages/jest-preset/CHANGELOG.md index f555fe6ab..d4a0875a8 100644 --- a/packages/jest-preset/CHANGELOG.md +++ b/packages/jest-preset/CHANGELOG.md @@ -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. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + + +### Bug Fixes + +* **jest-preset:** use require instead of import ([0822ad9](https://github.com/xing/hops/commit/0822ad94bbad9ca42abf2ccb9fc1c628021de32a)) + + +### chore + +* remove node 12 from engines field ([d3d3624](https://github.com/xing/hops/commit/d3d3624cec813bfe4d9ab4abe86e051bd7f9e61e)) +* remove node 15 from engines ([f3c08b2](https://github.com/xing/hops/commit/f3c08b28feb6d64ff57f6c34b1f67a023146243d)) + + +### BREAKING CHANGES + +* drops Node 15 support +* drops Node 12 support + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package jest-preset-hops diff --git a/packages/jest-preset/package.json b/packages/jest-preset/package.json index cee4bf36a..96cf25dca 100644 --- a/packages/jest-preset/package.json +++ b/packages/jest-preset/package.json @@ -1,6 +1,6 @@ { "name": "jest-preset-hops", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "description": "Jest preset to work with Hops powered projects", "keywords": [ "hops", @@ -29,7 +29,7 @@ "@babel/preset-react": "^7.9.4", "colors": "^1.4.0", "core-js": "^3.2.1", - "hops": "15.0.0-nightly.11", + "hops": "15.0.0-nightly.12", "identity-obj-proxy": "^3.0.0", "import-from": "^4.0.0", "regenerator-runtime": "^0.13.3" diff --git a/packages/lambda/CHANGELOG.md b/packages/lambda/CHANGELOG.md index c57b8c0e7..84468af49 100644 --- a/packages/lambda/CHANGELOG.md +++ b/packages/lambda/CHANGELOG.md @@ -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. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + + +### chore + +* remove node 12 from engines field ([d3d3624](https://github.com/xing/hops/commit/d3d3624cec813bfe4d9ab4abe86e051bd7f9e61e)) +* remove node 15 from engines ([f3c08b2](https://github.com/xing/hops/commit/f3c08b28feb6d64ff57f6c34b1f67a023146243d)) + + +### BREAKING CHANGES + +* drops Node 15 support +* drops Node 12 support + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package hops-lambda diff --git a/packages/lambda/package.json b/packages/lambda/package.json index b5cec123e..dca9604ff 100644 --- a/packages/lambda/package.json +++ b/packages/lambda/package.json @@ -1,6 +1,6 @@ { "name": "hops-lambda", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "description": "Quick and easy deployment of Hops applications to AWS Lambda", "keywords": [ "hops", @@ -24,10 +24,10 @@ "archiver": "^5.0.0", "aws-sdk": "^2.546.0", "globby": "^11.0.0", - "hops-bootstrap": "15.0.0-nightly.11", - "hops-config": "15.0.0-nightly.11", - "hops-express": "15.0.0-nightly.11", - "hops-mixin": "15.0.0-nightly.11", + "hops-bootstrap": "15.0.0-nightly.12", + "hops-config": "15.0.0-nightly.12", + "hops-express": "15.0.0-nightly.12", + "hops-mixin": "15.0.0-nightly.12", "pathifist": "^1.0.0", "prompt": "^1.0.0", "resolve-tree": "^0.1.14", diff --git a/packages/mixin/CHANGELOG.md b/packages/mixin/CHANGELOG.md index 42a7d2b12..31c13eda2 100644 --- a/packages/mixin/CHANGELOG.md +++ b/packages/mixin/CHANGELOG.md @@ -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. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + + +### chore + +* remove node 12 from engines field ([d3d3624](https://github.com/xing/hops/commit/d3d3624cec813bfe4d9ab4abe86e051bd7f9e61e)) +* remove node 15 from engines ([f3c08b2](https://github.com/xing/hops/commit/f3c08b28feb6d64ff57f6c34b1f67a023146243d)) + + +### BREAKING CHANGES + +* drops Node 15 support +* drops Node 12 support + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package hops-mixin diff --git a/packages/mixin/package.json b/packages/mixin/package.json index fbfc11a01..1ebbab0ef 100644 --- a/packages/mixin/package.json +++ b/packages/mixin/package.json @@ -1,6 +1,6 @@ { "name": "hops-mixin", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "description": "Building blocks to build cusom hops mixins", "keywords": [ "hops", diff --git a/packages/msw/CHANGELOG.md b/packages/msw/CHANGELOG.md index c66c3a9fa..b93b474a1 100644 --- a/packages/msw/CHANGELOG.md +++ b/packages/msw/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + + +### Bug Fixes + +* **msw:** prepend msw service worker path with basePath ([40e786c](https://github.com/xing/hops/commit/40e786c3ba2908eb81e788b586dbfea83955b357)) +* **msw:** remove `enableMockServiceWorker` configuration option ([7348164](https://github.com/xing/hops/commit/73481649f85cf3c7bc2956b8ef89755f84164cb0)) +* **msw:** remove unusable integration test APIs ([cc822ab](https://github.com/xing/hops/commit/cc822ab3a70527858422629aa6de75dfb4f0703f)) +* update dependency msw to ^0.35.0 ([5b8f69b](https://github.com/xing/hops/commit/5b8f69bbcaa738169dc881b15ca00f2237dd7091)) + + +### chore + +* remove node 12 from engines field ([d3d3624](https://github.com/xing/hops/commit/d3d3624cec813bfe4d9ab4abe86e051bd7f9e61e)) +* remove node 15 from engines ([f3c08b2](https://github.com/xing/hops/commit/f3c08b28feb6d64ff57f6c34b1f67a023146243d)) + + +### BREAKING CHANGES + +* drops Node 15 support +* drops Node 12 support + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) diff --git a/packages/msw/package.json b/packages/msw/package.json index 1ad81749b..cff8b2d3a 100644 --- a/packages/msw/package.json +++ b/packages/msw/package.json @@ -1,6 +1,6 @@ { "name": "hops-msw", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "description": "Mock service worker support for Hops", "main": "index.js", "keywords": [ @@ -26,8 +26,8 @@ "cookie-parser": "^1.4.4", "cross-fetch": "^3.1.4", "execa": "^5.1.1", - "hops-debug": "15.0.0-nightly.11", - "hops-mixin": "15.0.0-nightly.11", + "hops-debug": "15.0.0-nightly.12", + "hops-mixin": "15.0.0-nightly.12", "msw": "^0.35.0" }, "homepage": "https://github.com/xing/hops/tree/master/packages/msw#readme" diff --git a/packages/postcss/CHANGELOG.md b/packages/postcss/CHANGELOG.md index 1489089b5..c421f97ff 100644 --- a/packages/postcss/CHANGELOG.md +++ b/packages/postcss/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + + +### Bug Fixes + +* remove version pinning of webpack 5 ([216ad8d](https://github.com/xing/hops/commit/216ad8d56a8b2209369b8fd1fe145aacfd4d965f)) +* update dependency css-loader to v6 ([f2cfbd0](https://github.com/xing/hops/commit/f2cfbd06dedd04d520a611fc34a0cdfda051f5ea)) +* update dependency postcss-normalize-charset to v5 ([11e3b18](https://github.com/xing/hops/commit/11e3b18c4c6c7190977629aefb7f0a79e1fbe31c)) +* update dependency webpack to v5.46.0 ([a67cd2c](https://github.com/xing/hops/commit/a67cd2c606f872ae4f80381bba5d1fe5cf2536cd)) +* update dependency webpack to v5.51.1 ([bee9400](https://github.com/xing/hops/commit/bee94004cdc29b5073b8e79f2dc1250f5788c3f7)) + + +### chore + +* remove node 12 from engines field ([d3d3624](https://github.com/xing/hops/commit/d3d3624cec813bfe4d9ab4abe86e051bd7f9e61e)) +* remove node 15 from engines ([f3c08b2](https://github.com/xing/hops/commit/f3c08b28feb6d64ff57f6c34b1f67a023146243d)) + + +### BREAKING CHANGES + +* drops Node 15 support +* drops Node 12 support + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package hops-postcss diff --git a/packages/postcss/package.json b/packages/postcss/package.json index b93e120ca..0ffebb227 100644 --- a/packages/postcss/package.json +++ b/packages/postcss/package.json @@ -1,6 +1,6 @@ { "name": "hops-postcss", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "description": "Configuration of PostCSS and Webpack for Hops", "keywords": [ "hops", @@ -23,7 +23,7 @@ "dependencies": { "css-loader": "^6.0.0", "css-minimizer-webpack-plugin": "^3.0.1", - "hops-mixin": "15.0.0-nightly.11", + "hops-mixin": "15.0.0-nightly.12", "mini-css-extract-plugin": "^1.6.0", "pathifist": "^1.0.0", "postcss": "^8.2.1", diff --git a/packages/pwa/CHANGELOG.md b/packages/pwa/CHANGELOG.md index 942f2c3ee..bf48cd748 100644 --- a/packages/pwa/CHANGELOG.md +++ b/packages/pwa/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + + +### Bug Fixes + +* remove version pinning of webpack 5 ([216ad8d](https://github.com/xing/hops/commit/216ad8d56a8b2209369b8fd1fe145aacfd4d965f)) +* update dependency webpack to v5.46.0 ([a67cd2c](https://github.com/xing/hops/commit/a67cd2c606f872ae4f80381bba5d1fe5cf2536cd)) +* update dependency webpack to v5.51.1 ([bee9400](https://github.com/xing/hops/commit/bee94004cdc29b5073b8e79f2dc1250f5788c3f7)) +* update dependency webpack-sources to v3 ([8dca82a](https://github.com/xing/hops/commit/8dca82a850b8c45e4556c7c764e8184d87ce7652)) + + +### chore + +* remove node 12 from engines field ([d3d3624](https://github.com/xing/hops/commit/d3d3624cec813bfe4d9ab4abe86e051bd7f9e61e)) +* remove node 15 from engines ([f3c08b2](https://github.com/xing/hops/commit/f3c08b28feb6d64ff57f6c34b1f67a023146243d)) + + +### BREAKING CHANGES + +* drops Node 15 support +* drops Node 12 support + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package hops-pwa diff --git a/packages/pwa/package.json b/packages/pwa/package.json index 7eae59451..cd21dce17 100644 --- a/packages/pwa/package.json +++ b/packages/pwa/package.json @@ -1,6 +1,6 @@ { "name": "hops-pwa", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "description": "ServiceWorker and Web App Manifest support for Hops", "keywords": [ "hops", @@ -25,9 +25,9 @@ "dependencies": { "app-manifest-loader": "^2.4.1", "file-loader": "^6.0.0", - "hops-bootstrap": "15.0.0-nightly.11", - "hops-mixin": "15.0.0-nightly.11", - "hops-webpack": "15.0.0-nightly.11", + "hops-bootstrap": "15.0.0-nightly.12", + "hops-mixin": "15.0.0-nightly.12", + "hops-webpack": "15.0.0-nightly.12", "lodash.get": "^4.4.2", "lodash.set": "^4.3.2", "pathifist": "^1.0.0", diff --git a/packages/react-apollo/CHANGELOG.md b/packages/react-apollo/CHANGELOG.md index 995e6355d..4400066bc 100644 --- a/packages/react-apollo/CHANGELOG.md +++ b/packages/react-apollo/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + + +### Bug Fixes + +* remove deprecated apollo 2 ([ce21a80](https://github.com/xing/hops/commit/ce21a80a0d37f16aace51eab2f78ce420e86cd0b)) + + +### chore + +* remove node 12 from engines field ([d3d3624](https://github.com/xing/hops/commit/d3d3624cec813bfe4d9ab4abe86e051bd7f9e61e)) +* remove node 15 from engines ([f3c08b2](https://github.com/xing/hops/commit/f3c08b28feb6d64ff57f6c34b1f67a023146243d)) + + +### BREAKING CHANGES + +* removes deprecated apollo 2 client +* drops Node 15 support +* drops Node 12 support + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package hops-react-apollo diff --git a/packages/react-apollo/package.json b/packages/react-apollo/package.json index 5d99264c5..f95a83919 100644 --- a/packages/react-apollo/package.json +++ b/packages/react-apollo/package.json @@ -1,6 +1,6 @@ { "name": "hops-react-apollo", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "description": "React and GraphQL implementation for Hops", "keywords": [ "hops", @@ -28,9 +28,9 @@ "cross-fetch": "^3.0.4", "find-up": "^5.0.0", "graphql": "^15.0.0", - "hops-config": "15.0.0-nightly.11", - "hops-mixin": "15.0.0-nightly.11", - "hops-react": "15.0.0-nightly.11", + "hops-config": "15.0.0-nightly.12", + "hops-mixin": "15.0.0-nightly.12", + "hops-react": "15.0.0-nightly.12", "strip-indent": "^3.0.0" }, "peerDependencies": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index da00fe745..81bae7135 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + + +### Bug Fixes + +* update dependency serialize-javascript to v6 ([9b2d934](https://github.com/xing/hops/commit/9b2d934645dff298603db6a0d5a047b2210098c7)) + + +### chore + +* remove node 12 from engines field ([d3d3624](https://github.com/xing/hops/commit/d3d3624cec813bfe4d9ab4abe86e051bd7f9e61e)) +* remove node 15 from engines ([f3c08b2](https://github.com/xing/hops/commit/f3c08b28feb6d64ff57f6c34b1f67a023146243d)) + + +### BREAKING CHANGES + +* drops Node 15 support +* drops Node 12 support + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package hops-react diff --git a/packages/react/package.json b/packages/react/package.json index 6c2344109..94dace5e7 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "hops-react", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "description": "React and ReactRouter setup for Hops", "keywords": [ "hops", @@ -30,8 +30,8 @@ "clone": "^2.1.2", "depd": "^2.0.0", "duplitect": "^3.0.0", - "hops-bootstrap": "15.0.0-nightly.11", - "hops-mixin": "15.0.0-nightly.11", + "hops-bootstrap": "15.0.0-nightly.12", + "hops-mixin": "15.0.0-nightly.12", "is-plain-obj": "^3.0.0", "mixinable": "^5.0.1", "pathifist": "^1.0.0", diff --git a/packages/redux/CHANGELOG.md b/packages/redux/CHANGELOG.md index 2c546fd15..5a649b254 100644 --- a/packages/redux/CHANGELOG.md +++ b/packages/redux/CHANGELOG.md @@ -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. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + + +### chore + +* remove node 12 from engines field ([d3d3624](https://github.com/xing/hops/commit/d3d3624cec813bfe4d9ab4abe86e051bd7f9e61e)) +* remove node 15 from engines ([f3c08b2](https://github.com/xing/hops/commit/f3c08b28feb6d64ff57f6c34b1f67a023146243d)) + + +### BREAKING CHANGES + +* drops Node 15 support +* drops Node 12 support + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package hops-redux diff --git a/packages/redux/package.json b/packages/redux/package.json index 026acb72e..e18f83033 100644 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,6 +1,6 @@ { "name": "hops-redux", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "description": "React and Redux implementation for Hops", "keywords": [ "hops", @@ -25,7 +25,7 @@ }, "dependencies": { "history": "^4.10.1", - "hops-mixin": "15.0.0-nightly.11", + "hops-mixin": "15.0.0-nightly.12", "prop-types": "^15.7.2" }, "peerDependencies": { diff --git a/packages/spec/CHANGELOG.md b/packages/spec/CHANGELOG.md index 7a8ff20ad..6f6868091 100644 --- a/packages/spec/CHANGELOG.md +++ b/packages/spec/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + + +### Bug Fixes + +* **msw:** remove unusable integration test APIs ([cc822ab](https://github.com/xing/hops/commit/cc822ab3a70527858422629aa6de75dfb4f0703f)) +* **spec:** remove invalid test ([f6ebdf6](https://github.com/xing/hops/commit/f6ebdf6fbb68bbcbaed25f89c70e28c054d82091)) + + +### chore + +* remove node 12 from engines field ([d3d3624](https://github.com/xing/hops/commit/d3d3624cec813bfe4d9ab4abe86e051bd7f9e61e)) +* remove node 15 from engines ([f3c08b2](https://github.com/xing/hops/commit/f3c08b28feb6d64ff57f6c34b1f67a023146243d)) + + +### BREAKING CHANGES + +* drops Node 15 support +* drops Node 12 support + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package hops-spec diff --git a/packages/spec/package.json b/packages/spec/package.json index e3bb27358..0f0e19789 100644 --- a/packages/spec/package.json +++ b/packages/spec/package.json @@ -1,6 +1,6 @@ { "name": "hops-spec", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "private": true, "files": [], "eslintConfig": { @@ -35,12 +35,12 @@ "@graphql-tools/stitch": "^8.0.0", "@testing-library/react": "^12.0.0", "@types/styled-components": "^5.1.8", - "create-hops-app": "15.0.0-nightly.11", + "create-hops-app": "15.0.0-nightly.12", "cross-fetch": "^3.1.4", "esbuild-jest": "^0.5.0", "esbuild-loader": "^2.13.1", "execa": "^5.1.1", - "jest-environment-hops": "15.0.0-nightly.11", + "jest-environment-hops": "15.0.0-nightly.12", "raw-body": "^2.4.1", "react-apollo": "^3.1.5", "react-helmet-async": "^1.0.9", diff --git a/packages/styled-components/CHANGELOG.md b/packages/styled-components/CHANGELOG.md index 0b021b359..7030e22f1 100644 --- a/packages/styled-components/CHANGELOG.md +++ b/packages/styled-components/CHANGELOG.md @@ -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. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + + +### Bug Fixes + +* always use this.getLogger instead of console.* methods ([d8ea941](https://github.com/xing/hops/commit/d8ea941f5828e5736f2b1ad04c26309585661df0)) + + +### chore + +* remove node 12 from engines field ([d3d3624](https://github.com/xing/hops/commit/d3d3624cec813bfe4d9ab4abe86e051bd7f9e61e)) +* remove node 15 from engines ([f3c08b2](https://github.com/xing/hops/commit/f3c08b28feb6d64ff57f6c34b1f67a023146243d)) + + +### BREAKING CHANGES + +* drops Node 15 support +* drops Node 12 support + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package hops-styled-components diff --git a/packages/styled-components/package.json b/packages/styled-components/package.json index a33b69971..0144f804e 100644 --- a/packages/styled-components/package.json +++ b/packages/styled-components/package.json @@ -1,6 +1,6 @@ { "name": "hops-styled-components", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "description": "Styled components support for Hops applications", "keywords": [ "hops", @@ -22,7 +22,7 @@ }, "dependencies": { "babel-plugin-styled-components": "^1.10.6", - "hops-mixin": "15.0.0-nightly.11" + "hops-mixin": "15.0.0-nightly.12" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0", diff --git a/packages/template-graphql/CHANGELOG.md b/packages/template-graphql/CHANGELOG.md index 2eb7f6809..2fba1f0c6 100644 --- a/packages/template-graphql/CHANGELOG.md +++ b/packages/template-graphql/CHANGELOG.md @@ -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. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + +**Note:** Version bump only for package hops-template-graphql + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package hops-template-graphql diff --git a/packages/template-graphql/package.json b/packages/template-graphql/package.json index fc69f66be..027a1ad8a 100644 --- a/packages/template-graphql/package.json +++ b/packages/template-graphql/package.json @@ -1,6 +1,6 @@ { "name": "hops-template-graphql", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "main": "src/app.jsx", "license": "MIT", "hops": { @@ -15,9 +15,9 @@ }, "dependencies": { "@apollo/client": "^3.3.11", - "hops": "15.0.0-nightly.11", - "hops-postcss": "15.0.0-nightly.11", - "hops-react-apollo": "15.0.0-nightly.11", + "hops": "15.0.0-nightly.12", + "hops-postcss": "15.0.0-nightly.12", + "hops-react-apollo": "15.0.0-nightly.12", "prop-types": "^15.7.2", "react": "^17.0.1", "react-dom": "^17.0.1", @@ -25,9 +25,9 @@ "react-router-dom": "^5.1.2" }, "devDependencies": { - "hops-msw": "15.0.0-nightly.11", + "hops-msw": "15.0.0-nightly.12", "jest": "^27.0.0", - "jest-preset-hops": "15.0.0-nightly.11", + "jest-preset-hops": "15.0.0-nightly.12", "react-test-renderer": "^17.0.2" }, "jest": { diff --git a/packages/template-react/CHANGELOG.md b/packages/template-react/CHANGELOG.md index c1fb44340..23f00ec91 100644 --- a/packages/template-react/CHANGELOG.md +++ b/packages/template-react/CHANGELOG.md @@ -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. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + +**Note:** Version bump only for package hops-template-react + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package hops-template-react diff --git a/packages/template-react/package.json b/packages/template-react/package.json index 971e646e0..5d9d4c611 100644 --- a/packages/template-react/package.json +++ b/packages/template-react/package.json @@ -1,6 +1,6 @@ { "name": "hops-template-react", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "main": "src/app.jsx", "license": "MIT", "scripts": { @@ -10,8 +10,8 @@ "serve": "hops serve" }, "dependencies": { - "hops": "15.0.0-nightly.11", - "hops-postcss": "15.0.0-nightly.11", + "hops": "15.0.0-nightly.12", + "hops-postcss": "15.0.0-nightly.12", "prop-types": "^15.7.2", "react": "^17.0.1", "react-dom": "^17.0.1", @@ -20,7 +20,7 @@ }, "devDependencies": { "jest": "^27.0.0", - "jest-preset-hops": "15.0.0-nightly.11", + "jest-preset-hops": "15.0.0-nightly.12", "react-test-renderer": "^17.0.2" }, "jest": { diff --git a/packages/template-redux/CHANGELOG.md b/packages/template-redux/CHANGELOG.md index 1ca83ae03..7015786e9 100644 --- a/packages/template-redux/CHANGELOG.md +++ b/packages/template-redux/CHANGELOG.md @@ -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. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + +**Note:** Version bump only for package hops-template-redux + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package hops-template-redux diff --git a/packages/template-redux/package.json b/packages/template-redux/package.json index a7c8fa69b..225f28d01 100644 --- a/packages/template-redux/package.json +++ b/packages/template-redux/package.json @@ -1,6 +1,6 @@ { "name": "hops-template-redux", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "main": "src/app.jsx", "license": "MIT", "scripts": { @@ -10,9 +10,9 @@ "serve": "hops serve" }, "dependencies": { - "hops": "15.0.0-nightly.11", - "hops-postcss": "15.0.0-nightly.11", - "hops-redux": "15.0.0-nightly.11", + "hops": "15.0.0-nightly.12", + "hops-postcss": "15.0.0-nightly.12", + "hops-redux": "15.0.0-nightly.12", "prop-types": "^15.7.2", "react": "^17.0.1", "react-dom": "^17.0.1", @@ -24,7 +24,7 @@ }, "devDependencies": { "jest": "^27.0.0", - "jest-preset-hops": "15.0.0-nightly.11", + "jest-preset-hops": "15.0.0-nightly.12", "react-test-renderer": "^17.0.2" }, "jest": { diff --git a/packages/typescript/CHANGELOG.md b/packages/typescript/CHANGELOG.md index a096a51c5..af8c04e4e 100644 --- a/packages/typescript/CHANGELOG.md +++ b/packages/typescript/CHANGELOG.md @@ -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. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + + +### chore + +* remove node 12 from engines field ([d3d3624](https://github.com/xing/hops/commit/d3d3624cec813bfe4d9ab4abe86e051bd7f9e61e)) +* remove node 15 from engines ([f3c08b2](https://github.com/xing/hops/commit/f3c08b28feb6d64ff57f6c34b1f67a023146243d)) + + +### BREAKING CHANGES + +* drops Node 15 support +* drops Node 12 support + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package hops-typescript diff --git a/packages/typescript/package.json b/packages/typescript/package.json index b077c3f6b..530256ab7 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "hops-typescript", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "description": "TypeScript support for Hops applications", "keywords": [ "hops", @@ -18,7 +18,7 @@ "displayName": "unit" }, "dependencies": { - "hops-mixin": "15.0.0-nightly.11", + "hops-mixin": "15.0.0-nightly.12", "ts-loader": "^9.2.2" }, "peerDependencies": { diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index 9f84ceded..7def9e038 100644 --- a/packages/webpack/CHANGELOG.md +++ b/packages/webpack/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + + +### Bug Fixes + +* exit Hops on unrecovrable webpack errors ([2030586](https://github.com/xing/hops/commit/203058633427f38a9902856b8295651207323f30)) +* remove version pinning of webpack 5 ([216ad8d](https://github.com/xing/hops/commit/216ad8d56a8b2209369b8fd1fe145aacfd4d965f)) +* update dependency webpack to v5.46.0 ([a67cd2c](https://github.com/xing/hops/commit/a67cd2c606f872ae4f80381bba5d1fe5cf2536cd)) +* update dependency webpack to v5.51.1 ([bee9400](https://github.com/xing/hops/commit/bee94004cdc29b5073b8e79f2dc1250f5788c3f7)) +* update dependency webpack-sources to v3 ([8dca82a](https://github.com/xing/hops/commit/8dca82a850b8c45e4556c7c764e8184d87ce7652)) + + +### chore + +* remove node 12 from engines field ([d3d3624](https://github.com/xing/hops/commit/d3d3624cec813bfe4d9ab4abe86e051bd7f9e61e)) +* remove node 15 from engines ([f3c08b2](https://github.com/xing/hops/commit/f3c08b28feb6d64ff57f6c34b1f67a023146243d)) + + +### BREAKING CHANGES + +* drops Node 15 support +* drops Node 12 support + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package hops-webpack diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 08a5f7815..4a8daf076 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "hops-webpack", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "description": "webpack support for Hops applications", "license": "MIT", "homepage": "https://github.com/xing/hops/tree/master/packages/hops-webpack#readme", @@ -22,11 +22,11 @@ "escape-string-regexp": "^4.0.0", "event-source-polyfill": "^1.0.9", "find-up": "^5.0.0", - "hops-bootstrap": "15.0.0-nightly.11", - "hops-debug": "15.0.0-nightly.11", - "hops-express": "15.0.0-nightly.11", - "hops-mixin": "15.0.0-nightly.11", - "hops-yargs": "15.0.0-nightly.11", + "hops-bootstrap": "15.0.0-nightly.12", + "hops-debug": "15.0.0-nightly.12", + "hops-express": "15.0.0-nightly.12", + "hops-mixin": "15.0.0-nightly.12", + "hops-yargs": "15.0.0-nightly.12", "is-plain-obj": "^3.0.0", "jsesc": "^3.0.0", "loader-utils": "^2.0.0", diff --git a/packages/yargs/CHANGELOG.md b/packages/yargs/CHANGELOG.md index 20228e20c..2df996495 100644 --- a/packages/yargs/CHANGELOG.md +++ b/packages/yargs/CHANGELOG.md @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [15.0.0-nightly.12](https://github.com/xing/hops/compare/v15.0.0-nightly.11...v15.0.0-nightly.12) (2021-09-27) + + +### Bug Fixes + +* always use this.getLogger instead of console.* methods ([d8ea941](https://github.com/xing/hops/commit/d8ea941f5828e5736f2b1ad04c26309585661df0)) +* do no exit hops in certain cases ([b47ff82](https://github.com/xing/hops/commit/b47ff82f8f873879fa200014731ec5cde7a3c4b2)) +* exit Hops on unrecovrable webpack errors ([2030586](https://github.com/xing/hops/commit/203058633427f38a9902856b8295651207323f30)) + + +### chore + +* remove node 12 from engines field ([d3d3624](https://github.com/xing/hops/commit/d3d3624cec813bfe4d9ab4abe86e051bd7f9e61e)) +* remove node 15 from engines ([f3c08b2](https://github.com/xing/hops/commit/f3c08b28feb6d64ff57f6c34b1f67a023146243d)) + + +### BREAKING CHANGES + +* drops Node 15 support +* drops Node 12 support + + + + + # [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26) **Note:** Version bump only for package hops-yargs diff --git a/packages/yargs/package.json b/packages/yargs/package.json index 8bb6ef7ee..39747ecc1 100644 --- a/packages/yargs/package.json +++ b/packages/yargs/package.json @@ -1,6 +1,6 @@ { "name": "hops-yargs", - "version": "15.0.0-nightly.11", + "version": "15.0.0-nightly.12", "description": "yargs support for Hops applications", "repository": { "type": "git", @@ -12,8 +12,8 @@ "displayName": "unit" }, "dependencies": { - "hops-bootstrap": "15.0.0-nightly.11", - "hops-mixin": "15.0.0-nightly.11", + "hops-bootstrap": "15.0.0-nightly.12", + "hops-mixin": "15.0.0-nightly.12", "is-plain-obj": "^3.0.0", "mixinable": "^5.0.1", "yargs": "^17.0.0"