@storm-software/eslint 0.8.0 → 0.9.1

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## 0.9.1 (2024-06-15)
2
+
3
+
4
+ ### 🩹 Fixes
5
+
6
+ - **storm-ops:** Resolved issue populating the git tag during publishing ([9ac9f1be](https://github.com/storm-software/storm-ops/commit/9ac9f1be))
7
+
8
+ ## 0.9.0 (2024-06-10)
9
+
10
+
11
+ ### 🚀 Features
12
+
13
+ - **eslint:** Updated package configuration back to `ESNext` from `CommonJs` ([565143d4](https://github.com/storm-software/storm-ops/commit/565143d4))
14
+
15
+
16
+ ### 🩹 Fixes
17
+
18
+ - **deps:** pin dependencies ([e2f9fcbc](https://github.com/storm-software/storm-ops/commit/e2f9fcbc))
19
+
1
20
  ## 0.8.0 (2024-06-09)
2
21
 
3
22
 
package/README.md CHANGED
@@ -2,7 +2,6 @@
2
2
  <!-- prettier-ignore-start -->
3
3
  <!-- markdownlint-disable -->
4
4
 
5
-
6
5
  <div align="center"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/storm-banner.gif" width="100%" alt="Storm Software" /></div>
7
6
  <br />
8
7
 
@@ -21,7 +20,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
20
 
22
21
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
22
 
24
- [![Version](https://img.shields.io/badge/version-0.6.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
23
+ [![Version](https://img.shields.io/badge/version-0.7.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
25
24
  [![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with docusaurus](https://img.shields.io/badge/documented_with-docusaurus-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://docusaurus.io/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
26
25
 
27
26
  > [!IMPORTANT]
@@ -29,7 +28,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
29
28
 
30
29
  <br />
31
30
 
32
-
33
31
  <!-- markdownlint-restore -->
34
32
  <!-- prettier-ignore-end -->
35
33
 
@@ -85,7 +83,6 @@ Run `nx test eslint` to execute the unit tests via [Jest](https://jestjs.io).
85
83
  <!-- prettier-ignore-start -->
86
84
  <!-- markdownlint-disable -->
87
85
 
88
-
89
86
  ## Storm Workspaces
90
87
 
91
88
  Storm workspaces are built using <a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools for monorepos, which helps you develop like Google, Facebook, and Microsoft. Building on top of Nx, the Open System provides a set of tools and patterns that help you scale your monorepo to many teams while keeping the codebase maintainable.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.8.0",
3
+ "version": "0.9.1",
4
4
  "description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
5
5
  "repository": {
6
6
  "type": "github",