From 697cfb9deff91865d1dc7238d6e1ddaabbe6f2dc Mon Sep 17 00:00:00 2001 From: "Julien Papini [bot]" Date: Mon, 2 Sep 2024 15:57:58 +0000 Subject: [PATCH] chore(version): bump package(s) version --- .changeset/renovate-e924363.md | 21 --------------------- packages/commitlint-config/CHANGELOG.md | 15 +++++++++++++++ packages/commitlint-config/package.json | 2 +- packages/eslint-config/CHANGELOG.md | 15 +++++++++++++++ packages/eslint-config/package.json | 2 +- packages/git-hooks/CHANGELOG.md | 18 ++++++++++++++++++ packages/git-hooks/package.json | 2 +- packages/jest-config/CHANGELOG.md | 15 +++++++++++++++ packages/jest-config/package.json | 2 +- packages/lint-staged-config/CHANGELOG.md | 15 +++++++++++++++ packages/lint-staged-config/package.json | 2 +- packages/stylelint-config/CHANGELOG.md | 15 +++++++++++++++ packages/stylelint-config/package.json | 2 +- packages/vite-config/CHANGELOG.md | 15 +++++++++++++++ packages/vite-config/package.json | 2 +- packages/webpack-config/CHANGELOG.md | 17 +++++++++++++++++ packages/webpack-config/package.json | 2 +- 17 files changed, 133 insertions(+), 29 deletions(-) delete mode 100644 .changeset/renovate-e924363.md diff --git a/.changeset/renovate-e924363.md b/.changeset/renovate-e924363.md deleted file mode 100644 index 09a0cbf..0000000 --- a/.changeset/renovate-e924363.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -'@jpapini/commitlint-config': patch -'@jpapini/eslint-config': patch -'@jpapini/git-hooks': patch -'@jpapini/jest-config': patch -'@jpapini/lint-staged-config': patch -'@jpapini/stylelint-config': patch -'@jpapini/vite-config': patch -'@jpapini/webpack-config': patch ---- - -Updated dependency `vite-plugin-dts` to `4.1.0`. -Updated dependency `stylelint` to `16.9.0`. -Updated dependency `lint-staged` to `15.2.10`. -Updated dependency `@swc/core` to `1.7.22`. -Updated dependency `@commitlint/cli` to `19.4.1`. -Updated dependency `eslint-plugin-jest` to `28.8.2`. -Updated dependency `@commitlint/config-conventional` to `19.4.1`. -Updated dependency `@types/node` to `20.16.3`. -Updated dependency `turbo` to `2.1.1`. -Updated dependency `postcss` to `8.4.44`. diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 047c7f0..ec2a8e0 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -1,5 +1,20 @@ # @jpapini/commitlint-config +## 1.1.7 + +### Patch Changes + +- [#44](https://github.com/jpapini/shared-packages/pull/44) [`8f131f8`](https://github.com/jpapini/shared-packages/commit/8f131f8dd1af36f4ad3bfd0cc63a9716156b1b09) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `vite-plugin-dts` to `4.1.0`. + Updated dependency `stylelint` to `16.9.0`. + Updated dependency `lint-staged` to `15.2.10`. + Updated dependency `@swc/core` to `1.7.22`. + Updated dependency `@commitlint/cli` to `19.4.1`. + Updated dependency `eslint-plugin-jest` to `28.8.2`. + Updated dependency `@commitlint/config-conventional` to `19.4.1`. + Updated dependency `@types/node` to `20.16.3`. + Updated dependency `turbo` to `2.1.1`. + Updated dependency `postcss` to `8.4.44`. + ## 1.1.6 ### Patch Changes diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index c4a51d9..dcd2fa4 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@jpapini/commitlint-config", - "version": "1.1.6", + "version": "1.1.7", "description": "Custom commitlint configuration.", "keywords": [ "jpapini", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index d368d32..1fa3492 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,20 @@ # @jpapini/eslint-config +## 1.4.6 + +### Patch Changes + +- [#44](https://github.com/jpapini/shared-packages/pull/44) [`8f131f8`](https://github.com/jpapini/shared-packages/commit/8f131f8dd1af36f4ad3bfd0cc63a9716156b1b09) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `vite-plugin-dts` to `4.1.0`. + Updated dependency `stylelint` to `16.9.0`. + Updated dependency `lint-staged` to `15.2.10`. + Updated dependency `@swc/core` to `1.7.22`. + Updated dependency `@commitlint/cli` to `19.4.1`. + Updated dependency `eslint-plugin-jest` to `28.8.2`. + Updated dependency `@commitlint/config-conventional` to `19.4.1`. + Updated dependency `@types/node` to `20.16.3`. + Updated dependency `turbo` to `2.1.1`. + Updated dependency `postcss` to `8.4.44`. + ## 1.4.5 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index f18a09f..a8442b8 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@jpapini/eslint-config", - "version": "1.4.5", + "version": "1.4.6", "description": "Custom ESLint configuration for JavaScript and TypeScript projects.", "keywords": [ "jpapini", diff --git a/packages/git-hooks/CHANGELOG.md b/packages/git-hooks/CHANGELOG.md index eb9ee9a..955950a 100644 --- a/packages/git-hooks/CHANGELOG.md +++ b/packages/git-hooks/CHANGELOG.md @@ -1,5 +1,23 @@ # @jpapini/git-hooks +## 1.1.7 + +### Patch Changes + +- [#44](https://github.com/jpapini/shared-packages/pull/44) [`8f131f8`](https://github.com/jpapini/shared-packages/commit/8f131f8dd1af36f4ad3bfd0cc63a9716156b1b09) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `vite-plugin-dts` to `4.1.0`. + Updated dependency `stylelint` to `16.9.0`. + Updated dependency `lint-staged` to `15.2.10`. + Updated dependency `@swc/core` to `1.7.22`. + Updated dependency `@commitlint/cli` to `19.4.1`. + Updated dependency `eslint-plugin-jest` to `28.8.2`. + Updated dependency `@commitlint/config-conventional` to `19.4.1`. + Updated dependency `@types/node` to `20.16.3`. + Updated dependency `turbo` to `2.1.1`. + Updated dependency `postcss` to `8.4.44`. +- Updated dependencies [[`8f131f8`](https://github.com/jpapini/shared-packages/commit/8f131f8dd1af36f4ad3bfd0cc63a9716156b1b09)]: + - @jpapini/commitlint-config@1.1.7 + - @jpapini/lint-staged-config@1.1.7 + ## 1.1.6 ### Patch Changes diff --git a/packages/git-hooks/package.json b/packages/git-hooks/package.json index a656de1..f2c2977 100644 --- a/packages/git-hooks/package.json +++ b/packages/git-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@jpapini/git-hooks", - "version": "1.1.6", + "version": "1.1.7", "description": "Git hooks configuration.", "keywords": [ "jpapini", diff --git a/packages/jest-config/CHANGELOG.md b/packages/jest-config/CHANGELOG.md index 0b9892b..891e99f 100644 --- a/packages/jest-config/CHANGELOG.md +++ b/packages/jest-config/CHANGELOG.md @@ -1,5 +1,20 @@ # @jpapini/jest-config +## 1.2.7 + +### Patch Changes + +- [#44](https://github.com/jpapini/shared-packages/pull/44) [`8f131f8`](https://github.com/jpapini/shared-packages/commit/8f131f8dd1af36f4ad3bfd0cc63a9716156b1b09) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `vite-plugin-dts` to `4.1.0`. + Updated dependency `stylelint` to `16.9.0`. + Updated dependency `lint-staged` to `15.2.10`. + Updated dependency `@swc/core` to `1.7.22`. + Updated dependency `@commitlint/cli` to `19.4.1`. + Updated dependency `eslint-plugin-jest` to `28.8.2`. + Updated dependency `@commitlint/config-conventional` to `19.4.1`. + Updated dependency `@types/node` to `20.16.3`. + Updated dependency `turbo` to `2.1.1`. + Updated dependency `postcss` to `8.4.44`. + ## 1.2.6 ### Patch Changes diff --git a/packages/jest-config/package.json b/packages/jest-config/package.json index f3d20ea..80151c6 100644 --- a/packages/jest-config/package.json +++ b/packages/jest-config/package.json @@ -1,6 +1,6 @@ { "name": "@jpapini/jest-config", - "version": "1.2.6", + "version": "1.2.7", "description": "Jest configuration and utilities for JavaScript and TypeScript projects.", "keywords": [ "jpapini", diff --git a/packages/lint-staged-config/CHANGELOG.md b/packages/lint-staged-config/CHANGELOG.md index 614f724..d101b93 100644 --- a/packages/lint-staged-config/CHANGELOG.md +++ b/packages/lint-staged-config/CHANGELOG.md @@ -1,5 +1,20 @@ # @jpapini/lint-staged-config +## 1.1.7 + +### Patch Changes + +- [#44](https://github.com/jpapini/shared-packages/pull/44) [`8f131f8`](https://github.com/jpapini/shared-packages/commit/8f131f8dd1af36f4ad3bfd0cc63a9716156b1b09) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `vite-plugin-dts` to `4.1.0`. + Updated dependency `stylelint` to `16.9.0`. + Updated dependency `lint-staged` to `15.2.10`. + Updated dependency `@swc/core` to `1.7.22`. + Updated dependency `@commitlint/cli` to `19.4.1`. + Updated dependency `eslint-plugin-jest` to `28.8.2`. + Updated dependency `@commitlint/config-conventional` to `19.4.1`. + Updated dependency `@types/node` to `20.16.3`. + Updated dependency `turbo` to `2.1.1`. + Updated dependency `postcss` to `8.4.44`. + ## 1.1.6 ### Patch Changes diff --git a/packages/lint-staged-config/package.json b/packages/lint-staged-config/package.json index 6715dad..f2d77ab 100644 --- a/packages/lint-staged-config/package.json +++ b/packages/lint-staged-config/package.json @@ -1,6 +1,6 @@ { "name": "@jpapini/lint-staged-config", - "version": "1.1.6", + "version": "1.1.7", "description": "Lint-staged configuration for linting and formatting staged files.", "keywords": [ "jpapini", diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index bb1322c..8475eb8 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -1,5 +1,20 @@ # @jpapini/stylelint-config +## 1.1.7 + +### Patch Changes + +- [#44](https://github.com/jpapini/shared-packages/pull/44) [`8f131f8`](https://github.com/jpapini/shared-packages/commit/8f131f8dd1af36f4ad3bfd0cc63a9716156b1b09) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `vite-plugin-dts` to `4.1.0`. + Updated dependency `stylelint` to `16.9.0`. + Updated dependency `lint-staged` to `15.2.10`. + Updated dependency `@swc/core` to `1.7.22`. + Updated dependency `@commitlint/cli` to `19.4.1`. + Updated dependency `eslint-plugin-jest` to `28.8.2`. + Updated dependency `@commitlint/config-conventional` to `19.4.1`. + Updated dependency `@types/node` to `20.16.3`. + Updated dependency `turbo` to `2.1.1`. + Updated dependency `postcss` to `8.4.44`. + ## 1.1.6 ### Patch Changes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 75aea1e..6b6c528 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@jpapini/stylelint-config", - "version": "1.1.6", + "version": "1.1.7", "description": "Custom Stylelint configuration for Tailwind CSS projects.", "keywords": [ "jpapini", diff --git a/packages/vite-config/CHANGELOG.md b/packages/vite-config/CHANGELOG.md index 2ea7401..41adfc0 100644 --- a/packages/vite-config/CHANGELOG.md +++ b/packages/vite-config/CHANGELOG.md @@ -1,5 +1,20 @@ # @jpapini/vite-config +## 1.1.8 + +### Patch Changes + +- [#44](https://github.com/jpapini/shared-packages/pull/44) [`8f131f8`](https://github.com/jpapini/shared-packages/commit/8f131f8dd1af36f4ad3bfd0cc63a9716156b1b09) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `vite-plugin-dts` to `4.1.0`. + Updated dependency `stylelint` to `16.9.0`. + Updated dependency `lint-staged` to `15.2.10`. + Updated dependency `@swc/core` to `1.7.22`. + Updated dependency `@commitlint/cli` to `19.4.1`. + Updated dependency `eslint-plugin-jest` to `28.8.2`. + Updated dependency `@commitlint/config-conventional` to `19.4.1`. + Updated dependency `@types/node` to `20.16.3`. + Updated dependency `turbo` to `2.1.1`. + Updated dependency `postcss` to `8.4.44`. + ## 1.1.7 ### Patch Changes diff --git a/packages/vite-config/package.json b/packages/vite-config/package.json index 34e206a..383d4b0 100644 --- a/packages/vite-config/package.json +++ b/packages/vite-config/package.json @@ -1,6 +1,6 @@ { "name": "@jpapini/vite-config", - "version": "1.1.7", + "version": "1.1.8", "description": "Custom Vite.js configuration for TypeScript libraries.", "keywords": [ "jpapini", diff --git a/packages/webpack-config/CHANGELOG.md b/packages/webpack-config/CHANGELOG.md index 491a6a8..993a252 100644 --- a/packages/webpack-config/CHANGELOG.md +++ b/packages/webpack-config/CHANGELOG.md @@ -1,5 +1,22 @@ # @jpapini/webpack-config +## 1.5.7 + +### Patch Changes + +- [#44](https://github.com/jpapini/shared-packages/pull/44) [`8f131f8`](https://github.com/jpapini/shared-packages/commit/8f131f8dd1af36f4ad3bfd0cc63a9716156b1b09) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `vite-plugin-dts` to `4.1.0`. + Updated dependency `stylelint` to `16.9.0`. + Updated dependency `lint-staged` to `15.2.10`. + Updated dependency `@swc/core` to `1.7.22`. + Updated dependency `@commitlint/cli` to `19.4.1`. + Updated dependency `eslint-plugin-jest` to `28.8.2`. + Updated dependency `@commitlint/config-conventional` to `19.4.1`. + Updated dependency `@types/node` to `20.16.3`. + Updated dependency `turbo` to `2.1.1`. + Updated dependency `postcss` to `8.4.44`. +- Updated dependencies []: + - @jpapini/logger@1.1.6 + ## 1.5.6 ### Patch Changes diff --git a/packages/webpack-config/package.json b/packages/webpack-config/package.json index cbb7797..9ab9917 100644 --- a/packages/webpack-config/package.json +++ b/packages/webpack-config/package.json @@ -1,6 +1,6 @@ { "name": "@jpapini/webpack-config", - "version": "1.5.6", + "version": "1.5.7", "description": "Custom Webpack configuration for bundling projects.", "keywords": [ "jpapini",