@codecademy/gamut-tests 4.0.6-alpha.ffc244.0 → 4.0.8-alpha.7b7eab.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.
package/CHANGELOG.md CHANGED
@@ -3,7 +3,23 @@
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
- ### [4.0.6-alpha.ffc244.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-tests@4.0.5...@codecademy/gamut-tests@4.0.6-alpha.ffc244.0) (2022-06-24)
6
+ ### [4.0.8-alpha.7b7eab.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-tests@4.0.7...@codecademy/gamut-tests@4.0.8-alpha.7b7eab.0) (2022-07-22)
7
+
8
+ **Note:** Version bump only for package @codecademy/gamut-tests
9
+
10
+
11
+
12
+
13
+
14
+ ### [4.0.7](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-tests@4.0.6...@codecademy/gamut-tests@4.0.7) (2022-07-19)
15
+
16
+ **Note:** Version bump only for package @codecademy/gamut-tests
17
+
18
+
19
+
20
+
21
+
22
+ ### [4.0.6](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-tests@4.0.5...@codecademy/gamut-tests@4.0.6) (2022-07-15)
7
23
 
8
24
  **Note:** Version bump only for package @codecademy/gamut-tests
9
25
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Codecademy Engineering <dev@codecademy.com>",
3
3
  "dependencies": {
4
- "@codecademy/gamut-styles": "13.2.1-alpha.ffc244.0",
4
+ "@codecademy/gamut-styles": "13.4.1-alpha.7b7eab.0",
5
5
  "component-test-setup": "*",
6
6
  "lodash": "^4.17.5"
7
7
  },
@@ -14,7 +14,7 @@
14
14
  "rtl"
15
15
  ],
16
16
  "name": "@codecademy/gamut-tests",
17
- "version": "4.0.6-alpha.ffc244.0",
17
+ "version": "4.0.8-alpha.7b7eab.0",
18
18
  "license": "MIT",
19
19
  "main": "./dist/index.js",
20
20
  "module": "dist/index.js",
@@ -29,13 +29,8 @@
29
29
  "url": "git+https://github.com/Codecademy/gamut.git"
30
30
  },
31
31
  "scripts": {
32
- "verify": "tsc --noEmit",
33
- "build:compile": "babel ./src --out-dir ./dist --copy-files --extensions \".ts,.tsx\"",
34
- "build:clean": "rm -rf dist",
35
- "build:types": "tsc --emitDeclarationOnly",
36
- "build": "yarn build:clean && yarn build:compile && yarn build:types",
37
- "lernaBuildTask": "yarn build"
32
+ "verify": "tsc --noEmit"
38
33
  },
39
34
  "types": "./dist/index.d.ts",
40
- "gitHead": "87c150e10fbe0c28144f5fb6dc411363f0e16d0c"
35
+ "gitHead": "d4201487b081e2b3665eba6b3a268f90dacedb5c"
41
36
  }
package/project.json ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "$schema": "../../../node_modules/nx/schemas/project-schema.json",
3
+ "sourceRoot": "packages/gamut-tests/src",
4
+ "projectType": "library",
5
+ "targets": {
6
+ "build": {
7
+ "outputs": ["{options.outputPath}"],
8
+ "executor": "nx:run-commands",
9
+ "options": {
10
+ "cwd": "packages/gamut-tests",
11
+ "outputPath": ["./dist"],
12
+ "commands": [
13
+ "rm -rf ./dist",
14
+ "babel ./src --out-dir ./dist --copy-files --extensions \".ts,.tsx\"",
15
+ "tsc --emitDeclarationOnly"
16
+ ],
17
+ "parallel": false
18
+ }
19
+ }
20
+ },
21
+ "tags": []
22
+ }
@@ -1,9 +0,0 @@
1
- @codecademy/gamut-tests:build: cache hit, replaying output 69b2818dcfb0aefc
2
- @codecademy/gamut-tests:build: $ yarn build:clean && yarn build:compile && yarn build:types
3
- @codecademy/gamut-tests:build: $ rm -rf dist
4
- @codecademy/gamut-tests:build: $ babel ./src --out-dir ./dist --copy-files --extensions ".ts,.tsx"
5
- @codecademy/gamut-tests:build: Browserslist: caniuse-lite is outdated. Please run:
6
- @codecademy/gamut-tests:build:  npx browserslist@latest --update-db
7
- @codecademy/gamut-tests:build:  Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
8
- @codecademy/gamut-tests:build: Successfully compiled 1 file with Babel (721ms).
9
- @codecademy/gamut-tests:build: $ tsc --emitDeclarationOnly