@anolilab/stylelint-config 7.0.10 → 8.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/README.md +53 -26
  3. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ ## @anolilab/stylelint-config [8.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@7.0.10...@anolilab/stylelint-config@8.0.0) (2025-12-22)
2
+
3
+ ### Bug Fixes
4
+
5
+ * update package versions and configurations ([ad6cb2c](https://github.com/anolilab/javascript-style-guide/commit/ad6cb2c90ed4049ea8f136c583c0db1e477b20e7))
6
+
7
+ ### Styles
8
+
9
+ * update package configurations and dependencies ([98475c5](https://github.com/anolilab/javascript-style-guide/commit/98475c5e5e7bc5d832ef10d3d723f75340223347))
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * remove deprecated packages and update repository URLs ([0a3d423](https://github.com/anolilab/javascript-style-guide/commit/0a3d42307102047ac98d6a0c0ce46c7dfe5a6446))
14
+ * update configuration and scripts ([5d6a44f](https://github.com/anolilab/javascript-style-guide/commit/5d6a44f99568b5f67939dfc52047fa742fd2bf58))
15
+ * update package dependencies and configurations ([94cb27e](https://github.com/anolilab/javascript-style-guide/commit/94cb27ed8989ba2c052bc6f61cd349ea9a3486d2))
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * **browserslist-config-anolilab:** upgraded to 7.0.0
21
+
1
22
  ## @anolilab/stylelint-config [7.0.10](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@7.0.9...@anolilab/stylelint-config@7.0.10) (2025-11-16)
2
23
 
3
24
  ### Bug Fixes
package/README.md CHANGED
@@ -1,10 +1,24 @@
1
- <div align="center">
1
+ <!-- START_PACKAGE_OG_IMAGE_PLACEHOLDER -->
2
+
3
+ <a href="https://github.com/anolilab/semantic-release" align="center">
4
+
5
+ <img src="__assets__/package-og.svg" alt="stylelint-config" />
6
+
7
+ </a>
2
8
 
3
- <h1>Shareable Stylelint Config</h1>
9
+ <h3 align="center">Stylelint shareable config for the Anolilab stylesheet guide.</h3>
4
10
 
5
- This npm package provides a set of shareable configurations for [Stylelint 15+](https://stylelint.io/) — a linter for CSS.
11
+ <!-- END_PACKAGE_OG_IMAGE_PLACEHOLDER -->
12
+
13
+ <br />
14
+
15
+ <div align="center">
6
16
 
7
- [![npm-image]][npm-url] [![license-image]][license-url]
17
+ [![typescript-image][typescript-badge]][typescript-url]
18
+ [![mit licence][license-badge]][license]
19
+ [![npm downloads][npm-downloads-badge]][npm-downloads]
20
+ [![Chat][chat-badge]][chat]
21
+ [![PRs Welcome][prs-welcome-badge]][prs-welcome]
8
22
 
9
23
  </div>
10
24
 
@@ -37,21 +51,21 @@ In summary, our package equips developers with opinionated yet flexible stylelin
37
51
 
38
52
  ## Install
39
53
 
40
- ```bash
41
- npm install --dev-save browserslist stylelint @anolilab/stylelint-config
54
+ ```sh
55
+ npm install @anolilab/stylelint-config
42
56
  ```
43
57
 
44
58
  ```sh
45
- pnpm add -D browserslist stylelint @anolilab/stylelint-config
59
+ yarn add @anolilab/stylelint-config
46
60
  ```
47
61
 
48
62
  ```sh
49
- yarn add -D browserslist stylelint @anolilab/stylelint-config
63
+ pnpm add @anolilab/stylelint-config
50
64
  ```
51
65
 
52
66
  ## Usage
53
67
 
54
- If you dont have a `.stylelintrc.js` or the other supported file names and `.stylelintignore`, we can create the file for you after installing `@anolilab/stylelint-config`, call `pnpm stylelint-config:install`.
68
+ If you don't have a `.stylelintrc.js` or the other supported file names and `.stylelintignore`, we can create the file for you after installing `@anolilab/stylelint-config`, call `pnpm stylelint-config:install`.
55
69
 
56
70
  > Note: If the script detects an existing `.stylelintrc.js` file, it will not overwrite it.
57
71
 
@@ -114,31 +128,44 @@ The package exports the following configurations, to create your own configurati
114
128
  - `@anolilab/stylelint-config/standard`
115
129
  - `@anolilab/stylelint-config/tailwindcss`
116
130
 
131
+ ## Related
132
+
117
133
  ## Supported Node.js Versions
118
134
 
119
- Libraries in this ecosystem make the best effort to track
120
- [Node.js’ release schedule](https://nodejs.org/en/about/releases/). Here’s [a
121
- post on why we think this is important](https://medium.com/the-node-js-collection/maintainers-should-consider-following-node-js-release-schedule-ab08ed4de71a).
135
+ Libraries in this ecosystem make the best effort to track [Node.js' release schedule](https://github.com/nodejs/release#release-schedule).
122
136
 
123
- Contributing
124
- ------------
137
+ Here's [a post on why we think this is important](https://medium.com/the-node-js-collection/maintainers-should-consider-following-node-js-release-schedule-ab08ed4de71a).
125
138
 
126
- If you would like to help take a look at the [list of issues](https://github.com/anolilab/javascript-style-guide/issues) and check our [Contributing](.github/CONTRIBUTING.md) guild.
139
+ ## Contributing
140
+
141
+ If you would like to help take a look at the [list of issues](https://github.com/anolilab/javascript-style-guide/issues) and check our [Contributing](.github/CONTRIBUTING.md) guidelines.
127
142
 
128
143
  > **Note:** please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
129
144
 
130
- Credits
131
- -------------
145
+ ## Credits
146
+
147
+ - [Daniel Bannert](https://github.com/prisis)
148
+
149
+ - [All Contributors](https://github.com/anolilab/javascript-style-guide/graphs/contributors)
150
+
151
+ ## Made with ❤️ at Anolilab
152
+
153
+ This is an open source project and will always remain free to use. If you think it's cool, please star it 🌟. [Anolilab](https://www.anolilab.com/open-source) is a Development and AI Studio. Contact us at [hello@anolilab.com](mailto:hello@anolilab.com) if you need any help with these technologies or just want to say hi!
132
154
 
133
- - [Daniel Bannert](https://github.com/prisis)
134
- - [All Contributors](https://github.com/anolilab/javascript-style-guide/graphs/contributors)
155
+ ## License
135
156
 
136
- License
137
- -------------
157
+ The anolilab stylelint-config is open-sourced software licensed under the [MIT][license-url]
138
158
 
139
- The anolilab javascript-style-guide is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT)
159
+ <!-- badges -->
140
160
 
141
- [license-image]: https://img.shields.io/npm/l/@anolilab/stylelint-config?color=blueviolet&style=for-the-badge
142
- [license-url]: LICENSE.md "license"
143
- [npm-image]: https://img.shields.io/npm/v/@anolilab/stylelint-config/latest.svg?style=for-the-badge&logo=npm
144
- [npm-url]: https://www.npmjs.com/package/@anolilab/stylelint-config/v/latest "npm"
161
+ [license-badge]: https://img.shields.io/npm/l/@anolilab/stylelint-config?style=for-the-badge
162
+ [license]: https://github.com/anolilab/javascript-style-guide/blob/main/LICENSE
163
+ [npm-downloads-badge]: https://img.shields.io/npm/dm/@anolilab/stylelint-config?style=for-the-badge
164
+ [npm-downloads]: https://www.npmjs.com/package/@anolilab/stylelint-config
165
+ [prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
166
+ [prs-welcome]: https://github.com/anolilab/javascript-style-guide/blob/main/.github/CONTRIBUTING.md
167
+ [chat-badge]: https://img.shields.io/discord/902465130518949899.svg?style=for-the-badge
168
+ [chat]: https://discord.gg/4VuvwWGaaB
169
+ [typescript-badge]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
170
+ [typescript-url]: https://www.typescriptlang.org/
171
+ [license-url]: https://opensource.org/licenses/MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/stylelint-config",
3
- "version": "7.0.10",
3
+ "version": "8.0.0",
4
4
  "description": "Stylelint shareable config for the Anolilab stylesheet guide.",
5
5
  "keywords": [
6
6
  "css",
@@ -23,7 +23,7 @@
23
23
  "homepage": "https://anolilab.com/nodejs/packages/stylelint-config",
24
24
  "repository": {
25
25
  "type": "git",
26
- "url": "https://github.com/anolilab/javascript-style-guide.git",
26
+ "url": "git+https://github.com/anolilab/javascript-style-guide.git",
27
27
  "directory": "packages/stylelint-config"
28
28
  },
29
29
  "funding": [
@@ -180,8 +180,8 @@
180
180
  "index.mjs"
181
181
  ],
182
182
  "dependencies": {
183
- "browserslist-config-anolilab": "6.0.7",
184
- "stylelint-config-clean-order": "^7.0.0",
183
+ "browserslist-config-anolilab": "7.0.0",
184
+ "stylelint-config-clean-order": "^8.0.0",
185
185
  "stylelint-config-standard": "^39.0.1",
186
186
  "stylelint-declaration-block-no-ignored-properties": "^2.8.0",
187
187
  "stylelint-high-performance-animation": "^1.11.0",