|
1 | 1 | # @orchestrator-ui/eslint-config-custom
|
2 | 2 |
|
| 3 | +## 2.0.0 |
| 4 | + |
| 5 | +### Major Changes |
| 6 | + |
| 7 | +- 85509b5: Updates to latest npm packages versions. Updates to eslint 9 |
| 8 | + |
3 | 9 | ## 1.4.1
|
4 | 10 |
|
5 | 11 | ### Patch Changes
|
6 | 12 |
|
7 |
| -- 56e2537: Fixes rights issue in github action |
8 |
| -- b7fe3ee: Adds github action permission to publish with provenance |
| 13 | +- 56e2537: Fixes rights issue in github action |
| 14 | +- b7fe3ee: Adds github action permission to publish with provenance |
9 | 15 |
|
10 | 16 | ## 1.4.0
|
11 | 17 |
|
12 | 18 | ### Minor Changes
|
13 | 19 |
|
14 |
| -- 85fca33: Adds npm provenance flag |
| 20 | +- 85fca33: Adds npm provenance flag |
15 | 21 |
|
16 | 22 | ## 1.3.1
|
17 | 23 |
|
18 | 24 | ### Patch Changes
|
19 | 25 |
|
20 |
| -- 3bfe651: Updates npm packages to latest versions |
| 26 | +- 3bfe651: Updates npm packages to latest versions |
21 | 27 |
|
22 | 28 | ## 1.3.0
|
23 | 29 |
|
24 | 30 | ### Minor Changes
|
25 | 31 |
|
26 |
| -- ef169fc: 1108 For the no-console rule allowing warnings too |
| 32 | +- ef169fc: 1108 For the no-console rule allowing warnings too |
27 | 33 |
|
28 | 34 | ## 1.2.1
|
29 | 35 |
|
30 | 36 | ### Patch Changes
|
31 | 37 |
|
32 |
| -- 09f3e09: Fixes markdown in README files |
| 38 | +- 09f3e09: Fixes markdown in README files |
33 | 39 |
|
34 | 40 | ## 1.2.0
|
35 | 41 |
|
36 | 42 | ### Minor Changes
|
37 | 43 |
|
38 |
| -- c122786: Adds README files to be displayed on NPM. Adds Apache 2.0 license. |
| 44 | +- c122786: Adds README files to be displayed on NPM. Adds Apache 2.0 license. |
39 | 45 |
|
40 | 46 | ## 1.1.3
|
41 | 47 |
|
42 | 48 | ### Patch Changes
|
43 | 49 |
|
44 |
| -- 9d8b7e0: Downgrades typescript-eslint-plugin |
| 50 | +- 9d8b7e0: Downgrades typescript-eslint-plugin |
45 | 51 |
|
46 | 52 | ## 1.1.2
|
47 | 53 |
|
48 | 54 | ### Patch Changes
|
49 | 55 |
|
50 |
| -- 6646b65: Fixes rule extend |
| 56 | +- 6646b65: Fixes rule extend |
51 | 57 |
|
52 | 58 | ## 1.1.1
|
53 | 59 |
|
54 | 60 | ### Patch Changes
|
55 | 61 |
|
56 |
| -- 126f2be: Fix eslint-plugin dependency |
| 62 | +- 126f2be: Fix eslint-plugin dependency |
57 | 63 |
|
58 | 64 | ## 1.1.0
|
59 | 65 |
|
60 | 66 | ### Minor Changes
|
61 | 67 |
|
62 |
| -- 1bed1cb: Add prettier and plugings to eslint config package |
| 68 | +- 1bed1cb: Add prettier and plugings to eslint config package |
63 | 69 |
|
64 | 70 | ## 1.0.0
|
65 | 71 |
|
66 | 72 | ### Major Changes
|
67 | 73 |
|
68 |
| -- 507399b: R1 Release |
| 74 | +- 507399b: R1 Release |
69 | 75 |
|
70 | 76 | ## 0.3.1
|
71 | 77 |
|
72 | 78 | ### Patch Changes
|
73 | 79 |
|
74 |
| -- 5be68af: Exposing @typescript-eslint/eslint-plugin as dependency instead of devDependency |
| 80 | +- 5be68af: Exposing @typescript-eslint/eslint-plugin as dependency instead of devDependency |
75 | 81 |
|
76 | 82 | ## 0.3.0
|
77 | 83 |
|
78 | 84 | ### Minor Changes
|
79 | 85 |
|
80 |
| -- c8c6e10: Update npm dependency versions |
| 86 | +- c8c6e10: Update npm dependency versions |
81 | 87 |
|
82 | 88 | ## 0.2.0
|
83 | 89 |
|
84 | 90 | ### Minor Changes
|
85 | 91 |
|
86 |
| -- 2747ef2: Remove turborepo linting rule |
| 92 | +- 2747ef2: Remove turborepo linting rule |
87 | 93 |
|
88 | 94 | ## 0.1.0
|
89 | 95 |
|
90 | 96 | ### Minor Changes
|
91 | 97 |
|
92 |
| -- ef5eace: Updates all major dependencies including Typescript to version 5 and NextJS to version 14 |
| 98 | +- ef5eace: Updates all major dependencies including Typescript to version 5 and NextJS to version 14 |
93 | 99 |
|
94 | 100 | ## 0.0.7
|
95 | 101 |
|
96 | 102 | ### Patch Changes
|
97 | 103 |
|
98 |
| -- 39c896a: Moves all devDependencies into the dependencies section |
| 104 | +- 39c896a: Moves all devDependencies into the dependencies section |
99 | 105 |
|
100 | 106 | ## 0.0.6
|
101 | 107 |
|
102 | 108 | ### Patch Changes
|
103 | 109 |
|
104 |
| -- ce48846: Updates linting rules to ban all console statements except console.error() |
| 110 | +- ce48846: Updates linting rules to ban all console statements except console.error() |
105 | 111 |
|
106 | 112 | ## 0.0.5
|
107 | 113 |
|
108 | 114 | ### Patch Changes
|
109 | 115 |
|
110 |
| -- 6597ac1: Test release after adding absolute imports (issue 414) |
| 116 | +- 6597ac1: Test release after adding absolute imports (issue 414) |
111 | 117 |
|
112 | 118 | ## 0.0.4
|
113 | 119 |
|
114 | 120 | ### Patch Changes
|
115 | 121 |
|
116 |
| -- 6d680f6: Test release before adding absolute imports (issue 414) |
| 122 | +- 6d680f6: Test release before adding absolute imports (issue 414) |
117 | 123 |
|
118 | 124 | ## 0.0.3
|
119 | 125 |
|
120 | 126 | ### Patch Changes
|
121 | 127 |
|
122 |
| -- 3f17e71: Adds eslint dependency |
| 128 | +- 3f17e71: Adds eslint dependency |
123 | 129 |
|
124 | 130 | ## 0.0.2
|
125 | 131 |
|
126 | 132 | ### Patch Changes
|
127 | 133 |
|
128 |
| -- 0cef169: Splitted WFO in separate packages |
| 134 | +- 0cef169: Splitted WFO in separate packages |
129 | 135 |
|
130 | 136 | ## 0.0.1
|
131 | 137 |
|
132 | 138 | ### Patch Changes
|
133 | 139 |
|
134 |
| -- Converted tsconfig and eslint to standalone NPM package |
| 140 | +- Converted tsconfig and eslint to standalone NPM package |
0 commit comments