Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Sep 9, 2024
1 parent b196443 commit b58930c
Show file tree
Hide file tree
Showing 18 changed files with 1,594 additions and 2,524 deletions.
15 changes: 15 additions & 0 deletions .changeset/stale-panthers-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
"@suid/icons-material": patch
"@suid/styled-engine": patch
"create-suid": patch
"@suid/vite-plugin": patch
"@suid/material": patch
"@suid/codemod": patch
"@suid/system": patch
"@suid/types": patch
"@suid/utils": patch
"@suid/base": patch
"@suid/site": patch
---

Update dependencies
1 change: 1 addition & 0 deletions .ncurc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const targets = {
minor: [
// CJS dropped
"commander",
"@types/node",
],
};

Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,36 +69,36 @@
"watch": "tsc --build tsconfig.build.json -w"
},
"devDependencies": {
"@babel/core": "^7.24.8",
"@babel/preset-env": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@changesets/cli": "^2.27.8",
"@eslint/compat": "^1.1.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.14.10",
"@types/node": "^20.16.5",
"@wspa/cli": "^0.6.0",
"@wspa/config": "^0.3.1",
"@yarnpkg/core": "4.1.1",
"babel-preset-solid": "^1.8.18",
"eslint": "^9.7.0",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-solid": "^0.14.1",
"globals": "15.8.0",
"husky": "^9.0.11",
"@yarnpkg/core": "4.1.2",
"babel-preset-solid": "^1.8.22",
"eslint": "^9.10.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-solid": "^0.14.3",
"globals": "15.9.0",
"husky": "^9.1.5",
"jsdom": "^22.0.0",
"npm-check-updates": "^16.14.20",
"npm-check-updates": "^17.1.1",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-packagejson": "^2.5.2",
"prettier-plugin-sort-json": "^4.0.0",
"solid-js": "^1.8.18",
"solid-js": "^1.8.22",
"solid-testing-library": "^0.5.0",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.0-alpha.34",
"vite": "^5.3.3",
"tsx": "^4.19.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0",
"vite": "^5.4.3",
"vite-plugin-solid": "^2.10.2",
"vitest": "^2.0.2"
"vitest": "^2.0.5"
},
"info": "SUID is all a set of utils and components ported from MUI Core and much more.",
"x-wspa": {
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"clsx": "^2.1.1"
},
"peerDependencies": {
"solid-js": "^1.8.18"
"solid-js": "^1.8.22"
},
"publishConfig": {
"directory": "lib"
Expand Down
4 changes: 2 additions & 2 deletions packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"@types/micromatch": "^4.0.9",
"commander": "^9.5.0",
"fast-glob": "^3.3.2",
"micromatch": "^4.0.7",
"micromatch": "^4.0.8",
"prettier": "^3.3.3",
"ts-morph": "^23.0.0"
},
"devDependencies": {
"typescript": "^5.5.3"
"typescript": "^5.6.2"
},
"publishConfig": {
"directory": "lib"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-suid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"chalk": "^5.3.0",
"inquirer": "^10.0.1"
"inquirer": "^10.2.2"
},
"devDependencies": {
"@types/inquirer": "^9.0.7"
Expand Down
2 changes: 1 addition & 1 deletion packages/icons-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@suid/material": "workspace:*"
},
"peerDependencies": {
"solid-js": "^1.8.18"
"solid-js": "^1.8.22"
},
"publishConfig": {
"directory": "lib"
Expand Down
2 changes: 1 addition & 1 deletion packages/material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"clsx": "^2.1.1"
},
"peerDependencies": {
"solid-js": "^1.8.18"
"solid-js": "^1.8.22"
},
"publishConfig": {
"directory": "lib"
Expand Down
2 changes: 1 addition & 1 deletion packages/material/src/MenuList/MenuList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ const MenuList = $.defineComponent(function MenuList(props) {
return result;
});

const items = mapArray(children, (child, index) => {
const items = mapArray<any, any>(children, (child, index) => {
if (isComponentObject(child)) {
return createComponent(
child.Component,
Expand Down
12 changes: 6 additions & 6 deletions packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.14.1",
"@solidjs/router": "^0.14.3",
"@stackblitz/sdk": "^1.11.0",
"@suid/base": "workspace:*",
"@suid/codemod": "workspace:*",
Expand All @@ -21,19 +21,19 @@
"@suid/system": "workspace:*",
"@suid/types": "workspace:*",
"@suid/utils": "workspace:*",
"monaco-editor": "^0.50.0",
"monaco-editor": "^0.51.0",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"semver": "^7.6.2",
"solid-js": "^1.8.18"
"semver": "^7.6.3",
"solid-js": "^1.8.22"
},
"devDependencies": {
"@suid/vite-plugin": "workspace:*",
"@types/prismjs": "^1.26.4",
"@types/semver": "^7.5.8",
"fast-glob": "^3.3.2",
"sass": "^1.77.8",
"vite": "^5.3.3",
"sass": "^1.78.0",
"vite": "^5.4.3",
"vite-plugin-solid": "^2.10.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/styled-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@suid/utils": "workspace:*"
},
"peerDependencies": {
"solid-js": "^1.8.18"
"solid-js": "^1.8.22"
},
"publishConfig": {
"directory": "lib"
Expand Down
2 changes: 1 addition & 1 deletion packages/system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"csstype": "^3.1.3"
},
"peerDependencies": {
"solid-js": "^1.8.18"
"solid-js": "^1.8.22"
},
"publishConfig": {
"directory": "lib"
Expand Down
5 changes: 2 additions & 3 deletions packages/system/src/Dynamic/Dynamic.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint-disable no-constant-condition */

/* eslint-disable no-case-declarations */
import {
$DEVCOMP,
Expand Down Expand Up @@ -43,9 +41,10 @@ export function createStaticComponent(
component: Function | string,
props: any
) {
const isDev: any = "_DX_DEV_";
switch (typeof component) {
case "function":
if ("_DX_DEV_") Object.assign(component, { [$DEVCOMP]: true });
if (isDev) Object.assign(component, { [$DEVCOMP]: true });
return untrack(() => component(props));

case "string":
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"watch": "tsc --build -w tsconfig.build.json"
},
"peerDependencies": {
"solid-js": "^1.8.18"
"solid-js": "^1.8.22"
},
"publishConfig": {
"directory": "lib"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@suid/types": "workspace:*"
},
"peerDependencies": {
"solid-js": "^1.8.18"
"solid-js": "^1.8.22"
},
"publishConfig": {
"directory": "lib"
Expand Down
10 changes: 5 additions & 5 deletions packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"build:types": "tsc -p tsconfig.build.json --emitDeclarationOnly --declarationMap false --outdir dist --declaration"
},
"dependencies": {
"@babel/generator": "^7.24.8",
"@babel/parser": "^7.24.8",
"@babel/traverse": "^7.24.8",
"@babel/types": "^7.24.8",
"@babel/generator": "^7.25.6",
"@babel/parser": "^7.25.6",
"@babel/traverse": "^7.25.6",
"@babel/types": "^7.25.6",
"@types/babel__generator": "^7.6.8",
"@types/babel__traverse": "^7.20.6"
},
"devDependencies": {
"esbuild": "^0.23.0",
"esbuild": "^0.23.1",
"vite": "^5.3.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit b58930c

Please sign in to comment.