@cubejs-backend/linter 0.31.0 → 0.32.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 (2) hide show
  1. package/package.json +3 -3
  2. package/CHANGELOG.md +0 -250
package/package.json CHANGED
@@ -2,14 +2,14 @@
2
2
  "name": "@cubejs-backend/linter",
3
3
  "description": "Cube.js ESLint (virtual package) for linting code",
4
4
  "author": "Cube Dev, Inc.",
5
- "version": "0.31.0",
5
+ "version": "0.32.0",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/cube-js/cube.js.git",
9
9
  "directory": "packages/cubejs-mssql-driver"
10
10
  },
11
11
  "engines": {
12
- "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
12
+ "node": "^14.0.0 || ^16.0.0 || >=17.0.0"
13
13
  },
14
14
  "main": "index.js",
15
15
  "peerDependencies": {
@@ -30,5 +30,5 @@
30
30
  "publishConfig": {
31
31
  "access": "public"
32
32
  },
33
- "gitHead": "8cdec759f298fb20c48194254ccc04b6fdad46bf"
33
+ "gitHead": "42f54aed393b75c93704f6205c123bf325639923"
34
34
  }
package/CHANGELOG.md DELETED
@@ -1,250 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [0.31.0](https://github.com/cube-js/cube.js/compare/v0.30.75...v0.31.0) (2022-10-03)
7
-
8
- **Note:** Version bump only for package @cubejs-backend/linter
9
-
10
-
11
-
12
-
13
-
14
- # [0.30.0](https://github.com/cube-js/cube.js/compare/v0.29.57...v0.30.0) (2022-05-11)
15
-
16
- **Note:** Version bump only for package @cubejs-backend/linter
17
-
18
-
19
-
20
-
21
-
22
- ## [0.29.23](https://github.com/cube-js/cube.js/compare/v0.29.22...v0.29.23) (2022-01-26)
23
-
24
- **Note:** Version bump only for package @cubejs-backend/linter
25
-
26
-
27
-
28
-
29
-
30
- ## [0.29.21](https://github.com/cube-js/cube.js/compare/v0.29.20...v0.29.21) (2022-01-17)
31
-
32
- **Note:** Version bump only for package @cubejs-backend/linter
33
-
34
-
35
-
36
-
37
-
38
- # [0.29.0](https://github.com/cube-js/cube.js/compare/v0.28.67...v0.29.0) (2021-12-14)
39
-
40
-
41
- ### Reverts
42
-
43
- * Revert "BREAKING CHANGE: 0.29 (#3809)" (#3811) ([db005ed](https://github.com/cube-js/cube.js/commit/db005edc04d48e8251250ab9d0e19f496cf3b52b)), closes [#3809](https://github.com/cube-js/cube.js/issues/3809) [#3811](https://github.com/cube-js/cube.js/issues/3811)
44
-
45
-
46
- * BREAKING CHANGE: 0.29 (#3809) ([6f1418b](https://github.com/cube-js/cube.js/commit/6f1418b9963774844f341682e594601a56bb0084)), closes [#3809](https://github.com/cube-js/cube.js/issues/3809)
47
-
48
-
49
- ### BREAKING CHANGES
50
-
51
- * Drop support for Node.js 10 (12.x is a minimal version)
52
- * Upgrade Node.js to 14 for Docker images
53
- * Drop support for Node.js 15
54
-
55
-
56
-
57
-
58
-
59
- ## [0.28.22](https://github.com/cube-js/cube.js/compare/v0.28.21...v0.28.22) (2021-08-17)
60
-
61
- **Note:** Version bump only for package @cubejs-backend/linter
62
-
63
-
64
-
65
-
66
-
67
- ## [0.28.17](https://github.com/cube-js/cube.js/compare/v0.28.16...v0.28.17) (2021-08-11)
68
-
69
- **Note:** Version bump only for package @cubejs-backend/linter
70
-
71
-
72
-
73
-
74
-
75
- ## [0.28.6](https://github.com/cube-js/cube.js/compare/v0.28.5...v0.28.6) (2021-07-22)
76
-
77
-
78
- ### Features
79
-
80
- * **@cubejs-client/ngx:** async CubejsClient initialization ([#2876](https://github.com/cube-js/cube.js/issues/2876)) ([bba3a01](https://github.com/cube-js/cube.js/commit/bba3a01d2a072093509633f2d26e8df9677f940c))
81
-
82
-
83
-
84
-
85
-
86
- # [0.28.0](https://github.com/cube-js/cube.js/compare/v0.27.53...v0.28.0) (2021-07-17)
87
-
88
- **Note:** Version bump only for package @cubejs-backend/linter
89
-
90
-
91
-
92
-
93
-
94
- # [0.27.0](https://github.com/cube-js/cube.js/compare/v0.26.104...v0.27.0) (2021-04-26)
95
-
96
- **Note:** Version bump only for package @cubejs-backend/linter
97
-
98
-
99
-
100
-
101
-
102
- ## [0.26.74](https://github.com/cube-js/cube.js/compare/v0.26.73...v0.26.74) (2021-04-01)
103
-
104
- **Note:** Version bump only for package @cubejs-backend/linter
105
-
106
-
107
-
108
-
109
-
110
- ## [0.26.54](https://github.com/cube-js/cube.js/compare/v0.26.53...v0.26.54) (2021-03-12)
111
-
112
- **Note:** Version bump only for package @cubejs-backend/linter
113
-
114
-
115
-
116
-
117
-
118
- ## [0.26.13](https://github.com/cube-js/cube.js/compare/v0.26.12...v0.26.13) (2021-02-12)
119
-
120
-
121
- ### Features
122
-
123
- * type detection - check overflows for int/bigint ([393948a](https://github.com/cube-js/cube.js/commit/393948ae5fabf1c4b46ce4ea2b2dc22e8f012ee1))
124
-
125
-
126
-
127
-
128
-
129
- ## [0.26.11](https://github.com/cube-js/cube.js/compare/v0.26.10...v0.26.11) (2021-02-10)
130
-
131
-
132
- ### Bug Fixes
133
-
134
- * CUBEJS_SCHEDULED_REFRESH_TIMER, fix [#1972](https://github.com/cube-js/cube.js/issues/1972) ([#1975](https://github.com/cube-js/cube.js/issues/1975)) ([dac7e52](https://github.com/cube-js/cube.js/commit/dac7e52ee0d3a118c9d69c9d030e58a3c048cca1))
135
-
136
-
137
-
138
-
139
-
140
- # [0.26.0](https://github.com/cube-js/cube.js/compare/v0.25.33...v0.26.0) (2021-02-01)
141
-
142
- **Note:** Version bump only for package @cubejs-backend/linter
143
-
144
-
145
-
146
-
147
-
148
- # [0.25.0](https://github.com/cube-js/cube.js/compare/v0.24.15...v0.25.0) (2020-12-21)
149
-
150
- **Note:** Version bump only for package @cubejs-backend/linter
151
-
152
-
153
-
154
-
155
-
156
- ## [0.24.5](https://github.com/cube-js/cube.js/compare/v0.24.4...v0.24.5) (2020-12-09)
157
-
158
-
159
- ### Features
160
-
161
- * **cubejs-cli:** improve DX for docker ([#1457](https://github.com/cube-js/cube.js/issues/1457)) ([72ad782](https://github.com/cube-js/cube.js/commit/72ad782090c52e677b9e51e43818f1dca40db791))
162
-
163
-
164
-
165
-
166
-
167
- ## [0.24.4](https://github.com/cube-js/cube.js/compare/v0.24.3...v0.24.4) (2020-12-07)
168
-
169
- **Note:** Version bump only for package @cubejs-backend/linter
170
-
171
-
172
-
173
-
174
-
175
- ## [0.24.3](https://github.com/cube-js/cube.js/compare/v0.24.2...v0.24.3) (2020-12-01)
176
-
177
- **Note:** Version bump only for package @cubejs-backend/linter
178
-
179
-
180
-
181
-
182
-
183
- ## [0.24.2](https://github.com/cube-js/cube.js/compare/v0.24.1...v0.24.2) (2020-11-27)
184
-
185
-
186
- ### Features
187
-
188
- * **@cubejs-backend/query-orchestrator:** Initial move to TypeScript ([#1462](https://github.com/cube-js/cube.js/issues/1462)) ([101e8dc](https://github.com/cube-js/cube.js/commit/101e8dc90d4b1266c0327adb86cab3e3caa8d4d0))
189
-
190
-
191
-
192
-
193
-
194
- # [0.24.0](https://github.com/cube-js/cube.js/compare/v0.23.15...v0.24.0) (2020-11-26)
195
-
196
- **Note:** Version bump only for package @cubejs-backend/linter
197
-
198
-
199
-
200
-
201
-
202
- ## [0.23.7](https://github.com/cube-js/cube.js/compare/v0.23.6...v0.23.7) (2020-11-04)
203
-
204
-
205
- ### Features
206
-
207
- * **cubejs-cli:** Completely move CLI to TypeScript ([#1281](https://github.com/cube-js/cube.js/issues/1281)) ([dd5f3e2](https://github.com/cube-js/cube.js/commit/dd5f3e2948c82713354743af4a2727becac81388))
208
-
209
-
210
-
211
-
212
-
213
- # [0.23.0](https://github.com/cube-js/cube.js/compare/v0.22.4...v0.23.0) (2020-10-28)
214
-
215
- **Note:** Version bump only for package @cubejs-backend/linter
216
-
217
-
218
-
219
-
220
-
221
- # [0.22.0](https://github.com/cube-js/cube.js/compare/v0.21.2...v0.22.0) (2020-10-20)
222
-
223
- **Note:** Version bump only for package @cubejs-backend/linter
224
-
225
-
226
-
227
-
228
-
229
- ## [0.21.1](https://github.com/cube-js/cube.js/compare/v0.21.0...v0.21.1) (2020-10-15)
230
-
231
- **Note:** Version bump only for package @cubejs-backend/linter
232
-
233
-
234
-
235
-
236
-
237
- # [0.21.0](https://github.com/cube-js/cube.js/compare/v0.20.15...v0.21.0) (2020-10-09)
238
-
239
- **Note:** Version bump only for package @cubejs-backend/linter
240
-
241
-
242
-
243
-
244
-
245
- ## [0.20.11](https://github.com/cube-js/cube.js/compare/v0.20.10...v0.20.11) (2020-09-28)
246
-
247
-
248
- ### Features
249
-
250
- * Introduce Druid driver ([#1099](https://github.com/cube-js/cube.js/issues/1099)) ([2bfe20f](https://github.com/cube-js/cube.js/commit/2bfe20f))