LiveRamp / reslang

A language for describing resource-oriented APIs & turning them into Swagger or resource diagrams. Oriented around the concepts we want to expose in the APIs.
Apache License 2.0
23 stars 7 forks source link

Bump Dependency Versions #158

Closed njaczko closed 4 years ago

njaczko commented 4 years ago

I merged all of the Dependabot PRs (https://github.com/LiveRamp/reslang/pulls?q=dependabot) into a feature branch. All the tests still pass and all the commands I tried work as expected.

➜  reslang git:(dependabot-bump-versions) yarn run test
yarn run v1.22.4
$ jest
 PASS  src/tests/docs.test.ts
 PASS  src/tests/names.test.ts
 PASS  src/tests/servers.test.ts
 PASS  src/tests/checkrules.test.ts
 PASS  src/tests/events.test.ts (6.772s)
 PASS  src/tests/dotviz.test.ts (6.779s)
 PASS  src/tests/parser.test.ts (6.814s)
 PASS  src/tests/swagger.test.ts (6.905s)
 PASS  src/tests/jsconschema.test.ts (7.136s)

Test Suites: 9 passed, 9 total
Tests:       137 passed, 137 total
Snapshots:   0 total
Time:        10.327s
Ran all test suites.
✨  Done in 11.51s.
ops-github-DU4JOAWE commented 4 years ago

This change is Reviewable