Skip to content

Commit

Permalink
chore: update packages (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto authored Jul 12, 2023
1 parent 5899306 commit ba91860
Show file tree
Hide file tree
Showing 6 changed files with 6,890 additions and 8,307 deletions.
60 changes: 30 additions & 30 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.5.3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3.7.0
with:
node-version: ${{ matrix.node-version }}

Expand Down Expand Up @@ -49,9 +49,9 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.5.3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3.7.0
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -66,36 +66,36 @@ jobs:
- run: npx pnpm install --frozen-lockfile
- run: npx pnpm build:doc

snyk:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}

- name: Cache dependencies
uses: actions/cache@v3
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-node-${{ matrix.node-version }}-
- run: npx pnpm install --frozen-lockfile

- name: snyk
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
run: npx pnpm run snyk
# snyk:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3.5.3
# - name: Use Node.js ${{ matrix.node-version }}
# uses: actions/setup-node@v3.7.0
# with:
# node-version: ${{ matrix.node-version }}

# - name: Cache dependencies
# uses: actions/cache@v3
# with:
# path: ~/.pnpm-store
# key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('pnpm-lock.yaml') }}
# restore-keys: |
# ${{ runner.os }}-node-${{ matrix.node-version }}-

# - run: npx pnpm install --frozen-lockfile

# - name: snyk
# env:
# SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
# run: npx pnpm run snyk

unit_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.5.3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3.7.0
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -113,7 +113,7 @@ jobs:
run: npx pnpm run test:ci

- name: Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3.1.4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./packages/lib/coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3.5.3
with:
ref: ${{ github.ref }}
- name: Create Pull Request
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3.5.3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.5.3
with:
fetch-depth: 0

Expand Down
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,30 @@
"documentation": "documentation"
},
"dependencies": {
"@babel/core": "^7.22.5",
"@babel/core": "^7.22.8",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-classes": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/plugin-transform-classes": "^7.22.6",
"@babel/plugin-transform-runtime": "^7.22.7",
"@babel/preset-env": "^7.22.7",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@relative-ci/agent": "^4.1.4",
"@sentry/react": "^7.54.0",
"@sentry/tracing": "^7.54.0",
"@relative-ci/agent": "^4.1.5",
"@sentry/react": "^7.57.0",
"@sentry/tracing": "^7.57.0",
"@types/bluebird": "^3.5.38",
"@types/node": "^20.3.0",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@types/node": "^20.4.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"esbuild": "^0.18.0",
"eslint": "^8.42.0",
"esbuild": "^0.18.11",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
Expand All @@ -39,29 +39,29 @@
"eslint-plugin-typescript-sort-keys": "^2.3.0",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"postcss": "^8.4.24",
"postcss-bem-linter": "^3.3.0",
"lint-staged": "^13.2.3",
"postcss": "^8.4.25",
"postcss-bem-linter": "^4.0.0",
"postcss-import": "^15.1.0",
"postcss-preset-env": "^8.4.2",
"postcss-preset-env": "^9.0.0",
"postcss-reporter": "^7.0.5",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remove-files-webpack-plugin": "^1.5.0",
"sass": "^1.63.3",
"snyk": "^1.1177.0",
"stylelint": "15.7.0",
"sass": "^1.63.6",
"snyk": "^1.1187.0",
"stylelint": "15.10.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^5.0.1",
"thread-loader": "^4.0.2",
"ts-toolbelt": "^9.6.0",
"turbo": "^1.10.3",
"typescript": "^5.1.3",
"webpack": "^5.86.0",
"turbo": "^1.10.7",
"typescript": "^5.1.6",
"webpack": "^5.88.1",
"webpack-stats-plugin": "^1.1.3"
},
"scripts": {
Expand Down Expand Up @@ -112,7 +112,7 @@
},
"packageManager": "[email protected]",
"devDependencies": {
"@vitest/coverage-v8": "^0.32.0",
"@vitest/coverage-v8": "^0.33.0",
"postcss-scss": "^4.0.6"
}
}
Loading

1 comment on commit ba91860

@vercel
Copy link

@vercel vercel bot commented on ba91860 Jul 12, 2023

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.