Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency prettier to v3.1.0 #655

Merged
merged 2 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .prettierignore

This file was deleted.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"*** Format ***": "",
"lint": "eslint .",
"cspell": "cspell --relative --dot --gitignore .",
"prettier": "prettier '**/*.{svg,yml,js,jsx,ts,tsx,html,md,less,json}'",
"prettier": "prettier !package-lock.json . --ignore-path .gitignore",
"stylelint": "stylelint '**/*.{less,css}'",
"typecheck": "tsc --noEmit --skipLibCheck --incremental false --tsBuildInfoFile null --project tsconfig.spec.json",
"*** SSR ***": "",
Expand Down Expand Up @@ -124,7 +124,7 @@
"postcss-import": "14.1.0",
"postcss-preset-env": "6.7.1",
"postcss-url": "10.1.3",
"prettier": "3.0.3",
"prettier": "3.1.0",
"standard-version": "9.5.0",
"stylelint": "15.11.0",
"ts-jest": "27.1.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ul class="tui-list">
<li class="tui-list__item tui-space_bottom-12">
<strong>@maskito/core</strong>
<strong>&#64;maskito/core</strong>

<p class="tui-space_top-0">
It is the main zero-dependency and framework-agnostic package. It can be used alone in vanilla
Expand All @@ -19,12 +19,12 @@

<tui-notification status="info">
All other Maskito's packages require
<code>@maskito/core</code>
<code>&#64;maskito/core</code>
as peer-dependency.
</tui-notification>

<tui-doc-code
code="npm install @maskito/core"
code="npm install &#64;maskito/core"
filename="/your/project/path>"
></tui-doc-code>

Expand All @@ -41,14 +41,14 @@
</li>

<li class="tui-list__item tui-space_bottom-12">
<strong>@maskito/kit</strong>
<strong>&#64;maskito/kit</strong>

<p class="tui-space_top-0">
The optional framework-agnostic package. It contains ready-to-use masks with configurable parameters.
</p>

<tui-doc-code
code="npm install @maskito/kit"
code="npm install &#64;maskito/kit"
filename="/your/project/path>"
></tui-doc-code>

Expand All @@ -72,7 +72,7 @@
</li>

<li class="tui-list__item tui-space_bottom-12">
<strong>@maskito/phone</strong>
<strong>&#64;maskito/phone</strong>

<p class="tui-space_top-0">
The optional framework-agnostic package. It contains ready-to-use international phone mask based on
Expand All @@ -87,7 +87,7 @@
</p>

<tui-doc-code
code="npm install @maskito/phone"
code="npm install &#64;maskito/phone"
filename="/your/project/path>"
></tui-doc-code>

Expand All @@ -103,14 +103,14 @@
</li>

<li class="tui-list__item tui-space_bottom-12">
<strong>@maskito/angular</strong>
<strong>&#64;maskito/angular</strong>

<p class="tui-space_top-0">
The Angular-specific library. It provides a convenient way to use Maskito as a directive.
</p>

<tui-doc-code
code="npm install @maskito/angular"
code="npm install &#64;maskito/angular"
filename="/your/project/path>"
></tui-doc-code>

Expand All @@ -127,14 +127,14 @@
</li>

<li class="tui-list__item tui-space_bottom-12">
<strong>@maskito/react</strong>
<strong>&#64;maskito/react</strong>

<p class="tui-space_top-0">
The React-specific library. It provides a convenient way to use Maskito as a hook.
</p>

<tui-doc-code
code="npm install @maskito/react"
code="npm install &#64;maskito/react"
filename="/your/project/path>"
></tui-doc-code>

Expand All @@ -151,14 +151,14 @@
</li>

<li class="tui-list__item">
<strong>@maskito/vue</strong>
<strong>&#64;maskito/vue</strong>

<p class="tui-space_top-0">
The Vue-specific library. It provides a convenient way to use Maskito as a directive.
</p>

<tui-doc-code
code="npm install @maskito/vue"
code="npm install &#64;maskito/vue"
filename="/your/project/path>"
></tui-doc-code>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
This plugin is available as
<code>maskitoRejectEvent</code>
in
<code>@maskito/kit</code>
<code>&#64;maskito/kit</code>
</tui-notification>
<plugins-reject-doc-example-1></plugins-reject-doc-example-1>
</tui-doc-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
path="angular"
>
<ng-template pageTab="Overview">
<code>@maskito/angular</code>
<code>&#64;maskito/angular</code>
is a light-weighted library to use
<strong>Maskito</strong>
in an Angular-way.
Expand Down Expand Up @@ -131,7 +131,7 @@ <h2>Nested input element</h2>
<li class="tui-list__item">
Install libraries
<tui-doc-code
code="npm install @maskito/{core,angular}"
code="npm install &#64;maskito/{core,angular}"
filename="/your/project/path>"
></tui-doc-code>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
path="react"
>
<p class="tui-space_top-0">
<code>@maskito/react</code>
<code>&#64;maskito/react</code>
is a light-weighted library to use
<strong>Maskito</strong>
in an React-way.
Expand Down Expand Up @@ -31,7 +31,7 @@ <h2>Getting Started</h2>

<p>Install libraries</p>

<tui-doc-code code="npm install @maskito/{core,react}"></tui-doc-code>
<tui-doc-code code="npm install &#64;maskito/{core,react}"></tui-doc-code>

<p>
and use
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
path="vue"
>
<p class="tui-space_top-0">
<code>@maskito/vue</code>
<code>&#64;maskito/vue</code>
is a light-weighted library to use
<strong>Maskito</strong>
in as a Vue directive.
Expand Down Expand Up @@ -31,7 +31,7 @@ <h2>Getting Started</h2>

<p>Install libraries</p>

<tui-doc-code code="npm install @maskito/{core,vue}"></tui-doc-code>
<tui-doc-code code="npm install &#64;maskito/{core,vue}"></tui-doc-code>

<p>
and use
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Date
</a>
mask from
<code>@maskito/kit</code>
<code>&#64;maskito/kit</code>
</li>
</ul>
</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
non-removable. It is achieved by built-in
<strong>postprocessor</strong>
from
<code>@maskito/kit</code>
<code>&#64;maskito/kit</code>
.
</p>
<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
maskitoPrefixPostprocessorGenerator
</a>
from
<code>@maskito/kit</code>
<code>&#64;maskito/kit</code>
.
</p>
</ng-template>
Expand All @@ -89,7 +89,7 @@
This last example demonstrates how to integrate
<code>maskitoWithPlaceholder</code>
with any built-in mask from
<code>@maskito/kit</code>
<code>&#64;maskito/kit</code>
.
</ng-template>
<placeholder-doc-example-3></placeholder-doc-example-3>
Expand Down
Loading