From dc35e28450792f85172647523718d3f039b56554 Mon Sep 17 00:00:00 2001 From: Ramzi Hannachi <75175915+rhannachi@users.noreply.github.com> Date: Thu, 10 Aug 2023 17:08:09 +0200 Subject: [PATCH] Chore: change tsconfig.json "@rhannachi/eslint-config-prettier" (#21) --- CHANGELOG.md | 6 ++++++ package.json | 4 ++-- pnpm-lock.yaml | 40 +++++++++++++++++++++++++++++----------- tsconfig.json | 1 + 4 files changed, 38 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a731218..d461d64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2.3] - 2023-08-10 +### Chore +* chore: change tsconfig.json "@rhannachi/eslint-config-prettier" +### Contributors to this release +* Ramzi Hannachi ([@rhannachi](https://github.com/rhannachi)) + ## [1.2.2] - 2023-08-02 ### Chore * chore: extends tsconfig.json from @rhannachi/eslint-config-prettier diff --git a/package.json b/package.json index 7b73e1e..a5d0a28 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rhannachi/ui-components", "author": "rhannachi", - "version": "1.2.2", + "version": "1.2.3", "license": "MIT", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -28,7 +28,7 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@rhannachi/eslint-config-prettier": "^1.1.2", + "@rhannachi/eslint-config-prettier": "^1.2.3", "@rollup/plugin-commonjs": "^25.0.3", "@rollup/plugin-image": "^3.0.2", "@rollup/plugin-node-resolve": "^15.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0899f96..3be4c2a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -14,8 +14,8 @@ dependencies: devDependencies: '@rhannachi/eslint-config-prettier': - specifier: ^1.1.2 - version: 1.1.2(eslint@8.46.0)(prettier@3.0.0)(typescript@5.1.3) + specifier: ^1.2.3 + version: 1.2.3(eslint@8.46.0)(prettier@3.0.0)(typescript@5.1.3) '@rollup/plugin-commonjs': specifier: ^25.0.3 version: 25.0.3(rollup@3.26.3) @@ -496,7 +496,7 @@ packages: '@babel/helper-plugin-utils': 7.22.5 debug: 4.3.4 lodash.debounce: 4.0.8 - resolve: 1.22.2 + resolve: 1.22.3 semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -512,7 +512,7 @@ packages: '@babel/helper-plugin-utils': 7.22.5 debug: 4.3.4 lodash.debounce: 4.0.8 - resolve: 1.22.2 + resolve: 1.22.3 transitivePeerDependencies: - supports-color dev: true @@ -3589,6 +3589,12 @@ packages: tar-fs: 2.1.1 dev: true + /@next/eslint-plugin-next@13.4.13: + resolution: {integrity: sha512-RpZeXlPxQ9FLeYN84XHDqRN20XxmVNclYCraLYdifRsmibtcWUWdwE/ANp2C8kgesFRsvwfsw6eOkYNl9sLJ3A==} + dependencies: + glob: 7.1.7 + dev: true + /@nicolo-ribaudo/semver-v6@6.3.3: resolution: {integrity: sha512-3Yc1fUTs69MG/uZbJlLSI3JISMn2UV2rg+1D/vROUqZyh3l6iYHCs7GMp+M40ZD7yOdDbYjJcU1oTJhrc+dGKg==} hasBin: true @@ -3782,13 +3788,14 @@ packages: tslib: 2.6.0 dev: true - /@rhannachi/eslint-config-prettier@1.1.2(eslint@8.46.0)(prettier@3.0.0)(typescript@5.1.3): - resolution: {integrity: sha512-wjhMJCA8zYW3vMn4rZXG2N33NAYyqZHJiG9KWnOI9s+DWuZ5kw/bWs/qrlqaxnvmsLMkVgR7nQmukjyLAH3dLw==} + /@rhannachi/eslint-config-prettier@1.2.3(eslint@8.46.0)(prettier@3.0.0)(typescript@5.1.3): + resolution: {integrity: sha512-m23+sGAHBt2eCJONaap+58gkVpzYBGs+fGyjZFXaS6zPj6XaCG6CSiL27V31OUdK/KvFi8LxdAAtN7GG4DWZ1Q==} engines: {node: '>=16.19.1'} peerDependencies: eslint: ^8.45.0 prettier: ^3.0.0 dependencies: + '@next/eslint-plugin-next': 13.4.13 '@rushstack/eslint-patch': 1.3.2 '@typescript-eslint/eslint-plugin': 6.2.1(@typescript-eslint/parser@6.2.1)(eslint@8.46.0)(typescript@5.1.3) '@typescript-eslint/parser': 6.2.1(eslint@8.46.0)(typescript@5.1.3) @@ -8143,7 +8150,7 @@ packages: dependencies: debug: 3.2.7 is-core-module: 2.12.1 - resolve: 1.22.2 + resolve: 1.22.3 transitivePeerDependencies: - supports-color dev: true @@ -9176,6 +9183,17 @@ packages: path-is-absolute: 1.0.1 dev: true + /glob@7.1.7: + resolution: {integrity: sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==} + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 + path-is-absolute: 1.0.1 + dev: true + /glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} dependencies: @@ -10536,7 +10554,7 @@ packages: jest-pnp-resolver: 1.2.3(jest-resolve@28.1.3) jest-util: 28.1.3 jest-validate: 28.1.3 - resolve: 1.22.2 + resolve: 1.22.3 resolve.exports: 1.1.1 slash: 3.0.0 dev: true @@ -11550,7 +11568,7 @@ packages: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} dependencies: hosted-git-info: 2.8.9 - resolve: 1.22.2 + resolve: 1.22.3 semver: 5.7.2 validate-npm-package-license: 3.0.4 dev: true @@ -12287,7 +12305,7 @@ packages: postcss: 8.4.24 postcss-value-parser: 4.2.0 read-cache: 1.0.0 - resolve: 1.22.2 + resolve: 1.22.3 dev: true /postcss-js@4.0.1(postcss@8.4.24): @@ -13092,7 +13110,7 @@ packages: resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==} engines: {node: '>= 0.10'} dependencies: - resolve: 1.22.2 + resolve: 1.22.3 dev: true /redent@3.0.0: diff --git a/tsconfig.json b/tsconfig.json index 5b52c2e..91ff181 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "extends": "@rhannachi/eslint-config-prettier/tsconfig.json", "compilerOptions": { "outDir": "dist", + "declaration": true, "declarationDir": "dist", "baseUrl": "src", "rootDir": "src",