@cubejs-backend/testing 0.28.65 → 0.29.4

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 +56 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,62 @@
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.4](https://github.com/cube-js/cube.js/compare/v0.29.3...v0.29.4) (2021-12-16)
7
+
8
+ **Note:** Version bump only for package @cubejs-backend/testing
9
+
10
+
11
+
12
+
13
+
14
+ # [0.29.0](https://github.com/cube-js/cube.js/compare/v0.28.67...v0.29.0) (2021-12-14)
15
+
16
+
17
+ ### Features
18
+
19
+ * **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))
20
+
21
+
22
+ ### Reverts
23
+
24
+ * 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)
25
+
26
+
27
+ * 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)
28
+
29
+
30
+ ### BREAKING CHANGES
31
+
32
+ * Drop support for Node.js 10 (12.x is a minimal version)
33
+ * Upgrade Node.js to 14 for Docker images
34
+ * Drop support for Node.js 15
35
+
36
+
37
+
38
+
39
+
40
+ ## [0.28.67](https://github.com/cube-js/cube.js/compare/v0.28.66...v0.28.67) (2021-12-14)
41
+
42
+
43
+ ### Bug Fixes
44
+
45
+ * **playground:** Revert GraphQL support ([#3807](https://github.com/cube-js/cube.js/issues/3807)) ([6eb894b](https://github.com/cube-js/cube.js/commit/6eb894b856eaa918a66bf537e88d90bb6ae9f71e))
46
+
47
+
48
+
49
+
50
+
51
+ ## [0.28.66](https://github.com/cube-js/cube.js/compare/v0.28.65...v0.28.66) (2021-12-14)
52
+
53
+
54
+ ### Features
55
+
56
+ * **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))
57
+
58
+
59
+
60
+
61
+
6
62
  ## [0.28.65](https://github.com/cube-js/cube.js/compare/v0.28.64...v0.28.65) (2021-12-10)
7
63
 
8
64
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@cubejs-backend/testing",
3
- "version": "0.28.65",
3
+ "version": "0.29.4",
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.4",
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": "3337fa2d9f9f87a9dd2e4ac6d14199820d3ea0b7"
86
+ "gitHead": "6d425670e14b353f6930a7d64fb9006d73247c5b"
87
87
  }