Skip to content

Commit

Permalink
chore: upgrade pnpm and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
khmm12 committed Jan 17, 2025
1 parent d4fbf6d commit 5c99ed9
Show file tree
Hide file tree
Showing 7 changed files with 2,592 additions and 2,224 deletions.
2 changes: 2 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default tseslint.config(
'@typescript-eslint/no-unsafe-type-assertion': 'off', // doesn't allow type assertions where they are necessary
'@typescript-eslint/class-methods-use-this': 'off', // useless,
'@typescript-eslint/no-deprecated': 'off', // false positives, example: chrome namespace
'promise/avoid-new': 'off', // tooooo opinionated from eslint-config-love
'import/order': [
'error',
{
Expand Down Expand Up @@ -58,6 +59,7 @@ export default tseslint.config(
files: ['**/*.test.{js,mjs,cjs}', '**/*.test.{ts,tsx,mts,cts}'],
rules: {
'@typescript-eslint/no-unsafe-assignment': 'off',
'max-nested-callbacks': 'off',
},
},
)
1 change: 1 addition & 0 deletions lib/panda/remove-unused-css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export default function removeUnusedCSS(css: string): string {
}

// Detect variable uses
// eslint-disable-next-line complexity -- ok
root.walkDecls((decl) => {
const parent = decl.parent
if (parent == null) return
Expand Down
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,51 +27,51 @@
"@tanstack/solid-form": "^0.41.2",
"@total-typescript/ts-reset": "^0.6.1",
"date-fns": "^4.1.0",
"focus-trap": "^7.6.2",
"focus-trap": "^7.6.4",
"polished": "^4.3.1",
"remeda": "^2.17.3",
"solid-js": "1.9.3",
"remeda": "^2.19.1",
"solid-js": "1.9.4",
"solid-transition-group": "^0.2.3",
"type-fest": "^4.27.0",
"valibot": "1.0.0-beta.7"
"type-fest": "^4.32.0",
"valibot": "1.0.0-beta.12"
},
"devDependencies": {
"@pandacss/dev": "^0.48.0",
"@pandacss/dev": "^0.51.1",
"@solidjs/testing-library": "0.8.10",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.5.2",
"@testing-library/user-event": "^14.6.0",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/recommended": "^1.0.8",
"@tsconfig/strictest": "^2.0.5",
"@types/chrome": "^0.0.283",
"@types/node": "^20.17.6",
"@vitest/coverage-v8": "^2.1.5",
"@types/chrome": "^0.0.297",
"@types/node": "^20.17.14",
"@vitest/coverage-v8": "^3.0.1",
"autoprefixer": "^10.4.20",
"browserslist": "^4.24.2",
"browserslist": "^4.24.4",
"browserslist-to-esbuild": "^2.1.1",
"eslint": "9.15.0",
"eslint-config-love": "^101.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint": "9.18.0",
"eslint-config-love": "^117.0.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.12.0",
"happy-dom": "^15.11.6",
"eslint-plugin-prettier": "^5.2.2",
"globals": "^15.14.0",
"happy-dom": "^16.6.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"redrun": "^11.0.5",
"solid-devtools": "^0.30.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.11",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"redrun": "^11.0.6",
"solid-devtools": "^0.33.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"vite": "^6.0.7",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-solid": "2.10.2",
"vite-plugin-static-copy": "^2.1.0",
"vitest": "^2.1.5"
"vite-plugin-solid": "2.11.0",
"vite-plugin-static-copy": "^2.2.0",
"vitest": "^3.0.1"
},
"packageManager": "pnpm@9.13.2+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a",
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
Expand Down
Loading

0 comments on commit 5c99ed9

Please sign in to comment.