Skip to content

Commit 9b583ad

Browse files
committed
Chore: Update dependencies and prune unnecessary packages
This commit updates project dependencies to their latest versions and removes some packages that are no longer needed. This helps to keep the project up-to-date and reduces the overall dependency footprint.
1 parent 0a13556 commit 9b583ad

File tree

257 files changed

+1652
-6339
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

257 files changed

+1652
-6339
lines changed

.github/auto_assign.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ addReviewers: true
55
addAssignees: true
66

77
# A list of reviewers to be added to pull requests (GitHub user name)
8-
reviewers:
8+
reviewers:
99
- Its-Satyajit
10-
# A list of keywords to be skipped the process that add reviewers if pull requests include it
10+
# A list of keywords to be skipped the process that add reviewers if pull requests include it
1111
skipKeywords:
1212
- wip
1313

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
exclude:
1+
exclude:
22
- dev
33
- main
44
- dev*
55
- feature-*
66
- release
7-
delete_closed_pr: false
7+
delete_closed_pr: false

.github/labeler.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,70 +2,70 @@
22
backend:
33
- changed-files:
44
- any-glob-to-any-file:
5-
- 'src/lib/**'
6-
- 'src/routes/**'
7-
- 'src/types/**'
8-
- 'src/env.ts'
5+
- "src/lib/**"
6+
- "src/routes/**"
7+
- "src/types/**"
8+
- "src/env.ts"
99

1010
# Add 'frontend' label to changes in frontend-related files
1111
frontend:
1212
- changed-files:
1313
- any-glob-to-any-file:
14-
- 'src/app/**'
15-
- 'src/components/**'
16-
- 'src/features/**'
17-
- 'src/data/**'
14+
- "src/app/**"
15+
- "src/components/**"
16+
- "src/features/**"
17+
- "src/data/**"
1818

1919
# Add 'utilities' label to changes in utility functions
2020
utilities:
2121
- changed-files:
2222
- any-glob-to-any-file:
23-
- 'src/lib/utilities/**'
23+
- "src/lib/utilities/**"
2424

2525
# Add 'mock-data' label to changes in mock data
2626
mock-data:
2727
- changed-files:
2828
- any-glob-to-any-file:
29-
- 'src/data/mock/**'
29+
- "src/data/mock/**"
3030

3131
# Add 'tests' label to changes in test files
3232
tests:
3333
- changed-files:
3434
- any-glob-to-any-file:
35-
- 'tests/**'
35+
- "tests/**"
3636

3737
# Add 'documentation' label to changes in documentation files
3838
documentation:
3939
- changed-files:
4040
- any-glob-to-any-file:
41-
- 'docs/**'
42-
- '**/*.md'
41+
- "docs/**"
42+
- "**/*.md"
4343

4444
# Add 'ci/cd' label to changes in CI/CD or GitHub workflow files
4545
ci/cd:
4646
- changed-files:
4747
- any-glob-to-any-file:
48-
- '.github/workflows/**'
48+
- ".github/workflows/**"
4949

5050
# Add 'dependencies' label to changes in dependency files
5151
dependencies:
5252
- changed-files:
5353
- any-glob-to-any-file:
54-
- 'package.json'
55-
- 'package-lock.json'
56-
- 'pnpm-lock.yaml'
57-
- 'yarn.lock'
54+
- "package.json"
55+
- "package-lock.json"
56+
- "pnpm-lock.yaml"
57+
- "yarn.lock"
5858

5959
# Add 'environment' label to changes in environment configuration
6060
environment:
6161
- changed-files:
6262
- any-glob-to-any-file:
63-
- 'src/env.ts'
63+
- "src/env.ts"
6464

6565
# Add 'configuration' label to changes in configuration files
6666
configuration:
6767
- changed-files:
6868
- any-glob-to-any-file:
69-
- '.eslintrc.js'
70-
- '.prettierrc'
71-
- 'tsconfig.json'
69+
- ".eslintrc.js"
70+
- ".prettierrc"
71+
- "tsconfig.json"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: delete branch on close pr
2-
on:
2+
on:
33
pull_request:
44
types: [closed]
5-
5+
66
jobs:
77
delete-branch:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: delete branch
1111
uses: SvanBoxel/delete-merged-branch@main
1212
env:
13-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.vscode/settings.json

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
11
{
2-
"workbench.colorCustomizations": {
3-
"activityBar.activeBackground": "#4a4bee",
4-
"activityBar.background": "#4a4bee",
5-
"activityBar.foreground": "#e7e7e7",
6-
"activityBar.inactiveForeground": "#e7e7e799",
7-
"activityBarBadge.background": "#f16d6e",
8-
"activityBarBadge.foreground": "#15202b",
9-
"commandCenter.border": "#e7e7e799",
10-
"sash.hoverBorder": "#4a4bee",
11-
"statusBar.background": "#1b1dea",
12-
"statusBar.foreground": "#e7e7e7",
13-
"statusBarItem.hoverBackground": "#4a4bee",
14-
"statusBarItem.remoteBackground": "#1b1dea",
15-
"statusBarItem.remoteForeground": "#e7e7e7",
16-
"titleBar.activeBackground": "#1b1dea",
17-
"titleBar.activeForeground": "#e7e7e7",
18-
"titleBar.inactiveBackground": "#1b1dea99",
19-
"titleBar.inactiveForeground": "#e7e7e799"
20-
},
21-
"peacock.color": "#1b1dea"
2+
"typescript.tsdk": "node_modules/typescript/lib",
3+
"cSpell.words": [
4+
"elems",
5+
"requireds",
6+
"Satyajit",
7+
"Shadcn",
8+
"sonner",
9+
"trivago"
10+
],
11+
"prettier.configPath": "./prettier.config.mjs",
12+
"eslint.useFlatConfig": true
2213
}

LICENSE.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)