Skip to content

Commit 3cc0d47

Browse files
committed
chore(deps): quarterly scheduled dependency update for Q3 2025
1 parent 17ac38c commit 3cc0d47

File tree

4 files changed

+391
-299
lines changed

4 files changed

+391
-299
lines changed

README-RU.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
</samp>
2020
</p>
2121

22-
[<img alt="NPM Version" src="https://img.shields.io/npm/v/vite-plugin-readable-classnames?style=flat-square&color=07912E&labelColor=1f2033">](https://npmjs.com/package/vite-plugin-readable-classnames)
23-
[<img alt="NPM Downloads" src="https://img.shields.io/npm/dw/vite-plugin-readable-classnames?style=flat-square&color=7F78D1&labelColor=1f2033">](https://npmjs.com/package/vite-plugin-readable-classnames)
24-
[<img alt="Coverage" src="https://codecov.io/gh/teplostanski/vite-plugin-readable-classnames/graph/badge.svg?token=CQY9WXG41L">](https://codecov.io/gh/teplostanski/vite-plugin-readable-classnames)
22+
[<img alt="NPM Version" src="https://img.shields.io/npm/v/vite-plugin-readable-classnames?style=flat-square&color=07912E&labelColor=1f2033">](https://npmjs.com/package/vite-plugin-readable-classnames)
23+
[<img alt="NPM Downloads" src="https://img.shields.io/npm/dw/vite-plugin-readable-classnames?style=flat-square&color=7F78D1&labelColor=1f2033">](https://npmjs.com/package/vite-plugin-readable-classnames)
24+
[<img alt="Coverage" src="https://codecov.io/gh/teplostanski/vite-plugin-readable-classnames/graph/badge.svg?token=CQY9WXG41L">](https://codecov.io/gh/teplostanski/vite-plugin-readable-classnames)
2525

2626
<p>Сделайте имена классов CSS-модулей понятными и читаемыми — плагин автоматически добавляет имя файла модуля и другую полезную информацию к именам классов для удобной разработки.</p>
2727

2828
<p>Входит в <a href='https://github.com/vitejs/awesome-vite'>список Awesome Vite.js <img src='https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg' alt='Awesome'></a></p>
2929
</div>
3030

31-
## 🪞 Зеркало репозитория
31+
## 🪞 Зеркало репозитория
3232

3333
[**Тут!**](https://codeberg.org/teplostanski/vite-plugin-readable-classnames)
3434

@@ -37,12 +37,15 @@
3737
```bash
3838
npm install -D vite-plugin-readable-classnames
3939
```
40+
4041
```bash
4142
yarn add -D vite-plugin-readable-classnames
4243
```
44+
4345
```bash
4446
pnpm add -D vite-plugin-readable-classnames
4547
```
48+
4649
```bash
4750
bun add -d vite-plugin-readable-classnames
4851
```
@@ -84,6 +87,7 @@ export default defineConfig({
8487
> **Что такое сгенерированные имена классов и где они видны?**
8588
>
8689
> Когда вы используете CSS-модули, итоговые имена классов автоматически генерируются сборщиком (например, Vite или Webpack). Эти имена видны:
90+
>
8791
> - в HTML-коде страницы (через DevTools браузера);
8892
> - в итоговом CSS-файле;
8993
> - при отладке в браузере, когда вы ищете нужный элемент или стиль.
@@ -124,5 +128,11 @@ export default defineConfig {
124128
<h2> © Лицензия</h2>
125129
<a href="https://github.com/teplostanski/vite-plugin-readable-classnames/blob/main/LICENSE">MIT</a> License © 2024-настоящее время <a href="https://github.com/teplostanski">teplostanski</a>
126130

127-
<h2> ❤ Поддержать проект</h2>
128-
<a href="https://donate.teplostan.ski" target="_blank">donate.teplostan.ski</a>
131+
<br>
132+
<br>
133+
134+
<div>
135+
<a href="https://donate.teplostan.ski" target="_blank">
136+
<img src="https://src.teplostan.ski/support-the-project.svg" alt="Поддержать проект ❤">
137+
</a>
138+
</div>

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ English • [Russian](./README-RU.md)
1919
</samp>
2020
</p>
2121

22-
[<img alt="NPM Version" src="https://img.shields.io/npm/v/vite-plugin-readable-classnames?style=flat-square&color=07912E&labelColor=1f2033">](https://npmjs.com/package/vite-plugin-readable-classnames)
23-
[<img alt="NPM Downloads" src="https://img.shields.io/npm/dw/vite-plugin-readable-classnames?style=flat-square&color=7F78D1&labelColor=1f2033">](https://npmjs.com/package/vite-plugin-readable-classnames)
24-
[<img alt="Coverage" src="https://codecov.io/gh/teplostanski/vite-plugin-readable-classnames/graph/badge.svg?token=CQY9WXG41L">](https://codecov.io/gh/teplostanski/vite-plugin-readable-classnames)
22+
[<img alt="NPM Version" src="https://img.shields.io/npm/v/vite-plugin-readable-classnames?style=flat-square&color=07912E&labelColor=1f2033">](https://npmjs.com/package/vite-plugin-readable-classnames)
23+
[<img alt="NPM Downloads" src="https://img.shields.io/npm/dw/vite-plugin-readable-classnames?style=flat-square&color=7F78D1&labelColor=1f2033">](https://npmjs.com/package/vite-plugin-readable-classnames)
24+
[<img alt="Coverage" src="https://codecov.io/gh/teplostanski/vite-plugin-readable-classnames/graph/badge.svg?token=CQY9WXG41L">](https://codecov.io/gh/teplostanski/vite-plugin-readable-classnames)
2525

2626
<p>Make your scoped CSS module class names clear and readable — this plugin automatically adds the module filename and other useful info to class names for easier development.</p>
2727

@@ -128,5 +128,11 @@ Thanks again for your support, it is much appreciated! 🙏
128128
<h2> © License</h2>
129129
<a href="https://github.com/teplostanski/vite-plugin-readable-classnames/blob/main/LICENSE">MIT</a> License © 2024-present <a href="https://github.com/teplostanski">teplostanski</a>
130130

131-
<h2> ❤ Fund this project</h2>
132-
<a href="https://donate.teplostan.ski" target="_blank">donate.teplostan.ski</a>
131+
<br>
132+
<br>
133+
134+
<div>
135+
<a href="https://donate.teplostan.ski" target="_blank">
136+
<img src="https://src.teplostan.ski/fund-this-package.svg" alt="Fund This Package ❤">
137+
</a>
138+
</div>

0 commit comments

Comments
 (0)