Update npm non-major dependencies (#34446)

* Update npm non-major dependencies

* Iterate

* Iterate

* Oxlint & Knip

* Oxlint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
renovate[bot]
2026-08-05 21:29:30 +00:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Michael Telatynski
parent 7a908483c0
commit dacea3463a
14 changed files with 435 additions and 598 deletions
+3
View File
@@ -338,6 +338,7 @@ export default defineConfig({
"packages/playwright-common/src/**/*",
"**/scripts/**/*",
"apps/web/module_system/**/*",
"apps/web/webpack.config.ts",
],
rules: {
"no-restricted-globals": "off",
@@ -348,6 +349,8 @@ export default defineConfig({
"no-restricted-imports": "off",
// They can use process.exit
"unicorn/no-process-exit": "off",
// They can use top level await
"node/no-top-level-await": "off",
},
},
{