Skip to content

Commit

Permalink
Merge pull request #34 from digitalfabrik/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
michael-markl authored Mar 24, 2022
2 parents 0c31b4d + e269025 commit 92eb248
Show file tree
Hide file tree
Showing 21 changed files with 4,018 additions and 1,977 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
jobs:
test-and-build:
docker:
- image: circleci/node:lts
- image: cimg/node:lts
steps:
- checkout
- restore_cache:
Expand All @@ -12,7 +12,7 @@ jobs:
- 0-yarn-{{ arch }}-
- run:
name: Install Dependencies
command: yarn install --frozen-lockfile
command: yarn install --immutable
- save_cache:
name: Save Yarn Package Cache
key: 0-yarn-{{ arch }}-{{ checksum "yarn.lock" }}
Expand Down
2 changes: 1 addition & 1 deletion docs/demo.js

Large diffs are not rendered by default.

77 changes: 77 additions & 0 deletions flow-typed/npm/@octokit/rest_v18.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
// flow-typed signature: d4b070faf560670457b2d4dc8e3407e8
// flow-typed version: 15ea1b476e/@octokit/rest_v18.x.x/flow_>=v0.83.x

declare module '@octokit/rest' {
declare class Octokit {
(options?: {| [key: string]: any |}): this;

actions: {| [key: string]: any |},
activity: {| [key: string]: any |},
apps: {| [key: string]: any |},
auth: (...args: Array<any>) => Promise<{| [key: string]: any |}>,
billing: {| [key: string]: any |},
checks: {| [key: string]: any |},
codeScanning: {| [key: string]: any |},
codesOfConduct: {| [key: string]: any |},
emojis: {| [key: string]: any |},
enterpriseAdmin: {| [key: string]: any |},
gists: {| [key: string]: any |},
git: {| [key: string]: any |},
gitignore: {| [key: string]: any |},
graphql: (...args: Array<any>) => any,
hook: (...args: Array<any>) => any,
interactions: {| [key: string]: any |},
issues: {| [key: string]: any |},
licenses: {| [key: string]: any |},
log:{| [key: string]: any |},
markdown: {| [key: string]: any |},
meta: {| [key: string]: any |},
migrations: {| [key: string]: any |},
orgs: {| [key: string]: any |},
packages: {| [key: string]: any |},
paginate: (...args: Array<any>) => any,
projects: {| [key: string]: any |},
pulls: {| [key: string]: any |},
rateLimit: {| [key: string]: any |},
reactions: {| [key: string]: any |},
repos: {
getContent: ({|
owner: string,
repo: string,
path?: string,
ref?: string,
|}) => Promise<{|
data: Array<{|
download_url: any,
git_url: string,
html_url: string,
name: string,
path: string,
sha: string,
size: number,
type: string,
url: string,
_links: {|
git: string,
html: string,
self: string,
|}
|}>,
headers: {| [key: string]: any |},
status: number,
url: string,
|}>,
[key: string]: any,
},
request: (...args: Array<any>) => any,
rest: {| [key: string]: any |},
search: {| [key: string]: any |},
secretScanning: {| [key: string]: any |},
teams: {| [key: string]: any |},
users: {| [key: string]: any |},
}

declare module.exports: {|
Octokit: typeof Octokit,
|};
}
90 changes: 90 additions & 0 deletions flow-typed/npm/colors_v1.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
// flow-typed signature: dcdeed5a29a613f9ae85fcd7421ee4db
// flow-typed version: 590676b089/colors_v1.x.x/flow_>=v0.104.x

declare module "colors" {
declare type Color = {
(text: string): string,
strip: Color,
stripColors: Color,
black: Color,
red: Color,
green: Color,
yellow: Color,
blue: Color,
magenta: Color,
cyan: Color,
white: Color,
gray: Color,
grey: Color,
bgBlack: Color,
bgRed: Color,
bgGreen: Color,
bgYellow: Color,
bgBlue: Color,
bgMagenta: Color,
bgCyan: Color,
bgWhite: Color,
reset: Color,
bold: Color,
dim: Color,
italic: Color,
underline: Color,
inverse: Color,
hidden: Color,
strikethrough: Color,
rainbow: Color,
zebra: Color,
america: Color,
trap: Color,
random: Color,
zalgo: Color,
...
};

declare module.exports: {
enabled: boolean,
themes: {...},
enable(): void,
disable(): void,
setTheme(theme: {...}): void,
strip: Color,
stripColors: Color,
black: Color,
red: Color,
green: Color,
yellow: Color,
blue: Color,
magenta: Color,
cyan: Color,
white: Color,
gray: Color,
grey: Color,
bgBlack: Color,
bgRed: Color,
bgGreen: Color,
bgYellow: Color,
bgBlue: Color,
bgMagenta: Color,
bgCyan: Color,
bgWhite: Color,
reset: Color,
bold: Color,
dim: Color,
italic: Color,
underline: Color,
inverse: Color,
hidden: Color,
strikethrough: Color,
rainbow: Color,
zebra: Color,
america: Color,
trap: Color,
random: Color,
zalgo: Color,
...
};
}

declare module "colors/safe" {
declare module.exports: $Exports<"colors">;
}
2 changes: 1 addition & 1 deletion flow-typed/npm/enzyme_v3.x.x.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// flow-typed signature: 20e2bb4e722c2a79e4e0f178491bf6cc
// flow-typed signature: aac6c8483122910b298a0412c5f247ee
// flow-typed version: 1f669c8dd2/enzyme_v3.x.x/flow_>=v0.104.x

declare module "enzyme" {
Expand Down
2 changes: 1 addition & 1 deletion flow-typed/npm/flow-bin_v0.x.x.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// flow-typed signature: 28fdff7f110e1c75efab63ff205dda30
// flow-typed signature: defcb6d3fbb0946084b6113e14859c31
// flow-typed version: c6154227d1/flow-bin_v0.x.x/flow_>=v0.104.x

declare module "flow-bin" {
Expand Down
Loading

0 comments on commit 92eb248

Please sign in to comment.