Skip to content

Commit

Permalink
chore: stencil update to v4 (#1115)
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 authored Nov 8, 2023
1 parent 10ed7ca commit 9f84559
Show file tree
Hide file tree
Showing 10 changed files with 2,703 additions and 1,956 deletions.
3,970 changes: 2,059 additions & 1,911 deletions package-lock.json

Large diffs are not rendered by default.

59 changes: 30 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,16 @@
"@rollup/plugin-commonjs": "~22.0.1",
"@rollup/plugin-node-resolve": "~13.3.0",
"@rollup/plugin-typescript": "^8.3.4",
"@stencil/core": "~3.2.2",
"@stencil/sass": "~3.0.0",
"@storybook/addon-essentials": "^7.4.5",
"@storybook/addon-interactions": "^7.4.5",
"@storybook/addon-links": "^7.4.5",
"@storybook/blocks": "^7.4.5",
"@storybook/html": "^7.4.5",
"@storybook/html-vite": "^7.4.5",
"@storybook/manager-api": "^7.4.5",
"@storybook/testing-library": "^0.2.1",
"@stencil/core": "~4.7.1",
"@stencil/sass": "~3.0.7",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/blocks": "^7.5.3",
"@storybook/html": "^7.5.3",
"@storybook/html-vite": "^7.5.3",
"@storybook/manager-api": "^7.5.3",
"@storybook/testing-library": "^0.2.2",
"@types/big.js": "~6.1.6",
"@types/chai": "~4.3.4",
"@types/google.maps": "^3.52.6",
Expand All @@ -123,44 +123,45 @@
"@types/lodash.padstart": "~4.6.6",
"@types/lodash.round": "~4.0.6",
"@types/lodash.upperfirst": "~4.3.6",
"@types/luxon": "^3.3.4",
"@types/node": "~18.16.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "~5.59.0",
"@typescript-eslint/parser": "~5.59.0",
"@vitejs/plugin-vue": "~4.2.3",
"@vitest/coverage-c8": "^0.31.1",
"@vitest/ui": "~0.34.2",
"@vitejs/plugin-vue": "~4.4.0",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/ui": "~0.34.6",
"ag-grid-community": "~29.3.0",
"archiver": "~5.3.0",
"autoprefixer": "^10.4.13",
"autoprefixer": "^10.4.16",
"change-case": "~4.1.2",
"clean-css-cli": "~5.6.2",
"codesandbox": "^2.2.3",
"concurrently": "~7.6.0",
"copyfiles": "~2.4.1",
"cspell": "6.31.1",
"cypress": "~12.17.3",
"cypress-split": "^1.3.15",
"cypress-split": "^1.15.5",
"date-fns": "~2.30.0",
"dotenv": "^16.0.3",
"eslint": "~8.39.0",
"dotenv": "^16.3.1",
"eslint": "~8.53.0",
"eslint-config-prettier": "~8.8.0",
"eslint-plugin-prettier": "~4.2.1",
"fast-glob": "~3.2.12",
"fast-glob": "~3.3.2",
"fs-extra": "~11.1.1",
"glob": "~10.2.2",
"glob": "~10.3.10",
"http-server": "~14.1.1",
"husky": "~8.0.2",
"js-beautify": "~1.14.7",
"js-beautify": "~1.14.11",
"jsdom": "~21.1.0",
"lint-staged": "~13.2.1",
"lodash.camelcase": "~4.3.0",
"lodash.upperfirst": "~4.3.1",
"ng-packagr": "~13.3.1",
"param-case": "~3.0.4",
"pascal-case": "~3.1.2",
"postcss": "^8.4.23",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"prettier": "2.8.8",
"react": "^18.2.0",
Expand All @@ -171,21 +172,21 @@
"rollup": "~2.77.2",
"rollup-plugin-cleaner": "~1.0.0",
"rollup-plugin-peer-deps-external": "~2.2.4",
"rollup-plugin-sass": "~1.12.17",
"rollup-plugin-sass": "~1.12.21",
"rollup-plugin-terser": "~7.0.2",
"sass": "~1.62.0",
"storybook": "^7.4.5",
"sass": "~1.69.5",
"storybook": "^7.5.3",
"svgo": "~2.8.0",
"tslib": "~2.4.1",
"turbo": "~1.9.4",
"turbo": "~1.10.16",
"typescript": "~4.6.4",
"vite": "~4.4.9",
"vitest": "~0.34.2",
"vue": "~3.3.4",
"vite": "~4.5.0",
"vitest": "~0.34.6",
"vue": "~3.3.8",
"workbox-build": "~4.3.1",
"zone.js": "~0.11.4"
},
"dependencies": {
"immer": "^10.0.2"
"immer": "^10.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/components/config/doc-output-target/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const CustomDocumentationGenerator: OutputTargetDocsCustom = {
const storyPath = component.dirPath?.replace('packages/components/src', 'docs/stories') || ''

const componentFolderDepth = component.filePath?.split('/').length
const isRoot = componentFolderDepth === 5
const isRoot = componentFolderDepth === 4

try {
mkdirSync(storyPath, { recursive: true })
Expand Down
11 changes: 5 additions & 6 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
"@baloise/web-app-utils": "3.11.2",
"@floating-ui/dom": "^1.5.1",
"@popperjs/core": "~2.11.4",
"@stencil/core": "~3.2.2",
"@stencil/core": "~4.7.1",
"big.js": "~6.2.1",
"contactjs": "2.1.6",
"date-fns": "~2.29.3",
"contactjs": "2.1.7",
"date-fns": "~2.30.0",
"filesize.js": "~2.0.0",
"lodash.camelcase": "~4.3.0",
"lodash.capitalize": "~4.2.1",
Expand All @@ -84,9 +84,8 @@
"lodash.round": "~4.0.4",
"lodash.upperfirst": "~4.3.1",
"lottie-colorify": "0.8.0",
"lottie-web": "5.8.1",
"luxon": "^3.3.0",
"@types/luxon": "^3.3.0",
"lottie-web": "5.12.2",
"luxon": "^3.4.3",
"tslib": "^2.1.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 9f84559

Please sign in to comment.