From 325214aa6c7f87ace818389b77ce7b4208005c11 Mon Sep 17 00:00:00 2001 From: Christophe Hurpeau Date: Wed, 30 Jun 2021 00:22:10 +0200 Subject: [PATCH] chore: release --- CHANGELOG.md | 12 ++ lerna.json | 2 +- .../nightingale-ansi-formatter/CHANGELOG.md | 11 ++ .../nightingale-ansi-formatter/package.json | 6 +- packages/nightingale-app-console/CHANGELOG.md | 11 ++ packages/nightingale-app-console/package.json | 8 +- .../nightingale-app-react-native/CHANGELOG.md | 12 ++ .../nightingale-app-react-native/package.json | 8 +- .../CHANGELOG.md | 11 ++ .../package.json | 8 +- .../nightingale-browser-console/CHANGELOG.md | 11 ++ .../nightingale-browser-console/package.json | 10 +- .../nightingale-console-example/CHANGELOG.md | 11 ++ .../nightingale-console-example/package.json | 8 +- .../nightingale-console-output/CHANGELOG.md | 11 ++ .../nightingale-console-output/package.json | 6 +- packages/nightingale-console/CHANGELOG.md | 11 ++ packages/nightingale-console/package.json | 14 +- packages/nightingale-debug/CHANGELOG.md | 11 ++ packages/nightingale-debug/package.json | 4 +- packages/nightingale-example/CHANGELOG.md | 11 ++ packages/nightingale-example/package.json | 14 +- packages/nightingale-formatter/CHANGELOG.md | 11 ++ packages/nightingale-formatter/package.json | 6 +- .../nightingale-html-formatter/CHANGELOG.md | 11 ++ .../nightingale-html-formatter/package.json | 8 +- .../nightingale-json-formatter/CHANGELOG.md | 11 ++ .../nightingale-json-formatter/package.json | 8 +- packages/nightingale-level-names/CHANGELOG.md | 8 + packages/nightingale-level-names/package.json | 2 +- packages/nightingale-levels/CHANGELOG.md | 11 ++ packages/nightingale-levels/package.json | 2 +- packages/nightingale-logger/CHANGELOG.md | 11 ++ packages/nightingale-logger/package.json | 6 +- .../CHANGELOG.md | 11 ++ .../package.json | 8 +- .../nightingale-raw-formatter/CHANGELOG.md | 11 ++ .../nightingale-raw-formatter/package.json | 8 +- .../CHANGELOG.md | 11 ++ .../package.json | 8 +- packages/nightingale-sentry/CHANGELOG.md | 11 ++ packages/nightingale-sentry/package.json | 6 +- packages/nightingale-slack/CHANGELOG.md | 11 ++ packages/nightingale-slack/package.json | 10 +- packages/nightingale-string/CHANGELOG.md | 11 ++ packages/nightingale-string/package.json | 6 +- packages/nightingale-types/CHANGELOG.md | 11 ++ packages/nightingale-types/package.json | 4 +- .../nightingale-web-processor/CHANGELOG.md | 11 ++ .../nightingale-web-processor/package.json | 4 +- .../nightingale-winston-adapter/CHANGELOG.md | 11 ++ .../nightingale-winston-adapter/package.json | 6 +- packages/nightingale/CHANGELOG.md | 11 ++ packages/nightingale/package.json | 10 +- yarn.lock | 172 +++++++++--------- 55 files changed, 477 insertions(+), 181 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20d8c9292..99d8b58e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + + +### Bug Fixes + +* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e)) +* **nightingale-app-react-native:** add react-native-web as optional peer dependency ([0092538](https://github.com/christophehurpeau/nightingale/commit/0092538689a2e3ca8cea9c1422f8140f4c9e8c9c)) + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) diff --git a/lerna.json b/lerna.json index 40e7933a7..4f301827d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "11.7.0", + "version": "11.7.1", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/nightingale-ansi-formatter/CHANGELOG.md b/packages/nightingale-ansi-formatter/CHANGELOG.md index 9769c7641..ff73d39bf 100644 --- a/packages/nightingale-ansi-formatter/CHANGELOG.md +++ b/packages/nightingale-ansi-formatter/CHANGELOG.md @@ -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. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + + +### Bug Fixes + +* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e)) + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) **Note:** Version bump only for package nightingale-ansi-formatter diff --git a/packages/nightingale-ansi-formatter/package.json b/packages/nightingale-ansi-formatter/package.json index 2b35f1442..f7f5d0d16 100644 --- a/packages/nightingale-ansi-formatter/package.json +++ b/packages/nightingale-ansi-formatter/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-ansi-formatter", - "version": "11.7.0", + "version": "11.7.1", "description": "Nightingale ANSI formatter", "keywords": [ "nightingale", @@ -113,8 +113,8 @@ "dependencies": { "@types/ansi-styles": "^3.2.1", "ansi-styles": "^4.0.0", - "nightingale-formatter": "^11.7.0", - "nightingale-types": "^11.7.0" + "nightingale-formatter": "^11.7.1", + "nightingale-types": "^11.7.1" }, "devDependencies": { "@babel/core": "7.14.6", diff --git a/packages/nightingale-app-console/CHANGELOG.md b/packages/nightingale-app-console/CHANGELOG.md index b7870c409..a6ace93a6 100644 --- a/packages/nightingale-app-console/CHANGELOG.md +++ b/packages/nightingale-app-console/CHANGELOG.md @@ -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. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + + +### Bug Fixes + +* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e)) + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) **Note:** Version bump only for package nightingale-app-console diff --git a/packages/nightingale-app-console/package.json b/packages/nightingale-app-console/package.json index 3962eed80..23b478920 100644 --- a/packages/nightingale-app-console/package.json +++ b/packages/nightingale-app-console/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-app-console", - "version": "11.7.0", + "version": "11.7.1", "description": "nightingale default config and logger for app", "keywords": [], "author": "Christophe Hurpeau (https://christophe.hurpeau.com)", @@ -102,9 +102,9 @@ }, "dependencies": { "@types/node": ">=12.0.0", - "nightingale": "^11.7.0", - "nightingale-browser-console": "^11.7.0", - "nightingale-console": "^11.7.0" + "nightingale": "^11.7.1", + "nightingale-browser-console": "^11.7.1", + "nightingale-console": "^11.7.1" }, "devDependencies": { "@babel/core": "7.14.6", diff --git a/packages/nightingale-app-react-native/CHANGELOG.md b/packages/nightingale-app-react-native/CHANGELOG.md index 912029ebe..50cbba592 100644 --- a/packages/nightingale-app-react-native/CHANGELOG.md +++ b/packages/nightingale-app-react-native/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + + +### Bug Fixes + +* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e)) +* **nightingale-app-react-native:** add react-native-web as optional peer dependency ([0092538](https://github.com/christophehurpeau/nightingale/commit/0092538689a2e3ca8cea9c1422f8140f4c9e8c9c)) + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) diff --git a/packages/nightingale-app-react-native/package.json b/packages/nightingale-app-react-native/package.json index d95c6a433..68b159978 100644 --- a/packages/nightingale-app-react-native/package.json +++ b/packages/nightingale-app-react-native/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-app-react-native", - "version": "11.7.0", + "version": "11.7.1", "description": "React Native and Expo logger for application", "keywords": [ "nightingale", @@ -95,9 +95,9 @@ }, "dependencies": { "@types/node": ">=12.0.0", - "nightingale": "^11.7.0", - "nightingale-browser-console": "^11.7.0", - "nightingale-react-native-console": "^11.7.0" + "nightingale": "^11.7.1", + "nightingale-browser-console": "^11.7.1", + "nightingale-react-native-console": "^11.7.1" }, "devDependencies": { "@babel/core": "7.14.6", diff --git a/packages/nightingale-browser-console-formatter/CHANGELOG.md b/packages/nightingale-browser-console-formatter/CHANGELOG.md index 99d234e80..facf8e4b0 100644 --- a/packages/nightingale-browser-console-formatter/CHANGELOG.md +++ b/packages/nightingale-browser-console-formatter/CHANGELOG.md @@ -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. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + + +### Bug Fixes + +* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e)) + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) **Note:** Version bump only for package nightingale-browser-console-formatter diff --git a/packages/nightingale-browser-console-formatter/package.json b/packages/nightingale-browser-console-formatter/package.json index fdf3ba279..12663875a 100644 --- a/packages/nightingale-browser-console-formatter/package.json +++ b/packages/nightingale-browser-console-formatter/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-browser-console-formatter", - "version": "11.7.0", + "version": "11.7.1", "description": "Nightingale Browser console formatter", "keywords": [ "nightingale", @@ -126,8 +126,8 @@ ] }, "dependencies": { - "nightingale-formatter": "^11.7.0", - "nightingale-types": "^11.7.0" + "nightingale-formatter": "^11.7.1", + "nightingale-types": "^11.7.1" }, "devDependencies": { "@babel/core": "7.14.6", @@ -147,7 +147,7 @@ "eslint-plugin-node": "11.1.0", "eslint-plugin-unicorn": "29.0.0", "jest": "26.6.3", - "nightingale-levels": "^11.7.0", + "nightingale-levels": "^11.7.1", "pob-babel": "27.0.3", "pob-lcov-reporter": "4.0.1", "rollup": "2.52.3", diff --git a/packages/nightingale-browser-console/CHANGELOG.md b/packages/nightingale-browser-console/CHANGELOG.md index 40c4f669a..d4043ae39 100644 --- a/packages/nightingale-browser-console/CHANGELOG.md +++ b/packages/nightingale-browser-console/CHANGELOG.md @@ -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. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + + +### Bug Fixes + +* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e)) + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) **Note:** Version bump only for package nightingale-browser-console diff --git a/packages/nightingale-browser-console/package.json b/packages/nightingale-browser-console/package.json index 0bbfb2642..490fde115 100644 --- a/packages/nightingale-browser-console/package.json +++ b/packages/nightingale-browser-console/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-browser-console", - "version": "11.7.0", + "version": "11.7.1", "description": "Browser console handler for nightingale", "keywords": [ "nightingale", @@ -80,10 +80,10 @@ ] }, "dependencies": { - "nightingale-browser-console-formatter": "^11.7.0", - "nightingale-console-output": "^11.7.0", - "nightingale-debug": "^11.7.0", - "nightingale-types": "^11.7.0" + "nightingale-browser-console-formatter": "^11.7.1", + "nightingale-console-output": "^11.7.1", + "nightingale-debug": "^11.7.1", + "nightingale-types": "^11.7.1" }, "devDependencies": { "@babel/core": "7.14.6", diff --git a/packages/nightingale-console-example/CHANGELOG.md b/packages/nightingale-console-example/CHANGELOG.md index 8522b2321..264a4e47c 100644 --- a/packages/nightingale-console-example/CHANGELOG.md +++ b/packages/nightingale-console-example/CHANGELOG.md @@ -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. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + + +### Bug Fixes + +* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e)) + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) **Note:** Version bump only for package nightingale-console-example diff --git a/packages/nightingale-console-example/package.json b/packages/nightingale-console-example/package.json index 8031cddbb..0bfc5ec1b 100644 --- a/packages/nightingale-console-example/package.json +++ b/packages/nightingale-console-example/package.json @@ -1,7 +1,7 @@ { "name": "nightingale-console-example", "private": true, - "version": "11.7.0", + "version": "11.7.1", "author": "Christophe Hurpeau (https://christophe.hurpeau.com)", "license": "ISC", "repository": { @@ -86,9 +86,9 @@ }, "dependencies": { "@sentry/node": "^6.1.0", - "nightingale": "^11.7.0", - "nightingale-console": "^11.7.0", - "nightingale-sentry": "^11.7.0" + "nightingale": "^11.7.1", + "nightingale-console": "^11.7.1", + "nightingale-sentry": "^11.7.1" }, "devDependencies": { "@babel/core": "7.14.6", diff --git a/packages/nightingale-console-output/CHANGELOG.md b/packages/nightingale-console-output/CHANGELOG.md index 0c33a4190..a13951cfe 100644 --- a/packages/nightingale-console-output/CHANGELOG.md +++ b/packages/nightingale-console-output/CHANGELOG.md @@ -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. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + + +### Bug Fixes + +* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e)) + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) **Note:** Version bump only for package nightingale-console-output diff --git a/packages/nightingale-console-output/package.json b/packages/nightingale-console-output/package.json index e7c18f1f6..501fce0d6 100644 --- a/packages/nightingale-console-output/package.json +++ b/packages/nightingale-console-output/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-console-output", - "version": "11.7.0", + "version": "11.7.1", "description": "Nightingale console output", "keywords": [ "nightingale", @@ -105,8 +105,8 @@ }, "dependencies": { "@types/node": ">=12.0.0", - "nightingale-levels": "^11.7.0", - "nightingale-types": "^11.7.0" + "nightingale-levels": "^11.7.1", + "nightingale-types": "^11.7.1" }, "devDependencies": { "@babel/core": "7.14.6", diff --git a/packages/nightingale-console/CHANGELOG.md b/packages/nightingale-console/CHANGELOG.md index 19d3fc94b..450945669 100644 --- a/packages/nightingale-console/CHANGELOG.md +++ b/packages/nightingale-console/CHANGELOG.md @@ -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. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + + +### Bug Fixes + +* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e)) + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) **Note:** Version bump only for package nightingale-console diff --git a/packages/nightingale-console/package.json b/packages/nightingale-console/package.json index df9760e4a..65f27f2ea 100644 --- a/packages/nightingale-console/package.json +++ b/packages/nightingale-console/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-console", - "version": "11.7.0", + "version": "11.7.1", "description": "Console handler for nightingale", "keywords": [ "nightingale", @@ -64,12 +64,12 @@ }, "dependencies": { "@types/node": ">=12.0.0", - "nightingale-ansi-formatter": "^11.7.0", - "nightingale-console-output": "^11.7.0", - "nightingale-debug": "^11.7.0", - "nightingale-json-formatter": "^11.7.0", - "nightingale-levels": "^11.7.0", - "nightingale-types": "^11.7.0" + "nightingale-ansi-formatter": "^11.7.1", + "nightingale-console-output": "^11.7.1", + "nightingale-debug": "^11.7.1", + "nightingale-json-formatter": "^11.7.1", + "nightingale-levels": "^11.7.1", + "nightingale-types": "^11.7.1" }, "devDependencies": { "@babel/core": "7.14.6", diff --git a/packages/nightingale-debug/CHANGELOG.md b/packages/nightingale-debug/CHANGELOG.md index dd00126a4..1aee0f304 100644 --- a/packages/nightingale-debug/CHANGELOG.md +++ b/packages/nightingale-debug/CHANGELOG.md @@ -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. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + + +### Bug Fixes + +* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e)) + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) **Note:** Version bump only for package nightingale-debug diff --git a/packages/nightingale-debug/package.json b/packages/nightingale-debug/package.json index 6ae924282..0e16d7fce 100644 --- a/packages/nightingale-debug/package.json +++ b/packages/nightingale-debug/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-debug", - "version": "11.7.0", + "version": "11.7.1", "description": "Nightingale debug", "keywords": [ "logger" @@ -125,7 +125,7 @@ ] }, "dependencies": { - "nightingale-levels": "^11.7.0" + "nightingale-levels": "^11.7.1" }, "devDependencies": { "@babel/core": "7.14.6", diff --git a/packages/nightingale-example/CHANGELOG.md b/packages/nightingale-example/CHANGELOG.md index 25338cf4a..8451170a2 100644 --- a/packages/nightingale-example/CHANGELOG.md +++ b/packages/nightingale-example/CHANGELOG.md @@ -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. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + + +### Bug Fixes + +* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e)) + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) **Note:** Version bump only for package nightingale-example diff --git a/packages/nightingale-example/package.json b/packages/nightingale-example/package.json index ec231c66d..d42e36f23 100644 --- a/packages/nightingale-example/package.json +++ b/packages/nightingale-example/package.json @@ -1,7 +1,7 @@ { "name": "nightingale-example", "private": true, - "version": "11.7.0", + "version": "11.7.1", "author": "Christophe Hurpeau (https://christophe.hurpeau.com)", "license": "ISC", "repository": { @@ -113,12 +113,12 @@ ] }, "dependencies": { - "nightingale": "^11.7.0", - "nightingale-console": "^11.7.0", - "nightingale-console-output": "^11.7.0", - "nightingale-json-formatter": "^11.7.0", - "nightingale-string": "^11.7.0", - "nightingale-types": "^11.7.0" + "nightingale": "^11.7.1", + "nightingale-console": "^11.7.1", + "nightingale-console-output": "^11.7.1", + "nightingale-json-formatter": "^11.7.1", + "nightingale-string": "^11.7.1", + "nightingale-types": "^11.7.1" }, "devDependencies": { "@babel/core": "7.14.6", diff --git a/packages/nightingale-formatter/CHANGELOG.md b/packages/nightingale-formatter/CHANGELOG.md index 447a15946..1a9f5e467 100644 --- a/packages/nightingale-formatter/CHANGELOG.md +++ b/packages/nightingale-formatter/CHANGELOG.md @@ -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. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + + +### Bug Fixes + +* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e)) + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) **Note:** Version bump only for package nightingale-formatter diff --git a/packages/nightingale-formatter/package.json b/packages/nightingale-formatter/package.json index 4bbed1ac8..1a6f145c7 100644 --- a/packages/nightingale-formatter/package.json +++ b/packages/nightingale-formatter/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-formatter", - "version": "11.7.0", + "version": "11.7.1", "description": "Nightingale formatter", "keywords": [ "nightingale", @@ -126,8 +126,8 @@ ] }, "dependencies": { - "nightingale-levels": "^11.7.0", - "nightingale-types": "^11.7.0" + "nightingale-levels": "^11.7.1", + "nightingale-types": "^11.7.1" }, "devDependencies": { "@babel/core": "7.14.6", diff --git a/packages/nightingale-html-formatter/CHANGELOG.md b/packages/nightingale-html-formatter/CHANGELOG.md index 6c4dd275a..d2db0edcc 100644 --- a/packages/nightingale-html-formatter/CHANGELOG.md +++ b/packages/nightingale-html-formatter/CHANGELOG.md @@ -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. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + + +### Bug Fixes + +* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e)) + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) **Note:** Version bump only for package nightingale-html-formatter diff --git a/packages/nightingale-html-formatter/package.json b/packages/nightingale-html-formatter/package.json index 55ad476f4..573f9e525 100644 --- a/packages/nightingale-html-formatter/package.json +++ b/packages/nightingale-html-formatter/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-html-formatter", - "version": "11.7.0", + "version": "11.7.1", "description": "Nightingale HTML formatter", "keywords": [ "nightingale", @@ -126,8 +126,8 @@ ] }, "dependencies": { - "nightingale-formatter": "^11.7.0", - "nightingale-types": "^11.7.0" + "nightingale-formatter": "^11.7.1", + "nightingale-types": "^11.7.1" }, "devDependencies": { "@babel/core": "7.14.6", @@ -147,7 +147,7 @@ "eslint-plugin-node": "11.1.0", "eslint-plugin-unicorn": "29.0.0", "jest": "26.6.3", - "nightingale-levels": "^11.7.0", + "nightingale-levels": "^11.7.1", "pob-babel": "27.0.3", "pob-lcov-reporter": "4.0.1", "rollup": "2.52.3", diff --git a/packages/nightingale-json-formatter/CHANGELOG.md b/packages/nightingale-json-formatter/CHANGELOG.md index 14079f382..7be8e88b2 100644 --- a/packages/nightingale-json-formatter/CHANGELOG.md +++ b/packages/nightingale-json-formatter/CHANGELOG.md @@ -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. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + + +### Bug Fixes + +* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e)) + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) **Note:** Version bump only for package nightingale-json-formatter diff --git a/packages/nightingale-json-formatter/package.json b/packages/nightingale-json-formatter/package.json index 2db864f35..b0c22dedd 100644 --- a/packages/nightingale-json-formatter/package.json +++ b/packages/nightingale-json-formatter/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-json-formatter", - "version": "11.7.0", + "version": "11.7.1", "description": "Nightingale JSON formatter", "keywords": [ "nightingale", @@ -126,8 +126,8 @@ ] }, "dependencies": { - "nightingale-formatter": "^11.7.0", - "nightingale-types": "^11.7.0" + "nightingale-formatter": "^11.7.1", + "nightingale-types": "^11.7.1" }, "devDependencies": { "@babel/core": "7.14.6", @@ -147,7 +147,7 @@ "eslint-plugin-node": "11.1.0", "eslint-plugin-unicorn": "29.0.0", "jest": "26.6.3", - "nightingale-levels": "^11.7.0", + "nightingale-levels": "^11.7.1", "pob-babel": "27.0.3", "pob-lcov-reporter": "4.0.1", "rollup": "2.52.3", diff --git a/packages/nightingale-level-names/CHANGELOG.md b/packages/nightingale-level-names/CHANGELOG.md index 480620754..a56a970cb 100644 --- a/packages/nightingale-level-names/CHANGELOG.md +++ b/packages/nightingale-level-names/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. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + +**Note:** Version bump only for package nightingale-level-names + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) **Note:** Version bump only for package nightingale-level-names diff --git a/packages/nightingale-level-names/package.json b/packages/nightingale-level-names/package.json index a3dfce05b..c420a0dd5 100644 --- a/packages/nightingale-level-names/package.json +++ b/packages/nightingale-level-names/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-level-names", - "version": "11.7.0", + "version": "11.7.1", "description": "Nightingale level values to level names", "keywords": [ "logger" diff --git a/packages/nightingale-levels/CHANGELOG.md b/packages/nightingale-levels/CHANGELOG.md index f18dc32b0..b4597b460 100644 --- a/packages/nightingale-levels/CHANGELOG.md +++ b/packages/nightingale-levels/CHANGELOG.md @@ -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. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + + +### Bug Fixes + +* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e)) + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) **Note:** Version bump only for package nightingale-levels diff --git a/packages/nightingale-levels/package.json b/packages/nightingale-levels/package.json index 801fafadf..ac6194960 100644 --- a/packages/nightingale-levels/package.json +++ b/packages/nightingale-levels/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-levels", - "version": "11.7.0", + "version": "11.7.1", "description": "Nightingale levels", "keywords": [ "logger" diff --git a/packages/nightingale-logger/CHANGELOG.md b/packages/nightingale-logger/CHANGELOG.md index 9807cde64..4585c42a6 100644 --- a/packages/nightingale-logger/CHANGELOG.md +++ b/packages/nightingale-logger/CHANGELOG.md @@ -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. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + + +### Bug Fixes + +* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e)) + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) **Note:** Version bump only for package nightingale-logger diff --git a/packages/nightingale-logger/package.json b/packages/nightingale-logger/package.json index fce62e7c4..2af29082a 100644 --- a/packages/nightingale-logger/package.json +++ b/packages/nightingale-logger/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-logger", - "version": "11.7.0", + "version": "11.7.1", "description": "Logger for browser and node", "keywords": [ "nightingale" @@ -126,8 +126,8 @@ }, "dependencies": { "@types/node": ">=12.0.0", - "nightingale-levels": "^11.7.0", - "nightingale-types": "^11.7.0" + "nightingale-levels": "^11.7.1", + "nightingale-types": "^11.7.1" }, "devDependencies": { "@babel/core": "7.14.6", diff --git a/packages/nightingale-markdown-formatter/CHANGELOG.md b/packages/nightingale-markdown-formatter/CHANGELOG.md index f2f66e2ed..a1667cc71 100644 --- a/packages/nightingale-markdown-formatter/CHANGELOG.md +++ b/packages/nightingale-markdown-formatter/CHANGELOG.md @@ -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. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + + +### Bug Fixes + +* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e)) + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) **Note:** Version bump only for package nightingale-markdown-formatter diff --git a/packages/nightingale-markdown-formatter/package.json b/packages/nightingale-markdown-formatter/package.json index 477b257ef..f3fb032d0 100644 --- a/packages/nightingale-markdown-formatter/package.json +++ b/packages/nightingale-markdown-formatter/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-markdown-formatter", - "version": "11.7.0", + "version": "11.7.1", "description": "Nightingale Markdown formatter", "keywords": [ "nightingale", @@ -126,8 +126,8 @@ ] }, "dependencies": { - "nightingale-formatter": "^11.7.0", - "nightingale-types": "^11.7.0" + "nightingale-formatter": "^11.7.1", + "nightingale-types": "^11.7.1" }, "devDependencies": { "@babel/core": "7.14.6", @@ -147,7 +147,7 @@ "eslint-plugin-node": "11.1.0", "eslint-plugin-unicorn": "29.0.0", "jest": "26.6.3", - "nightingale-levels": "^11.7.0", + "nightingale-levels": "^11.7.1", "pob-babel": "27.0.3", "pob-lcov-reporter": "4.0.1", "rollup": "2.52.3", diff --git a/packages/nightingale-raw-formatter/CHANGELOG.md b/packages/nightingale-raw-formatter/CHANGELOG.md index 7247eb340..9d3932b98 100644 --- a/packages/nightingale-raw-formatter/CHANGELOG.md +++ b/packages/nightingale-raw-formatter/CHANGELOG.md @@ -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. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + + +### Bug Fixes + +* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e)) + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) **Note:** Version bump only for package nightingale-raw-formatter diff --git a/packages/nightingale-raw-formatter/package.json b/packages/nightingale-raw-formatter/package.json index fe55d29d4..a01c406dc 100644 --- a/packages/nightingale-raw-formatter/package.json +++ b/packages/nightingale-raw-formatter/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-raw-formatter", - "version": "11.7.0", + "version": "11.7.1", "description": "Nightingale Raw formatter", "keywords": [ "nightingale", @@ -126,8 +126,8 @@ ] }, "dependencies": { - "nightingale-formatter": "^11.7.0", - "nightingale-types": "^11.7.0" + "nightingale-formatter": "^11.7.1", + "nightingale-types": "^11.7.1" }, "devDependencies": { "@babel/core": "7.14.6", @@ -147,7 +147,7 @@ "eslint-plugin-node": "11.1.0", "eslint-plugin-unicorn": "29.0.0", "jest": "26.6.3", - "nightingale-levels": "^11.7.0", + "nightingale-levels": "^11.7.1", "pob-babel": "27.0.3", "pob-lcov-reporter": "4.0.1", "rollup": "2.52.3", diff --git a/packages/nightingale-react-native-console/CHANGELOG.md b/packages/nightingale-react-native-console/CHANGELOG.md index e8a685f74..f4e124e87 100644 --- a/packages/nightingale-react-native-console/CHANGELOG.md +++ b/packages/nightingale-react-native-console/CHANGELOG.md @@ -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. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + + +### Bug Fixes + +* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e)) + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) **Note:** Version bump only for package nightingale-react-native-console diff --git a/packages/nightingale-react-native-console/package.json b/packages/nightingale-react-native-console/package.json index bd7c34101..5df675fb8 100644 --- a/packages/nightingale-react-native-console/package.json +++ b/packages/nightingale-react-native-console/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-react-native-console", - "version": "11.7.0", + "version": "11.7.1", "description": "React Native and Expo handler for nightingale", "keywords": [ "nightingale", @@ -82,9 +82,9 @@ ] }, "dependencies": { - "nightingale-ansi-formatter": "^11.7.0", - "nightingale-console-output": "^11.7.0", - "nightingale-types": "^11.7.0" + "nightingale-ansi-formatter": "^11.7.1", + "nightingale-console-output": "^11.7.1", + "nightingale-types": "^11.7.1" }, "devDependencies": { "@babel/core": "7.14.6", diff --git a/packages/nightingale-sentry/CHANGELOG.md b/packages/nightingale-sentry/CHANGELOG.md index 3d76bdb19..8701cc3b7 100644 --- a/packages/nightingale-sentry/CHANGELOG.md +++ b/packages/nightingale-sentry/CHANGELOG.md @@ -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. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + + +### Bug Fixes + +* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e)) + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) **Note:** Version bump only for package nightingale-sentry diff --git a/packages/nightingale-sentry/package.json b/packages/nightingale-sentry/package.json index 9c868c973..66ca58e38 100644 --- a/packages/nightingale-sentry/package.json +++ b/packages/nightingale-sentry/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-sentry", - "version": "11.7.0", + "version": "11.7.1", "description": "Sentry handler for nightingale", "keywords": [ "nightingale", @@ -107,8 +107,8 @@ "@sentry/core": "^5.0.0 || ^6.1.0", "@sentry/node": "^5.0.0 || ^6.1.0", "@sentry/types": "^5.0.0 || ^6.1.0", - "nightingale-levels": "^11.7.0", - "nightingale-types": "^11.7.0" + "nightingale-levels": "^11.7.1", + "nightingale-types": "^11.7.1" }, "devDependencies": { "@babel/core": "7.14.6", diff --git a/packages/nightingale-slack/CHANGELOG.md b/packages/nightingale-slack/CHANGELOG.md index 48e389365..5908a479d 100644 --- a/packages/nightingale-slack/CHANGELOG.md +++ b/packages/nightingale-slack/CHANGELOG.md @@ -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. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + + +### Bug Fixes + +* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e)) + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) **Note:** Version bump only for package nightingale-slack diff --git a/packages/nightingale-slack/package.json b/packages/nightingale-slack/package.json index 433d45340..502fa53fa 100644 --- a/packages/nightingale-slack/package.json +++ b/packages/nightingale-slack/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-slack", - "version": "11.7.0", + "version": "11.7.1", "description": "Slack handler for nightingale", "keywords": [ "nightingale", @@ -85,10 +85,10 @@ ] }, "dependencies": { - "nightingale-levels": "^11.7.0", - "nightingale-markdown-formatter": "^11.7.0", - "nightingale-raw-formatter": "^11.7.0", - "nightingale-types": "^11.7.0", + "nightingale-levels": "^11.7.1", + "nightingale-markdown-formatter": "^11.7.1", + "nightingale-raw-formatter": "^11.7.1", + "nightingale-types": "^11.7.1", "request": "^2.88.0" }, "devDependencies": { diff --git a/packages/nightingale-string/CHANGELOG.md b/packages/nightingale-string/CHANGELOG.md index cab05ea7b..d0f6d54e0 100644 --- a/packages/nightingale-string/CHANGELOG.md +++ b/packages/nightingale-string/CHANGELOG.md @@ -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. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + + +### Bug Fixes + +* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e)) + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) **Note:** Version bump only for package nightingale-string diff --git a/packages/nightingale-string/package.json b/packages/nightingale-string/package.json index 1e907beb6..0c14a1ca2 100644 --- a/packages/nightingale-string/package.json +++ b/packages/nightingale-string/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-string", - "version": "11.7.0", + "version": "11.7.1", "description": "String handler for nightingale", "keywords": [ "nightingale", @@ -63,8 +63,8 @@ ] }, "dependencies": { - "nightingale-raw-formatter": "^11.7.0", - "nightingale-types": "^11.7.0" + "nightingale-raw-formatter": "^11.7.1", + "nightingale-types": "^11.7.1" }, "devDependencies": { "@babel/core": "7.14.6", diff --git a/packages/nightingale-types/CHANGELOG.md b/packages/nightingale-types/CHANGELOG.md index 718d64294..dd50d8ea0 100644 --- a/packages/nightingale-types/CHANGELOG.md +++ b/packages/nightingale-types/CHANGELOG.md @@ -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. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + + +### Bug Fixes + +* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e)) + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) **Note:** Version bump only for package nightingale-types diff --git a/packages/nightingale-types/package.json b/packages/nightingale-types/package.json index d4a301edf..923a0b1c4 100644 --- a/packages/nightingale-types/package.json +++ b/packages/nightingale-types/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-types", - "version": "11.7.0", + "version": "11.7.1", "description": "Nightingale types for typescript", "keywords": [ "logger" @@ -102,7 +102,7 @@ ] }, "dependencies": { - "nightingale-levels": "^11.7.0" + "nightingale-levels": "^11.7.1" }, "devDependencies": { "@babel/core": "7.14.6", diff --git a/packages/nightingale-web-processor/CHANGELOG.md b/packages/nightingale-web-processor/CHANGELOG.md index 0044f721e..423d1255c 100644 --- a/packages/nightingale-web-processor/CHANGELOG.md +++ b/packages/nightingale-web-processor/CHANGELOG.md @@ -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. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + + +### Bug Fixes + +* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e)) + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) **Note:** Version bump only for package nightingale-web-processor diff --git a/packages/nightingale-web-processor/package.json b/packages/nightingale-web-processor/package.json index c9d6a03a7..9f9879051 100644 --- a/packages/nightingale-web-processor/package.json +++ b/packages/nightingale-web-processor/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-web-processor", - "version": "11.7.0", + "version": "11.7.1", "description": "Nightingale web processor", "keywords": [ "nightingale", @@ -63,7 +63,7 @@ }, "dependencies": { "@types/node": ">=12.0.0", - "nightingale-types": "^11.7.0" + "nightingale-types": "^11.7.1" }, "devDependencies": { "@babel/core": "7.14.6", diff --git a/packages/nightingale-winston-adapter/CHANGELOG.md b/packages/nightingale-winston-adapter/CHANGELOG.md index 72bd7e4e4..0a1e79587 100644 --- a/packages/nightingale-winston-adapter/CHANGELOG.md +++ b/packages/nightingale-winston-adapter/CHANGELOG.md @@ -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. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + + +### Bug Fixes + +* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e)) + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) **Note:** Version bump only for package nightingale-winston-adapter diff --git a/packages/nightingale-winston-adapter/package.json b/packages/nightingale-winston-adapter/package.json index f32b62a66..18515109f 100644 --- a/packages/nightingale-winston-adapter/package.json +++ b/packages/nightingale-winston-adapter/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-winston-adapter", - "version": "11.7.0", + "version": "11.7.1", "description": "Winston adapter handler for nightingale", "keywords": [ "nightingale", @@ -104,8 +104,8 @@ ] }, "dependencies": { - "nightingale-level-names": "^11.7.0", - "nightingale-types": "^11.7.0" + "nightingale-level-names": "^11.7.1", + "nightingale-types": "^11.7.1" }, "devDependencies": { "@babel/core": "7.14.6", diff --git a/packages/nightingale/CHANGELOG.md b/packages/nightingale/CHANGELOG.md index 7db8ee3ca..95bedcf11 100644 --- a/packages/nightingale/CHANGELOG.md +++ b/packages/nightingale/CHANGELOG.md @@ -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. +## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29) + + +### Bug Fixes + +* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e)) + + + + + # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29) **Note:** Version bump only for package nightingale diff --git a/packages/nightingale/package.json b/packages/nightingale/package.json index e5f75f10e..4d36b2491 100644 --- a/packages/nightingale/package.json +++ b/packages/nightingale/package.json @@ -1,6 +1,6 @@ { "name": "nightingale", - "version": "11.7.0", + "version": "11.7.1", "description": "Logger for browser and node", "keywords": [ "logger" @@ -126,9 +126,9 @@ }, "dependencies": { "@types/node": ">=12.0.0", - "nightingale-levels": "^11.7.0", - "nightingale-logger": "^11.7.0", - "nightingale-types": "^11.7.0" + "nightingale-levels": "^11.7.1", + "nightingale-logger": "^11.7.1", + "nightingale-types": "^11.7.1" }, "devDependencies": { "@babel/core": "7.14.6", @@ -150,7 +150,7 @@ "eslint-plugin-node": "11.1.0", "eslint-plugin-unicorn": "29.0.0", "jest": "26.6.3", - "nightingale-string": "^11.7.0", + "nightingale-string": "^11.7.1", "pob-babel": "27.0.3", "pob-lcov-reporter": "4.0.1", "rollup": "2.52.3", diff --git a/yarn.lock b/yarn.lock index 8fa2522a7..89391b82e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8556,7 +8556,7 @@ __metadata: languageName: node linkType: hard -"nightingale-ansi-formatter@^11.7.0, nightingale-ansi-formatter@workspace:packages/nightingale-ansi-formatter": +"nightingale-ansi-formatter@^11.7.1, nightingale-ansi-formatter@workspace:packages/nightingale-ansi-formatter": version: 0.0.0-use.local resolution: "nightingale-ansi-formatter@workspace:packages/nightingale-ansi-formatter" dependencies: @@ -8578,8 +8578,8 @@ __metadata: eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 29.0.0 jest: 26.6.3 - nightingale-formatter: ^11.7.0 - nightingale-types: ^11.7.0 + nightingale-formatter: ^11.7.1 + nightingale-types: ^11.7.1 pob-babel: 27.0.3 pob-lcov-reporter: 4.0.1 rollup: 2.52.3 @@ -8607,9 +8607,9 @@ __metadata: eslint-plugin-import: 2.23.4 eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 29.0.0 - nightingale: ^11.7.0 - nightingale-browser-console: ^11.7.0 - nightingale-console: ^11.7.0 + nightingale: ^11.7.1 + nightingale-browser-console: ^11.7.1 + nightingale-console: ^11.7.1 pob-babel: 27.0.3 rollup: 2.52.3 typescript: 4.3.4 @@ -8634,9 +8634,9 @@ __metadata: eslint-plugin-import: 2.23.4 eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 29.0.0 - nightingale: ^11.7.0 - nightingale-browser-console: ^11.7.0 - nightingale-react-native-console: ^11.7.0 + nightingale: ^11.7.1 + nightingale-browser-console: ^11.7.1 + nightingale-react-native-console: ^11.7.1 pob-babel: 27.0.3 rollup: 2.52.3 typescript: 4.3.4 @@ -8649,7 +8649,7 @@ __metadata: languageName: unknown linkType: soft -"nightingale-browser-console-formatter@^11.7.0, nightingale-browser-console-formatter@workspace:packages/nightingale-browser-console-formatter": +"nightingale-browser-console-formatter@^11.7.1, nightingale-browser-console-formatter@workspace:packages/nightingale-browser-console-formatter": version: 0.0.0-use.local resolution: "nightingale-browser-console-formatter@workspace:packages/nightingale-browser-console-formatter" dependencies: @@ -8670,9 +8670,9 @@ __metadata: eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 29.0.0 jest: 26.6.3 - nightingale-formatter: ^11.7.0 - nightingale-levels: ^11.7.0 - nightingale-types: ^11.7.0 + nightingale-formatter: ^11.7.1 + nightingale-levels: ^11.7.1 + nightingale-types: ^11.7.1 pob-babel: 27.0.3 pob-lcov-reporter: 4.0.1 rollup: 2.52.3 @@ -8681,7 +8681,7 @@ __metadata: languageName: unknown linkType: soft -"nightingale-browser-console@^11.7.0, nightingale-browser-console@workspace:packages/nightingale-browser-console": +"nightingale-browser-console@^11.7.1, nightingale-browser-console@workspace:packages/nightingale-browser-console": version: 0.0.0-use.local resolution: "nightingale-browser-console@workspace:packages/nightingale-browser-console" dependencies: @@ -8698,10 +8698,10 @@ __metadata: eslint-plugin-import: 2.23.4 eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 29.0.0 - nightingale-browser-console-formatter: ^11.7.0 - nightingale-console-output: ^11.7.0 - nightingale-debug: ^11.7.0 - nightingale-types: ^11.7.0 + nightingale-browser-console-formatter: ^11.7.1 + nightingale-console-output: ^11.7.1 + nightingale-debug: ^11.7.1 + nightingale-types: ^11.7.1 pob-babel: 27.0.3 rollup: 2.52.3 typescript: 4.3.4 @@ -8727,16 +8727,16 @@ __metadata: eslint-plugin-import: 2.23.4 eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 29.0.0 - nightingale: ^11.7.0 - nightingale-console: ^11.7.0 - nightingale-sentry: ^11.7.0 + nightingale: ^11.7.1 + nightingale-console: ^11.7.1 + nightingale-sentry: ^11.7.1 pob-babel: 27.0.3 rollup: 2.52.3 typescript: 4.3.4 languageName: unknown linkType: soft -"nightingale-console-output@^11.7.0, nightingale-console-output@workspace:packages/nightingale-console-output": +"nightingale-console-output@^11.7.1, nightingale-console-output@workspace:packages/nightingale-console-output": version: 0.0.0-use.local resolution: "nightingale-console-output@workspace:packages/nightingale-console-output" dependencies: @@ -8755,15 +8755,15 @@ __metadata: eslint-plugin-import: 2.23.4 eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 29.0.0 - nightingale-levels: ^11.7.0 - nightingale-types: ^11.7.0 + nightingale-levels: ^11.7.1 + nightingale-types: ^11.7.1 pob-babel: 27.0.3 rollup: 2.52.3 typescript: 4.3.4 languageName: unknown linkType: soft -"nightingale-console@^11.7.0, nightingale-console@workspace:packages/nightingale-console": +"nightingale-console@^11.7.1, nightingale-console@workspace:packages/nightingale-console": version: 0.0.0-use.local resolution: "nightingale-console@workspace:packages/nightingale-console" dependencies: @@ -8781,19 +8781,19 @@ __metadata: eslint-plugin-import: 2.23.4 eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 29.0.0 - nightingale-ansi-formatter: ^11.7.0 - nightingale-console-output: ^11.7.0 - nightingale-debug: ^11.7.0 - nightingale-json-formatter: ^11.7.0 - nightingale-levels: ^11.7.0 - nightingale-types: ^11.7.0 + nightingale-ansi-formatter: ^11.7.1 + nightingale-console-output: ^11.7.1 + nightingale-debug: ^11.7.1 + nightingale-json-formatter: ^11.7.1 + nightingale-levels: ^11.7.1 + nightingale-types: ^11.7.1 pob-babel: 27.0.3 rollup: 2.52.3 typescript: 4.3.4 languageName: unknown linkType: soft -"nightingale-debug@^11.7.0, nightingale-debug@workspace:packages/nightingale-debug": +"nightingale-debug@^11.7.1, nightingale-debug@workspace:packages/nightingale-debug": version: 0.0.0-use.local resolution: "nightingale-debug@workspace:packages/nightingale-debug" dependencies: @@ -8814,7 +8814,7 @@ __metadata: eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 29.0.0 jest: 26.6.3 - nightingale-levels: ^11.7.0 + nightingale-levels: ^11.7.1 pob-babel: 27.0.3 pob-lcov-reporter: 4.0.1 rollup: 2.52.3 @@ -8841,19 +8841,19 @@ __metadata: eslint-plugin-import: 2.23.4 eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 29.0.0 - nightingale: ^11.7.0 - nightingale-console: ^11.7.0 - nightingale-console-output: ^11.7.0 - nightingale-json-formatter: ^11.7.0 - nightingale-string: ^11.7.0 - nightingale-types: ^11.7.0 + nightingale: ^11.7.1 + nightingale-console: ^11.7.1 + nightingale-console-output: ^11.7.1 + nightingale-json-formatter: ^11.7.1 + nightingale-string: ^11.7.1 + nightingale-types: ^11.7.1 pob-babel: 27.0.3 rollup: 2.52.3 typescript: 4.3.4 languageName: unknown linkType: soft -"nightingale-formatter@^11.7.0, nightingale-formatter@workspace:packages/nightingale-formatter": +"nightingale-formatter@^11.7.1, nightingale-formatter@workspace:packages/nightingale-formatter": version: 0.0.0-use.local resolution: "nightingale-formatter@workspace:packages/nightingale-formatter" dependencies: @@ -8874,8 +8874,8 @@ __metadata: eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 29.0.0 jest: 26.6.3 - nightingale-levels: ^11.7.0 - nightingale-types: ^11.7.0 + nightingale-levels: ^11.7.1 + nightingale-types: ^11.7.1 pob-babel: 27.0.3 pob-lcov-reporter: 4.0.1 rollup: 2.52.3 @@ -8905,9 +8905,9 @@ __metadata: eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 29.0.0 jest: 26.6.3 - nightingale-formatter: ^11.7.0 - nightingale-levels: ^11.7.0 - nightingale-types: ^11.7.0 + nightingale-formatter: ^11.7.1 + nightingale-levels: ^11.7.1 + nightingale-types: ^11.7.1 pob-babel: 27.0.3 pob-lcov-reporter: 4.0.1 rollup: 2.52.3 @@ -8916,7 +8916,7 @@ __metadata: languageName: unknown linkType: soft -"nightingale-json-formatter@^11.7.0, nightingale-json-formatter@workspace:packages/nightingale-json-formatter": +"nightingale-json-formatter@^11.7.1, nightingale-json-formatter@workspace:packages/nightingale-json-formatter": version: 0.0.0-use.local resolution: "nightingale-json-formatter@workspace:packages/nightingale-json-formatter" dependencies: @@ -8937,9 +8937,9 @@ __metadata: eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 29.0.0 jest: 26.6.3 - nightingale-formatter: ^11.7.0 - nightingale-levels: ^11.7.0 - nightingale-types: ^11.7.0 + nightingale-formatter: ^11.7.1 + nightingale-levels: ^11.7.1 + nightingale-types: ^11.7.1 pob-babel: 27.0.3 pob-lcov-reporter: 4.0.1 rollup: 2.52.3 @@ -8948,7 +8948,7 @@ __metadata: languageName: unknown linkType: soft -"nightingale-level-names@^11.7.0, nightingale-level-names@workspace:packages/nightingale-level-names": +"nightingale-level-names@^11.7.1, nightingale-level-names@workspace:packages/nightingale-level-names": version: 0.0.0-use.local resolution: "nightingale-level-names@workspace:packages/nightingale-level-names" dependencies: @@ -8962,7 +8962,7 @@ __metadata: languageName: unknown linkType: soft -"nightingale-levels@^11.7.0, nightingale-levels@workspace:packages/nightingale-levels": +"nightingale-levels@^11.7.1, nightingale-levels@workspace:packages/nightingale-levels": version: 0.0.0-use.local resolution: "nightingale-levels@workspace:packages/nightingale-levels" dependencies: @@ -8986,7 +8986,7 @@ __metadata: languageName: unknown linkType: soft -"nightingale-logger@^11.7.0, nightingale-logger@workspace:packages/nightingale-logger": +"nightingale-logger@^11.7.1, nightingale-logger@workspace:packages/nightingale-logger": version: 0.0.0-use.local resolution: "nightingale-logger@workspace:packages/nightingale-logger" dependencies: @@ -9008,8 +9008,8 @@ __metadata: eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 29.0.0 jest: 26.6.3 - nightingale-levels: ^11.7.0 - nightingale-types: ^11.7.0 + nightingale-levels: ^11.7.1 + nightingale-types: ^11.7.1 pob-babel: 27.0.3 pob-lcov-reporter: 4.0.1 rollup: 2.52.3 @@ -9018,7 +9018,7 @@ __metadata: languageName: unknown linkType: soft -"nightingale-markdown-formatter@^11.7.0, nightingale-markdown-formatter@workspace:packages/nightingale-markdown-formatter": +"nightingale-markdown-formatter@^11.7.1, nightingale-markdown-formatter@workspace:packages/nightingale-markdown-formatter": version: 0.0.0-use.local resolution: "nightingale-markdown-formatter@workspace:packages/nightingale-markdown-formatter" dependencies: @@ -9039,9 +9039,9 @@ __metadata: eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 29.0.0 jest: 26.6.3 - nightingale-formatter: ^11.7.0 - nightingale-levels: ^11.7.0 - nightingale-types: ^11.7.0 + nightingale-formatter: ^11.7.1 + nightingale-levels: ^11.7.1 + nightingale-types: ^11.7.1 pob-babel: 27.0.3 pob-lcov-reporter: 4.0.1 rollup: 2.52.3 @@ -9076,7 +9076,7 @@ __metadata: languageName: unknown linkType: soft -"nightingale-raw-formatter@^11.7.0, nightingale-raw-formatter@workspace:packages/nightingale-raw-formatter": +"nightingale-raw-formatter@^11.7.1, nightingale-raw-formatter@workspace:packages/nightingale-raw-formatter": version: 0.0.0-use.local resolution: "nightingale-raw-formatter@workspace:packages/nightingale-raw-formatter" dependencies: @@ -9097,9 +9097,9 @@ __metadata: eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 29.0.0 jest: 26.6.3 - nightingale-formatter: ^11.7.0 - nightingale-levels: ^11.7.0 - nightingale-types: ^11.7.0 + nightingale-formatter: ^11.7.1 + nightingale-levels: ^11.7.1 + nightingale-types: ^11.7.1 pob-babel: 27.0.3 pob-lcov-reporter: 4.0.1 rollup: 2.52.3 @@ -9108,7 +9108,7 @@ __metadata: languageName: unknown linkType: soft -"nightingale-react-native-console@^11.7.0, nightingale-react-native-console@workspace:packages/nightingale-react-native-console": +"nightingale-react-native-console@^11.7.1, nightingale-react-native-console@workspace:packages/nightingale-react-native-console": version: 0.0.0-use.local resolution: "nightingale-react-native-console@workspace:packages/nightingale-react-native-console" dependencies: @@ -9125,16 +9125,16 @@ __metadata: eslint-plugin-import: 2.23.4 eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 29.0.0 - nightingale-ansi-formatter: ^11.7.0 - nightingale-console-output: ^11.7.0 - nightingale-types: ^11.7.0 + nightingale-ansi-formatter: ^11.7.1 + nightingale-console-output: ^11.7.1 + nightingale-types: ^11.7.1 pob-babel: 27.0.3 rollup: 2.52.3 typescript: 4.3.4 languageName: unknown linkType: soft -"nightingale-sentry@^11.7.0, nightingale-sentry@workspace:packages/nightingale-sentry": +"nightingale-sentry@^11.7.1, nightingale-sentry@workspace:packages/nightingale-sentry": version: 0.0.0-use.local resolution: "nightingale-sentry@workspace:packages/nightingale-sentry" dependencies: @@ -9155,8 +9155,8 @@ __metadata: eslint-plugin-import: 2.23.4 eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 29.0.0 - nightingale-levels: ^11.7.0 - nightingale-types: ^11.7.0 + nightingale-levels: ^11.7.1 + nightingale-types: ^11.7.1 pob-babel: 27.0.3 rollup: 2.52.3 typescript: 4.3.4 @@ -9184,10 +9184,10 @@ __metadata: eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 29.0.0 jest: 26.6.3 - nightingale-levels: ^11.7.0 - nightingale-markdown-formatter: ^11.7.0 - nightingale-raw-formatter: ^11.7.0 - nightingale-types: ^11.7.0 + nightingale-levels: ^11.7.1 + nightingale-markdown-formatter: ^11.7.1 + nightingale-raw-formatter: ^11.7.1 + nightingale-types: ^11.7.1 pob-babel: 27.0.3 pob-lcov-reporter: 4.0.1 request: ^2.88.0 @@ -9197,7 +9197,7 @@ __metadata: languageName: unknown linkType: soft -"nightingale-string@^11.7.0, nightingale-string@workspace:packages/nightingale-string": +"nightingale-string@^11.7.1, nightingale-string@workspace:packages/nightingale-string": version: 0.0.0-use.local resolution: "nightingale-string@workspace:packages/nightingale-string" dependencies: @@ -9214,15 +9214,15 @@ __metadata: eslint-plugin-import: 2.23.4 eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 29.0.0 - nightingale-raw-formatter: ^11.7.0 - nightingale-types: ^11.7.0 + nightingale-raw-formatter: ^11.7.1 + nightingale-types: ^11.7.1 pob-babel: 27.0.3 rollup: 2.52.3 typescript: 4.3.4 languageName: unknown linkType: soft -"nightingale-types@^11.7.0, nightingale-types@workspace:packages/nightingale-types": +"nightingale-types@^11.7.1, nightingale-types@workspace:packages/nightingale-types": version: 0.0.0-use.local resolution: "nightingale-types@workspace:packages/nightingale-types" dependencies: @@ -9240,7 +9240,7 @@ __metadata: eslint-plugin-import: 2.23.4 eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 29.0.0 - nightingale-levels: ^11.7.0 + nightingale-levels: ^11.7.1 pob-babel: 27.0.3 rollup: 2.52.3 typescript: 4.3.4 @@ -9265,7 +9265,7 @@ __metadata: eslint-plugin-import: 2.23.4 eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 29.0.0 - nightingale-types: ^11.7.0 + nightingale-types: ^11.7.1 pob-babel: 27.0.3 rollup: 2.52.3 typescript: 4.3.4 @@ -9290,15 +9290,15 @@ __metadata: eslint-plugin-import: 2.23.4 eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 29.0.0 - nightingale-level-names: ^11.7.0 - nightingale-types: ^11.7.0 + nightingale-level-names: ^11.7.1 + nightingale-types: ^11.7.1 pob-babel: 27.0.3 rollup: 2.52.3 typescript: 4.3.4 languageName: unknown linkType: soft -"nightingale@^11.7.0, nightingale@workspace:packages/nightingale": +"nightingale@^11.7.1, nightingale@workspace:packages/nightingale": version: 0.0.0-use.local resolution: "nightingale@workspace:packages/nightingale" dependencies: @@ -9322,10 +9322,10 @@ __metadata: eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 29.0.0 jest: 26.6.3 - nightingale-levels: ^11.7.0 - nightingale-logger: ^11.7.0 - nightingale-string: ^11.7.0 - nightingale-types: ^11.7.0 + nightingale-levels: ^11.7.1 + nightingale-logger: ^11.7.1 + nightingale-string: ^11.7.1 + nightingale-types: ^11.7.1 pob-babel: 27.0.3 pob-lcov-reporter: 4.0.1 rollup: 2.52.3