Skip to content

Commit

Permalink
Chore: update dependencies (#1476)
Browse files Browse the repository at this point in the history
* Chore(deps): Bump @axe-core/webdriverjs from 4.3.1 to 4.4.0 (#1466)

* Chore(deps): Bump redux from 4.0.1 to 4.1.2 (#1404)

* Chore(deps-dev): Bump enzyme from 3.9.0 to 3.11.0 (#1406)

* Chore(deps): Bump monaco-editor-webpack-plugin from 4.0.0 to 4.2.0 (#1401)

* Chore(deps-dev): Bump @types/react-intl from 2.3.17 to 3.0.0 (#1399)

* Chore(deps-dev): Bump tslint from 5.12.1 to 5.20.1 (#1397)

* Chore(deps-dev): Bump ws from 8.2.3 to 8.5.0 (#1448)

* Chore(deps-dev): Bump url-parse from 1.5.3 to 1.5.6 (#1477)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
thewahome and dependabot[bot] authored Feb 21, 2022
1 parent 5d83574 commit 87c2228
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 125 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,10 @@ jobs:
- name: Run linter
run: npm run lint

- name: Run the tests
run: npm test

- name: Build
run: npm run build

- name: Generate test coverage report
- name: Run the tests
run: npm run test -- --coverage --watchAll=false --testResultsProcessor=jest-sonar-reporter

- name: Fix code coverage paths
Expand Down
176 changes: 66 additions & 110 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@augloop/types-core": "file:packages/types-core-2.16.189.tgz",
"@axe-core/webdriverjs": "4.3.1",
"@axe-core/webdriverjs": "4.4.0",
"@azure/msal-browser": "2.19.0",
"@babel/core": "7.16.12",
"@babel/eslint-parser": "7.16.3",
Expand Down Expand Up @@ -51,7 +51,7 @@
"markdown-it": "12.3.2",
"mini-css-extract-plugin": "1.6.2",
"monaco-editor": "0.25.2",
"monaco-editor-webpack-plugin": "4.0.0",
"monaco-editor-webpack-plugin": "4.2.0",
"node-sass": "4.14.1",
"pnp-webpack-plugin": "1.7.0",
"postcss-flexbugs-fixes": "5.0.2",
Expand All @@ -64,7 +64,7 @@
"react-dom": "16.8.2",
"react-intl": "2.8.0",
"react-redux": "7.1.0",
"redux": "4.0.1",
"redux": "4.1.2",
"redux-thunk": "2.3.0",
"resolve": "1.10.0",
"sass-loader": "10.2.1",
Expand Down Expand Up @@ -112,7 +112,7 @@
"@types/node": "11.9.4",
"@types/react": "17.0.35",
"@types/react-dom": "17.0.11",
"@types/react-intl": "2.3.17",
"@types/react-intl": "3.0.0",
"@types/react-redux": "7.1.20",
"@types/redux-logger": "3.0.7",
"@types/redux-mock-store": "1.0.0",
Expand All @@ -129,7 +129,7 @@
"chromedriver": "^88.0.0",
"color-string": "1.9.0",
"crypto": "1.0.1",
"enzyme": "3.9.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"eslint": "8.7.0",
"glob-parent": "6.0.1",
Expand All @@ -155,11 +155,11 @@
"tar": "6.1.11",
"trim-newlines": "4.0.2",
"ts-jest": "27.0.7",
"tslint": "5.12.1",
"tslint": "5.20.1",
"tslint-config-prettier": "1.18.0",
"tslint-react": "4.0.0",
"url-parse": "1.5.3",
"ws": "8.2.3",
"url-parse": "1.5.6",
"ws": "8.5.0",
"yargs-parser": "13.1.2"
},
"jestSonar": {
Expand Down
4 changes: 2 additions & 2 deletions src/app/views/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Announced, getTheme, IStackTokens, ITheme, styled } from '@fluentui/react';
import { Resizable } from 're-resizable';
import React, { Component } from 'react';
import { InjectedIntl, injectIntl } from 'react-intl';
import { injectIntl } from 'react-intl';
import { connect } from 'react-redux';
import { bindActionCreators, Dispatch } from 'redux';

Expand Down Expand Up @@ -43,7 +43,7 @@ import { Sidebar } from './sidebar/Sidebar';
interface IAppProps {
theme?: ITheme;
styles?: object;
intl: InjectedIntl;
intl: any;
profile: object;
graphExplorerMode: Mode;
sidebarProperties: ISidebarProps;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ describe('tests permissions action creators', () => {
// Act
// @ts-ignore
store.dispatch(fetchScopes())
// @ts-ignore
.then((response_: any) => {
expect(response_.scopes).toBe(undefined);
})
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
},
"include": [
"src",
"src/tests"
"src/tests",
"typings.d.ts"
]
}
9 changes: 9 additions & 0 deletions typings.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
declare module 'react-intl';
declare module 'react-intl/locale-data/zh';
declare module 'react-intl/locale-data/ja';
declare module 'react-intl/locale-data/pt';
declare module 'react-intl/locale-data/ru';
declare module 'react-intl/locale-data/fr';
declare module 'react-intl/locale-data/es';
declare module 'react-intl/locale-data/en';
declare module 'react-intl/locale-data/de';

0 comments on commit 87c2228

Please sign in to comment.