Skip to content

Commit

Permalink
Merge pull request #3211 from amitsingh-007/renovate-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsingh-007 authored Oct 7, 2024
2 parents 2822e2e + 4c7a36c commit a286b80
Show file tree
Hide file tree
Showing 13 changed files with 2,247 additions and 2,275 deletions.
44 changes: 22 additions & 22 deletions apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,38 +14,38 @@
"@bypass/trpc": "workspace:*",
"@dnd-kit/core": "6.1.0",
"@dnd-kit/sortable": "8.0.0",
"@mantine/core": "7.11.2",
"@mantine/dates": "7.11.2",
"@mantine/form": "7.11.2",
"@mantine/hooks": "7.11.2",
"@t3-oss/env-core": "0.11.0",
"@tanstack/react-virtual": "3.8.4",
"@mantine/core": "7.13.1",
"@mantine/dates": "7.13.1",
"@mantine/form": "7.13.1",
"@mantine/hooks": "7.13.1",
"@t3-oss/env-core": "0.11.1",
"@tanstack/react-virtual": "3.10.8",
"@trpc/client": "10.45.2",
"@trpc/server": "10.45.2",
"clsx": "2.1.1",
"mantine-contextmenu": "7.11.3",
"md5": "2.3.0",
"preact": "10.23.1",
"preact": "10.24.1",
"react": "18.3.1",
"react-avatar-editor": "13.0.2",
"react-dom": "18.3.1",
"react-icons": "5.2.1",
"wouter": "3.3.1",
"wouter-preact": "3.3.1",
"wretch": "2.9.0",
"react-icons": "5.3.0",
"wouter": "3.3.5",
"wouter-preact": "3.3.5",
"wretch": "2.10.0",
"zod": "3.23.8",
"zustand": "4.5.4"
"zustand": "4.5.5"
},
"devDependencies": {
"@playwright/test": "1.45.3",
"@playwright/test": "1.47.2",
"@prefresh/core": "1.5.2",
"@prefresh/webpack": "4.0.1",
"@types/chrome": "0.0.269",
"@types/chrome": "0.0.273",
"@types/md5": "2.3.5",
"@types/node": "20.14.13",
"@types/node": "20.16.10",
"@types/prefresh__webpack": "3.3.3",
"@types/react": "18.3.3",
"@types/react-avatar-editor": "13.0.2",
"@types/react": "18.3.10",
"@types/react-avatar-editor": "13.0.3",
"@types/react-dom": "18.3.0",
"@types/webpack": "5.28.5",
"clean-webpack-plugin": "4.0.0",
Expand All @@ -58,8 +58,8 @@
"fork-ts-checker-webpack-plugin": "9.0.2",
"html-webpack-plugin": "5.6.0",
"merge-jsons-webpack-plugin": "2.0.1",
"mini-css-extract-plugin": "2.9.0",
"postcss": "8.4.40",
"mini-css-extract-plugin": "2.9.1",
"postcss": "8.4.47",
"postcss-loader": "8.1.1",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "7.0.1",
Expand All @@ -70,10 +70,10 @@
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "5.5.4",
"typescript": "5.6.2",
"typescript-plugin-css-modules": "5.1.0",
"webpack": "5.93.0",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
"webpack-dev-server": "5.1.0"
}
}
10 changes: 2 additions & 8 deletions apps/extension/src/provider/utils.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
export const getFromChromeStorage = async <
T extends {
[key: string]: any;
},
>(
key: string
) => {
const data = <T>await chrome.storage.local.get(key);
export const getFromChromeStorage = async (key: string) => {
const data = await chrome.storage.local.get(key);
return data ? data[key] : null;
};

Expand Down
2 changes: 1 addition & 1 deletion apps/web/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
32 changes: 16 additions & 16 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,39 +12,39 @@
"@bypass/configs": "workspace:*",
"@bypass/shared": "workspace:*",
"@bypass/trpc": "workspace:*",
"@mantine/core": "7.11.2",
"@mantine/hooks": "7.11.2",
"@t3-oss/env-nextjs": "0.11.0",
"@tanstack/react-virtual": "3.8.4",
"@mantine/core": "7.13.1",
"@mantine/hooks": "7.13.1",
"@t3-oss/env-nextjs": "0.11.1",
"@tanstack/react-virtual": "3.10.8",
"@trpc/client": "10.45.2",
"@trpc/server": "10.45.2",
"@vercel/analytics": "1.3.1",
"@vercel/speed-insights": "1.0.12",
"clsx": "2.1.1",
"dayjs": "1.11.12",
"file-type": "19.3.0",
"firebase": "10.12.4",
"dayjs": "1.11.13",
"file-type": "19.5.0",
"firebase": "10.14.0",
"md5": "2.3.0",
"next": "14.2.5",
"next": "14.2.13",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.2.1",
"sharp": "0.33.4",
"react-icons": "5.3.0",
"sharp": "0.33.5",
"zod": "3.23.8"
},
"devDependencies": {
"@playwright/test": "1.45.3",
"@playwright/test": "1.47.2",
"@svgr/webpack": "8.1.0",
"@types/md5": "2.3.5",
"@types/react": "18.3.3",
"autoprefixer": "10.4.19",
"@types/react": "18.3.10",
"autoprefixer": "10.4.20",
"eslint-webpack-plugin": "4.2.0",
"fork-ts-checker-webpack-plugin": "9.0.2",
"postcss": "8.4.40",
"postcss": "8.4.47",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "7.0.1",
"typescript": "5.5.4",
"typescript": "5.6.2",
"typescript-plugin-css-modules": "5.1.0",
"webpack": "5.93.0"
"webpack": "5.95.0"
}
}
4 changes: 2 additions & 2 deletions apps/web/src/app/components/SalientFeatures.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Box, Flex, Grid, GridCol, Text } from '@mantine/core';
import CircleIcon from '@app/icons/circle.svg';
import { memo } from 'react';
import React, { memo } from 'react';
import { firstColumn, secondColumn } from '../constants/features';
import styles from './styles/SalientFeatures.module.css';
import Feature from './types/feature';
Expand Down Expand Up @@ -35,7 +35,7 @@ const FeaturesColumn = ({
columnData,
}: {
columnData: Feature[];
}): JSX.Element => {
}): React.JSX.Element => {
return (
<>
{columnData.map(({ title, content, icon: Icon }) => (
Expand Down
5 changes: 5 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ export default tseslint.config(
{
rules: {
'playwright/expect-expect': 'off',
/**
* TODO: Remove once this is closed
* @link https://github.com/typescript-eslint/typescript-eslint/issues/9902#issuecomment-2316722449
*/
'@typescript-eslint/no-deprecated': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-extraneous-class': 'off',
'@typescript-eslint/no-dynamic-delete': 'off',
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,28 @@
"@bypass/configs": "workspace:*",
"@eslint/compat": "1.1.1",
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.8.0",
"@playwright/test": "1.45.3",
"@eslint/js": "9.11.1",
"@playwright/test": "1.47.2",
"@types/eslint__js": "8.42.3",
"@types/node": "20.14.13",
"eslint": "9.8.0",
"@types/node": "20.16.10",
"eslint": "9.11.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-flat-gitignore": "0.1.8",
"eslint-config-flat-gitignore": "0.3.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "2.0.6",
"eslint-config-turbo": "2.1.3",
"eslint-plugin-playwright": "1.6.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react": "7.37.0",
"eslint-plugin-unicorn": "55.0.0",
"globals": "15.8.0",
"husky": "9.1.4",
"lint-staged": "15.2.7",
"globals": "15.9.0",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"turbo": "2.0.6",
"typescript": "5.5.4",
"typescript-eslint": "8.0.0",
"vercel": "35.2.2"
"turbo": "2.1.3",
"typescript": "5.6.2",
"typescript-eslint": "8.8.0",
"vercel": "37.6.0"
},
"packageManager": "pnpm@9.6.0"
"packageManager": "pnpm@9.11.0"
}
2 changes: 1 addition & 1 deletion packages/configs/manifest/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"key": "fdnekjijeofacghkammknogmiapepano",
"version": "21.5.1",
"version": "21.6.0",
"manifest_version": 3,
"short_name": "Bypass Links",
"name": "Bypass Links",
Expand Down
2 changes: 1 addition & 1 deletion packages/configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"firebase.config.ts"
],
"peerDependencies": {
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
16 changes: 8 additions & 8 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@
"@dnd-kit/core": "6.1.0",
"@dnd-kit/sortable": "8.0.0",
"@dnd-kit/utilities": "3.2.2",
"@mantine/core": "7.11.2",
"@mantine/hooks": "7.11.2",
"@tanstack/react-virtual": "3.8.4",
"@mantine/core": "7.13.1",
"@mantine/hooks": "7.13.1",
"@tanstack/react-virtual": "3.10.8",
"clsx": "2.1.1",
"md5": "2.3.0",
"preact": "10.23.1",
"preact": "10.24.1",
"react": "18.3.1",
"react-icons": "5.2.1",
"react-icons": "5.3.0",
"zod": "3.23.8"
},
"devDependencies": {
"@bypass/configs": "workspace:*",
"@total-typescript/ts-reset": "0.5.1",
"@total-typescript/ts-reset": "0.6.1",
"@types/md5": "2.3.5",
"@types/react": "18.3.3",
"typescript": "5.5.4"
"@types/react": "18.3.10",
"typescript": "5.6.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const BookmarksList = memo<Props>(function BookmarksList({
rightContent={
<Box className={styles.header}>
<Avatar src={imageUrl} alt={personToOpen?.name} radius="xl" />
<Badge size="lg" radius="lg" maw="50%">{`${name} (${
<Badge size="lg" radius="lg" maw="50%">{`${personToOpen?.name} (${
filteredBookmarks?.length || 0
})`}</Badge>
</Box>
Expand Down
16 changes: 8 additions & 8 deletions packages/trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@
"test": "vitest run"
},
"dependencies": {
"@axiomhq/js": "1.1.0",
"@axiomhq/js": "1.2.0",
"@bypass/configs": "workspace:*",
"@bypass/shared": "workspace:*",
"@octokit/rest": "21.0.1",
"@t3-oss/env-core": "0.11.0",
"@octokit/rest": "21.0.2",
"@t3-oss/env-core": "0.11.1",
"@trpc/server": "10.45.2",
"firebase-admin": "12.3.0",
"firebase-admin": "12.6.0",
"otplib": "12.0.1",
"qrcode": "1.5.3",
"qrcode": "1.5.4",
"zod": "3.23.8"
},
"devDependencies": {
"@firebase/app-types": "0.9.2",
"@types/qrcode": "1.5.5",
"dotenv": "16.4.5",
"firebase": "10.12.4",
"typescript": "5.5.4",
"vitest": "2.0.5"
"firebase": "10.14.0",
"typescript": "5.6.2",
"vitest": "2.1.1"
}
}
Loading

1 comment on commit a286b80

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Deploy preview for bypass-links ready!

✅ Preview
https://bypass-links-dcych3y2u-amit-singhs-projects-c621efdb.vercel.app

Built with commit a286b80.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.