Skip to content

Commit

Permalink
chore: dependency upgrade sweep (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce Kalow committed Jan 28, 2022
1 parent d9d49cb commit e60fa8f
Show file tree
Hide file tree
Showing 49 changed files with 9,892 additions and 4,345 deletions.
37 changes: 37 additions & 0 deletions .changeset/twelve-drinks-kiss.md
@@ -0,0 +1,37 @@
---
'@hashicorp/react-accordion': patch
'@hashicorp/react-alert-banner': patch
'@hashicorp/react-button': patch
'@hashicorp/react-call-to-action': patch
'@hashicorp/react-callouts': patch
'@hashicorp/react-case-study-slider': patch
'@hashicorp/react-code-block': patch
'@hashicorp/react-combobox': patch
'@hashicorp/react-consent-manager': patch
'@hashicorp/react-content': patch
'@hashicorp/react-content-cta': patch
'@hashicorp/react-docs-page': patch
'@hashicorp/react-featured-slider': patch
'@hashicorp/react-feedback-form': patch
'@hashicorp/react-glossary-page': patch
'@hashicorp/react-hashi-stack-menu': patch
'@hashicorp/react-hero': patch
'@hashicorp/react-image': patch
'@hashicorp/react-learn-callout': patch
'@hashicorp/react-logo-grid': patch
'@hashicorp/react-markdown-page': patch
'@hashicorp/react-open-api-page': patch
'@hashicorp/react-product-downloads-page': patch
'@hashicorp/react-product-features-list': patch
'@hashicorp/react-search': patch
'@hashicorp/react-stepped-feature-list': patch
'@hashicorp/react-subnav': patch
'@hashicorp/react-tabbed-accordion': patch
'@hashicorp/react-tabs': patch
'@hashicorp/react-text-split': patch
'@hashicorp/react-text-split-with-code': patch
'@hashicorp/react-text-splits': patch
'@hashicorp/react-vertical-text-block-list': patch
---

Bumps underlying dependencies.
21 changes: 0 additions & 21 deletions .circleci/config.yml

This file was deleted.

54 changes: 54 additions & 0 deletions .github/workflows/ci.yml
@@ -0,0 +1,54 @@
name: CI

on:
pull_request:
push:
branches:
- main

jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Setup Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 16.x

- name: Install Dependencies
run: npm ci

- name: Run type check
run: npm run typecheck
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Setup Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 16.x

- name: Install Dependencies
run: npm ci

- name: Run type check
run: npm run test:ci
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Setup Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 16.x

- name: Install Dependencies
run: npm ci

- name: Run type check
run: npm run lint
24 changes: 0 additions & 24 deletions .github/workflows/typecheck.yml

This file was deleted.

1 comment on commit e60fa8f

@vercel
Copy link

@vercel vercel bot commented on e60fa8f Jan 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.