@storm-software/eslint 0.5.0 β†’ 0.7.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 (13) hide show
  1. package/CHANGELOG.md +33 -15
  2. package/README.md +1 -1
  3. package/base.cjs +646 -1006
  4. package/graphql.cjs +2418 -2730
  5. package/index.cjs +99812 -98263
  6. package/json.cjs +1754 -2071
  7. package/markdown.cjs +1969 -2262
  8. package/meta.json +1 -1
  9. package/next.cjs +1836 -2140
  10. package/package.json +5 -3
  11. package/react.cjs +1837 -2156
  12. package/recommended.cjs +5314 -5422
  13. package/yml.cjs +1935 -2220
package/CHANGELOG.md CHANGED
@@ -1,45 +1,63 @@
1
- ## 0.5.0 (2024-06-09)
1
+ ## 0.7.0 (2024-06-09)
2
2
 
3
3
 
4
4
  ### πŸš€ Features
5
5
 
6
- - **eslint:** Update eslint packages to use `CommonJs` instead of `ESNext` ([d6a48043](https://github.com/storm-software/storm-ops/commit/d6a48043))
6
+ - **eslint:** Change module formats for eslint packages ([2be209ea](https://github.com/storm-software/storm-ops/commit/2be209ea))
7
7
 
8
- ## 0.4.0 (2024-06-08)
8
+ ## 0.6.0 (2024-06-09)
9
+
10
+ ### πŸš€ Features
9
11
 
12
+ - **eslint:** Updated markup documentation files
13
+ ([0097f19e](https://github.com/storm-software/storm-ops/commit/0097f19e))
14
+
15
+ ## 0.5.0 (2024-06-09)
10
16
 
11
17
  ### πŸš€ Features
12
18
 
13
- - **eslint:** Added the `ignores` module to include in ESLint configurations ([7ba523b0](https://github.com/storm-software/storm-ops/commit/7ba523b0))
19
+ - **eslint:** Update eslint packages to use `CommonJs` instead of `ESNext`
20
+ ([d6a48043](https://github.com/storm-software/storm-ops/commit/d6a48043))
14
21
 
15
- - **eslint:** Converted all eslint configurations to use new flat style ([281de429](https://github.com/storm-software/storm-ops/commit/281de429))
22
+ ## 0.4.0 (2024-06-08)
16
23
 
17
- ## 0.3.0 (2024-06-06)
24
+ ### πŸš€ Features
25
+
26
+ - **eslint:** Added the `ignores` module to include in ESLint configurations
27
+ ([7ba523b0](https://github.com/storm-software/storm-ops/commit/7ba523b0))
18
28
 
29
+ - **eslint:** Converted all eslint configurations to use new flat style
30
+ ([281de429](https://github.com/storm-software/storm-ops/commit/281de429))
31
+
32
+ ## 0.3.0 (2024-06-06)
19
33
 
20
34
  ### πŸš€ Features
21
35
 
22
- - **eslint-config:** Added a package to share the base Storm ESLint configuration ([af128ebd](https://github.com/storm-software/storm-ops/commit/af128ebd))
36
+ - **eslint-config:** Added a package to share the base Storm ESLint
37
+ configuration
38
+ ([af128ebd](https://github.com/storm-software/storm-ops/commit/af128ebd))
23
39
 
24
40
  ## 0.2.0 (2024-06-05)
25
41
 
26
-
27
42
  ### πŸš€ Features
28
43
 
29
- - **eslint:** Major updates to resolve eslint issues ([50e7c988](https://github.com/storm-software/storm-ops/commit/50e7c988))
44
+ - **eslint:** Major updates to resolve eslint issues
45
+ ([50e7c988](https://github.com/storm-software/storm-ops/commit/50e7c988))
30
46
 
31
47
  ## 0.1.0 (2024-06-05)
32
48
 
33
-
34
49
  ### πŸš€ Features
35
50
 
36
- - **eslint-plugin:** Added the `eslint` and `prittier` base packages ([b2d63d0f](https://github.com/storm-software/storm-ops/commit/b2d63d0f))
37
-
51
+ - **eslint-plugin:** Added the `eslint` and `prittier` base packages
52
+ ([b2d63d0f](https://github.com/storm-software/storm-ops/commit/b2d63d0f))
38
53
 
39
54
  ### 🩹 Fixes
40
55
 
41
- - **eslint:** Resolve issue with missing dependencies ([b0f43454](https://github.com/storm-software/storm-ops/commit/b0f43454))
56
+ - **eslint:** Resolve issue with missing dependencies
57
+ ([b0f43454](https://github.com/storm-software/storm-ops/commit/b0f43454))
42
58
 
43
- - **eslint:** Update the `package.json` versions ([36a9a82b](https://github.com/storm-software/storm-ops/commit/36a9a82b))
59
+ - **eslint:** Update the `package.json` versions
60
+ ([36a9a82b](https://github.com/storm-software/storm-ops/commit/36a9a82b))
44
61
 
45
- - **storm-ops:** Turn off the Nx daemon ([e844cc0a](https://github.com/storm-software/storm-ops/commit/e844cc0a))
62
+ - **storm-ops:** Turn off the Nx daemon
63
+ ([e844cc0a](https://github.com/storm-software/storm-ops/commit/e844cc0a))
package/README.md CHANGED
@@ -21,7 +21,7 @@ This package is part of the <b>⚑Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <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
23
 
24
- [![Version](https://img.shields.io/badge/version-0.4.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
24
+ [![Version](https://img.shields.io/badge/version-0.6.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
25
25
  [![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
26
 
27
27
  > [!IMPORTANT]