Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
 - @pob/renovate-config@2.5.0
 - babel-preset-pob-env@5.5.0
 - check-package-dependencies@0.1.0
 - pob-babel@26.7.0
 - pob-dependencies@3.11.0
 - pob@7.10.0
  • Loading branch information
christophehurpeau committed Mar 13, 2021
1 parent d89820c commit a5f4dd7
Show file tree
Hide file tree
Showing 13 changed files with 143 additions and 27 deletions.
11 changes: 11 additions & 0 deletions @pob/renovate-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/christophehurpeau/pob/compare/@pob/renovate-config@2.4.7...@pob/renovate-config@2.5.0) (2021-03-13)


### Features

* **deps:** pin dependencies ([#833](https://github.com/christophehurpeau/pob/issues/833)) ([54e90ce](https://github.com/christophehurpeau/pob/commit/54e90ceed5064e619162bf052b512425dbfd0631))





## [2.4.7](https://github.com/christophehurpeau/pob/compare/@pob/renovate-config@2.4.6...@pob/renovate-config@2.4.7) (2021-02-14)

**Note:** Version bump only for package @pob/renovate-config
Expand Down
4 changes: 2 additions & 2 deletions @pob/renovate-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pob/renovate-config",
"version": "2.4.7",
"version": "2.5.0",
"description": "renovate pob config",
"engines": {
"node": ">=12.10.0"
Expand All @@ -17,7 +17,7 @@
"arrowParens": "always"
},
"devDependencies": {
"pob-dependencies": "3.10.0",
"pob-dependencies": "^3.11.0",
"prettier": "2.2.1"
},
"renovate-config": {
Expand Down
15 changes: 15 additions & 0 deletions packages/babel-preset-pob-env/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.5.0](https://github.com/christophehurpeau/pob/compare/babel-preset-pob-env@5.4.0...babel-preset-pob-env@5.5.0) (2021-03-13)


### Features

* **deps:** update babel monorepo to v7.12.17 ([#827](https://github.com/christophehurpeau/pob/issues/827)) ([394cd81](https://github.com/christophehurpeau/pob/commit/394cd81672606d9b1789ce1f2b844443ee612c83))
* **deps:** update babel monorepo to v7.13.0 ([#835](https://github.com/christophehurpeau/pob/issues/835)) ([1793af7](https://github.com/christophehurpeau/pob/commit/1793af7348b9a036115e6ecdabe42aa900421106))
* **deps:** update babel monorepo to v7.13.1 ([#836](https://github.com/christophehurpeau/pob/issues/836)) ([19d4308](https://github.com/christophehurpeau/pob/commit/19d4308f60163f5b7450338fb69ccaf5f05bf3e1))
* **deps:** update babel monorepo to v7.13.10 ([#852](https://github.com/christophehurpeau/pob/issues/852)) ([4ec222d](https://github.com/christophehurpeau/pob/commit/4ec222d989076c58828e5652e0822bed06401b66))
* **deps:** update babel monorepo to v7.13.8 ([#847](https://github.com/christophehurpeau/pob/issues/847)) ([0b5eba7](https://github.com/christophehurpeau/pob/commit/0b5eba74c1f2e58bc148f7529454be9ff38ef2b8))





# [5.4.0](https://github.com/christophehurpeau/pob/compare/babel-preset-pob-env@5.3.0...babel-preset-pob-env@5.4.0) (2021-02-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-pob-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-pob-env",
"version": "5.4.0",
"version": "5.5.0",
"description": "pob babel preset env",
"keywords": [
"babel-preset"
Expand Down
17 changes: 17 additions & 0 deletions packages/check-package-dependencies/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2021-03-13)


### Bug Fixes

* **check-package-dependencies:** better duplicate message error and fix reportError pkgPath ([fede23a](https://github.com/christophehurpeau/pob/commit/fede23a9e417b4e5cadc5dc81baae85569a6c6ae))


### Features

* **check-package-dependencies:** improve error messages and add color ([d89820c](https://github.com/christophehurpeau/pob/commit/d89820cef680d7a881c54ee3e90a674466fe3443))
* check-package-dependencies ([#849](https://github.com/christophehurpeau/pob/issues/849)) ([213969e](https://github.com/christophehurpeau/pob/commit/213969ed1ee4bc99ce431186a9d590a42d507d5e))
2 changes: 1 addition & 1 deletion packages/check-package-dependencies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "check-package-dependencies",
"version": "0.0.1",
"version": "0.1.0",
"description": "check package dependencies for duplicates, peer dependencies satisfaction and more",
"keywords": [
"package.json"
Expand Down
16 changes: 16 additions & 0 deletions packages/pob-babel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [26.7.0](https://github.com/christophehurpeau/pob/compare/pob-babel@26.6.0...pob-babel@26.7.0) (2021-03-13)


### Features

* **deps:** pin dependencies ([#833](https://github.com/christophehurpeau/pob/issues/833)) ([54e90ce](https://github.com/christophehurpeau/pob/commit/54e90ceed5064e619162bf052b512425dbfd0631))
* **deps:** update babel monorepo to v7.12.17 ([#827](https://github.com/christophehurpeau/pob/issues/827)) ([394cd81](https://github.com/christophehurpeau/pob/commit/394cd81672606d9b1789ce1f2b844443ee612c83))
* **deps:** update babel monorepo to v7.13.0 ([#835](https://github.com/christophehurpeau/pob/issues/835)) ([1793af7](https://github.com/christophehurpeau/pob/commit/1793af7348b9a036115e6ecdabe42aa900421106))
* **deps:** update babel monorepo to v7.13.1 ([#836](https://github.com/christophehurpeau/pob/issues/836)) ([19d4308](https://github.com/christophehurpeau/pob/commit/19d4308f60163f5b7450338fb69ccaf5f05bf3e1))
* **deps:** update babel monorepo to v7.13.10 ([#852](https://github.com/christophehurpeau/pob/issues/852)) ([4ec222d](https://github.com/christophehurpeau/pob/commit/4ec222d989076c58828e5652e0822bed06401b66))
* **deps:** update babel monorepo to v7.13.8 ([#847](https://github.com/christophehurpeau/pob/issues/847)) ([0b5eba7](https://github.com/christophehurpeau/pob/commit/0b5eba74c1f2e58bc148f7529454be9ff38ef2b8))





# [26.6.0](https://github.com/christophehurpeau/pob/compare/pob-babel@26.5.0...pob-babel@26.6.0) (2021-02-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/pob-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pob-babel",
"version": "26.6.0",
"version": "26.7.0",
"description": "Build and watch with babel and typescript",
"keywords": [],
"author": "Christophe Hurpeau <christophe@hurpeau.com> (http://christophe.hurpeau.com/)",
Expand Down Expand Up @@ -62,7 +62,7 @@
"@rollup/plugin-node-resolve": "^11.0.0",
"babel-preset-latest-node": "^5.2.0",
"babel-preset-modern-browsers": "^15.0.2",
"babel-preset-pob-env": "^5.4.0",
"babel-preset-pob-env": "^5.5.0",
"minimist-argv": "^1.1.0",
"rollup": "^2.34.2",
"rollup-config-external-dependencies": "^2.0.0",
Expand Down
41 changes: 41 additions & 0 deletions packages/pob-dependencies/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,47 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.11.0](https://github.com/christophehurpeau/pob/compare/pob-dependencies@3.10.0...pob-dependencies@3.11.0) (2021-03-13)


### Features

* **deps:** pin dependencies ([#833](https://github.com/christophehurpeau/pob/issues/833)) ([54e90ce](https://github.com/christophehurpeau/pob/commit/54e90ceed5064e619162bf052b512425dbfd0631))
* **deps:** update babel monorepo to v7.12.17 ([#827](https://github.com/christophehurpeau/pob/issues/827)) ([394cd81](https://github.com/christophehurpeau/pob/commit/394cd81672606d9b1789ce1f2b844443ee612c83))
* **deps:** update babel monorepo to v7.13.0 ([#835](https://github.com/christophehurpeau/pob/issues/835)) ([1793af7](https://github.com/christophehurpeau/pob/commit/1793af7348b9a036115e6ecdabe42aa900421106))
* **deps:** update babel monorepo to v7.13.1 ([#836](https://github.com/christophehurpeau/pob/issues/836)) ([19d4308](https://github.com/christophehurpeau/pob/commit/19d4308f60163f5b7450338fb69ccaf5f05bf3e1))
* **deps:** update babel monorepo to v7.13.10 ([#852](https://github.com/christophehurpeau/pob/issues/852)) ([4ec222d](https://github.com/christophehurpeau/pob/commit/4ec222d989076c58828e5652e0822bed06401b66))
* **deps:** update babel monorepo to v7.13.8 ([#847](https://github.com/christophehurpeau/pob/issues/847)) ([0b5eba7](https://github.com/christophehurpeau/pob/commit/0b5eba74c1f2e58bc148f7529454be9ff38ef2b8))
* **deps:** update dependency @babel/preset-env to v7.13.5 ([#842](https://github.com/christophehurpeau/pob/issues/842)) ([50676fe](https://github.com/christophehurpeau/pob/commit/50676feb628bda13d6462dc81b810d20eca3d480))
* **deps:** update dependency @babel/runtime to v7.12.18 ([#828](https://github.com/christophehurpeau/pob/issues/828)) ([1a67775](https://github.com/christophehurpeau/pob/commit/1a67775935cf5e5f67caa36608e5f2c0cde2804a))
* **deps:** update dependency @babel/runtime to v7.13.2 ([#838](https://github.com/christophehurpeau/pob/issues/838)) ([95ddca6](https://github.com/christophehurpeau/pob/commit/95ddca69568092349e55059b4a5e89abc88fdd21))
* **deps:** update dependency @babel/runtime to v7.13.4 ([#841](https://github.com/christophehurpeau/pob/issues/841)) ([3e61cd8](https://github.com/christophehurpeau/pob/commit/3e61cd8b114be2d74c0358b63d7c963ee46fe07a))
* **deps:** update dependency @babel/runtime to v7.13.6 ([#843](https://github.com/christophehurpeau/pob/issues/843)) ([f5d33bf](https://github.com/christophehurpeau/pob/commit/f5d33bf1a97c8da92032bbaaaad566037e17c911))
* **deps:** update dependency @babel/runtime to v7.13.7 ([#845](https://github.com/christophehurpeau/pob/issues/845)) ([1eecd2b](https://github.com/christophehurpeau/pob/commit/1eecd2bbbbe874088390527c93ef014675fc6ad8))
* **deps:** update dependency eslint to v7.21.0 ([#848](https://github.com/christophehurpeau/pob/issues/848)) ([4449414](https://github.com/christophehurpeau/pob/commit/4449414d985bbf37f7c7e042db04554f5824947d))
* **deps:** update dependency eslint to v7.22.0 ([#859](https://github.com/christophehurpeau/pob/issues/859)) ([0d557d5](https://github.com/christophehurpeau/pob/commit/0d557d5132104e4794a8af1762300ea0c1478469))
* **deps:** update dependency rollup to v2.39.1 ([#840](https://github.com/christophehurpeau/pob/issues/840)) ([8828cf4](https://github.com/christophehurpeau/pob/commit/8828cf48fa3f56a5ce4014e6cd52e6f31da10aad))
* **deps:** update dependency rollup to v2.40.0 ([#846](https://github.com/christophehurpeau/pob/issues/846)) ([0f54c8b](https://github.com/christophehurpeau/pob/commit/0f54c8b3429d0a2aafe2eeddb0e7f7e77d67b507))
* **deps:** update dependency rollup to v2.41.0 ([#856](https://github.com/christophehurpeau/pob/issues/856)) ([3e98eb6](https://github.com/christophehurpeau/pob/commit/3e98eb6852d42ab8e73078efb7ad2fa82748967e))
* **deps:** update dependency rollup to v2.41.1 ([#857](https://github.com/christophehurpeau/pob/issues/857)) ([40b5b36](https://github.com/christophehurpeau/pob/commit/40b5b363c1e73f257d97888e651b1da2df57a942))
* **deps:** update dependency rollup to v2.41.2 ([#858](https://github.com/christophehurpeau/pob/issues/858)) ([ec23b5e](https://github.com/christophehurpeau/pob/commit/ec23b5e45d3982a8c8dce4d65811082b5411ee91))
* **deps:** update dependency standard-version to v9.1.1 ([#826](https://github.com/christophehurpeau/pob/issues/826)) ([0f5a26b](https://github.com/christophehurpeau/pob/commit/0f5a26bea30e86f7a1f7fef33e9826dd98259e8c))
* **deps:** update dependency typedoc to v0.20.25 ([#824](https://github.com/christophehurpeau/pob/issues/824)) ([ac7b9b5](https://github.com/christophehurpeau/pob/commit/ac7b9b5137da9af2b49e37e705d1b4b065a3b45f))
* **deps:** update dependency typedoc to v0.20.26 ([#829](https://github.com/christophehurpeau/pob/issues/829)) ([f96768e](https://github.com/christophehurpeau/pob/commit/f96768e38a1e517afaf4eb9fd613316fcff2e09f))
* **deps:** update dependency typedoc to v0.20.27 ([#832](https://github.com/christophehurpeau/pob/issues/832)) ([8bbab06](https://github.com/christophehurpeau/pob/commit/8bbab060e11be12a0cb19ec05f09233c2f43119a))
* **deps:** update dependency typedoc to v0.20.28 ([#839](https://github.com/christophehurpeau/pob/issues/839)) ([1f87b86](https://github.com/christophehurpeau/pob/commit/1f87b86ab7394327acd3d261c8ee264c09ea4a65))
* **deps:** update dependency typedoc to v0.20.29 ([#853](https://github.com/christophehurpeau/pob/issues/853)) ([57489ce](https://github.com/christophehurpeau/pob/commit/57489ceb87062456c4f74b13ee6cca09a48f6f81))
* **deps:** update dependency typedoc to v0.20.30 ([#855](https://github.com/christophehurpeau/pob/issues/855)) ([2c639dc](https://github.com/christophehurpeau/pob/commit/2c639dc4ad3073b72859c25969893f477e93da5e))
* **deps:** update dependency typescript to v4.2.2 ([#844](https://github.com/christophehurpeau/pob/issues/844)) ([330528c](https://github.com/christophehurpeau/pob/commit/330528c13d49bb1ab2041c435396d9ff63af2d63))
* **deps:** update dependency typescript to v4.2.3 ([#854](https://github.com/christophehurpeau/pob/issues/854)) ([7da7b76](https://github.com/christophehurpeau/pob/commit/7da7b769c6e32a758256edaff1f86ea651f2731b))
* **deps:** update typescript-eslint monorepo to v4.15.1 ([#825](https://github.com/christophehurpeau/pob/issues/825)) ([a5c49be](https://github.com/christophehurpeau/pob/commit/a5c49bef7898d5581b88c8ab49389f3692cc1a3b))
* **deps:** update typescript-eslint monorepo to v4.15.2 ([#834](https://github.com/christophehurpeau/pob/issues/834)) ([6ae450b](https://github.com/christophehurpeau/pob/commit/6ae450bb69e8c65eb7033c909abfe91f38fe7d1f))
* **deps:** update typescript-eslint monorepo to v4.17.0 ([#850](https://github.com/christophehurpeau/pob/issues/850)) ([73846e6](https://github.com/christophehurpeau/pob/commit/73846e60b93d693947e4b87e7f81b53594bf7434))





# [3.10.0](https://github.com/christophehurpeau/pob/compare/pob-dependencies@3.9.1...pob-dependencies@3.10.0) (2021-02-14)


Expand Down
34 changes: 17 additions & 17 deletions packages/pob-dependencies/lib/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
interface Dependencies {
'@babel/core': '7.12.16';
'@babel/preset-env': '7.12.16';
'@babel/core': '7.13.10';
'@babel/preset-env': '7.13.10';
'@babel/preset-react': '7.12.13';
'@babel/runtime': '7.12.13';
'@pob/commitlint-config': '^2.0.1';
'@babel/runtime': '7.13.10';
'@pob/commitlint-config': '2.0.1';
'@pob/eslint-config': '43.0.0';
'@pob/eslint-config-node': '43.1.0';
'@pob/eslint-config-typescript': '43.0.0';
'@pob/eslint-config-typescript-node': '43.0.0';
'@pob/eslint-config-typescript-react': '43.0.0';
'@pob/lerna-light': '^3.23.0';
'@pob/pretty-pkg': '^2.1.0';
'@pob/root': '^3.1.1';
'@pob/lerna-light': '3.24.0';
'@pob/pretty-pkg': '2.1.0';
'@pob/root': '3.1.1';
'@rollup/plugin-run': '2.0.2';
'@types/jest': '26.0.20';
'@typescript-eslint/eslint-plugin': '4.15.0';
'@typescript-eslint/parser': '4.15.0';
'@typescript-eslint/eslint-plugin': '4.17.0';
'@typescript-eslint/parser': '4.17.0';
'babel-jest': '26.6.3';
'babel-preset-latest-node': '5.4.0';
'babel-preset-modern-browsers': '15.0.2';
eslint: '7.20.0';
eslint: '7.22.0';
'eslint-import-resolver-node': '0.3.4';
'eslint-plugin-import': '2.22.1';
'eslint-plugin-jsx-a11y': '6.4.1';
Expand All @@ -30,15 +30,15 @@ interface Dependencies {
husky: '4.3.8';
jest: '26.6.3';
'jest-junit-reporter': '1.1.0';
'pob-babel': '^26.5.0';
'pob-lcov-reporter': '^4.0.1';
'pob-babel': '26.6.0';
'pob-lcov-reporter': '4.0.1';
prettier: '2.2.1';
'repository-check-dirty': '^2.0.1';
rollup: '2.39.0';
'repository-check-dirty': '2.0.1';
rollup: '2.41.2';
semver: '7.3.4';
'standard-version': '9.1.0';
typedoc: '0.20.24';
typescript: '4.1.5';
'standard-version': '9.1.1';
typedoc: '0.20.30';
typescript: '4.2.3';
}

declare const dependencies: Dependencies;
Expand Down
4 changes: 2 additions & 2 deletions packages/pob-dependencies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pob-dependencies",
"version": "3.10.0",
"version": "3.11.0",
"description": "easier dependencies upgrade with a real package.json",
"keywords": [],
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
Expand Down Expand Up @@ -61,7 +61,7 @@
"husky": "4.3.8",
"jest": "26.6.3",
"jest-junit-reporter": "1.1.0",
"pob-babel": "26.6.0",
"pob-babel": "^26.7.0",
"pob-lcov-reporter": "4.0.1",
"prettier": "2.2.1",
"repository-check-dirty": "2.0.1",
Expand Down
16 changes: 16 additions & 0 deletions packages/pob/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.10.0](https://github.com/christophehurpeau/pob/compare/pob@7.9.0...pob@7.10.0) (2021-03-13)


### Bug Fixes

* **check-package-dependencies:** better duplicate message error and fix reportError pkgPath ([fede23a](https://github.com/christophehurpeau/pob/commit/fede23a9e417b4e5cadc5dc81baae85569a6c6ae))


### Features

* check-package-dependencies ([#849](https://github.com/christophehurpeau/pob/issues/849)) ([213969e](https://github.com/christophehurpeau/pob/commit/213969ed1ee4bc99ce431186a9d590a42d507d5e))





# [7.9.0](https://github.com/christophehurpeau/pob/compare/pob@7.8.1...pob@7.9.0) (2021-02-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/pob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pob",
"version": "7.9.0",
"version": "7.10.0",
"description": "Pile of bones, library generator with git/babel/typescript/typedoc/readme/jest",
"keywords": [
"skeleton"
Expand Down Expand Up @@ -51,7 +51,7 @@
"lodash.kebabcase": "^4.1.1",
"minimist-argv": "^1.1.0",
"parse-author": "^2.0.0",
"pob-dependencies": "^3.10.0",
"pob-dependencies": "^3.11.0",
"prettier": "2.2.1",
"semver": "^7.3.4",
"update-notifier": "^5.0.1",
Expand Down

0 comments on commit a5f4dd7

Please sign in to comment.