chore: update deps & search indice action refactor (#11339)

* chore: update deps & search indice action refactor

- Updated pnpm, dependencies and regenerated the lockfile
- Removed immer and some eslint plugins that weren't being used
- Updated the version of `@types/node` to v24 on internal packages as
  that's the version that is being used on github actions
- Refactored the uploadSearchIndices action slightly and upgraded the
  meilisearch dependency

* chore: remove more deps
This commit is contained in:
Almeida
2025-12-09 12:47:46 +00:00
committed by GitHub
parent 2c3bf5c817
commit 06c8da23d1
14 changed files with 544 additions and 1155 deletions

View File

@@ -50,7 +50,7 @@
"@microsoft/tsdoc": "~0.15.1"
},
"devDependencies": {
"@types/node": "^22.19.1",
"@types/node": "^24.10.1",
"cross-env": "^10.1.0",
"eslint": "^9.39.1",
"eslint-config-neon": "^0.2.9",