@cubejs-backend/testing 0.28.64 → 0.29.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/CHANGELOG.md +59 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,65 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.29.0](https://github.com/cube-js/cube.js/compare/v0.28.67...v0.29.0) (2021-12-14)
7
+
8
+
9
+ ### Features
10
+
11
+ * **playground:** GraphiQL sandbox. Allow using the cube GraphQL API ([#3810](https://github.com/cube-js/cube.js/issues/3810)) ([1f39042](https://github.com/cube-js/cube.js/commit/1f39042ac063feaa852b3674a1b857d2dbbc9d17))
12
+
13
+
14
+ ### Reverts
15
+
16
+ * 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)
17
+
18
+
19
+ * 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)
20
+
21
+
22
+ ### BREAKING CHANGES
23
+
24
+ * Drop support for Node.js 10 (12.x is a minimal version)
25
+ * Upgrade Node.js to 14 for Docker images
26
+ * Drop support for Node.js 15
27
+
28
+
29
+
30
+
31
+
32
+ ## [0.28.67](https://github.com/cube-js/cube.js/compare/v0.28.66...v0.28.67) (2021-12-14)
33
+
34
+
35
+ ### Bug Fixes
36
+
37
+ * **playground:** Revert GraphQL support ([#3807](https://github.com/cube-js/cube.js/issues/3807)) ([6eb894b](https://github.com/cube-js/cube.js/commit/6eb894b856eaa918a66bf537e88d90bb6ae9f71e))
38
+
39
+
40
+
41
+
42
+
43
+ ## [0.28.66](https://github.com/cube-js/cube.js/compare/v0.28.65...v0.28.66) (2021-12-14)
44
+
45
+
46
+ ### Features
47
+
48
+ * **playground:** GraphiQL sandbox. Allow using the cube GraphQL API ([#3803](https://github.com/cube-js/cube.js/issues/3803)) ([6c848c0](https://github.com/cube-js/cube.js/commit/6c848c02fae2f2658e2051055d4bf8419554fb26))
49
+
50
+
51
+
52
+
53
+
54
+ ## [0.28.65](https://github.com/cube-js/cube.js/compare/v0.28.64...v0.28.65) (2021-12-10)
55
+
56
+
57
+ ### Features
58
+
59
+ * **api-gateway:** GraphQL root orderBy ([#3788](https://github.com/cube-js/cube.js/issues/3788)) ([cd88d26](https://github.com/cube-js/cube.js/commit/cd88d269a5c7ab12ec8e326718fdfd2935ab70bd))
60
+
61
+
62
+
63
+
64
+
6
65
  ## [0.28.64](https://github.com/cube-js/cube.js/compare/v0.28.63...v0.28.64) (2021-12-05)
7
66
 
8
67
  **Note:** Version bump only for package @cubejs-backend/testing
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@cubejs-backend/testing",
3
- "version": "0.28.64",
3
+ "version": "0.29.0",
4
4
  "description": "Cube.js Testing Helpers",
5
5
  "author": "Cube Dev, Inc.",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/src/index.js",
8
8
  "typings": "dist/src/index.d.ts",
9
9
  "engines": {
10
- "node": ">=10.8.0"
10
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
11
11
  },
12
12
  "scripts": {
13
13
  "cypress:open": "kill-port 4000 && TEST_PLAYGROUND_PORT=3080 yarn cypress:birdbox",
@@ -40,10 +40,10 @@
40
40
  "birdbox-fixtures"
41
41
  ],
42
42
  "dependencies": {
43
- "@cubejs-backend/query-orchestrator": "^0.28.64",
44
- "@cubejs-backend/schema-compiler": "^0.28.64",
45
- "@cubejs-backend/shared": "^0.28.55",
46
- "@cubejs-client/ws-transport": "^0.28.52",
43
+ "@cubejs-backend/query-orchestrator": "^0.29.0",
44
+ "@cubejs-backend/schema-compiler": "^0.29.0",
45
+ "@cubejs-backend/shared": "^0.29.0",
46
+ "@cubejs-client/ws-transport": "^0.29.0",
47
47
  "fs-extra": "^8.1.0",
48
48
  "http-proxy": "^1.18.1",
49
49
  "node-fetch": "^2.6.1",
@@ -51,8 +51,8 @@
51
51
  },
52
52
  "devDependencies": {
53
53
  "@4tw/cypress-drag-drop": "^1.6.0",
54
- "@cubejs-backend/linter": "^0.28.22",
55
- "@cubejs-client/core": "^0.28.52",
54
+ "@cubejs-backend/linter": "^0.29.0",
55
+ "@cubejs-client/core": "^0.29.0",
56
56
  "@jest/globals": "^26.6.2",
57
57
  "@types/http-proxy": "^1.17.5",
58
58
  "@types/jest": "^26.0.22",
@@ -83,5 +83,5 @@
83
83
  "eslintConfig": {
84
84
  "extends": "../cubejs-linter"
85
85
  },
86
- "gitHead": "765209d27873caf675e1bcd46c52b6cf69a07bc3"
86
+ "gitHead": "15502010fedcb085860d4f35267a57a6d60aa9ab"
87
87
  }