# Changelog

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

## [23.0.0](https://github.com/christophehurpeau/pob/compare/@pob/root@22.4.0...@pob/root@23.0.0) (2026-04-05)

### ⚠ BREAKING CHANGES

* node 24

### Features

* node 24

### Bug Fixes

* watch background tasks in VSCode configuration

Version bump for dependency: @pob/version
Version bump for dependency: pob-dependencies


## [22.4.0](https://github.com/christophehurpeau/pob/compare/@pob/root@22.3.0...@pob/root@22.4.0) (2026-04-05)

### Features

* **deps:** update commitlint monorepo to v20.5.0 ([#2707](https://github.com/christophehurpeau/pob/issues/2707))

Version bump for dependency: @pob/version
Version bump for dependency: pob-dependencies


## [22.3.0](https://github.com/christophehurpeau/pob/compare/@pob/root@22.2.0...@pob/root@22.3.0) (2026-03-21)

### Features

* **deps:** update dependency lint-staged to v16.4.0 ([#2701](https://github.com/christophehurpeau/pob/issues/2701))

### Bug Fixes

* ensure target is set to esnext in base-bundler tsconfig

Version bump for dependency: @pob/version
Version bump for dependency: pob-dependencies


## [22.2.0](https://github.com/christophehurpeau/pob/compare/@pob/root@22.1.0...@pob/root@22.2.0) (2026-03-12)

### Bug Fixes

* reformat yarnrc when changed

Version bump for dependency: @pob/pretty-pkg
Version bump for dependency: @pob/version
Version bump for dependency: pob-dependencies


## [22.1.0](https://github.com/christophehurpeau/pob/compare/@pob/root@22.0.0...@pob/root@22.1.0) (2026-03-01)

Version bump for dependency: @pob/version
Version bump for dependency: pob-dependencies


## [22.0.0](https://github.com/christophehurpeau/pob/compare/@pob/root@21.0.0...@pob/root@22.0.0) (2026-03-01)

### ⚠ BREAKING CHANGES

* deprecate pob-babel and babel-preset-pob-env

### Features

* deprecate pob-babel and babel-preset-pob-env

Version bump for dependency: @pob/version
Version bump for dependency: pob-dependencies


## [21.0.0](https://github.com/christophehurpeau/pob/compare/@pob/root@20.4.2...@pob/root@21.0.0) (2026-03-01)

### ⚠ BREAKING CHANGES

* replace husky by small fast custom scripts

### Features

* **deps:** update dependency prettier to v3.7.4 ([#2665](https://github.com/christophehurpeau/pob/issues/2665))
* replace husky by small fast custom scripts
* update commitlint
* update prettier

Version bump for dependency: @pob/pretty-pkg
Version bump for dependency: @pob/version
Version bump for dependency: pob-dependencies


## [20.4.2](https://github.com/christophehurpeau/pob/compare/@pob/root@20.4.1...@pob/root@20.4.2) (2025-12-06)

Version bump for dependency: @pob/version


## [20.4.1](https://github.com/christophehurpeau/pob/compare/@pob/root@20.4.0...@pob/root@20.4.1) (2025-12-06)

Version bump for dependency: @pob/version


## [20.4.0](https://github.com/christophehurpeau/pob/compare/@pob/root@20.3.0...@pob/root@20.4.0) (2025-12-06)

Version bump for dependency: @pob/version


## [20.3.0](https://github.com/christophehurpeau/pob/compare/@pob/root@20.2.2...@pob/root@20.3.0) (2025-12-06)

Version bump for dependency: @pob/version


## [20.2.2](https://github.com/christophehurpeau/pob/compare/@pob/root@20.2.1...@pob/root@20.2.2) (2025-12-06)

Version bump for dependency: @pob/version


## [20.2.1](https://github.com/christophehurpeau/pob/compare/@pob/root@20.2.0...@pob/root@20.2.1) (2025-12-06)

Version bump for dependency: @pob/version


## [20.2.0](https://github.com/christophehurpeau/pob/compare/@pob/root@20.1.0...@pob/root@20.2.0) (2025-12-06)

### Features

* refine script management for yarn and improve handling of postinstall and prepare scripts

## [20.1.0](https://github.com/christophehurpeau/pob/compare/@pob/root@20.0.3...@pob/root@20.1.0) (2025-12-06)

### Features

* include .github directory in lint-staged config for YAML and Markdown files
* update actions/checkout from v5 to v6 in workflow files

## [20.0.3](https://github.com/christophehurpeau/pob/compare/@pob/root@20.0.2...@pob/root@20.0.3) (2025-12-06)

### Bug Fixes

* better bun support

## [20.0.2](https://github.com/christophehurpeau/pob/compare/@pob/root@20.0.1...@pob/root@20.0.2) (2025-12-06)

### Bug Fixes

* update all workflows

## [20.0.1](https://github.com/christophehurpeau/pob/compare/@pob/root@20.0.0...@pob/root@20.0.1) (2025-12-06)

### Bug Fixes

* properly import pob/version in pob/root

Version bump for dependency: @pob/pretty-pkg


## [20.0.0](https://github.com/christophehurpeau/pob/compare/@pob/root@19.8.0...@pob/root@20.0.0) (2025-11-24)

### ⚠ BREAKING CHANGES

* migrate createLintStagedConfig to ES module and remove CommonJS version

### Features

* implement assertYarnBerry function to enforce Yarn v2 or later
* implement repository check for uncommitted changes in @pob//root directly
* migrate createLintStagedConfig to ES module and remove CommonJS version
* update yarn to 4.12.0

### Bug Fixes

* **deps:** update lint-staged to version 16.2.7
* fix assert-yarn-berry.js path

Version bump for dependency: @pob/pretty-pkg
Version bump for dependency: yarn-version


## [19.8.0](https://github.com/christophehurpeau/pob/compare/@pob/root@19.7.1...@pob/root@19.8.0) (2025-11-18)

Version bump for dependency: yarn-version


## [19.7.1](https://github.com/christophehurpeau/pob/compare/@pob/root@19.7.0...@pob/root@19.7.1) (2025-11-04)

Version bump for dependency: yarn-version


## [19.7.0](https://github.com/christophehurpeau/pob/compare/@pob/root@19.6.0...@pob/root@19.7.0) (2025-11-02)

Version bump for dependency: yarn-version


## [19.6.0](https://github.com/christophehurpeau/pob/compare/@pob/root@19.5.0...@pob/root@19.6.0) (2025-11-01)

### Features

* expo tsconfig

### Bug Fixes

* add deps to try to fix node_modules priority installation

Version bump for dependency: yarn-version


## [19.5.0](https://github.com/christophehurpeau/pob/compare/@pob/root@19.4.0...@pob/root@19.5.0) (2025-10-27)

### Bug Fixes

* **deps:** update dependency lint-staged to v16.2.6 ([#2608](https://github.com/christophehurpeau/pob/issues/2608))

Version bump for dependency: yarn-version


## [19.4.0](https://github.com/christophehurpeau/pob/compare/@pob/root@19.3.1...@pob/root@19.4.0) (2025-10-26)

### Features

* update conventional-changelog and bypass conventional-changelog-core
* update deps

Version bump for dependency: yarn-version


## [19.3.1](https://github.com/christophehurpeau/pob/compare/@pob/root@19.3.0...@pob/root@19.3.1) (2025-10-12)

Version bump for dependency: yarn-version


## [19.3.0](https://github.com/christophehurpeau/pob/compare/@pob/root@19.2.0...@pob/root@19.3.0) (2025-10-12)

### Features

* **deps:** update dependency lint-staged to v16.2.4 ([#2586](https://github.com/christophehurpeau/pob/issues/2586)) ([07654d7](https://github.com/christophehurpeau/pob/commit/07654d702e9211c224a1490c9686baaaa985769f))
* update yarn to 4.10.3 ([b90b07a](https://github.com/christophehurpeau/pob/commit/b90b07a07333b7ea3b33f4347a2f575694f55c16))

Version bump for dependency: yarn-version


## [19.2.0](https://github.com/christophehurpeau/pob/compare/@pob/root@19.1.0...@pob/root@19.2.0) (2025-09-17)

### Features

* remove @commitlint/cli ([cabad17](https://github.com/christophehurpeau/pob/commit/cabad17eae4eeba02aea42975536eea9131dfb45))
* update actions/setup-node to v5 ([#2580](https://github.com/christophehurpeau/pob/issues/2580)) ([c93f9bb](https://github.com/christophehurpeau/pob/commit/c93f9bb8b0969ec2c0884109994c39f9e9773368))
* update dependencies ([ef7157a](https://github.com/christophehurpeau/pob/commit/ef7157a6db8fc3b6b927cf8d739b65c8f590d3fc))
* use @pob/root/commitlint-config ([c0a9daa](https://github.com/christophehurpeau/pob/commit/c0a9daa689397134eba9ac11ac4c72c0819b13f9))

Version bump for dependency: @pob/pretty-pkg
Version bump for dependency: yarn-version


## [19.1.0](https://github.com/christophehurpeau/pob/compare/@pob/root@19.0.0...@pob/root@19.1.0) (2025-08-24)

### Features

* **deps:** upgrade yarn to version 4.9.3 and update related dependencies ([1edd0bf](https://github.com/christophehurpeau/pob/commit/1edd0bf4cedb355171d395fc27a91cf7ce92d966))
* upgrade actions/checkout from v4 to v5 across multiple workflow files ([d699e07](https://github.com/christophehurpeau/pob/commit/d699e079f2247fbc3a5378cdce782e174185cd43))

Version bump for dependency: yarn-version


## [19.0.0](https://github.com/christophehurpeau/pob/compare/@pob/root@18.3.0...@pob/root@19.0.0) (2025-08-24)

### ⚠ BREAKING CHANGES

* drop node 20

### Features

* drop node 20 ([bb57350](https://github.com/christophehurpeau/pob/commit/bb573502c71f7316a54b4ce75203c05c0ba2e681))

Version bump for dependency: @pob/pretty-pkg
Version bump for dependency: repository-check-dirty
Version bump for dependency: yarn-version


## [18.3.0](https://github.com/christophehurpeau/pob/compare/@pob/root@18.2.0...@pob/root@18.3.0) (2025-08-23)

### Features

* run eslint on package.json change ([e2de0ed](https://github.com/christophehurpeau/pob/commit/e2de0edb7e404023415a5f3fb1b2fecfa73af166))

### Bug Fixes

* **deps:** update dependency lint-staged to v16.1.5 ([#2553](https://github.com/christophehurpeau/pob/issues/2553)) ([d82b99c](https://github.com/christophehurpeau/pob/commit/d82b99c900482bf51e033f88dba59ac0ee141ec9))
* update to node 22 ([212c133](https://github.com/christophehurpeau/pob/commit/212c133a06a1e361aadab5c01357a5a330e14007))

Version bump for dependency: yarn-version


## [18.2.0](https://github.com/christophehurpeau/pob/compare/@pob/root@18.1.1...@pob/root@18.2.0) (2025-06-28)

### Features

* add transcrypt support ([16b6cea](https://github.com/christophehurpeau/pob/commit/16b6ceab9dba23293af954d475a8bb4aa3197a9c))
* **deps:** upgrade prettier to v3.6.2 ([c5648ab](https://github.com/christophehurpeau/pob/commit/c5648ab7a87da2e2b56d2589d4f574283f6eb1e9))

Version bump for dependency: @pob/pretty-pkg
Version bump for dependency: yarn-version


## [18.1.1](https://github.com/christophehurpeau/pob/compare/@pob/root@18.1.0...@pob/root@18.1.1) (2025-06-08)

### Bug Fixes

* **deps:** update dependency lint-staged to v15.5.2 ([#2528](https://github.com/christophehurpeau/pob/issues/2528)) ([555ad62](https://github.com/christophehurpeau/pob/commit/555ad62a4b47deb1030e94fa1228f6442f74ebfd))

Version bump for dependency: yarn-version


## [18.1.0](https://github.com/christophehurpeau/pob/compare/@pob/root@18.0.2...@pob/root@18.1.0) (2025-06-08)

### Features

* improve presentation based on problem matcher ([3cf0439](https://github.com/christophehurpeau/pob/commit/3cf0439a8af56ea38cb093b560a9fba311bff6ac))
* prefer using corepack to update yarn ([98507d0](https://github.com/christophehurpeau/pob/commit/98507d028f3cb1003c876d3641c1245d378315e3))
* update yarn to 4.9.2 ([5784269](https://github.com/christophehurpeau/pob/commit/5784269f885b4e918a43040d17056d8abe2c6d1b))

### Bug Fixes

* **deps:** update dependency @commitlint/cli to v19.8.1 ([#2522](https://github.com/christophehurpeau/pob/issues/2522)) ([046243c](https://github.com/christophehurpeau/pob/commit/046243c275d18e99dfab38a15008fc22d2fd1458))
* install workflow push-renovate-build if @pob/rollup-* is used ([d9ca414](https://github.com/christophehurpeau/pob/commit/d9ca4142294ac724e99e04a73288c341aa7f8697))

Version bump for dependency: yarn-version


## [18.0.2](https://github.com/christophehurpeau/pob/compare/@pob/root@18.0.1...@pob/root@18.0.2) (2025-04-27)

### Bug Fixes

* **tsconfig:** update moduleResolution to 'bundler' for base-bundler ([3f8a873](https://github.com/christophehurpeau/pob/commit/3f8a8733c98b4a4f2ce39bcdddc2a180f3ba1c19))

## [18.0.1](https://github.com/christophehurpeau/pob/compare/@pob/root@18.0.0...@pob/root@18.0.1) (2025-04-27)

Version bump for dependency: yarn-version


## [18.0.0](https://github.com/christophehurpeau/pob/compare/@pob/root@17.1.0...@pob/root@18.0.0) (2025-04-27)

### ⚠ BREAKING CHANGES

* **deps:** update @pob/eslint-config to v60 (major) (#2501)

### Features

* **deps:** update @pob/eslint-config to v60 (major) ([#2501](https://github.com/christophehurpeau/pob/issues/2501)) ([853ba41](https://github.com/christophehurpeau/pob/commit/853ba41a2d29036f45acba272f30ffb34ec99dd2))

Version bump for dependency: @pob/pretty-pkg
Version bump for dependency: repository-check-dirty
Version bump for dependency: yarn-version


## [17.1.0](https://github.com/christophehurpeau/pob/compare/@pob/root@17.0.0...@pob/root@17.1.0) (2025-04-27)

### Bug Fixes

* **deps:** update dependency lint-staged to v15.5.1 ([#2491](https://github.com/christophehurpeau/pob/issues/2491)) ([357ca5c](https://github.com/christophehurpeau/pob/commit/357ca5cddd2e04074c5921a23b3f6339894b7d26))

Version bump for dependency: @pob/pretty-pkg
Version bump for dependency: repository-check-dirty
Version bump for dependency: yarn-version


## [17.0.0](https://github.com/christophehurpeau/pob/compare/@pob/root@16.9.0...@pob/root@17.0.0) (2025-04-27)

### ⚠ BREAKING CHANGES

* remove postinstallDev plugin

### Features

* remove postinstallDev plugin ([a0ddde0](https://github.com/christophehurpeau/pob/commit/a0ddde0cbd970bf7e4b698f735b849ca5440607e))

Version bump for dependency: yarn-version


## [16.9.0](https://github.com/christophehurpeau/pob/compare/@pob/root@16.8.0...@pob/root@16.9.0) (2025-03-15)

### Features

* yarn 4.7 ([c9fcb63](https://github.com/christophehurpeau/pob/commit/c9fcb6322b8c14393c7632b501f2c48c80c308e9))

## [16.8.0](https://github.com/christophehurpeau/pob/compare/@pob/root@16.7.0...@pob/root@16.8.0) (2025-03-14)

Version bump for dependency: @pob/pretty-pkg
Version bump for dependency: yarn-version


## [16.7.0](https://github.com/christophehurpeau/pob/compare/@pob/root@16.6.0...@pob/root@16.7.0) (2025-02-22)

### Features

* use option check-latest: true in setup-node ci action ([63bdec9](https://github.com/christophehurpeau/pob/commit/63bdec956723a872f0bde486a9212c4cf60d2de0))

### Reverts

* Revert "feat: update node ci usage to 22.14" ([dab8648](https://github.com/christophehurpeau/pob/commit/dab86485e6eb0d833521660943b0db37aaa3d9f8))

Version bump for dependency: @pob/pretty-pkg
Version bump for dependency: yarn-version


## [16.6.0](https://github.com/christophehurpeau/pob/compare/@pob/root@16.5.0...@pob/root@16.6.0) (2025-02-17)

### Features

* update node ci usage to 22.14 ([fc4186e](https://github.com/christophehurpeau/pob/commit/fc4186ecabbba5fb162be99ece77e0389d66380b))

## [16.5.0](https://github.com/christophehurpeau/pob/compare/@pob/root@16.4.0...@pob/root@16.5.0) (2025-02-17)

### Bug Fixes

* **deps:** update dependency prettier to v3.5.1 ([#2461](https://github.com/christophehurpeau/pob/issues/2461)) ([38daf8a](https://github.com/christophehurpeau/pob/commit/38daf8a0185d615595d6c233b4c8bb1d0645926d))

Version bump for dependency: yarn-version


## [16.4.0](https://github.com/christophehurpeau/pob/compare/@pob/root@16.3.1...@pob/root@16.4.0) (2025-02-09)

### Features

* **deps:** update dependency prettier to v3.5.0 ([#2448](https://github.com/christophehurpeau/pob/issues/2448)) ([c0cb492](https://github.com/christophehurpeau/pob/commit/c0cb49243240d0c744aeca862c1d3584b1b1cfa3))
* enable noUncheckedIndexedAccess ([8fa86ca](https://github.com/christophehurpeau/pob/commit/8fa86ca8a641a26393ee80f2547740540fafc80a))

Version bump for dependency: yarn-version


## [16.3.1](https://github.com/christophehurpeau/pob/compare/@pob/root@16.3.0...@pob/root@16.3.1) (2025-02-06)

### Bug Fixes

* support eslint.config.mjs ([e70054d](https://github.com/christophehurpeau/pob/commit/e70054db67101c0d42e6af22889a348ae80e492e))

Version bump for dependency: yarn-version


## [16.3.0](https://github.com/christophehurpeau/pob/compare/@pob/root@16.2.0...@pob/root@16.3.0) (2025-02-02)

### Features

* **deps:** update dependency @commitlint/cli to v19.7.1 ([#2432](https://github.com/christophehurpeau/pob/issues/2432)) ([94d7093](https://github.com/christophehurpeau/pob/commit/94d7093140e471c1923001b213dacdce4e1fc4fc))

## [16.2.0](https://github.com/christophehurpeau/pob/compare/@pob/root@16.1.1...@pob/root@16.2.0) (2025-02-02)

Version bump for dependency: yarn-version


## [16.1.1](https://github.com/christophehurpeau/pob/compare/@pob/root@16.1.0...@pob/root@16.1.1) (2025-02-02)

### Bug Fixes

* add missing actions/setup-node in ci configs ([0eaf1cb](https://github.com/christophehurpeau/pob/commit/0eaf1cb6a080bb380d83e678b565a0d6b68f180f))

## [16.1.0](https://github.com/christophehurpeau/pob/compare/@pob/root@16.0.0...@pob/root@16.1.0) (2025-02-02)

### Features

* **deps:** update json5 to 2.2.3 ([3c982b0](https://github.com/christophehurpeau/pob/commit/3c982b04e402043c972ed334430f249357466ae5))
* update husky ([cf76f09](https://github.com/christophehurpeau/pob/commit/cf76f09f1e01fe964dca52d807c6f95014df003c))

Version bump for dependency: yarn-version


## 16.0.0 (2025-02-01)

### ⚠ BREAKING CHANGES

* drop node 18 and drop @pob/rollup-typescript

### Features

* bundler tsc using experimental-strip-types ([98002f8](https://github.com/christophehurpeau/pob/commit/98002f832c1869e23c5c93c3f5e61b4915e1263b))
* **deps:** update dependency @commitlint/cli to v19.6.0 ([#2311](https://github.com/christophehurpeau/pob/issues/2311)) ([1698005](https://github.com/christophehurpeau/pob/commit/1698005fae2a81a6bfd18010e0d242592bc0faee))
* **deps:** update dependency lint-staged to v15.3.0 ([#2392](https://github.com/christophehurpeau/pob/issues/2392)) ([16887f2](https://github.com/christophehurpeau/pob/commit/16887f2c08a5b8b76d9a1c02f7fe55c1c64899df))
* **deps:** update dependency lint-staged to v15.4.1 ([#2412](https://github.com/christophehurpeau/pob/issues/2412)) ([af8827a](https://github.com/christophehurpeau/pob/commit/af8827a848afcc881689be861710d2e3b4e5278c))
* **deps:** update dependency prettier to v3.4.0 ([#2325](https://github.com/christophehurpeau/pob/issues/2325)) ([367f1dc](https://github.com/christophehurpeau/pob/commit/367f1dcebf3b47b61c024380b6358894dcb6514a))
* improve bun support ([24accc2](https://github.com/christophehurpeau/pob/commit/24accc26c5fbf429befdecdc0da663fa10cd00a6))
* update to yarn 4.5.1 ([f6ad4fb](https://github.com/christophehurpeau/pob/commit/f6ad4fb07fc31c5c24e95dd2692ce6556e6ab59a))
* upgrade to node 20/22 ([56661ea](https://github.com/christophehurpeau/pob/commit/56661eafd5bd804ff3b1531be2943bb3cd2e13ce))
* yarn update 4.6.0 ([b9cb4d0](https://github.com/christophehurpeau/pob/commit/b9cb4d0336a3792ae3f0b905484206fab357c93b))

### Bug Fixes

* add YARN_ENABLE_IMMUTABLE_INSTALLS for final git add ([9a274d6](https://github.com/christophehurpeau/pob/commit/9a274d6f74c20b5cb846931e6a416e2af5a87e54))
* bun.lock in lint-staged config ([f7d7213](https://github.com/christophehurpeau/pob/commit/f7d7213f4d05c71ed11c2b1964e841a1c0f8625b))
* **deps:** update dependency @commitlint/cli to v19.6.1 ([#2370](https://github.com/christophehurpeau/pob/issues/2370)) ([b78c1d5](https://github.com/christophehurpeau/pob/commit/b78c1d53c5a155c622256f724b7f5c3f2ca46954))
* **deps:** update dependency lint-staged to v15.2.11 ([#2356](https://github.com/christophehurpeau/pob/issues/2356)) ([077e6e2](https://github.com/christophehurpeau/pob/commit/077e6e288030f01e195060dde7632ef22010f289))
* **deps:** update dependency lint-staged to v15.4.3 ([#2424](https://github.com/christophehurpeau/pob/issues/2424)) ([743992b](https://github.com/christophehurpeau/pob/commit/743992b1278f07a2a3e5eb9e575a6bbc53c5f277))
* **deps:** update dependency prettier to v3.4.1 ([#2328](https://github.com/christophehurpeau/pob/issues/2328)) ([cf236ba](https://github.com/christophehurpeau/pob/commit/cf236bac297964115e0b7bb463f923ea78c51ca8))
* **deps:** update dependency prettier to v3.4.2 ([#2342](https://github.com/christophehurpeau/pob/issues/2342)) ([9f74b5a](https://github.com/christophehurpeau/pob/commit/9f74b5a733416a0f32c666149f47c2d7df81ffe5))
* fix GITHUB_OUTPUT when modified ([8666e1f](https://github.com/christophehurpeau/pob/commit/8666e1fdd84a1ed4ea22365d56e7f4bce7bc9b12))
* install workflow ([b2b7bf7](https://github.com/christophehurpeau/pob/commit/b2b7bf76011ba8a6173ec49c6d357582ef810c61))
* update to yarn 4.5.3 ([c35c763](https://github.com/christophehurpeau/pob/commit/c35c763684d2c72196f0f0a8c92020d239e0d04d))

Version bump for dependency: @pob/pretty-eslint-config
Version bump for dependency: @pob/pretty-pkg
Version bump for dependency: repository-check-dirty
Version bump for dependency: yarn-version


## [15.2.0](https://github.com/christophehurpeau/pob/compare/@pob/root@15.1.1...@pob/root@15.2.0) (2025-01-18)

### Features

* **deps:** update dependency lint-staged to v15.3.0 ([#2392](https://github.com/christophehurpeau/pob/issues/2392)) ([16887f2](https://github.com/christophehurpeau/pob/commit/16887f2c08a5b8b76d9a1c02f7fe55c1c64899df))
* **deps:** update dependency lint-staged to v15.4.1 ([#2412](https://github.com/christophehurpeau/pob/issues/2412)) ([af8827a](https://github.com/christophehurpeau/pob/commit/af8827a848afcc881689be861710d2e3b4e5278c))

Version bump for dependency: yarn-version


## [15.1.1](https://github.com/christophehurpeau/pob/compare/@pob/root@15.1.0...@pob/root@15.1.1) (2024-12-19)

### Bug Fixes

* bun.lock in lint-staged config ([f7d7213](https://github.com/christophehurpeau/pob/commit/f7d7213f4d05c71ed11c2b1964e841a1c0f8625b))

## [15.1.0](https://github.com/christophehurpeau/pob/compare/@pob/root@15.0.0...@pob/root@15.1.0) (2024-12-19)

### Features

* improve bun support ([24accc2](https://github.com/christophehurpeau/pob/commit/24accc26c5fbf429befdecdc0da663fa10cd00a6))

### Bug Fixes

* **deps:** update dependency @commitlint/cli to v19.6.1 ([#2370](https://github.com/christophehurpeau/pob/issues/2370)) ([b78c1d5](https://github.com/christophehurpeau/pob/commit/b78c1d53c5a155c622256f724b7f5c3f2ca46954))
* install workflow ([b2b7bf7](https://github.com/christophehurpeau/pob/commit/b2b7bf76011ba8a6173ec49c6d357582ef810c61))

Version bump for dependency: yarn-version


## [15.0.0](https://github.com/christophehurpeau/pob/compare/@pob/root@14.4.0...@pob/root@15.0.0) (2024-12-10)

### Bug Fixes

* **deps:** update dependency lint-staged to v15.2.11 ([#2356](https://github.com/christophehurpeau/pob/issues/2356)) ([077e6e2](https://github.com/christophehurpeau/pob/commit/077e6e288030f01e195060dde7632ef22010f289))

Version bump for dependency: @pob/pretty-pkg
Version bump for dependency: yarn-version


## [14.4.0](https://github.com/christophehurpeau/pob/compare/@pob/root@14.3.0...@pob/root@14.4.0) (2024-12-05)

### Bug Fixes

* **deps:** update dependency prettier to v3.4.2 ([#2342](https://github.com/christophehurpeau/pob/issues/2342)) ([9f74b5a](https://github.com/christophehurpeau/pob/commit/9f74b5a733416a0f32c666149f47c2d7df81ffe5))

Version bump for dependency: yarn-version


## [14.3.0](https://github.com/christophehurpeau/pob/compare/@pob/root@14.2.1...@pob/root@14.3.0) (2024-12-03)

Version bump for dependency: yarn-version


## [14.2.1](https://github.com/christophehurpeau/pob/compare/@pob/root@14.2.0...@pob/root@14.2.1) (2024-12-03)

Version bump for dependency: yarn-version


## [14.2.0](https://github.com/christophehurpeau/pob/compare/@pob/root@14.1.0...@pob/root@14.2.0) (2024-12-01)

### Features

* bundler tsc using experimental-strip-types ([98002f8](https://github.com/christophehurpeau/pob/commit/98002f832c1869e23c5c93c3f5e61b4915e1263b))
* **deps:** update dependency @commitlint/cli to v19.6.0 ([#2311](https://github.com/christophehurpeau/pob/issues/2311)) ([1698005](https://github.com/christophehurpeau/pob/commit/1698005fae2a81a6bfd18010e0d242592bc0faee))
* **deps:** update dependency prettier to v3.4.0 ([#2325](https://github.com/christophehurpeau/pob/issues/2325)) ([367f1dc](https://github.com/christophehurpeau/pob/commit/367f1dcebf3b47b61c024380b6358894dcb6514a))

### Bug Fixes

* **deps:** update dependency prettier to v3.4.1 ([#2328](https://github.com/christophehurpeau/pob/issues/2328)) ([cf236ba](https://github.com/christophehurpeau/pob/commit/cf236bac297964115e0b7bb463f923ea78c51ca8))
* update to yarn 4.5.3 ([c35c763](https://github.com/christophehurpeau/pob/commit/c35c763684d2c72196f0f0a8c92020d239e0d04d))

Version bump for dependency: yarn-version


## [14.1.0](https://github.com/christophehurpeau/pob/compare/@pob/root@14.0.1...@pob/root@14.1.0) (2024-11-17)

### Features

* update to yarn 4.5.1 ([f6ad4fb](https://github.com/christophehurpeau/pob/commit/f6ad4fb07fc31c5c24e95dd2692ce6556e6ab59a))

Version bump for dependency: yarn-version


## [14.0.1](https://github.com/christophehurpeau/pob/compare/@pob/root@14.0.0...@pob/root@14.0.1) (2024-11-12)

### Bug Fixes

* fix GITHUB_OUTPUT when modified ([8666e1f](https://github.com/christophehurpeau/pob/commit/8666e1fdd84a1ed4ea22365d56e7f4bce7bc9b12))

## [14.0.0](https://github.com/christophehurpeau/pob/compare/@pob/root@13.4.1...@pob/root@14.0.0) (2024-11-11)

### ⚠ BREAKING CHANGES

* drop node 18 and drop @pob/rollup-typescript

### Features

* upgrade to node 20/22 ([56661ea](https://github.com/christophehurpeau/pob/commit/56661eafd5bd804ff3b1531be2943bb3cd2e13ce))

Version bump for dependency: @pob/pretty-eslint-config
Version bump for dependency: @pob/pretty-pkg
Version bump for dependency: repository-check-dirty
Version bump for dependency: yarn-version


## [13.4.1](https://github.com/christophehurpeau/pob/compare/@pob/root@13.4.0...@pob/root@13.4.1) (2024-09-29)

### Reverts

* Revert "fix: disable yarn config set in hooks" ([350a698](https://github.com/christophehurpeau/pob/commit/350a698194aab7159b3a07c675ce1d81d5f13cf9))

## [13.4.0](https://github.com/christophehurpeau/pob/compare/@pob/root@13.3.0...@pob/root@13.4.0) (2024-09-29)

### Features

* remove deprecated ::set-output in github actions ([a42232e](https://github.com/christophehurpeau/pob/commit/a42232eb28d66b8b4c7083fb323d6c9018e0a517))
* update yarn min version ([c354641](https://github.com/christophehurpeau/pob/commit/c354641dc234f7a0d7b0b4990e0fed665d1d066c))

## [13.3.0](https://github.com/christophehurpeau/pob/compare/@pob/root@13.2.0...@pob/root@13.3.0) (2024-09-29)

### Features

* **deps:** update dependency @commitlint/cli to v19.5.0 ([#2223](https://github.com/christophehurpeau/pob/issues/2223)) ([e3a93eb](https://github.com/christophehurpeau/pob/commit/e3a93eb130a069b08a04feee6a19deb04794261a))

### Bug Fixes

* **deps:** update dependency @commitlint/cli to v19.4.1 ([#2198](https://github.com/christophehurpeau/pob/issues/2198)) ([78c52e8](https://github.com/christophehurpeau/pob/commit/78c52e8eef2ef2c953c890192da5dc19649c10bc))
* **deps:** update dependency lint-staged to v15.2.10 ([#2207](https://github.com/christophehurpeau/pob/issues/2207)) ([b47f2f4](https://github.com/christophehurpeau/pob/commit/b47f2f4497f2a1b43d7bc42f6bad11a3e966a24c))
* disable yarn config set in hooks ([8c4c881](https://github.com/christophehurpeau/pob/commit/8c4c8815f4607ab2f1ca3d98da1c28861b7e8148))

Version bump for dependency: yarn-version


## [13.2.0](https://github.com/christophehurpeau/pob/compare/@pob/root@13.1.0...@pob/root@13.2.0) (2024-08-15)

### Features

* improve git hooks ([6e8cc6b](https://github.com/christophehurpeau/pob/commit/6e8cc6bdddf155f5b0651201990e358c87af6d18))

## [13.1.0](https://github.com/christophehurpeau/pob/compare/@pob/root@13.0.0...@pob/root@13.1.0) (2024-08-14)

### Bug Fixes

* **deps:** update dependency lint-staged to v15.2.9 ([#2169](https://github.com/christophehurpeau/pob/issues/2169)) ([6f347be](https://github.com/christophehurpeau/pob/commit/6f347be446b386e13ecddbd500061ab3ced1635a))

Version bump for dependency: yarn-version


## [13.0.0](https://github.com/christophehurpeau/pob/compare/@pob/root@12.4.0...@pob/root@13.0.0) (2024-08-11)

### ⚠ BREAKING CHANGES

* update to eslint flat config

### Features

* update to eslint flat config ([9e9b530](https://github.com/christophehurpeau/pob/commit/9e9b530e1c89ad4f0fafa1af8f4a13816544f16c))

Version bump for dependency: @pob/pretty-eslint-config
Version bump for dependency: @pob/pretty-pkg
Version bump for dependency: repository-check-dirty
Version bump for dependency: yarn-version


## [12.4.0](https://github.com/christophehurpeau/pob/compare/@pob/root@12.3.1...@pob/root@12.4.0) (2024-08-11)

### Features

* **deps:** update dependency @commitlint/cli to v19.4.0 ([#2163](https://github.com/christophehurpeau/pob/issues/2163)) ([62a813d](https://github.com/christophehurpeau/pob/commit/62a813d9e9456ff7cb71e53361968deb8619b0fb))

Version bump for dependency: yarn-version


## [12.3.1](https://github.com/christophehurpeau/pob/compare/@pob/root@12.3.0...@pob/root@12.3.1) (2024-08-04)

### Bug Fixes

* fix condition in previous commit ([7726ec9](https://github.com/christophehurpeau/pob/commit/7726ec9de17670f64f70fbdbcef481655c59c0a4))

## [12.3.0](https://github.com/christophehurpeau/pob/compare/@pob/root@12.2.1...@pob/root@12.3.0) (2024-08-04)

### Features

* **@pob/root:** add support for flat eslint config ([44f7994](https://github.com/christophehurpeau/pob/commit/44f7994214f177ccb1611a3afb99a667b5268d6c))

### Bug Fixes

* **deps:** update dependency lint-staged to v15.2.8 ([#2159](https://github.com/christophehurpeau/pob/issues/2159)) ([e1695b6](https://github.com/christophehurpeau/pob/commit/e1695b6f479ca99674d697bf5116002596055fa6))

Version bump for dependency: yarn-version


## [12.2.1](https://github.com/christophehurpeau/pob/compare/@pob/root@12.2.0...@pob/root@12.2.1) (2024-07-30)

Version bump for dependency: yarn-version


## [12.2.0](https://github.com/christophehurpeau/pob/compare/@pob/root@12.1.1...@pob/root@12.2.0) (2024-07-27)

### Features

* **deps:** update dependency husky to ~9.1.0 ([#2146](https://github.com/christophehurpeau/pob/issues/2146)) ([2a3f168](https://github.com/christophehurpeau/pob/commit/2a3f16842941dbd86f537eed5f7a7b3d1239077a))

### Bug Fixes

* **deps:** update dependency lint-staged to v15.2.6 ([#2090](https://github.com/christophehurpeau/pob/issues/2090)) ([8543d90](https://github.com/christophehurpeau/pob/commit/8543d90fe9f9abdd17a910a2ba6e55cf60602271))
* **deps:** update dependency lint-staged to v15.2.7 ([#2093](https://github.com/christophehurpeau/pob/issues/2093)) ([d8836c6](https://github.com/christophehurpeau/pob/commit/d8836c649c6a954670f72189056056139f99522a))
* **deps:** update dependency prettier to v3.3.2 ([#2089](https://github.com/christophehurpeau/pob/issues/2089)) ([cc20ddd](https://github.com/christophehurpeau/pob/commit/cc20ddd10f743f57b0f13e3630b2945cdb1104a9))
* **deps:** update dependency prettier to v3.3.3 ([#2140](https://github.com/christophehurpeau/pob/issues/2140)) ([c44959e](https://github.com/christophehurpeau/pob/commit/c44959ed852e087419bf5b61f9460e6a3e02b789))

Version bump for dependency: @pob/pretty-pkg
Version bump for dependency: yarn-version


## [12.1.1](https://github.com/christophehurpeau/pob/compare/@pob/root@12.1.0...@pob/root@12.1.1) (2024-06-08)

Version bump for dependency: yarn-version


## [12.1.0](https://github.com/christophehurpeau/pob/compare/@pob/root@12.0.0...@pob/root@12.1.0) (2024-06-08)

Version bump for dependency: yarn-version


## [12.0.0](https://github.com/christophehurpeau/pob/compare/@pob/root@11.1.0...@pob/root@12.0.0) (2024-06-07)

Version bump for dependency: yarn-version


## [11.1.0](https://github.com/christophehurpeau/pob/compare/@pob/root@11.0.0...@pob/root@11.1.0) (2024-06-07)

Version bump for dependency: yarn-version


## [11.0.0](https://github.com/christophehurpeau/pob/compare/@pob/root@10.0.0...@pob/root@11.0.0) (2024-06-07)

### ⚠ BREAKING CHANGES

* **deps:** use async prettier or prettier/sync 

### Features

* add package yarn-version ([e2e8be6](https://github.com/christophehurpeau/pob/commit/e2e8be65fd50f9084c519fd07503748a1d970509))
* **deps:** update @pob/eslint-config to v56 (major) ([#2036](https://github.com/christophehurpeau/pob/issues/2036)) ([b26302b](https://github.com/christophehurpeau/pob/commit/b26302bd6dbf9bf4da2e97238c59ae80282ad9a4))
* **deps:** update dependency @rollup/plugin-run to v3.1.0 ([#2079](https://github.com/christophehurpeau/pob/issues/2079)) ([c2ef4fa](https://github.com/christophehurpeau/pob/commit/c2ef4fa22322952dcb626a5d99bc16e141684cd0))
* **deps:** update dependency conventional-changelog-conventionalcommits to v8 ([#2033](https://github.com/christophehurpeau/pob/issues/2033)) ([e7a568e](https://github.com/christophehurpeau/pob/commit/e7a568e4fabea00955bc6f005d85088f947f58cb))
* **deps:** update dependency esbuild to v0.21.0 ([#2040](https://github.com/christophehurpeau/pob/issues/2040)) ([dc252dc](https://github.com/christophehurpeau/pob/commit/dc252dc815dd450e2687e3f5784c3604bcfbab3c))
* **deps:** update dependency glob to v10.4.0 ([#2061](https://github.com/christophehurpeau/pob/issues/2061)) ([05dd06f](https://github.com/christophehurpeau/pob/commit/05dd06f1fb51d3cff0b95d6457fb9060d5d2db29))
* **deps:** update dependency prettier to v3 ([#1698](https://github.com/christophehurpeau/pob/issues/1698)) ([a65e641](https://github.com/christophehurpeau/pob/commit/a65e6418d4b80680b753a773b02925603df8ea12))
* **deps:** update dependency prettier to v3.3.0 ([#2071](https://github.com/christophehurpeau/pob/issues/2071)) ([04f24c3](https://github.com/christophehurpeau/pob/commit/04f24c33fcab0472cc830675696c219ee5ba14f9))
* **deps:** update dependency yeoman-generator to v7.2.0 ([#2063](https://github.com/christophehurpeau/pob/issues/2063)) ([a5b8748](https://github.com/christophehurpeau/pob/commit/a5b8748fecedff6291475656672feb1766c60e5f))
* migrate pob.babelEnvs to pob.envs + pob.bundler ([6baa9bb](https://github.com/christophehurpeau/pob/commit/6baa9bb986a1321beefcf9de3de566c285e548d1))

### Bug Fixes

* commit build of yarn-version ([539f4b2](https://github.com/christophehurpeau/pob/commit/539f4b2e12d8df4dc5cec272a24343721f4d2bdb))
* **deps:** update dependency esbuild to v0.21.1 ([#2042](https://github.com/christophehurpeau/pob/issues/2042)) ([2c47629](https://github.com/christophehurpeau/pob/commit/2c476296d1ecabaf272461df0901786bcea07aab))
* **deps:** update dependency esbuild to v0.21.2 ([#2051](https://github.com/christophehurpeau/pob/issues/2051)) ([8e8596f](https://github.com/christophehurpeau/pob/commit/8e8596f11350ee7e152ebec5603295edea8e6da7))
* **deps:** update dependency esbuild to v0.21.3 ([#2055](https://github.com/christophehurpeau/pob/issues/2055)) ([f27179c](https://github.com/christophehurpeau/pob/commit/f27179c5d6f4259a2885ee9097cf857b73849cef))
* **deps:** update dependency esbuild to v0.21.4 ([#2065](https://github.com/christophehurpeau/pob/issues/2065)) ([984e479](https://github.com/christophehurpeau/pob/commit/984e479c1958c224bc584936c13908578563e29d))
* **deps:** update dependency glob to v10.3.14 ([#2047](https://github.com/christophehurpeau/pob/issues/2047)) ([201fff2](https://github.com/christophehurpeau/pob/commit/201fff2e3def4a8c7344af403464e7bf16eb44bc))
* **deps:** update dependency glob to v10.3.15 ([#2050](https://github.com/christophehurpeau/pob/issues/2050)) ([8142969](https://github.com/christophehurpeau/pob/commit/8142969c29cda5fb5f8cf924522fd719ac0278d7))
* **deps:** update dependency glob to v10.3.16 ([#2056](https://github.com/christophehurpeau/pob/issues/2056)) ([d5ce7c0](https://github.com/christophehurpeau/pob/commit/d5ce7c0922a93a188250eb5e6a5eb8b14ac76630))
* **deps:** update dependency glob to v10.4.1 ([#2062](https://github.com/christophehurpeau/pob/issues/2062)) ([c9eb614](https://github.com/christophehurpeau/pob/commit/c9eb614f8b0906bf4757bb21ed2bed570dbf55c4))
* **deps:** update dependency lint-staged to v15.2.4 ([#2057](https://github.com/christophehurpeau/pob/issues/2057)) ([3266770](https://github.com/christophehurpeau/pob/commit/3266770fc90c82ccc25cd0bce67106063cf38b51))
* **deps:** update dependency lint-staged to v15.2.5 ([#2066](https://github.com/christophehurpeau/pob/issues/2066)) ([0c5396b](https://github.com/christophehurpeau/pob/commit/0c5396b73c9a99e37964c9752f2f55b4079f888e))
* **deps:** update dependency mem-fs-editor to v11.0.1 ([#2060](https://github.com/christophehurpeau/pob/issues/2060)) ([a4824cb](https://github.com/christophehurpeau/pob/commit/a4824cb89b8d94846ac7eb4ca062a500cadcc606))
* **deps:** update dependency prettier to v3.3.1 ([#2078](https://github.com/christophehurpeau/pob/issues/2078)) ([57ecb30](https://github.com/christophehurpeau/pob/commit/57ecb301bc6dded8e9063c1e3afc9f6f04d023b1))
* **deps:** update dependency semver to v7.6.1 ([#2041](https://github.com/christophehurpeau/pob/issues/2041)) ([17b20a3](https://github.com/christophehurpeau/pob/commit/17b20a3a352e4fbcda88d2e43938a8dbafe0667c))
* **deps:** update dependency semver to v7.6.2 ([#2048](https://github.com/christophehurpeau/pob/issues/2048)) ([e4a50f3](https://github.com/christophehurpeau/pob/commit/e4a50f3c11b87306ed30ec0cbcdd8f6f23a4ac75))
* **deps:** update dependency yeoman-environment to v4.4.1 ([#2073](https://github.com/christophehurpeau/pob/issues/2073)) ([528734e](https://github.com/christophehurpeau/pob/commit/528734e27f1f0b59ab5f5d87ff98e95385168b72))
* **deps:** update yarn monorepo ([#2045](https://github.com/christophehurpeau/pob/issues/2045)) ([bfce168](https://github.com/christophehurpeau/pob/commit/bfce1680e6df15f6a57e83fefc39e1257bf8f6e3))
* fix for CommonTestingGenerator ([e7f93df](https://github.com/christophehurpeau/pob/commit/e7f93df65007fe8a6e5faac6fd3d796adf6d3233))
* fix yarn-version command ([87e25ca](https://github.com/christophehurpeau/pob/commit/87e25cae86d3730f14e50e6370efe69bd2e21814))
* **pob:** leave default compressionLevel config ([3d4c5d1](https://github.com/christophehurpeau/pob/commit/3d4c5d1e92ec1194dec99e768c2743e085c1fa94))
* **pob:** missing await ([f91682b](https://github.com/christophehurpeau/pob/commit/f91682b72016733065d7d505c6be5d4fddad25d8))
* update json5 ([4034c94](https://github.com/christophehurpeau/pob/commit/4034c947a1111021ee037144cefbee0cd39b9d33))
Version bump for dependency: @pob/pretty-eslint-config
Version bump for dependency: @pob/pretty-pkg
Version bump for dependency: repository-check-dirty
Version bump for dependency: yarn-version


## [10.0.0](https://github.com/christophehurpeau/pob/compare/@pob/root@9.5.0...@pob/root@10.0.0) (2024-05-05)


### ⚠ BREAKING CHANGES

* change prettier config to get closer to default

### Features

* change prettier config to get closer to default ([8e472a9](https://github.com/christophehurpeau/pob/commit/8e472a98b0a722c5cd779e4731ff625b0bfa07bb))

Version bump for dependency: pretty-eslint-config
Version bump for dependency: pretty-pkg
Version bump for dependency: repository-check-dirty


## [9.5.0](https://github.com/christophehurpeau/pob/compare/@pob/root@9.4.3...@pob/root@9.5.0) (2024-05-05)


### Features

* support yarn nodeLinker pnpm ([340e5ab](https://github.com/christophehurpeau/pob/commit/340e5aba71f6943614445f50b20f1c3d3e68f01a))

Version bump for dependency: repository-check-dirty


## [9.4.3](https://github.com/christophehurpeau/pob/compare/@pob/root@9.4.2...@pob/root@9.4.3) (2024-05-04)


### Bug Fixes

* fix checks run using pm ([12f955e](https://github.com/christophehurpeau/pob/commit/12f955e7b00f16d0b2b4f9f1090a4bde2c755442))




## [9.4.2](https://github.com/christophehurpeau/pob/compare/@pob/root@9.4.1...@pob/root@9.4.2) (2024-05-04)


### Bug Fixes

* improve bun support ([bab80e5](https://github.com/christophehurpeau/pob/commit/bab80e5257b753b7c28031b1e75681766edf4c5f))




## [9.4.1](https://github.com/christophehurpeau/pob/compare/@pob/root@9.4.0...@pob/root@9.4.1) (2024-05-04)


### Bug Fixes

* fix bun command to install ([5585fa3](https://github.com/christophehurpeau/pob/commit/5585fa3aa073a0194891677e4a33d7d71b96588b))




## [9.4.0](https://github.com/christophehurpeau/pob/compare/@pob/root@9.3.2...@pob/root@9.4.0) (2024-05-04)


### Features

* initial bun support ([0f0d36d](https://github.com/christophehurpeau/pob/commit/0f0d36db4cb5532a8976cba368cbc2fbe29e7802))




## [9.3.2](https://github.com/christophehurpeau/pob/compare/@pob/root@9.3.1...@pob/root@9.3.2) (2024-04-24)


### Bug Fixes

* **@pob/root:** vitest --run option to disable watch mode ([d7e8640](https://github.com/christophehurpeau/pob/commit/d7e86404e2c17fe24bb3ad27468e52c6a6b4c1da))




## [9.3.1](https://github.com/christophehurpeau/pob/compare/@pob/root@9.3.0...@pob/root@9.3.1) (2024-04-22)


### Bug Fixes

* **rollup-esbuild:** configure node target ([840c9df](https://github.com/christophehurpeau/pob/commit/840c9df8b0d07e5624494661884f559aee70e4db))




## [9.3.0](https://github.com/christophehurpeau/pob/compare/@pob/root@9.2.0...@pob/root@9.3.0) (2024-04-21)


### Features

* **deps:** update @pob/eslint-config to v55 (major) ([#2020](https://github.com/christophehurpeau/pob/issues/2020)) ([434d5b3](https://github.com/christophehurpeau/pob/commit/434d5b3dce53b1925091138444881a13e2a962d9))
* simple esbuild bundler ([80659fa](https://github.com/christophehurpeau/pob/commit/80659fadb42190463585ff54e865af09e31fdc0d))
* support vitest ([2fe540e](https://github.com/christophehurpeau/pob/commit/2fe540e6ab66255735910745062a92636c87f21e))

Version bump for dependency: pretty-eslint-config
Version bump for dependency: pretty-pkg


## [9.2.0](https://github.com/christophehurpeau/pob/compare/@pob/root@9.1.0...@pob/root@9.2.0) (2024-02-17)


### Features

* **deps:** update dependency @commitlint/cli to v18.5.0 ([#1907](https://github.com/christophehurpeau/pob/issues/1907)) ([f2937ca](https://github.com/christophehurpeau/pob/commit/f2937cafcf86e47edf34180f5980a8cf35da7cf9))
* **deps:** update dependency @commitlint/cli to v18.6.0 ([#1911](https://github.com/christophehurpeau/pob/issues/1911)) ([ad8faa9](https://github.com/christophehurpeau/pob/commit/ad8faa98aa8a57d5db36d6255b9d9b707917ae40))
* **deps:** update dependency husky to v9 ([#1910](https://github.com/christophehurpeau/pob/issues/1910)) ([6b88cd0](https://github.com/christophehurpeau/pob/commit/6b88cd016cc52cf2630a15a619a66b8ff47308f7))


### Bug Fixes

* **deps:** update dependency @commitlint/cli to v18.4.4 ([#1891](https://github.com/christophehurpeau/pob/issues/1891)) ([7d2cc61](https://github.com/christophehurpeau/pob/commit/7d2cc61261808491ff4bf51f4a752b853664eb05))
* **deps:** update dependency @commitlint/cli to v18.6.1 ([#1934](https://github.com/christophehurpeau/pob/issues/1934)) ([bee7710](https://github.com/christophehurpeau/pob/commit/bee77102ffdbc0b53de4116ca255cb009b7b56f7))
* **deps:** update dependency lint-staged to v15.2.1 ([#1922](https://github.com/christophehurpeau/pob/issues/1922)) ([f8376d3](https://github.com/christophehurpeau/pob/commit/f8376d3f9414ad168cac950315635e9740254297))
* **deps:** update dependency lint-staged to v15.2.2 ([#1929](https://github.com/christophehurpeau/pob/issues/1929)) ([051de50](https://github.com/christophehurpeau/pob/commit/051de50f705d37ff4ef9901b474c4d63c33f67a2))




## [9.1.0](https://github.com/christophehurpeau/pob/compare/@pob/root@9.0.0...@pob/root@9.1.0) (2023-12-31)


### Features

* improve renovate branch naming support ([2e3ded4](https://github.com/christophehurpeau/pob/commit/2e3ded4ff6cf6a2991f50bab9d76ed3b3b8d5a28))




## [9.0.0](https://github.com/christophehurpeau/pob/compare/@pob/root@8.12.0...@pob/root@9.0.0) (2023-12-29)


### Features

* improve tsconfigs ([9112fb1](https://github.com/christophehurpeau/pob/commit/9112fb13dd1ed9ab5191a39c92140a0d8653ff3a))

Version bump for dependency: pretty-eslint-config
Version bump for dependency: pretty-pkg
Version bump for dependency: repository-check-dirty


## [8.12.0](https://github.com/christophehurpeau/pob/compare/@pob/root@8.11.1...@pob/root@8.12.0) (2023-12-28)


### Features

* use ts-node if needed with rollup-typescript ([9aefca2](https://github.com/christophehurpeau/pob/commit/9aefca2f69ba7bf2ff6f142e5156937d1c9e47fe))




## [8.11.1](https://github.com/christophehurpeau/pob/compare/@pob/root@8.11.0...@pob/root@8.11.1) (2023-12-27)


### Bug Fixes

* fix files include all tsconfigs ([eacdc42](https://github.com/christophehurpeau/pob/commit/eacdc42ee98c2b0eecc05780878cda375f18b8e6))




## [8.11.0](https://github.com/christophehurpeau/pob/compare/@pob/root@8.10.0...@pob/root@8.11.0) (2023-12-27)


### Features

* improve experimental typescript compiler ([c46d8f2](https://github.com/christophehurpeau/pob/commit/c46d8f2ea003fd1721ba481cfb42bc35e22e7537))




## [8.10.0](https://github.com/christophehurpeau/pob/compare/@pob/root@8.9.1...@pob/root@8.10.0) (2023-12-26)


### Features

* **@pob/root:** add target rollup es2015 ([12dae93](https://github.com/christophehurpeau/pob/commit/12dae939569226322273740f06c74ad28609d340))




## [8.9.1](https://github.com/christophehurpeau/pob/compare/@pob/root@8.9.0...@pob/root@8.9.1) (2023-12-10)


### Bug Fixes

* add missing file ([6693358](https://github.com/christophehurpeau/pob/commit/669335873c2003034cb0fc14253f69642c3908f7))




## [8.9.0](https://github.com/christophehurpeau/pob/compare/@pob/root@8.8.0...@pob/root@8.9.0) (2023-12-10)


### Features

* add target rollup node 20 ([9e99194](https://github.com/christophehurpeau/pob/commit/9e9919491f2b71ab2f91de38d305366fe6f0b79d))




## [8.8.0](https://github.com/christophehurpeau/pob/compare/@pob/root@8.7.0...@pob/root@8.8.0) (2023-12-10)


### Features

* **deps:** update dependency lint-staged to v15.2.0 ([#1873](https://github.com/christophehurpeau/pob/issues/1873)) ([0b21f63](https://github.com/christophehurpeau/pob/commit/0b21f63608b303bc33d6bfa884561081fe294c33))
* experimental alternate ways to compile typescript without babel ([4391b03](https://github.com/christophehurpeau/pob/commit/4391b03c89d94ca00d2a54a4662d09a4b25c860d))


### Bug Fixes

* **deps:** update dependency @commitlint/cli to v18.4.1 ([#1845](https://github.com/christophehurpeau/pob/issues/1845)) ([9777284](https://github.com/christophehurpeau/pob/commit/977728418b30aac236392a9729314996184b4150))
* **deps:** update dependency @commitlint/cli to v18.4.2 ([#1852](https://github.com/christophehurpeau/pob/issues/1852)) ([d2ecb6d](https://github.com/christophehurpeau/pob/commit/d2ecb6d176ccc68f9f36c504a0aafd8eeec7b9a9))
* **deps:** update dependency @commitlint/cli to v18.4.3 ([#1861](https://github.com/christophehurpeau/pob/issues/1861)) ([c47cfdd](https://github.com/christophehurpeau/pob/commit/c47cfdda4eeaa43fe161ab263a0754c94feefcb7))

Version bump for dependency: pretty-eslint-config
Version bump for dependency: pretty-pkg
Version bump for dependency: repository-check-dirty


## [8.7.0](https://github.com/christophehurpeau/pob/compare/@pob/root@8.6.0...@pob/root@8.7.0) (2023-11-11)


### Features

* **deps:** update dependency @commitlint/cli to v18.4.0 ([#1842](https://github.com/christophehurpeau/pob/issues/1842)) ([18cb1d7](https://github.com/christophehurpeau/pob/commit/18cb1d76ad8d90345b9fe6a261d3fa61c58d76fe))
* **deps:** update dependency lint-staged to v15.1.0 ([#1843](https://github.com/christophehurpeau/pob/issues/1843)) ([1210bc6](https://github.com/christophehurpeau/pob/commit/1210bc6b12809cd85de262841f87c11b4f56671d))


### Bug Fixes

* make sure cosmiconfig is up-to-date ([39e62ed](https://github.com/christophehurpeau/pob/commit/39e62ed65fc75a2ca91541a985ad3c62b4f3d07f))




## 8.6.0 (2023-11-05)


### Features

* add option to disable yarn cache ([761436f](https://github.com/christophehurpeau/pob/commit/761436fb7946c52a4d02b61b5c81ea122d64dc05))
* **deps:** update commitlint monorepo to v18 (major) ([#1827](https://github.com/christophehurpeau/pob/issues/1827)) ([81c0e11](https://github.com/christophehurpeau/pob/commit/81c0e118578ab2dd38664c492388d49eca0c9bc1))
* **deps:** update dependency @commitlint/cli to v17.7.0 ([#1730](https://github.com/christophehurpeau/pob/issues/1730)) ([ecb0c37](https://github.com/christophehurpeau/pob/commit/ecb0c3706ab47f1323ab6aef8b11ddca1de4a03a))
* **deps:** update dependency @commitlint/cli to v17.8.0 ([#1815](https://github.com/christophehurpeau/pob/issues/1815)) ([c7c65f0](https://github.com/christophehurpeau/pob/commit/c7c65f0ebb8321d34978b3b355f8e92b5f2a164f))
* **deps:** update dependency conventional-changelog-conventionalcommits to v7 ([#1755](https://github.com/christophehurpeau/pob/issues/1755)) ([ad7ea41](https://github.com/christophehurpeau/pob/commit/ad7ea4103723156ed08ad49f50577c033ddcff29))
* **deps:** update dependency conventional-changelog-conventionalcommits to v7 ([#1780](https://github.com/christophehurpeau/pob/issues/1780)) ([ab8a91f](https://github.com/christophehurpeau/pob/commit/ab8a91fd24c0bd8d14541a5147548265248b482d))
* **deps:** update dependency lint-staged to v13.3.0 ([#1734](https://github.com/christophehurpeau/pob/issues/1734)) ([dd973c3](https://github.com/christophehurpeau/pob/commit/dd973c316ce9a5eaab197ab366ce81869cc80b0c))
* **deps:** update dependency lint-staged to v14 ([#1736](https://github.com/christophehurpeau/pob/issues/1736)) ([8b88ecd](https://github.com/christophehurpeau/pob/commit/8b88ecdf2eaed7fe3073bceaf54864d076fcd9b5))
* **deps:** update dependency lint-staged to v15 ([#1816](https://github.com/christophehurpeau/pob/issues/1816)) ([3d5bbfa](https://github.com/christophehurpeau/pob/commit/3d5bbfa64165a52d948dc305eebefdafee9a985c))
* improve jest config ([8243486](https://github.com/christophehurpeau/pob/commit/82434867b2ba54e1f6eb9faee0a56e38e218d4bf))
* run lint in pre-push hook ([d1982b0](https://github.com/christophehurpeau/pob/commit/d1982b0fdac322dab9a20385cad2deb143d985de))
* update actions/checkout ([f040a5d](https://github.com/christophehurpeau/pob/commit/f040a5d3a87d8e3f5b5ae890ec49db37e435d22b))


### Bug Fixes

* **@pob/root:** add missing corepack enable ([af14b7e](https://github.com/christophehurpeau/pob/commit/af14b7e43e98493da0b34d5841a79e6ffff21124))
* **@pob/root:** fix renovate branch ([e32ce00](https://github.com/christophehurpeau/pob/commit/e32ce0067f11ac7d4f643c6a5edc3d5600fc31b0))
* **@pob/root:** move template folder ([e157b4a](https://github.com/christophehurpeau/pob/commit/e157b4ac951d1de14c8c3cc178577d8cb4ccb46c))
* **@pob/root:** remove immutable-cache in postcheckout ([658d6be](https://github.com/christophehurpeau/pob/commit/658d6be5a6ef801fdf687f3acec4659e92507d9a))
* better prettier config for yarnrc.yml ([f371f5c](https://github.com/christophehurpeau/pob/commit/f371f5c71608fc87d7e70058159a93cf0c4eca02))
* **deps:** update dependency @commitlint/cli to v17.7.1 ([#1731](https://github.com/christophehurpeau/pob/issues/1731)) ([22bbd15](https://github.com/christophehurpeau/pob/commit/22bbd15fdc9b14acb023c12c68b527d841c889a4))
* **deps:** update dependency @commitlint/cli to v17.7.2 ([#1790](https://github.com/christophehurpeau/pob/issues/1790)) ([e5b30a8](https://github.com/christophehurpeau/pob/commit/e5b30a841f1cbccffcc33fc0fcc71b6efb87935f))
* **deps:** update dependency @commitlint/cli to v17.8.1 ([#1826](https://github.com/christophehurpeau/pob/issues/1826)) ([b2a7e0b](https://github.com/christophehurpeau/pob/commit/b2a7e0b0639011b64bc398d7dbe7dd4c6feac717))
* **deps:** update dependency lint-staged to v15.0.2 ([#1824](https://github.com/christophehurpeau/pob/issues/1824)) ([77bbc54](https://github.com/christophehurpeau/pob/commit/77bbc5443bf618a2d51d77368002dff66651e35e))


### Reverts

* feat(deps): update dependency conventional-changelog-conventionalcommits to v7 ([#1779](https://github.com/christophehurpeau/pob/issues/1779)) ([154459f](https://github.com/christophehurpeau/pob/commit/154459fbd42bb1cf536f41e2fb54f937ff5c2f80))

Version bump for dependency: pretty-eslint-config
Version bump for dependency: pretty-pkg
Version bump for dependency: repository-check-dirty


## [8.5.0](https://github.com/christophehurpeau/pob/compare/@pob/root@8.4.2...@pob/root@8.5.0) (2023-11-05)


### Features

* **deps:** update commitlint monorepo to v18 (major) ([#1827](https://github.com/christophehurpeau/pob/issues/1827)) ([81c0e11](https://github.com/christophehurpeau/pob/commit/81c0e118578ab2dd38664c492388d49eca0c9bc1))
* **deps:** update dependency conventional-changelog-conventionalcommits to v7 ([#1780](https://github.com/christophehurpeau/pob/issues/1780)) ([ab8a91f](https://github.com/christophehurpeau/pob/commit/ab8a91fd24c0bd8d14541a5147548265248b482d))
* run lint in pre-push hook ([d1982b0](https://github.com/christophehurpeau/pob/commit/d1982b0fdac322dab9a20385cad2deb143d985de))


### Bug Fixes

* better prettier config for yarnrc.yml ([f371f5c](https://github.com/christophehurpeau/pob/commit/f371f5c71608fc87d7e70058159a93cf0c4eca02))
* **deps:** update dependency @commitlint/cli to v17.8.1 ([#1826](https://github.com/christophehurpeau/pob/issues/1826)) ([b2a7e0b](https://github.com/christophehurpeau/pob/commit/b2a7e0b0639011b64bc398d7dbe7dd4c6feac717))
* **deps:** update dependency lint-staged to v15.0.2 ([#1824](https://github.com/christophehurpeau/pob/issues/1824)) ([77bbc54](https://github.com/christophehurpeau/pob/commit/77bbc5443bf618a2d51d77368002dff66651e35e))

Version bump for dependency: pretty-eslint-config
Version bump for dependency: pretty-pkg
Version bump for dependency: repository-check-dirty


## [8.4.2](https://github.com/christophehurpeau/pob/compare/@pob/root@8.4.1...@pob/root@8.4.2) (2023-10-18)

**Note:** Version bump only for package @pob/root





## [8.4.1](https://github.com/christophehurpeau/pob/compare/@pob/root@8.4.0...@pob/root@8.4.1) (2023-10-18)


### Bug Fixes

* **@pob/root:** move template folder ([e157b4a](https://github.com/christophehurpeau/pob/commit/e157b4ac951d1de14c8c3cc178577d8cb4ccb46c))



## [8.4.0](https://github.com/christophehurpeau/pob/compare/@pob/root@8.3.2...@pob/root@8.4.0) (2023-10-18)


### Features

* **deps:** update dependency @commitlint/cli to v17.8.0 ([#1815](https://github.com/christophehurpeau/pob/issues/1815)) ([c7c65f0](https://github.com/christophehurpeau/pob/commit/c7c65f0ebb8321d34978b3b355f8e92b5f2a164f))
* **deps:** update dependency lint-staged to v15 ([#1816](https://github.com/christophehurpeau/pob/issues/1816)) ([3d5bbfa](https://github.com/christophehurpeau/pob/commit/3d5bbfa64165a52d948dc305eebefdafee9a985c))



## [8.3.2](https://github.com/christophehurpeau/pob/compare/@pob/root@8.3.1...@pob/root@8.3.2) (2023-10-02)


### Bug Fixes

* **@pob/root:** fix renovate branch ([e32ce00](https://github.com/christophehurpeau/pob/commit/e32ce0067f11ac7d4f643c6a5edc3d5600fc31b0))



## [8.3.1](https://github.com/christophehurpeau/pob/compare/@pob/root@8.3.0...@pob/root@8.3.1) (2023-09-30)


### Bug Fixes

* **deps:** update dependency @commitlint/cli to v17.7.2 ([#1790](https://github.com/christophehurpeau/pob/issues/1790)) ([e5b30a8](https://github.com/christophehurpeau/pob/commit/e5b30a841f1cbccffcc33fc0fcc71b6efb87935f))



## [8.3.0](https://github.com/christophehurpeau/pob/compare/@pob/root@8.2.2...@pob/root@8.3.0) (2023-09-24)


### Features

* add option to disable yarn cache ([761436f](https://github.com/christophehurpeau/pob/commit/761436fb7946c52a4d02b61b5c81ea122d64dc05))
* **deps:** update dependency conventional-changelog-conventionalcommits to v7 ([#1755](https://github.com/christophehurpeau/pob/issues/1755)) ([ad7ea41](https://github.com/christophehurpeau/pob/commit/ad7ea4103723156ed08ad49f50577c033ddcff29))
* **deps:** update dependency lint-staged to v14 ([#1736](https://github.com/christophehurpeau/pob/issues/1736)) ([8b88ecd](https://github.com/christophehurpeau/pob/commit/8b88ecdf2eaed7fe3073bceaf54864d076fcd9b5))
* update actions/checkout ([f040a5d](https://github.com/christophehurpeau/pob/commit/f040a5d3a87d8e3f5b5ae890ec49db37e435d22b))


### Bug Fixes

* **@pob/root:** remove immutable-cache in postcheckout ([658d6be](https://github.com/christophehurpeau/pob/commit/658d6be5a6ef801fdf687f3acec4659e92507d9a))


### Reverts

* feat(deps): update dependency conventional-changelog-conventionalcommits to v7 ([#1779](https://github.com/christophehurpeau/pob/issues/1779)) ([154459f](https://github.com/christophehurpeau/pob/commit/154459fbd42bb1cf536f41e2fb54f937ff5c2f80))



## [8.2.2](https://github.com/christophehurpeau/pob/compare/@pob/root@8.2.1...@pob/root@8.2.2) (2023-09-18)

**Note:** Version bump only for package @pob/root





## [8.2.1](https://github.com/christophehurpeau/pob/compare/@pob/root@8.2.0...@pob/root@8.2.1) (2023-09-18)

**Note:** Version bump only for package @pob/root





## [8.2.0](https://github.com/christophehurpeau/pob/compare/@pob/root@8.1.1...@pob/root@8.2.0) (2023-08-14)


### Features

* **deps:** update dependency @commitlint/cli to v17.7.0 ([#1730](https://github.com/christophehurpeau/pob/issues/1730)) ([ecb0c37](https://github.com/christophehurpeau/pob/commit/ecb0c3706ab47f1323ab6aef8b11ddca1de4a03a))
* **deps:** update dependency lint-staged to v13.3.0 ([#1734](https://github.com/christophehurpeau/pob/issues/1734)) ([dd973c3](https://github.com/christophehurpeau/pob/commit/dd973c316ce9a5eaab197ab366ce81869cc80b0c))


### Bug Fixes

* **deps:** update dependency @commitlint/cli to v17.6.7 ([#1711](https://github.com/christophehurpeau/pob/issues/1711)) ([9d169c8](https://github.com/christophehurpeau/pob/commit/9d169c85e64c8229543045a1ea0baba65fc2445a))
* **deps:** update dependency @commitlint/cli to v17.7.1 ([#1731](https://github.com/christophehurpeau/pob/issues/1731)) ([22bbd15](https://github.com/christophehurpeau/pob/commit/22bbd15fdc9b14acb023c12c68b527d841c889a4))



## [8.1.1](https://github.com/christophehurpeau/pob/compare/@pob/root@8.1.0...@pob/root@8.1.1) (2023-07-05)


### Bug Fixes

* **@pob/root:** only add workflow build if a build script exists ([a4cc71c](https://github.com/christophehurpeau/pob/commit/a4cc71cca028edad8a0dc9fcb37c2187c1804273))



## [8.1.0](https://github.com/christophehurpeau/pob/compare/@pob/root@8.0.1...@pob/root@8.1.0) (2023-06-30)


### Features

* **deps:** update @pob/eslint-config to v51 (major) ([#1686](https://github.com/christophehurpeau/pob/issues/1686)) ([108057c](https://github.com/christophehurpeau/pob/commit/108057c620330ca0c86ffe4af49a25cddb571acf))


### Bug Fixes

* **deps:** update dependency lint-staged to v13.2.3 ([#1688](https://github.com/christophehurpeau/pob/issues/1688)) ([21d9983](https://github.com/christophehurpeau/pob/commit/21d998316758260fb4471eedff6a1bb739b1f77c))
* requires first node 18 lts version, 18.12 ([70c105a](https://github.com/christophehurpeau/pob/commit/70c105a72a328498dd20804ade6f1622b4430835))



## [8.0.1](https://github.com/christophehurpeau/pob/compare/@pob/root@8.0.0...@pob/root@8.0.1) (2023-06-27)

**Note:** Version bump only for package @pob/root





## [8.0.0](https://github.com/christophehurpeau/pob/compare/@pob/root@7.8.0...@pob/root@8.0.0) (2023-06-26)


### ⚠ BREAKING CHANGES

* requires node 18

### Features

* **deps:** update dependency conventional-changelog-conventionalcommits to v6 ([#1673](https://github.com/christophehurpeau/pob/issues/1673)) ([d0dca97](https://github.com/christophehurpeau/pob/commit/d0dca9746e75f01e602c349fcf292c64cff3fcb8))
* requires node 18 ([bd35158](https://github.com/christophehurpeau/pob/commit/bd351582c2c3977d8d22c15b831e277acc97a00e))


### Bug Fixes

* **deps:** update dependency @commitlint/cli to v17.6.3 ([#1625](https://github.com/christophehurpeau/pob/issues/1625)) ([b90c5cd](https://github.com/christophehurpeau/pob/commit/b90c5cd50271a0dff599bd60e086c3edecc07ccf))
* **deps:** update dependency @commitlint/cli to v17.6.5 ([#1661](https://github.com/christophehurpeau/pob/issues/1661)) ([b092230](https://github.com/christophehurpeau/pob/commit/b0922308b0d35810733b5e3011dec784dbda18b2))
* **deps:** update dependency @commitlint/cli to v17.6.6 ([#1683](https://github.com/christophehurpeau/pob/issues/1683)) ([9190667](https://github.com/christophehurpeau/pob/commit/9190667ccafa3d1ca742c3b52bbf449e1f5f4fb2))
* **deps:** update dependency lint-staged to v13.2.2 ([#1621](https://github.com/christophehurpeau/pob/issues/1621)) ([3552b13](https://github.com/christophehurpeau/pob/commit/3552b13dff847cb285b4db69828a07e7cb699374))
* **deps:** update dependency prettier to v2.8.8 ([#1619](https://github.com/christophehurpeau/pob/issues/1619)) ([40f1313](https://github.com/christophehurpeau/pob/commit/40f13138243c0b53c52293314111458e6c8d2d6a))



## [7.8.0](https://github.com/christophehurpeau/pob/compare/@pob/root@7.7.0...@pob/root@7.8.0) (2023-04-18)


### Features

* **@pob/root:** support node runner for test ([21fbda3](https://github.com/christophehurpeau/pob/commit/21fbda3703db204f0aca9eeb5a68fea7e5f6b906))
* **deps:** update dependency @commitlint/cli to v17.6.0 ([#1601](https://github.com/christophehurpeau/pob/issues/1601)) ([e574584](https://github.com/christophehurpeau/pob/commit/e57458451087a45072795f43a38241124ae6dbf4))


### Bug Fixes

* **deps:** update dependency @commitlint/cli to v17.6.1 ([#1602](https://github.com/christophehurpeau/pob/issues/1602)) ([33aff72](https://github.com/christophehurpeau/pob/commit/33aff72e40cfe7a90d6589e3b7a2dc52c521ba6f))
* **deps:** update dependency lint-staged to v13.2.1 ([#1594](https://github.com/christophehurpeau/pob/issues/1594)) ([b4a2fdb](https://github.com/christophehurpeau/pob/commit/b4a2fdb43c90dd8c5273ca1fb02d10fcdd2ea9d8))



## [7.7.0](https://github.com/christophehurpeau/pob/compare/@pob/root@7.6.1...@pob/root@7.7.0) (2023-04-03)


### Features

* **deps:** update dependency @commitlint/cli to v17.5.0 ([#1581](https://github.com/christophehurpeau/pob/issues/1581)) ([02aa584](https://github.com/christophehurpeau/pob/commit/02aa584f684ff955572dca32fb1e5f5ec3227e3d))


### Bug Fixes

* **@pob/root:** prettier config for lerna.json ([62b1b74](https://github.com/christophehurpeau/pob/commit/62b1b74bd80b04f1c2c964c69228903db8cda298))
* **deps:** update dependency @commitlint/cli to v17.5.1 ([#1588](https://github.com/christophehurpeau/pob/issues/1588)) ([6142fd7](https://github.com/christophehurpeau/pob/commit/6142fd7c0362733580921b6502c576538b8d851a))
* **deps:** update dependency prettier to v2.8.5 ([#1578](https://github.com/christophehurpeau/pob/issues/1578)) ([07d8197](https://github.com/christophehurpeau/pob/commit/07d81974a850e43792811622845182d8b36ec4ce))
* **deps:** update dependency prettier to v2.8.6 ([#1580](https://github.com/christophehurpeau/pob/issues/1580)) ([d351ea0](https://github.com/christophehurpeau/pob/commit/d351ea01238a4899eb69cb4c54274ace45249aed))
* **deps:** update dependency prettier to v2.8.7 ([#1585](https://github.com/christophehurpeau/pob/issues/1585)) ([742de64](https://github.com/christophehurpeau/pob/commit/742de64a8ccaeb94cea5f2edf9c6003158844934))



## [7.6.1](https://github.com/christophehurpeau/pob/compare/@pob/root@7.6.0...@pob/root@7.6.1) (2023-03-19)

**Note:** Version bump only for package @pob/root





## [7.6.0](https://github.com/christophehurpeau/pob/compare/@pob/root@7.5.0...@pob/root@7.6.0) (2023-03-19)


### Features

* **root:** update-pre-push-hook-to-avoid-running-when-deleting-branches ([#1572](https://github.com/christophehurpeau/pob/issues/1572)) ([f9985f5](https://github.com/christophehurpeau/pob/commit/f9985f5085888e7424e1ee1d598db8881283f7ac))



## [7.5.0](https://github.com/christophehurpeau/pob/compare/@pob/root@7.4.0...@pob/root@7.5.0) (2023-03-13)


### Features

* configure conventional-changelog-conventionalcommits for lerna ([77e7a22](https://github.com/christophehurpeau/pob/commit/77e7a223646b067ee554cdec42c1d9a309faced9))
* **deps:** update dependency lint-staged to v13.2.0 ([#1560](https://github.com/christophehurpeau/pob/issues/1560)) ([2b5fcc3](https://github.com/christophehurpeau/pob/commit/2b5fcc32795330a0873fe28a6aadf6d320ba702d))


### Bug Fixes

* **deps:** update dependency @commitlint/cli to v17.4.3 ([#1539](https://github.com/christophehurpeau/pob/issues/1539)) ([3358dba](https://github.com/christophehurpeau/pob/commit/3358dba4b67f069527767702d5ff7f8588354738))
* **deps:** update dependency @commitlint/cli to v17.4.4 ([#1545](https://github.com/christophehurpeau/pob/issues/1545)) ([aa0bf11](https://github.com/christophehurpeau/pob/commit/aa0bf11adf3043f809c50b51829a123b1c57cdaf))
* **deps:** update dependency lint-staged to v13.1.1 ([#1529](https://github.com/christophehurpeau/pob/issues/1529)) ([7d9351c](https://github.com/christophehurpeau/pob/commit/7d9351cfd592e3ac746d0e0c07b805ad4707012b))
* **deps:** update dependency lint-staged to v13.1.2 ([#1540](https://github.com/christophehurpeau/pob/issues/1540)) ([808623e](https://github.com/christophehurpeau/pob/commit/808623eb383732900d6cad435d3d0e29ecc094a0))
* **deps:** update dependency prettier to v2.8.4 ([#1531](https://github.com/christophehurpeau/pob/issues/1531)) ([a25a94d](https://github.com/christophehurpeau/pob/commit/a25a94d7b144626493275dcc465d6dc2076469b5))



# [7.4.0](https://github.com/christophehurpeau/pob/compare/@pob/root@7.3.0...@pob/root@7.4.0) (2023-01-31)


### Bug Fixes

* **@pob/root:** remove remaining cache dependencies in push-renovate-pob_root ([d2eebb7](https://github.com/christophehurpeau/pob/commit/d2eebb765ee6ddf9cd33bb904af0c4e7642ba6f9))
* **deps:** update dependency @commitlint/cli to v17.4.1 ([#1503](https://github.com/christophehurpeau/pob/issues/1503)) ([9cde2e1](https://github.com/christophehurpeau/pob/commit/9cde2e1b4fb4c4ee46788c91b804443c70959449))
* **deps:** update dependency @commitlint/cli to v17.4.2 ([#1506](https://github.com/christophehurpeau/pob/issues/1506)) ([05104c5](https://github.com/christophehurpeau/pob/commit/05104c5eb1f85218439fc1491ad240dbbce67b33))
* **deps:** update dependency prettier to v2.8.2 ([#1501](https://github.com/christophehurpeau/pob/issues/1501)) ([2333652](https://github.com/christophehurpeau/pob/commit/2333652411e30def97d3ca6064af7e1fc880c5df))
* **deps:** update dependency prettier to v2.8.3 ([#1507](https://github.com/christophehurpeau/pob/issues/1507)) ([862c85a](https://github.com/christophehurpeau/pob/commit/862c85a4127ab6c2de8ad1c410f2f9003f011ef2))


### Features

* **deps:** update dependency @commitlint/cli to v17.4.0 ([#1499](https://github.com/christophehurpeau/pob/issues/1499)) ([b722f34](https://github.com/christophehurpeau/pob/commit/b722f34b324aeaa2bfe71cd63002e0c1965ee052))





# [7.3.0](https://github.com/christophehurpeau/pob/compare/@pob/root@7.2.0...@pob/root@7.3.0) (2022-12-30)


### Bug Fixes

* **deps:** update dependency lint-staged to v13.0.4 ([#1463](https://github.com/christophehurpeau/pob/issues/1463)) ([905908f](https://github.com/christophehurpeau/pob/commit/905908f59acd0689da11502dea5e0d53744b61bd))
* **deps:** update dependency prettier to v2.8.1 ([#1476](https://github.com/christophehurpeau/pob/issues/1476)) ([d9b8ef2](https://github.com/christophehurpeau/pob/commit/d9b8ef2e75c5c9a5e1d0a573a6c2fa81857f3f8e))
* update json5 ([808e9a5](https://github.com/christophehurpeau/pob/commit/808e9a5f7be5b7460945b9748fd950ed3ddc1e9a))


### Features

* build on renovate rollup update ([d5df5b8](https://github.com/christophehurpeau/pob/commit/d5df5b81b3dd2d78baa52a64617e1ecffeb5033e))
* **deps:** update dependency @commitlint/cli to v17.3.0 ([#1460](https://github.com/christophehurpeau/pob/issues/1460)) ([b213211](https://github.com/christophehurpeau/pob/commit/b213211aa536d826b11d74a96eb5cdba352fb414))
* **deps:** update dependency lint-staged to v13.1.0 ([#1473](https://github.com/christophehurpeau/pob/issues/1473)) ([ecc84ca](https://github.com/christophehurpeau/pob/commit/ecc84ca3869ce8518ef707f09b9b458fb83fb55b))
* **deps:** update dependency prettier to v2.8.0 ([#1461](https://github.com/christophehurpeau/pob/issues/1461)) ([2ca692d](https://github.com/christophehurpeau/pob/commit/2ca692d78f53a99a3ef43af1a01df626e5bb5d70))





# [7.2.0](https://github.com/christophehurpeau/pob/compare/@pob/root@7.1.1...@pob/root@7.2.0) (2022-11-18)


### Features

* simplify tsconfig ([83e1ad1](https://github.com/christophehurpeau/pob/commit/83e1ad11dac522c93821fb91dc1b2ccdebd0be16))





## [7.1.1](https://github.com/christophehurpeau/pob/compare/@pob/root@7.1.0...@pob/root@7.1.1) (2022-11-15)

**Note:** Version bump only for package @pob/root





# [7.1.0](https://github.com/christophehurpeau/pob/compare/@pob/root@7.0.0...@pob/root@7.1.0) (2022-11-15)


### Features

* lint-staged config esm ([9a2fc45](https://github.com/christophehurpeau/pob/commit/9a2fc45740eb4374171d1f0de2d73f99df90e243))





# [7.0.0](https://github.com/christophehurpeau/pob/compare/@pob/root@6.23.1...@pob/root@7.0.0) (2022-11-13)


### Bug Fixes

* fix repository-check-dirty ([93ff29d](https://github.com/christophehurpeau/pob/commit/93ff29d0d1d44f79e59e049213e6caa6a1fedf22))


### Features

* **deps:** update dependency @commitlint/cli to v17.2.0 ([#1447](https://github.com/christophehurpeau/pob/issues/1447)) ([e5b9440](https://github.com/christophehurpeau/pob/commit/e5b9440ba6f2c052e93cc9db69904e697707bad7))
* update to node 16 and ESM ([fcdc84f](https://github.com/christophehurpeau/pob/commit/fcdc84f423ac27fd6324b673b9da340b0d22a738))


### BREAKING CHANGES

* drop node 14





## [6.23.1](https://github.com/christophehurpeau/pob/compare/@pob/root@6.23.0...@pob/root@6.23.1) (2022-10-19)

**Note:** Version bump only for package @pob/root





# [6.23.0](https://github.com/christophehurpeau/pob/compare/@pob/root@6.22.0...@pob/root@6.23.0) (2022-10-05)


### Features

* **@pob/root:** always build in pre-commit ([ca17fc0](https://github.com/christophehurpeau/pob/commit/ca17fc022dd366ffafed0bdf410f328e13f0f867))
* better prettier config ([329d560](https://github.com/christophehurpeau/pob/commit/329d560594cade521e35a6f3237888db49f67b87))





# [6.22.0](https://github.com/christophehurpeau/pob/compare/@pob/root@6.21.1...@pob/root@6.22.0) (2022-09-04)


### Bug Fixes

* **deps:** update dependency @commitlint/cli to v17.1.1 ([#1381](https://github.com/christophehurpeau/pob/issues/1381)) ([0553fd7](https://github.com/christophehurpeau/pob/commit/0553fd736fbab37679344a516b863c0df2226c43))
* **deps:** update dependency @commitlint/cli to v17.1.2 ([#1382](https://github.com/christophehurpeau/pob/issues/1382)) ([d66aec6](https://github.com/christophehurpeau/pob/commit/d66aec61606910412becebe5616e65f0a5ecad30))
* fix condition to run tsc when ts or tsx file changed ([5a3eed6](https://github.com/christophehurpeau/pob/commit/5a3eed6b7a59360d6bcf74ac1945a675591cda09))


### Features

* **deps:** update dependency @commitlint/cli to v17.1.0 ([#1380](https://github.com/christophehurpeau/pob/issues/1380)) ([f77de31](https://github.com/christophehurpeau/pob/commit/f77de311e9bd07f8e127581c621d74b2789e226f))





## [6.21.1](https://github.com/christophehurpeau/pob/compare/@pob/root@6.21.0...@pob/root@6.21.1) (2022-08-12)

**Note:** Version bump only for package @pob/root





# [6.21.0](https://github.com/christophehurpeau/pob/compare/@pob/root@6.20.1...@pob/root@6.21.0) (2022-08-01)


### Bug Fixes

* **deps:** update dependency @commitlint/cli to v17.0.3 ([#1329](https://github.com/christophehurpeau/pob/issues/1329)) ([ac6e845](https://github.com/christophehurpeau/pob/commit/ac6e845ba4be42728b78d607da5b034d5eb3e6a3))
* **deps:** update dependency prettier to v2.7.1 ([#1322](https://github.com/christophehurpeau/pob/issues/1322)) ([ba6b521](https://github.com/christophehurpeau/pob/commit/ba6b521ccada49f36eb013a02f5eea13613ed593))
* fix prettier workflow push in no verify ([81cb977](https://github.com/christophehurpeau/pob/commit/81cb9779e4cd119b21ae543ba0a739d3495d0029))
* update husky ([e66246b](https://github.com/christophehurpeau/pob/commit/e66246b72a4b43814e56d7f73dba61e1cba0b389))


### Features

* **deps:** update dependency lint-staged to v13 ([#1306](https://github.com/christophehurpeau/pob/issues/1306)) ([093d848](https://github.com/christophehurpeau/pob/commit/093d848bf0be31c677db161f2d6e86a7490a4533))
* **deps:** update dependency prettier to v2.7.0 ([#1318](https://github.com/christophehurpeau/pob/issues/1318)) ([ee2d9f3](https://github.com/christophehurpeau/pob/commit/ee2d9f313d0be390dd68e83112998960f7517792))
* update to yarn 3.2.1 ([f8126b9](https://github.com/christophehurpeau/pob/commit/f8126b9ebb0c606b0e0f5b5e59fc9e8e6dbd5a99))





## [6.20.1](https://github.com/christophehurpeau/pob/compare/@pob/root@6.20.0...@pob/root@6.20.1) (2022-06-01)


### Bug Fixes

* **deps:** update dependency @commitlint/cli to v17.0.2 ([#1304](https://github.com/christophehurpeau/pob/issues/1304)) ([d18ad8c](https://github.com/christophehurpeau/pob/commit/d18ad8c3d740a7eaf6afcda7f9ed6d0b8e5124bc))





# [6.20.0](https://github.com/christophehurpeau/pob/compare/@pob/root@6.19.1...@pob/root@6.20.0) (2022-05-31)


### Bug Fixes

* **deps:** update dependency lint-staged to v12.4.2 ([#1291](https://github.com/christophehurpeau/pob/issues/1291)) ([d805e5b](https://github.com/christophehurpeau/pob/commit/d805e5bdcac330064cdbb739d0a3ae6751881b3d))
* **deps:** update dependency lint-staged to v12.4.3 ([#1300](https://github.com/christophehurpeau/pob/issues/1300)) ([087991e](https://github.com/christophehurpeau/pob/commit/087991ece48574f4be6feccb7f4a5a6c29c43fc9))


### Features

* **deps:** update commitlint monorepo to v17 (major) ([#1285](https://github.com/christophehurpeau/pob/issues/1285)) ([c982250](https://github.com/christophehurpeau/pob/commit/c9822502a35da09cc20976383f851d6a5ae56b87))
* **deps:** update dependency @commitlint/cli to v16.3.0 ([#1283](https://github.com/christophehurpeau/pob/issues/1283)) ([cf518ba](https://github.com/christophehurpeau/pob/commit/cf518babef07ca5f2c0ceb8d770c39d2a60a55bf))
* **deps:** update dependency husky to v8 ([#1279](https://github.com/christophehurpeau/pob/issues/1279)) ([9296f09](https://github.com/christophehurpeau/pob/commit/9296f09825dee01581d5eaf78e99050baf4eaf9e))
* **deps:** update dependency lint-staged to v12.5.0 ([#1303](https://github.com/christophehurpeau/pob/issues/1303)) ([e34df25](https://github.com/christophehurpeau/pob/commit/e34df257d21512cb5cb494b5b5f0181973b37eb1))





## [6.19.1](https://github.com/christophehurpeau/pob/compare/@pob/root@6.19.0...@pob/root@6.19.1) (2022-04-30)


### Bug Fixes

* **@pob/root:** push with no verify ([279faa1](https://github.com/christophehurpeau/pob/commit/279faa1a0d337ee509bfe319aefb48abb9a68959))





# [6.19.0](https://github.com/christophehurpeau/pob/compare/@pob/root@6.18.1...@pob/root@6.19.0) (2022-04-30)


### Features

* **@pob/root:** run tsc on ts file change ([0e63a42](https://github.com/christophehurpeau/pob/commit/0e63a42a22d3b9d0c747fa34df5a55154e8c185a))
* **@pob/root:** use changedSince on prepush hook ([1d66aa5](https://github.com/christophehurpeau/pob/commit/1d66aa5a4886917cfd4b96809709af738d3f01d0))
* remove useless dependencies cache ([f84c525](https://github.com/christophehurpeau/pob/commit/f84c52577e90a03ef3adb87b02ee1772b8acc74f))





## [6.18.1](https://github.com/christophehurpeau/pob/compare/@pob/root@6.18.0...@pob/root@6.18.1) (2022-04-30)

**Note:** Version bump only for package @pob/root





# [6.18.0](https://github.com/christophehurpeau/pob/compare/@pob/root@6.17.0...@pob/root@6.18.0) (2022-04-30)


### Features

* update dependencies ([38b561f](https://github.com/christophehurpeau/pob/commit/38b561f674dc54f51359c08daa22a64609f70b66))





# [6.17.0](https://github.com/christophehurpeau/pob/compare/@pob/root@6.16.0...@pob/root@6.17.0) (2022-04-30)


### Bug Fixes

* **deps:** update dependency @commitlint/cli to v16.2.4 ([#1266](https://github.com/christophehurpeau/pob/issues/1266)) ([5bc06fc](https://github.com/christophehurpeau/pob/commit/5bc06fc9130011555e512c9530270c9b94033bc1))
* **deps:** update dependency lint-staged to v12.4.1 ([#1264](https://github.com/christophehurpeau/pob/issues/1264)) ([2e016d6](https://github.com/christophehurpeau/pob/commit/2e016d6fbfc841e453041a8204bfa7f190c4357d))


### Features

* **deps:** update dependency lint-staged to v12.4.0 ([#1261](https://github.com/christophehurpeau/pob/issues/1261)) ([5e54455](https://github.com/christophehurpeau/pob/commit/5e5445580d4d9384e67a50622eaaf59dffdb4f67))
* export prettier as pob-root-prettier ([538f7ac](https://github.com/christophehurpeau/pob/commit/538f7ac16e1ec51a13e8fb07fde003910f1a565b))





# [6.16.0](https://github.com/christophehurpeau/pob/compare/@pob/root@6.15.0...@pob/root@6.16.0) (2022-04-18)


### Bug Fixes

* **deps:** update dependency lint-staged to v12.3.8 ([#1258](https://github.com/christophehurpeau/pob/issues/1258)) ([3411d55](https://github.com/christophehurpeau/pob/commit/3411d558032ef86694d412299f11bb8ff33079c1))
* update semver ([11a8763](https://github.com/christophehurpeau/pob/commit/11a8763b942e0e9fb348249b126ed4c15d20f2cb))


### Features

* update husky ([f8deb6b](https://github.com/christophehurpeau/pob/commit/f8deb6bc0b98ab25c83cd353f5f57d1c3dc500da))





# [6.15.0](https://github.com/christophehurpeau/pob/compare/@pob/root@6.14.1...@pob/root@6.15.0) (2022-04-09)


### Bug Fixes

* **@pob/root:** add missing shebang ([c8ef5aa](https://github.com/christophehurpeau/pob/commit/c8ef5aa99423c1055c380689dab442a0bbceda9a))


### Features

* **deps:** update @pob/eslint-config ([#1236](https://github.com/christophehurpeau/pob/issues/1236)) ([e3cc1ad](https://github.com/christophehurpeau/pob/commit/e3cc1ad732f162391cdf4df87bc5f65e9c61e347))
* **pob:** reexport prettier ([0ce5dba](https://github.com/christophehurpeau/pob/commit/0ce5dba7d5a8da4bba22ce1e55ff9b4d08962900))





## [6.14.1](https://github.com/christophehurpeau/pob/compare/@pob/root@6.14.0...@pob/root@6.14.1) (2022-04-03)


### Bug Fixes

* **deps:** update dependency prettier to v2.6.1 ([#1246](https://github.com/christophehurpeau/pob/issues/1246)) ([5eeeee8](https://github.com/christophehurpeau/pob/commit/5eeeee8f08df70077bf38172242365a797732c33))
* **deps:** update dependency prettier to v2.6.2 ([#1249](https://github.com/christophehurpeau/pob/issues/1249)) ([42f4d13](https://github.com/christophehurpeau/pob/commit/42f4d135b5275185a5f5907f5336a40ebc3148b3))





# [6.14.0](https://github.com/christophehurpeau/pob/compare/@pob/root@6.13.0...@pob/root@6.14.0) (2022-03-24)


### Bug Fixes

* **deps:** update dependency @commitlint/cli to v16.2.3 ([#1239](https://github.com/christophehurpeau/pob/issues/1239)) ([1f8085c](https://github.com/christophehurpeau/pob/commit/1f8085c7bf6583ff4ec16dc8447d31e1d0502749))
* **deps:** update dependency lint-staged to v12.3.6 ([#1241](https://github.com/christophehurpeau/pob/issues/1241)) ([81da5c2](https://github.com/christophehurpeau/pob/commit/81da5c267fa079b7e331509e4861ce6c9b0c1ca5))
* **deps:** update dependency lint-staged to v12.3.7 ([#1242](https://github.com/christophehurpeau/pob/issues/1242)) ([b2b1062](https://github.com/christophehurpeau/pob/commit/b2b1062d0ebb6a52065826048cb15c7079497438))


### Features

* **deps:** update dependency prettier to v2.6.0 ([#1240](https://github.com/christophehurpeau/pob/issues/1240)) ([acfaca1](https://github.com/christophehurpeau/pob/commit/acfaca1645a0eeb5e842aa55ae37970da98310ff))





# [6.13.0](https://github.com/christophehurpeau/pob/compare/@pob/root@6.12.1...@pob/root@6.13.0) (2022-03-13)


### Features

* run yarn run checks when changing package.json if exists ([c9c9b82](https://github.com/christophehurpeau/pob/commit/c9c9b82eb50ba0c205e63efee46c826eb950091e))





## [6.12.1](https://github.com/christophehurpeau/pob/compare/@pob/root@6.12.0...@pob/root@6.12.1) (2022-03-09)

**Note:** Version bump only for package @pob/root





# [6.12.0](https://github.com/christophehurpeau/pob/compare/@pob/root@6.11.0...@pob/root@6.12.0) (2022-03-05)


### Bug Fixes

* **deps:** update dependency lint-staged to v12.3.5 ([#1228](https://github.com/christophehurpeau/pob/issues/1228)) ([177259b](https://github.com/christophehurpeau/pob/commit/177259bf9fdbce0e2c38036dfe94c501c5b18842))


### Features

* update actions/checkout ([b8abb40](https://github.com/christophehurpeau/pob/commit/b8abb40cfecaeceda0998246be17c7ef35f05d32))
* update yarn to 3.2.0 ([3066268](https://github.com/christophehurpeau/pob/commit/3066268b13a658e52d3d1458ec386462ef8f401a))





# [6.11.0](https://github.com/christophehurpeau/pob/compare/@pob/root@6.10.0...@pob/root@6.11.0) (2022-02-20)


### Features

* **@pob/root:** add lint task ([51cce9f](https://github.com/christophehurpeau/pob/commit/51cce9f9605c3c2ce09de5a69ed84178659d6338))





# [6.10.0](https://github.com/christophehurpeau/pob/compare/@pob/root@6.9.0...@pob/root@6.10.0) (2022-02-20)


### Features

* experimental vscode tasks generator ([d7a727f](https://github.com/christophehurpeau/pob/commit/d7a727fa1f8aec1e0f6f56b8219ea781b0759240))





# [6.9.0](https://github.com/christophehurpeau/pob/compare/@pob/root@6.8.0...@pob/root@6.9.0) (2022-02-19)


### Bug Fixes

* **deps:** update dependency lint-staged to v12.3.4 ([#1207](https://github.com/christophehurpeau/pob/issues/1207)) ([00e6c79](https://github.com/christophehurpeau/pob/commit/00e6c7909214d4039c386be2777d603f70d823ce))


### Features

* **deps:** update dependency which-pm-runs to v1.1.0 ([#1212](https://github.com/christophehurpeau/pob/issues/1212)) ([b759252](https://github.com/christophehurpeau/pob/commit/b759252115b7fe6f726c3aa1c042ef3b6b0b96d2))





# [6.8.0](https://github.com/christophehurpeau/pob/compare/@pob/root@6.7.2...@pob/root@6.8.0) (2022-02-13)


### Features

* **deps:** update dependency @commitlint/cli to v16.2.1 ([#1205](https://github.com/christophehurpeau/pob/issues/1205)) ([303ad10](https://github.com/christophehurpeau/pob/commit/303ad1098d28610b2919679d5cb7feacf0956ddc))





## [6.7.2](https://github.com/christophehurpeau/pob/compare/@pob/root@6.7.1...@pob/root@6.7.2) (2022-02-12)

**Note:** Version bump only for package @pob/root





## [6.7.1](https://github.com/christophehurpeau/pob/compare/@pob/root@6.7.0...@pob/root@6.7.1) (2022-02-12)

**Note:** Version bump only for package @pob/root





# [6.7.0](https://github.com/christophehurpeau/pob/compare/@pob/root@6.6.1...@pob/root@6.7.0) (2022-02-06)


### Features

* **@pob/root:** add dep pob-dependencies to release new version when dependencies are updated ([88b80b2](https://github.com/christophehurpeau/pob/commit/88b80b256663859c901edd4826bb72b9b274b80f))





## [6.6.1](https://github.com/christophehurpeau/pob/compare/@pob/root@6.6.0...@pob/root@6.6.1) (2022-02-05)


### Bug Fixes

* **deps:** update dependency lint-staged to v12.3.3 ([#1189](https://github.com/christophehurpeau/pob/issues/1189)) ([14cef99](https://github.com/christophehurpeau/pob/commit/14cef990230b65b3354e74ef01359d505cd7ce2c))





# [6.6.0](https://github.com/christophehurpeau/pob/compare/@pob/root@6.5.0...@pob/root@6.6.0) (2022-01-29)


### Bug Fixes

* **deps:** update dependency lint-staged to v12.3.1 ([#1181](https://github.com/christophehurpeau/pob/issues/1181)) ([e7b660a](https://github.com/christophehurpeau/pob/commit/e7b660ad346ecb86000d8317a34cbbe7901dae2e))
* **deps:** update dependency lint-staged to v12.3.2 ([#1185](https://github.com/christophehurpeau/pob/issues/1185)) ([d474175](https://github.com/christophehurpeau/pob/commit/d474175b0a69300328c3cbb7d318285bed0889f6))


### Features

* **deps:** update dependency lint-staged to v12.3.0 ([#1180](https://github.com/christophehurpeau/pob/issues/1180)) ([eb578c7](https://github.com/christophehurpeau/pob/commit/eb578c720dced58aeef742ccbf48f55d9db93919))





# [6.5.0](https://github.com/christophehurpeau/pob/compare/@pob/root@6.4.0...@pob/root@6.5.0) (2022-01-20)


### Bug Fixes

* **deps:** update dependency @commitlint/cli to v16.0.3 ([#1169](https://github.com/christophehurpeau/pob/issues/1169)) ([273d502](https://github.com/christophehurpeau/pob/commit/273d5021da0d613a34f95d1349b9d21fdac3a5d8))
* **deps:** update dependency lint-staged to v12.2.1 ([#1171](https://github.com/christophehurpeau/pob/issues/1171)) ([8b6954a](https://github.com/christophehurpeau/pob/commit/8b6954ac097c4f5a8347f1b74b42755e2cf4d863))
* **deps:** update dependency lint-staged to v12.2.2 ([#1175](https://github.com/christophehurpeau/pob/issues/1175)) ([0bbdb17](https://github.com/christophehurpeau/pob/commit/0bbdb17e61239fd86a51a1378b32f79413fc7b9e))


### Features

* **deps:** update dependency @commitlint/cli to v16.1.0 ([#1173](https://github.com/christophehurpeau/pob/issues/1173)) ([778a409](https://github.com/christophehurpeau/pob/commit/778a4095bdf4f3f295046b7cbac48ae30e859069))
* **deps:** update dependency lint-staged to v12.2.0 ([#1167](https://github.com/christophehurpeau/pob/issues/1167)) ([7354483](https://github.com/christophehurpeau/pob/commit/73544836fc5a9c73b1ed59baa0342bb0ed64c105))





# [6.4.0](https://github.com/christophehurpeau/pob/compare/@pob/root@6.3.2...@pob/root@6.4.0) (2022-01-15)


### Bug Fixes

* **deps:** update dependency @commitlint/cli to v16.0.2 ([#1161](https://github.com/christophehurpeau/pob/issues/1161)) ([80dccd0](https://github.com/christophehurpeau/pob/commit/80dccd0b1c12052fe076e934d31a5150892e8b80))
* **deps:** update dependency lint-staged to v12.1.5 ([#1154](https://github.com/christophehurpeau/pob/issues/1154)) ([984425e](https://github.com/christophehurpeau/pob/commit/984425ec4716fae1602cc11e414aa4b4f1ae74b2))
* **deps:** update dependency lint-staged to v12.1.6 ([#1159](https://github.com/christophehurpeau/pob/issues/1159)) ([2eb816f](https://github.com/christophehurpeau/pob/commit/2eb816f9ceb78230f45e64b46c52eb06c57e95c9))
* **deps:** update dependency lint-staged to v12.1.7 ([#1160](https://github.com/christophehurpeau/pob/issues/1160)) ([fd984fd](https://github.com/christophehurpeau/pob/commit/fd984fd8817a22e5ea09f2b47a7f7f125aa46ec2))


### Features

* generate documentation and coverage on gh-pages ([32e4801](https://github.com/christophehurpeau/pob/commit/32e4801e8a4d1ff221a7fe63d42c6fe52d46f796))





## [6.3.2](https://github.com/christophehurpeau/pob/compare/@pob/root@6.3.1...@pob/root@6.3.2) (2022-01-02)


### Bug Fixes

* remove legacy .yarn/build-state.yml ([b625bab](https://github.com/christophehurpeau/pob/commit/b625bab16caa53342fdcbf1961b73446cdfd2541))





## [6.3.1](https://github.com/christophehurpeau/pob/compare/@pob/root@6.3.0...@pob/root@6.3.1) (2022-01-02)


### Bug Fixes

* **@pob/root:** fix lint-staged warning message ([fa96c7a](https://github.com/christophehurpeau/pob/commit/fa96c7a440a7711acc933f4247072b13ffe5a977))





# [6.3.0](https://github.com/christophehurpeau/pob/compare/@pob/root@6.2.1...@pob/root@6.3.0) (2022-01-02)


### Features

* rename pob root update install step ([a11d606](https://github.com/christophehurpeau/pob/commit/a11d6062ab01712997455f312f16637b014e0d7b))
* update commit message in github workflows ([de35263](https://github.com/christophehurpeau/pob/commit/de35263aa74f6ec91dffefc19e0c49c7701e6358))





## [6.2.1](https://github.com/christophehurpeau/pob/compare/@pob/root@6.2.0...@pob/root@6.2.1) (2022-01-01)


### Bug Fixes

* **deps:** update dependency @commitlint/cli to v16.0.1 ([#1146](https://github.com/christophehurpeau/pob/issues/1146)) ([e0ec534](https://github.com/christophehurpeau/pob/commit/e0ec5342ee02ae0a4616609a2e7901212aea5a8e))





# [6.2.0](https://github.com/christophehurpeau/pob/compare/@pob/root@6.1.6...@pob/root@6.2.0) (2021-12-26)


### Bug Fixes

* **deps:** update dependency lint-staged to v12.1.4 ([#1144](https://github.com/christophehurpeau/pob/issues/1144)) ([12fec19](https://github.com/christophehurpeau/pob/commit/12fec19cf9e73bc0d946366d56dd1ae920849730))


### Features

* **deps:** update commitlint monorepo to v16 (major) ([#1145](https://github.com/christophehurpeau/pob/issues/1145)) ([f0a0e84](https://github.com/christophehurpeau/pob/commit/f0a0e849adc7c441f4e01be7fd086b52077afbc4))





## [6.1.6](https://github.com/christophehurpeau/pob/compare/@pob/root@6.1.5...@pob/root@6.1.6) (2021-12-18)


### Bug Fixes

* update mem-fs ([8fdf8f7](https://github.com/christophehurpeau/pob/commit/8fdf8f79768ac0ca6e0326e629834657e2992c71))
* **deps:** update dependency lint-staged to v12.1.3 ([#1142](https://github.com/christophehurpeau/pob/issues/1142)) ([a119ab7](https://github.com/christophehurpeau/pob/commit/a119ab70b341c3cbe71ae640605a1160f99753fc))





## [6.1.5](https://github.com/christophehurpeau/pob/compare/@pob/root@6.1.4...@pob/root@6.1.5) (2021-12-12)


### Bug Fixes

* enable yarn install in pob update workflow ([f7a946a](https://github.com/christophehurpeau/pob/commit/f7a946a3773e7d2400c1507c895d24f46525343c))
* exitCode when lint-staged fails ([cb78fe8](https://github.com/christophehurpeau/pob/commit/cb78fe8ddd709529a8f026d568e9ad41700d1270))





## [6.1.4](https://github.com/christophehurpeau/pob/compare/@pob/root@6.1.3...@pob/root@6.1.4) (2021-12-12)


### Bug Fixes

* no process.env.POB_GITHUB_TOKEN in ci ([8248c48](https://github.com/christophehurpeau/pob/commit/8248c48441d4c6cfea86367166159444f4711bb8))





## [6.1.3](https://github.com/christophehurpeau/pob/compare/@pob/root@6.1.2...@pob/root@6.1.3) (2021-12-12)


### Bug Fixes

* force update to @pob/root for pob ([67ce09a](https://github.com/christophehurpeau/pob/commit/67ce09a19bd2313e436c3950ff8d57ef0cbcb84f))





## [6.1.2](https://github.com/christophehurpeau/pob/compare/@pob/root@6.1.1...@pob/root@6.1.2) (2021-12-12)


### Bug Fixes

* **@pob/root:** typedoc github action workflow ([09c99b4](https://github.com/christophehurpeau/pob/commit/09c99b40bd9271d0ba15108a81c89fd6013882d2))





## [6.1.1](https://github.com/christophehurpeau/pob/compare/@pob/root@6.1.0...@pob/root@6.1.1) (2021-12-12)


### Reverts

* fix: go back to commonjs modules for yarn pnp compatibility ([4e943b6](https://github.com/christophehurpeau/pob/commit/4e943b65ac843b6900aa4f86294f13b8fb18a0e8))





# [6.1.0](https://github.com/christophehurpeau/pob/compare/@pob/root@6.0.0...@pob/root@6.1.0) (2021-12-12)


### Features

* run npx pob update on @pob/root renovate update ([67666e9](https://github.com/christophehurpeau/pob/commit/67666e9a87941ac78cdf68373164a52a532020b1))





# [6.0.0](https://github.com/christophehurpeau/pob/compare/@pob/root@5.9.0...@pob/root@6.0.0) (2021-12-11)


### Features

* drop node 12 ([2f32308](https://github.com/christophehurpeau/pob/commit/2f32308b06ca74d0deb3355707e3082fa73e25dc))


### BREAKING CHANGES

* requires node 14





# [5.9.0](https://github.com/christophehurpeau/pob/compare/@pob/root@5.8.0...@pob/root@5.9.0) (2021-12-05)


### Bug Fixes

* **@pob/root:** only install ci workflows if ci is enabled ([4802555](https://github.com/christophehurpeau/pob/commit/48025558ce3f5c6bedefbbd39087cd7908bf179a))


### Features

* **deps:** update commitlint monorepo to v15 (major) ([#1104](https://github.com/christophehurpeau/pob/issues/1104)) ([3ae680e](https://github.com/christophehurpeau/pob/commit/3ae680e101f3525c1855f001f50851c3b4f7dbc0))





# [5.8.0](https://github.com/christophehurpeau/pob/compare/@pob/root@5.7.2...@pob/root@5.8.0) (2021-11-28)


### Bug Fixes

* **deps:** update dependency lint-staged to v12.0.3 ([#1107](https://github.com/christophehurpeau/pob/issues/1107)) ([b86a68f](https://github.com/christophehurpeau/pob/commit/b86a68fb7ad45cf231a1ed975df7ee83c65f517e))
* **deps:** update dependency lint-staged to v12.1.2 ([#1112](https://github.com/christophehurpeau/pob/issues/1112)) ([8be59f6](https://github.com/christophehurpeau/pob/commit/8be59f604f2b1b93e9859c966cf8f34b7cbe3d74))


### Features

* **deps:** update dependency lint-staged to v12.1.1 ([#1110](https://github.com/christophehurpeau/pob/issues/1110)) ([1b6d958](https://github.com/christophehurpeau/pob/commit/1b6d958089f85f5ad1bf6bfadec272f86e99d618))





## [5.7.2](https://github.com/christophehurpeau/pob/compare/@pob/root@5.7.1...@pob/root@5.7.2) (2021-11-14)


### Bug Fixes

* **@pob/root:** export ./createLintStagedConfig ([2c39f36](https://github.com/christophehurpeau/pob/commit/2c39f3671c9c38aac3d4b60b885624532531af9c))





## [5.7.1](https://github.com/christophehurpeau/pob/compare/@pob/root@5.7.0...@pob/root@5.7.1) (2021-11-14)


### Bug Fixes

* **@pob/root:** export createLintStagedConfig ([f329521](https://github.com/christophehurpeau/pob/commit/f329521adc5537881635d4401010f6a9bb175dfd))





# [5.7.0](https://github.com/christophehurpeau/pob/compare/@pob/root@5.6.1...@pob/root@5.7.0) (2021-11-14)


### Bug Fixes

* **@pob/root:** lint-staged bin ([c3fb251](https://github.com/christophehurpeau/pob/commit/c3fb251ac3fee9080a056c144702b87cdf86b8f1))


### Features

* **@pob/root:** use husky script ([7a668c2](https://github.com/christophehurpeau/pob/commit/7a668c280101dca57198a10d73321df7135b03fb))
* **deps:** update dependency lint-staged to v12 ([#1098](https://github.com/christophehurpeau/pob/issues/1098)) ([70e9712](https://github.com/christophehurpeau/pob/commit/70e97125201a969c3b4040ee0966869c4fa47dad))





## [5.6.1](https://github.com/christophehurpeau/pob/compare/@pob/root@5.6.0...@pob/root@5.6.1) (2021-11-11)


### Bug Fixes

* **@pob/root:** fix running install without immutable in ci ([a0132ca](https://github.com/christophehurpeau/pob/commit/a0132caa200714a806520cff004c169f32c74e98))





# [5.6.0](https://github.com/christophehurpeau/pob/compare/@pob/root@5.5.0...@pob/root@5.6.0) (2021-11-11)


### Bug Fixes

* **@pob/root:** dont install with immutable when updating pob root ([7fc32d4](https://github.com/christophehurpeau/pob/commit/7fc32d44383299e8b138eb4248e5ff09e0a11ff8))
* **deps:** update dependency lint-staged to v11.2.5 ([#1082](https://github.com/christophehurpeau/pob/issues/1082)) ([16321c0](https://github.com/christophehurpeau/pob/commit/16321c00814b04c2ee33bae003ef2f911c9e94a7))
* **deps:** update dependency lint-staged to v11.2.6 ([#1083](https://github.com/christophehurpeau/pob/issues/1083)) ([9f25941](https://github.com/christophehurpeau/pob/commit/9f25941086f15de78c8117c15034321a1b6ff38f))


### Features

* **deps:** update commitlint monorepo to v14 (major) ([#1088](https://github.com/christophehurpeau/pob/issues/1088)) ([6a012c5](https://github.com/christophehurpeau/pob/commit/6a012c526c7ba2447ffc712da21a944372f42a2f))
* improve npmignore ([b47706a](https://github.com/christophehurpeau/pob/commit/b47706af4f9be4f8103ec1306879bbd0a6989e6b))





# [5.5.0](https://github.com/christophehurpeau/pob/compare/@pob/root@5.4.2...@pob/root@5.5.0) (2021-10-25)


### Bug Fixes

* **@pob/root:** argument install in legacy yarn 1 ([7cf1566](https://github.com/christophehurpeau/pob/commit/7cf1566bfd536223e37bf6b7d11790d79e0e2270))
* **deps:** update dependency @commitlint/cli to v13.2.1 ([#1067](https://github.com/christophehurpeau/pob/issues/1067)) ([f6c56df](https://github.com/christophehurpeau/pob/commit/f6c56df3803151aadc1877a76910e84762548512))
* **deps:** update dependency lint-staged to v11.2.1 ([#1066](https://github.com/christophehurpeau/pob/issues/1066)) ([995eefe](https://github.com/christophehurpeau/pob/commit/995eefe9920a07cbf5d2575577de2477df4647f5))
* **deps:** update dependency lint-staged to v11.2.2 ([#1068](https://github.com/christophehurpeau/pob/issues/1068)) ([1351272](https://github.com/christophehurpeau/pob/commit/135127291756f79d39129a7ae657d8b9b171b4f3))
* **deps:** update dependency lint-staged to v11.2.3 ([#1070](https://github.com/christophehurpeau/pob/issues/1070)) ([adf2a74](https://github.com/christophehurpeau/pob/commit/adf2a7474d1355e2c405b146d6fbe25e81b6cf2e))
* **deps:** update dependency lint-staged to v11.2.4 ([#1079](https://github.com/christophehurpeau/pob/issues/1079)) ([8221e57](https://github.com/christophehurpeau/pob/commit/8221e5740953e2c72f90b0fa808bb93a9dcfac3f))


### Features

* **@pob/root:** update yarn ([d77b408](https://github.com/christophehurpeau/pob/commit/d77b408d1198c6dac181578c00f1afa0be38aa5d))
* **deps:** update dependency @commitlint/cli to v13.2.0 ([#1056](https://github.com/christophehurpeau/pob/issues/1056)) ([b4a0b61](https://github.com/christophehurpeau/pob/commit/b4a0b61ade5cfdee584d9a341a1d579ac67201d3))
* **deps:** update dependency lint-staged to v11.2.0 ([#1062](https://github.com/christophehurpeau/pob/issues/1062)) ([4d01261](https://github.com/christophehurpeau/pob/commit/4d0126137a8574297918fef5bfeb4b0dfbf4361f))





## [5.4.2](https://github.com/christophehurpeau/pob/compare/@pob/root@5.4.1...@pob/root@5.4.2) (2021-09-05)


### Bug Fixes

* **@pob/root:** make sure new line eof in git hooks ([5b2c669](https://github.com/christophehurpeau/pob/commit/5b2c6696f28b56f99ce6b396d3c42d4ab2ed80dd))





## [5.4.1](https://github.com/christophehurpeau/pob/compare/@pob/root@5.4.0...@pob/root@5.4.1) (2021-09-05)


### Bug Fixes

* **@pob/root:** missing eslint arguments in lint-staged config ([112d6b1](https://github.com/christophehurpeau/pob/commit/112d6b1f8bbb2985c9a12d36f98b34514d9e592d))





# [5.4.0](https://github.com/christophehurpeau/pob/compare/@pob/root@5.3.2...@pob/root@5.4.0) (2021-09-05)


### Features

* **@pob/root:** use relative path with lint-staged ([1ffbfbd](https://github.com/christophehurpeau/pob/commit/1ffbfbdfae881ba027f1f6c9474cdc121d210728))





## [5.3.2](https://github.com/christophehurpeau/pob/compare/@pob/root@5.3.1...@pob/root@5.3.2) (2021-09-05)


### Bug Fixes

* **@pob/root:** missing new line at the end of file ([5b70b42](https://github.com/christophehurpeau/pob/commit/5b70b425294dccd13a1be29ffd8ae6447934779f))





## [5.3.1](https://github.com/christophehurpeau/pob/compare/@pob/root@5.3.0...@pob/root@5.3.1) (2021-09-05)

**Note:** Version bump only for package @pob/root





# [5.3.0](https://github.com/christophehurpeau/pob/compare/@pob/root@5.2.3...@pob/root@5.3.0) (2021-09-05)


### Bug Fixes

* add --immutable-cache when running yarn install on ci or hooks and add fallback to prevent hooks from failing ([1f3f296](https://github.com/christophehurpeau/pob/commit/1f3f2969bb7f551996200c8f04371ded0b779d1e))


### Features

* **@pob/root:** update yarn and fix script ([90f6dfe](https://github.com/christophehurpeau/pob/commit/90f6dfe9511edc53b5552558f289b124c85bd482))
* remove yarnhook dependency ([710196f](https://github.com/christophehurpeau/pob/commit/710196f706a9e66753c98c98d4059bfb4ed47a70))





## [5.2.3](https://github.com/christophehurpeau/pob/compare/@pob/root@5.2.2...@pob/root@5.2.3) (2021-08-10)


### Bug Fixes

* pkg.bin can be a string if there is only one script ([5990724](https://github.com/christophehurpeau/pob/commit/5990724c19a04d465f0157db7ee47ff2fd740446))





## [5.2.2](https://github.com/christophehurpeau/pob/compare/@pob/root@5.2.1...@pob/root@5.2.2) (2021-08-10)


### Bug Fixes

* go back to commonjs modules for yarn pnp compatibility ([2a6442c](https://github.com/christophehurpeau/pob/commit/2a6442cbc96f221320d796f15d3c84bc1ee4b0ab))





## [5.2.1](https://github.com/christophehurpeau/pob/compare/@pob/root@5.2.0...@pob/root@5.2.1) (2021-08-10)


### Bug Fixes

* **@pob/root:** dont use mjs as they dont work with yarn ([0a4fad4](https://github.com/christophehurpeau/pob/commit/0a4fad4fc29fd195e0652933e767e50ea3a5b474))





# [5.2.0](https://github.com/christophehurpeau/pob/compare/@pob/root@5.1.1...@pob/root@5.2.0) (2021-08-10)


### Bug Fixes

* **@pob/root:** remove postinstall script ([954f4c1](https://github.com/christophehurpeau/pob/commit/954f4c1ed6d44c8ed653cd857aa0bde694ae9de9))
* **deps:** update dependency lint-staged to v11.0.1 ([#997](https://github.com/christophehurpeau/pob/issues/997)) ([1977fe9](https://github.com/christophehurpeau/pob/commit/1977fe958c37ec4342fb45a17e68e39dbe23f45f))
* **deps:** update dependency lint-staged to v11.1.1 ([#1006](https://github.com/christophehurpeau/pob/issues/1006)) ([d4eaabe](https://github.com/christophehurpeau/pob/commit/d4eaabe3e3149702252173ff7de89c91e5b5e9be))
* **deps:** update dependency lint-staged to v11.1.2 ([#1017](https://github.com/christophehurpeau/pob/issues/1017)) ([3a57f51](https://github.com/christophehurpeau/pob/commit/3a57f510a2469a02dfd204dfc4555fa759489f6d))


### Features

* update yarn ([e56ce7f](https://github.com/christophehurpeau/pob/commit/e56ce7fbc00721050ce6c42f1290e4d6e14eeba5))
* **@pob/root:** add postinstall script ([f01fe4b](https://github.com/christophehurpeau/pob/commit/f01fe4bb3afd4bd0decf000bb5088f3fe3edcc0d))
* install push-renovate-pob_root workflow ([9a2a105](https://github.com/christophehurpeau/pob/commit/9a2a10590c5bb4a5fa3f6f3e19d78d755432daaf))
* **@pob/root:** remove yarn-deduplicate ([243ebd6](https://github.com/christophehurpeau/pob/commit/243ebd628ede0c3292e5af8ae75d809f131cb637))
* **deps:** update commitlint monorepo to v13 (major) ([#1005](https://github.com/christophehurpeau/pob/issues/1005)) ([e6194b0](https://github.com/christophehurpeau/pob/commit/e6194b07367b1305f941501915ba6120c0533d9e))
* improve github workflows ([4a0c8b8](https://github.com/christophehurpeau/pob/commit/4a0c8b8531323f17baccc5c7fea7a455b4784c02))
* **deps:** update dependency lint-staged to v11.1.0 ([#1004](https://github.com/christophehurpeau/pob/issues/1004)) ([d0e8a91](https://github.com/christophehurpeau/pob/commit/d0e8a9145554f269dabb2870ed88675dcbec904b))





## [5.1.1](https://github.com/christophehurpeau/pob/compare/@pob/root@5.1.0...@pob/root@5.1.1) (2021-07-11)


### Bug Fixes

* **@pob/root:** better typedoc workflow name ([8706cfd](https://github.com/christophehurpeau/pob/commit/8706cfd7fac274b88c0b7cdc7492db2cccfde10d))





# [5.1.0](https://github.com/christophehurpeau/pob/compare/@pob/root@5.0.1...@pob/root@5.1.0) (2021-07-11)


### Bug Fixes

* **@pob/root:** pkg.bin can be a string ([7f755fb](https://github.com/christophehurpeau/pob/commit/7f755fb997f245e06817e4cd692b6e897468be86))
* use yarnhook with node-modules linker ([e4938f4](https://github.com/christophehurpeau/pob/commit/e4938f43f6632654ee32db3eacd7a43e130fa2db))
* **@pob/root:** use PROJECT_CWD in postinstall script when available ([49996bc](https://github.com/christophehurpeau/pob/commit/49996bc4e88ea748e6c2f5dc749b8159417762ea))


### Features

* create typedoc renovate update workflow ([7a64173](https://github.com/christophehurpeau/pob/commit/7a641738cb40c34170bde3d9911400e5298d64c8))





## [5.0.1](https://github.com/christophehurpeau/pob/compare/@pob/root@5.0.0...@pob/root@5.0.1) (2021-07-11)

**Note:** Version bump only for package @pob/root





# [5.0.0](https://github.com/christophehurpeau/pob/compare/@pob/root@4.1.0...@pob/root@5.0.0) (2021-07-11)


### Features

* adapt for esm modules ([1a61dca](https://github.com/christophehurpeau/pob/commit/1a61dcafefd4f00e4ea98b75fce0404bf2fa6460))


### BREAKING CHANGES

* esm support changes





# [4.1.0](https://github.com/christophehurpeau/pob/compare/@pob/root@4.0.0...@pob/root@4.1.0) (2021-07-05)


### Features

* **@pob/root:** install push-renovate-prettier.yml ([95e825a](https://github.com/christophehurpeau/pob/commit/95e825a705eb503b0b14837bd708003d3d48699b))
* **@pob/root:** remove unused cross-env dependency ([709f923](https://github.com/christophehurpeau/pob/commit/709f92361b68cf941756f210c2569c3ba0c593f7))
* **deps:** update dependency husky to v7 ([#979](https://github.com/christophehurpeau/pob/issues/979)) ([74c0df9](https://github.com/christophehurpeau/pob/commit/74c0df965ed5a13d958fb7d0300b30acf16419a4))





# [4.0.0](https://github.com/christophehurpeau/pob/compare/@pob/root@3.3.0...@pob/root@4.0.0) (2021-06-27)


### Features

* use husky 6 ([9270879](https://github.com/christophehurpeau/pob/commit/9270879af78b431cd872b5a8f0575a050710ccad))


### BREAKING CHANGES

* requires to remove husky from dev dependencies





# [3.3.0](https://github.com/christophehurpeau/pob/compare/@pob/root@3.2.0...@pob/root@3.3.0) (2021-06-24)


### Bug Fixes

* **deps:** update dependency @commitlint/cli to v12.1.3 ([#926](https://github.com/christophehurpeau/pob/issues/926)) ([087e883](https://github.com/christophehurpeau/pob/commit/087e883c14bec8e61d235651d8cc73ef9f829080))
* **deps:** update dependency @commitlint/cli to v12.1.4 ([#928](https://github.com/christophehurpeau/pob/issues/928)) ([28a1930](https://github.com/christophehurpeau/pob/commit/28a193045a79a2439ba0effa17fc69ea873fe187))


### Features

* **deps:** update dependency @commitlint/cli to v12.1.1 ([#891](https://github.com/christophehurpeau/pob/issues/891)) ([2fe2fe6](https://github.com/christophehurpeau/pob/commit/2fe2fe6f1f0c09cc2716fa847ef71f7918c99997))
* **deps:** update dependency lint-staged to v11 ([#920](https://github.com/christophehurpeau/pob/issues/920)) ([b11dd4e](https://github.com/christophehurpeau/pob/commit/b11dd4e0a538b042a598b6e8ac244ef2a027f4ce))
* update pob eslint-config ([464f35a](https://github.com/christophehurpeau/pob/commit/464f35adef8c6afdde70dd95f41f64332ec836e9))





# [3.2.0](https://github.com/christophehurpeau/pob/compare/@pob/root@3.1.1...@pob/root@3.2.0) (2021-03-14)


### Features

* **deps:** update commitlint monorepo to v12 (major) ([#837](https://github.com/christophehurpeau/pob/issues/837)) ([c1f7069](https://github.com/christophehurpeau/pob/commit/c1f7069bb0badba0c1d679d3ee363ff9e85429f3))





## [3.1.1](https://github.com/christophehurpeau/pob/compare/@pob/root@3.1.0...@pob/root@3.1.1) (2021-02-08)

**Note:** Version bump only for package @pob/root





# [3.1.0](https://github.com/christophehurpeau/pob/compare/@pob/root@3.0.3...@pob/root@3.1.0) (2021-02-08)


### Features

* **@pob/root:** use @pob/pretty-{pkg,eslint-config} ([c37df22](https://github.com/christophehurpeau/pob/commit/c37df22e1ecaa637254e5224035f77b5aaaf5d7a))
* **deps:** update dependency lint-staged to v10.5.4 ([#810](https://github.com/christophehurpeau/pob/issues/810)) ([0099f57](https://github.com/christophehurpeau/pob/commit/0099f57898c34906dce843c845f28c64c096c486))





## [3.0.3](https://github.com/christophehurpeau/pob/compare/@pob/root@3.0.2...@pob/root@3.0.3) (2020-12-05)


### Bug Fixes

* **deps:** update dependency lint-staged to v10.5.2 ([#717](https://github.com/christophehurpeau/pob/issues/717)) ([be6f266](https://github.com/christophehurpeau/pob/commit/be6f266a2de0dc25cb4964aa5709c69ecdd6f249))
* **deps:** update dependency lint-staged to v10.5.3 [skip ci] ([#726](https://github.com/christophehurpeau/pob/issues/726)) ([12244e9](https://github.com/christophehurpeau/pob/commit/12244e9b9e446ef7a1c2be4c385d964955aa597d))





## [3.0.2](https://github.com/christophehurpeau/pob/compare/@pob/root@3.0.1...@pob/root@3.0.2) (2020-11-19)


### Bug Fixes

* **deps:** update dependency yarnhook to ^0.5.0 ([#706](https://github.com/christophehurpeau/pob/issues/706)) ([fc2fc54](https://github.com/christophehurpeau/pob/commit/fc2fc547f0b847c42c189d6ea860d5eb635389bc))





## [3.0.1](https://github.com/christophehurpeau/pob/compare/@pob/root@3.0.0...@pob/root@3.0.1) (2020-11-15)

**Note:** Version bump only for package @pob/root





# [3.0.0](https://github.com/christophehurpeau/pob/compare/@pob/root@2.4.5...@pob/root@3.0.0) (2020-11-13)


### chore

* require husky 4 ([c8b10fb](https://github.com/christophehurpeau/pob/commit/c8b10fb0a3ffe9dacbfc7c8d66ad4f8f4bdd851b))


### Features

* drop node 10 ([84cdd60](https://github.com/christophehurpeau/pob/commit/84cdd609edf105ca89692d913d5f363deb747ae1))
* run prettier outside of eslint ([445e2cc](https://github.com/christophehurpeau/pob/commit/445e2cc4def17c3eef1da69c9112dcc1d9e005ce))


### BREAKING CHANGES

* drop husky 3 support
* requires node 12.10





## [2.4.5](https://github.com/christophehurpeau/pob/compare/@pob/root@2.4.4...@pob/root@2.4.5) (2020-11-01)


### Bug Fixes

* **deps:** update dependency lint-staged to v10.5.0 [skip ci] ([#682](https://github.com/christophehurpeau/pob/issues/682)) ([3a18eb4](https://github.com/christophehurpeau/pob/commit/3a18eb4026f0e9d8093c96f987dcde4c2bf75d72))
* **deps:** update dependency lint-staged to v10.5.1 [skip ci] ([#686](https://github.com/christophehurpeau/pob/issues/686)) ([ad486aa](https://github.com/christophehurpeau/pob/commit/ad486aa3e5e275c0606d0dd7b38b2c7070b051c4))
* **deps:** update dependency yarn-deduplicate to v3.1.0 [skip ci] ([#678](https://github.com/christophehurpeau/pob/issues/678)) ([37ba48b](https://github.com/christophehurpeau/pob/commit/37ba48b11b4ec41ff8183905df262ad2c75372ae))





## [2.4.4](https://github.com/christophehurpeau/pob/compare/@pob/root@2.4.3...@pob/root@2.4.4) (2020-10-18)


### Bug Fixes

* **deps:** update commitlint monorepo to v11 (major) ([#620](https://github.com/christophehurpeau/pob/issues/620)) ([cf24fea](https://github.com/christophehurpeau/pob/commit/cf24fea46492d2238673a344d36fc2723199073b))





## [2.4.3](https://github.com/christophehurpeau/pob/compare/@pob/root@2.4.2...@pob/root@2.4.3) (2020-10-18)


### Bug Fixes

* missing () ([3ce1dff](https://github.com/christophehurpeau/pob/commit/3ce1dff3a6f7a8f63f00a6ba5b3a51e8676852b0))





## [2.4.2](https://github.com/christophehurpeau/pob/compare/@pob/root@2.4.1...@pob/root@2.4.2) (2020-10-18)


### Bug Fixes

* husky and lint-staged with npm 7 ([c51e1ad](https://github.com/christophehurpeau/pob/commit/c51e1ad68edcb61c988f263b93dd0fa5f58dd2a2))





## [2.4.1](https://github.com/christophehurpeau/pob/compare/@pob/root@2.4.0...@pob/root@2.4.1) (2020-10-18)


### Bug Fixes

* support npm with husky config ([a6b5045](https://github.com/christophehurpeau/pob/commit/a6b5045ede05b33995748b0c86bf2a2d55a1dc88))





# [2.4.0](https://github.com/christophehurpeau/pob/compare/@pob/root@2.3.1...@pob/root@2.4.0) (2020-10-18)


### Bug Fixes

* **deps:** update dependency lint-staged to v10.4.1 ([#661](https://github.com/christophehurpeau/pob/issues/661)) ([ef35b17](https://github.com/christophehurpeau/pob/commit/ef35b17e23e92076f97ccf09a2150f18d2352670))
* **deps:** update dependency lint-staged to v10.4.2 [skip ci] ([#665](https://github.com/christophehurpeau/pob/issues/665)) ([84d10e9](https://github.com/christophehurpeau/pob/commit/84d10e94b30bb9482f91ab132fd3e0beaf4a1ab7))


### Features

* initial npm 7 support ([c7eecdc](https://github.com/christophehurpeau/pob/commit/c7eecdca0bcc49c06d9dade0f0d2f0a71abbb60d))





## [2.3.1](https://github.com/christophehurpeau/pob/compare/@pob/root@2.3.0...@pob/root@2.3.1) (2020-09-19)


### Bug Fixes

* **deps:** update dependency lint-staged to v10.4.0 ([#627](https://github.com/christophehurpeau/pob/issues/627)) ([8297831](https://github.com/christophehurpeau/pob/commit/829783141e7f06917150af3d65ff0df361b9f45f))
* **deps:** update dependency yarn-deduplicate to v3 ([#630](https://github.com/christophehurpeau/pob/issues/630)) ([cb41767](https://github.com/christophehurpeau/pob/commit/cb41767d187f93ef34142f7df38d9cb3c012bf10))





# [2.3.0](https://github.com/christophehurpeau/pob/compare/@pob/root@2.2.2...@pob/root@2.3.0) (2020-09-19)


### Features

* use yarn dedupe from yarn 2.2 ([608b74d](https://github.com/christophehurpeau/pob/commit/608b74dca764c17c44acfae4327a2a8d52e556ad))





## [2.2.2](https://github.com/christophehurpeau/pob/compare/@pob/root@2.2.1...@pob/root@2.2.2) (2020-06-28)


### Bug Fixes

* **deps:** update dependency lint-staged to v10.2.10 ([#594](https://github.com/christophehurpeau/pob/issues/594)) ([57b2002](https://github.com/christophehurpeau/pob/commit/57b200265499167265681eb5850ef50e7f31cbaa))
* **deps:** update dependency lint-staged to v10.2.11 ([#598](https://github.com/christophehurpeau/pob/issues/598)) ([fc090b8](https://github.com/christophehurpeau/pob/commit/fc090b8f49a52a3275c297e5f22e839c5cba7127))





## [2.2.1](https://github.com/christophehurpeau/pob/compare/@pob/root@2.2.0...@pob/root@2.2.1) (2020-06-04)


### Bug Fixes

* **deps:** update dependency lint-staged to v10.2.7 ([#579](https://github.com/christophehurpeau/pob/issues/579)) ([393f411](https://github.com/christophehurpeau/pob/commit/393f4117249de037567c35291f7c81f408054ea9))
* **deps:** update dependency lint-staged to v10.2.8 ([#582](https://github.com/christophehurpeau/pob/issues/582)) ([60878fd](https://github.com/christophehurpeau/pob/commit/60878fd6e55c1c514c9b9055c063ceab3adf6f06))
* **deps:** update dependency lint-staged to v10.2.9 ([#585](https://github.com/christophehurpeau/pob/issues/585)) ([07d55d0](https://github.com/christophehurpeau/pob/commit/07d55d0a17187232ee564ce8bc355c710ca0221e))





# [2.2.0](https://github.com/christophehurpeau/pob/compare/@pob/root@2.1.0...@pob/root@2.2.0) (2020-05-23)


### Features

* update minor and patch dependencies ([00cbca6](https://github.com/christophehurpeau/pob/commit/00cbca614bafde4e2d4211b0a180b1a1f6adf40e))





# [2.1.0](https://github.com/christophehurpeau/pob/compare/@pob/root@2.0.0...@pob/root@2.1.0) (2020-05-23)


### Features

* add checks script ([7cca036](https://github.com/christophehurpeau/pob/commit/7cca036e2a08fdb96ffb935590d9ae9e404945c9))





# [2.0.0](https://github.com/christophehurpeau/pob/compare/@pob/root@1.5.0...@pob/root@2.0.0) (2020-05-22)


### Bug Fixes

* **deps:** update dependency lint-staged to v10.2.3 ([#568](https://github.com/christophehurpeau/pob/issues/568)) ([847d31d](https://github.com/christophehurpeau/pob/commit/847d31deeeff021437b3b33fda12ac6f2259d5f4))
* **deps:** update dependency lint-staged to v10.2.4 ([#569](https://github.com/christophehurpeau/pob/issues/569)) ([1b4fd9f](https://github.com/christophehurpeau/pob/commit/1b4fd9fc54d43b29e1be564d3d9c613defb028cf))
* **deps:** update dependency lint-staged to v10.2.5 ([#573](https://github.com/christophehurpeau/pob/issues/573)) ([f9ad480](https://github.com/christophehurpeau/pob/commit/f9ad480012655a8e1c8dc1d75546e210b8844030))
* **deps:** update dependency lint-staged to v10.2.6 ([#574](https://github.com/christophehurpeau/pob/issues/574)) ([284d46d](https://github.com/christophehurpeau/pob/commit/284d46d772355b75bdbf37c7314ecbea9c5ab49c))


### Features

* **@pob/root:** require node 10 ([c19b192](https://github.com/christophehurpeau/pob/commit/c19b1925138d0eb42d820de8e199970fd0e60270))


### BREAKING CHANGES

* **@pob/root:** require node 10





# [1.5.0](https://github.com/christophehurpeau/pob/compare/@pob/root@1.4.1...@pob/root@1.5.0) (2020-05-08)


### Features

* lint all json files in root package directory ([964be11](https://github.com/christophehurpeau/pob/commit/964be11aca23ffc91eae717e4cc3dd9a46e5c42f))





## [1.4.1](https://github.com/christophehurpeau/pob/compare/@pob/root@1.4.0...@pob/root@1.4.1) (2020-05-02)


### Bug Fixes

* **@pob/root:** run yarn install after yarn-deduplicate ([88c23ff](https://github.com/christophehurpeau/pob/commit/88c23ff3299770344a4c6d4c63ab96af576cfa93))
* **deps:** update dependency lint-staged to v10.1.3 ([#518](https://github.com/christophehurpeau/pob/issues/518)) ([cfd44f5](https://github.com/christophehurpeau/pob/commit/cfd44f51467c4d5ad1c20df07f96ada1d29e6ace))
* **deps:** update dependency lint-staged to v10.1.4 ([#530](https://github.com/christophehurpeau/pob/issues/530)) ([ae695b8](https://github.com/christophehurpeau/pob/commit/ae695b8f5de0a66d3f1769a99f93c091944c29b5))
* **deps:** update dependency lint-staged to v10.1.5 ([#531](https://github.com/christophehurpeau/pob/issues/531)) ([6e9800a](https://github.com/christophehurpeau/pob/commit/6e9800a7f71fe14df288f8e421b380418bd58c4f))
* **deps:** update dependency lint-staged to v10.1.6 ([#533](https://github.com/christophehurpeau/pob/issues/533)) ([1a42bab](https://github.com/christophehurpeau/pob/commit/1a42babf13927bbaa2459efa29be275842aa3660))
* **deps:** update dependency lint-staged to v10.1.7 ([#537](https://github.com/christophehurpeau/pob/issues/537)) ([c898ded](https://github.com/christophehurpeau/pob/commit/c898dedbd9d485385423bd20b1cbf6a575bd16d1))
* **deps:** update dependency lint-staged to v10.2.0 ([#544](https://github.com/christophehurpeau/pob/issues/544)) ([888d166](https://github.com/christophehurpeau/pob/commit/888d1669f0dc067ebe8096debc795860b77dfcb1))
* **deps:** update dependency lint-staged to v10.2.1 ([#549](https://github.com/christophehurpeau/pob/issues/549)) ([1ba0049](https://github.com/christophehurpeau/pob/commit/1ba0049a11ac970b1414a451e3d23e402a6925cc))
* **deps:** update dependency lint-staged to v10.2.2 ([#552](https://github.com/christophehurpeau/pob/issues/552)) ([77c7b21](https://github.com/christophehurpeau/pob/commit/77c7b21866620836715b05556a6fa3ea9a4c1ca8))





# [1.4.0](https://github.com/christophehurpeau/pob/compare/@pob/root@1.3.4...@pob/root@1.4.0) (2020-04-05)


### Bug Fixes

* **deps:** update dependency lint-staged to v10.0.10 ([#494](https://github.com/christophehurpeau/pob/issues/494)) ([626f89b](https://github.com/christophehurpeau/pob/commit/626f89b7e3f011a13738324d9e740ae912aaac47))
* **deps:** update dependency lint-staged to v10.0.8 ([#452](https://github.com/christophehurpeau/pob/issues/452)) ([d3e567c](https://github.com/christophehurpeau/pob/commit/d3e567c3f3beebb2ed7aad48cb6bb42a40ecea09))
* **deps:** update dependency lint-staged to v10.0.9 ([#484](https://github.com/christophehurpeau/pob/issues/484)) ([ec7a49e](https://github.com/christophehurpeau/pob/commit/ec7a49e9faf2726a955f9c15375cd82a5f071440))
* **deps:** update dependency lint-staged to v10.1.0 ([#496](https://github.com/christophehurpeau/pob/issues/496)) ([ee25f60](https://github.com/christophehurpeau/pob/commit/ee25f6029476c6904f3def70f54fe91bad198784))
* **deps:** update dependency lint-staged to v10.1.1 ([#498](https://github.com/christophehurpeau/pob/issues/498)) ([3ab4123](https://github.com/christophehurpeau/pob/commit/3ab412367acf585e94bc0d9f1d752108b1909794))
* **deps:** update dependency lint-staged to v10.1.2 ([#505](https://github.com/christophehurpeau/pob/issues/505)) ([7a7ca1b](https://github.com/christophehurpeau/pob/commit/7a7ca1b214ae1da8abf8501abf402592a7672691))
* **deps:** update dependency yarn-deduplicate to v1.2.0 ([#464](https://github.com/christophehurpeau/pob/issues/464)) ([928b522](https://github.com/christophehurpeau/pob/commit/928b522df33d68c8b83aa6559675e1b6f7343a81))
* **deps:** update dependency yarn-deduplicate to v2 ([#465](https://github.com/christophehurpeau/pob/issues/465)) ([4f63786](https://github.com/christophehurpeau/pob/commit/4f637862ecea5a9414d5e2e0aa1dfe056a08d3e9))


### Features

* add checks scripts support ([#450](https://github.com/christophehurpeau/pob/issues/450)) ([32254e8](https://github.com/christophehurpeau/pob/commit/32254e839a3de96518abcdc635843aa455577e08))





## [1.3.4](https://github.com/christophehurpeau/pob/compare/@pob/root@1.3.3...@pob/root@1.3.4) (2020-02-13)


### Bug Fixes

* husky ([c6f586b](https://github.com/christophehurpeau/pob/commit/c6f586bf8eb53bb399c48854b95c5974826c1648))





## [1.3.3](https://github.com/christophehurpeau/pob/compare/@pob/root@1.3.2...@pob/root@1.3.3) (2020-02-12)

**Note:** Version bump only for package @pob/root





## [1.3.2](https://github.com/christophehurpeau/pob/compare/@pob/root@1.3.1...@pob/root@1.3.2) (2020-02-07)


### Bug Fixes

* dont use cross-env in yarn 2 ([5c434e6](https://github.com/christophehurpeau/pob/commit/5c434e6a1b62f4f6f4aa69b71048e072f8120af1))





## [1.3.1](https://github.com/christophehurpeau/pob/compare/@pob/root@1.3.0...@pob/root@1.3.1) (2020-02-07)

**Note:** Version bump only for package @pob/root





# [1.3.0](https://github.com/christophehurpeau/pob/compare/@pob/root@1.2.2...@pob/root@1.3.0) (2020-02-07)


### Features

* @pob/commitlint-config ([9f25dc0](https://github.com/christophehurpeau/pob/commit/9f25dc055bb811103c2b38d25dd7361991116710))





## [1.2.2](https://github.com/christophehurpeau/pob/compare/@pob/root@1.2.1...@pob/root@1.2.2) (2020-02-07)

**Note:** Version bump only for package @pob/root





## 1.2.1 (2020-02-07)


### Bug Fixes

* format json without parser option ([765bfcf](https://github.com/christophehurpeau/pob/commit/765bfcfd70e90c208d8c6e95d5f27c477ace2328))
* missing bin repository-check-dirty ([f1899ed](https://github.com/christophehurpeau/pob/commit/f1899ed019b6e3bc07446954389aa2bbbda23c45))





## [1.1.3](https://github.com/christophehurpeau/pob/compare/@pob/repo-config@1.1.2...@pob/repo-config@1.1.3) (2020-02-04)


### Bug Fixes

* missing git add for non stashed files ([3cbed48](https://github.com/christophehurpeau/pob/commit/3cbed48e41ccf78cabb12d9971c79c84971cbe90))





## [1.1.2](https://github.com/christophehurpeau/pob/compare/@pob/repo-config@1.1.1...@pob/repo-config@1.1.2) (2020-02-02)


### Bug Fixes

* **lerna-config:** conflict between 2 yarn rules and remove git add ([23248bb](https://github.com/christophehurpeau/pob/commit/23248bb48afbdeb693ae39914d93308622981e16))





## [1.1.1](https://github.com/christophehurpeau/pob/compare/@pob/repo-config@1.1.0...@pob/repo-config@1.1.1) (2020-02-02)


### Bug Fixes

* disable yarnhook for yarn 2 ([8ee52a8](https://github.com/christophehurpeau/pob/commit/8ee52a8cf0fdefba01926bebfcb5fef72ac689fa))





# [1.1.0](https://github.com/christophehurpeau/pob/compare/@pob/repo-config@1.0.3...@pob/repo-config@1.1.0) (2020-02-02)


### Bug Fixes

* reexport bin lint-staged ([b46b2fd](https://github.com/christophehurpeau/pob/commit/b46b2fd23ef997643d99229ce4f58c1e4ce47f33))
* **deps:** update commitlint monorepo to v8.3.3 ([#384](https://github.com/christophehurpeau/pob/issues/384)) ([7aba109](https://github.com/christophehurpeau/pob/commit/7aba10986346060732cc1c24fba34782fa521a46))
* **deps:** update commitlint monorepo to v8.3.4 ([#385](https://github.com/christophehurpeau/pob/issues/385)) ([644493b](https://github.com/christophehurpeau/pob/commit/644493b668a06de8543685c4263006272ed76beb))
* **deps:** update dependency @commitlint/cli to v8.3.5 ([#398](https://github.com/christophehurpeau/pob/issues/398)) ([e8fc0b0](https://github.com/christophehurpeau/pob/commit/e8fc0b0a3244e66b6b5b81c7ce8f83cdc96c3db7))
* **deps:** update dependency cross-env to v7 ([#408](https://github.com/christophehurpeau/pob/issues/408)) ([6586fc3](https://github.com/christophehurpeau/pob/commit/6586fc34d3ab5d4058e74f5510683ab8a783fc3e))
* **deps:** update dependency lint-staged to v10 ([#403](https://github.com/christophehurpeau/pob/issues/403)) ([6792d9a](https://github.com/christophehurpeau/pob/commit/6792d9ac07c7494a9675da37d9f145bcb1df259b))
* **deps:** update dependency lint-staged to v10.0.3 ([#414](https://github.com/christophehurpeau/pob/issues/414)) ([c2cfe58](https://github.com/christophehurpeau/pob/commit/c2cfe58525b4c1c5aad49d35c0d495d296bf3cdf))
* **deps:** update dependency lint-staged to v10.0.4 ([#416](https://github.com/christophehurpeau/pob/issues/416)) ([0084666](https://github.com/christophehurpeau/pob/commit/00846664840c24a627ac313a6ac8420f7afb3a8e))
* **deps:** update dependency lint-staged to v10.0.5 ([#417](https://github.com/christophehurpeau/pob/issues/417)) ([16985a7](https://github.com/christophehurpeau/pob/commit/16985a79525dbb1725d45fa59b9d8a6239cbc299))
* **deps:** update dependency lint-staged to v10.0.6 ([#419](https://github.com/christophehurpeau/pob/issues/419)) ([b4041e1](https://github.com/christophehurpeau/pob/commit/b4041e11f750775ae36b3b778467f3f9d2960404))
* **deps:** update dependency lint-staged to v10.0.7 ([#420](https://github.com/christophehurpeau/pob/issues/420)) ([6f71764](https://github.com/christophehurpeau/pob/commit/6f71764ffe936ba1338d985987832844ca25dbc0))


### Features

* husky 4 ([94b6a3c](https://github.com/christophehurpeau/pob/commit/94b6a3c65429625deadaef5d24f871c56fd4bbd8))
* support yarn 2 ([fdc26ff](https://github.com/christophehurpeau/pob/commit/fdc26ff8300067c1ceae1e9f3600ba42b5a77ac5))





## [1.0.3](https://github.com/christophehurpeau/pob/compare/@pob/repo-config@1.0.2...@pob/repo-config@1.0.3) (2019-12-13)


### Bug Fixes

* **deps:** update commitlint monorepo to v8.2.0 ([#301](https://github.com/christophehurpeau/pob/issues/301)) ([4601266](https://github.com/christophehurpeau/pob/commit/4601266972e0d9f026f2ad64a6fee6ad80ed4948))
* **deps:** update dependency cross-env to v6 ([#302](https://github.com/christophehurpeau/pob/issues/302)) ([36192e5](https://github.com/christophehurpeau/pob/commit/36192e5aec0b9822f304fcb4a7111f16ce9b5490))
* **deps:** update dependency lint-staged to v9.3.0 ([#303](https://github.com/christophehurpeau/pob/issues/303)) ([601c5e8](https://github.com/christophehurpeau/pob/commit/601c5e8a9d4c3e071269549ae76cacf1d4bf9e19))
* **deps:** update dependency lint-staged to v9.4.0 ([#305](https://github.com/christophehurpeau/pob/issues/305)) ([d3f5144](https://github.com/christophehurpeau/pob/commit/d3f5144f897a1511160a28b0649c39f34ad2174b))
* **deps:** update dependency lint-staged to v9.4.1 ([#309](https://github.com/christophehurpeau/pob/issues/309)) ([87028eb](https://github.com/christophehurpeau/pob/commit/87028eb695e8f8675d58443c353af4ad7e2e4836))
* **deps:** update dependency lint-staged to v9.4.2 ([#313](https://github.com/christophehurpeau/pob/issues/313)) ([4f20be4](https://github.com/christophehurpeau/pob/commit/4f20be48d7e6b0e5f57f9feb04a80397ac952c8c))
* **deps:** update dependency lint-staged to v9.4.3 ([#342](https://github.com/christophehurpeau/pob/issues/342)) ([37b7d6f](https://github.com/christophehurpeau/pob/commit/37b7d6fc4a6776b52af2ec3a78cf38fd059725e1))
* **deps:** update dependency lint-staged to v9.5.0 ([#350](https://github.com/christophehurpeau/pob/issues/350)) ([15e8755](https://github.com/christophehurpeau/pob/commit/15e8755c76d6e2b2a8034d67d8ab59aa0c9bb03d))





## [1.0.2](https://github.com/christophehurpeau/pob/compare/@pob/repo-config@1.0.0...@pob/repo-config@1.0.2) (2019-09-13)


### Bug Fixes

* **repo-config:** add yarn.lock ([3d0efd7](https://github.com/christophehurpeau/pob/commit/3d0efd7))





## [1.0.1](https://github.com/christophehurpeau/pob/compare/@pob/repo-config@1.0.0...@pob/repo-config@1.0.1) (2019-08-30)


### Bug Fixes

* **repo-config:** add yarn.lock ([3d0efd7](https://github.com/christophehurpeau/pob/commit/3d0efd7))





# 1.0.0 (2019-08-29)


### Features

* @pob/repo-config ([95f61c4](https://github.com/christophehurpeau/pob/commit/95f61c4))
