Skip to content

Commit cd1dfe4

Browse files
Remove dependencies nothing imports and stale RSS .gitignore entries
None of these packages are imported by src/, dev/, or any config file: @docsearch/react (only its CSS is vendored), @mdx-js/mdx, date-fns, fast-glob, feed, prism-react-renderer, react-highlight-words and its @types, react-syntax-highlighter, rehype-toc, simple-functional-loader, dotenv. public/changelog.rss and public/technical-changelog.rss are no longer generated here: the feed is served from sourcegraph.com (see src/data/constants.ts) and src/proxy.ts redirects to it. Amp-Thread-ID: https://ampcode.com/threads/T-01a0ad56-bd79-73ce-bc8e-a5405d0c11f2 Co-authored-by: Amp <amp@ampcode.com>
1 parent 3822373 commit cd1dfe4

3 files changed

Lines changed: 0 additions & 571 deletions

File tree

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,11 @@ next-env.d.ts
4343
# IDEs
4444
.idea
4545

46-
# We ignore the generated file as it should always be generated
47-
public/changelog.rss
48-
4946
# env file
5047
.env
5148

5249
# amp orb portal state
5350
.amp/portals/
5451

55-
public/technical-changelog.rss
56-
5752
# script output
5853
logs/

package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,47 +27,36 @@
2727
"dependencies": {
2828
"@algolia/autocomplete-core": "^1.13.0",
2929
"@algolia/client-search": "^4.22.1",
30-
"@docsearch/react": "^3.5.2",
3130
"@headlessui/react": "^2.2.10",
3231
"@heroicons/react": "^2.1.1",
3332
"@iconify-json/logos": "^1.2.10",
3433
"@iconify/types": "^2.0.0",
35-
"@mdx-js/mdx": "^3.1.0",
3634
"@radix-ui/react-hover-card": "^1.1.5",
3735
"@radix-ui/react-select": "^2.0.0",
3836
"@radix-ui/react-slot": "^1.0.2",
3937
"@tailwindcss/typography": "^0.5.10",
4038
"@types/node": "24.13.4",
4139
"@types/react": "19.3.0",
4240
"@types/react-dom": "19.3.0",
43-
"@types/react-highlight-words": "^0.16.7",
4441
"algoliasearch": "^4.22.1",
4542
"autoprefixer": "^10.4.16",
4643
"class-variance-authority": "^0.7.0",
4744
"clsx": "^1.2.1",
4845
"contentlayer2": "^0.5.8",
49-
"date-fns": "^2.30.0",
50-
"fast-glob": "^3.3.2",
51-
"feed": "^4.2.2",
5246
"github-slugger": "^2.0.0",
5347
"lucide-react": "^0.372.0",
5448
"mdx": "^0.3.1",
5549
"mermaid": "^11.16.1",
5650
"next": "^16.3.5",
5751
"next-contentlayer2": "^0.5.8",
5852
"next-themes": "^0.4.6",
59-
"prism-react-renderer": "^2.3.1",
6053
"react": "19.3.0",
6154
"react-dom": "19.3.0",
62-
"react-highlight-words": "^0.20.0",
63-
"react-syntax-highlighter": "^15.6.1",
6455
"rehype-autolink-headings": "^7.1.0",
6556
"rehype-pretty-code": "^0.10.2",
6657
"rehype-slug": "^6.0.0",
67-
"rehype-toc": "^3.0.2",
6858
"remark-gfm": "^4.0.1",
6959
"shiki": "^0.14.7",
70-
"simple-functional-loader": "^1.2.1",
7160
"svg-pan-zoom": "^3.6.2",
7261
"tailwind-merge": "^2.3.0",
7362
"tailwindcss": "^3.4.0",
@@ -76,7 +65,6 @@
7665
"unist-util-visit": "^5.0.0"
7766
},
7867
"devDependencies": {
79-
"dotenv": "^16.4.7",
8068
"eslint": "^9.39.5",
8169
"eslint-config-next": "16.3.5",
8270
"glob": "^11.0.3",

0 commit comments

Comments
 (0)