Skip to content

Commit

Permalink
docs(changeset): Bump dependencies and migrate to yarn2
Browse files Browse the repository at this point in the history
  • Loading branch information
apuntovanini committed Jun 4, 2021
1 parent 6137b9e commit 992c213
Show file tree
Hide file tree
Showing 138 changed files with 35,625 additions and 23,995 deletions.
130 changes: 130 additions & 0 deletions .changeset/six-oranges-tap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
---
'design-system': patch
'@uidu/docs': patch
'@uidu/fs-loader': patch
'@uidu/nav-info-loader': patch
'@uidu/webpack-config': patch
'@uidu/devise': patch
'@uidu/accordion': patch
'@uidu/analytics': patch
'@uidu/avatar': patch
'@uidu/avatar-group': patch
'@uidu/badge': patch
'@uidu/banner': patch
'@uidu/blanket': patch
'@uidu/button': patch
'@uidu/code': patch
'@uidu/drawer': patch
'@uidu/dropdown-menu': patch
'@uidu/droplist': patch
'@uidu/fab': patch
'@uidu/flag': patch
'@uidu/inline-dialog': patch
'@uidu/inline-edit': patch
'@uidu/item': patch
'@uidu/layer': patch
'@uidu/lozenge': patch
'@uidu/map': patch
'@uidu/menu': patch
'@uidu/modal-dialog': patch
'@uidu/onboarding': patch
'@uidu/pagination': patch
'@uidu/popper': patch
'@uidu/popup': patch
'@uidu/portal': patch
'@uidu/progress-bar': patch
'@uidu/section-message': patch
'@uidu/slider': patch
'@uidu/spinner': patch
'@uidu/theme': patch
'@uidu/tooltip': patch
'@uidu/board': patch
'@uidu/calendar': patch
'@uidu/dashboard-controls': patch
'@uidu/dashboard-manager': patch
'@uidu/dashlet-controls': patch
'@uidu/dashlets': patch
'@uidu/dashlets-form': patch
'@uidu/data-controls': patch
'@uidu/data-fields': patch
'@uidu/data-manager': patch
'@uidu/data-views': patch
'@uidu/gallery': patch
'@uidu/list': patch
'@uidu/table': patch
'@uidu/timeline': patch
'@uidu/payment-sources': patch
'@uidu/payments': patch
'@uidu/stripe-accounts': patch
'@uidu/adf-schema': patch
'@uidu/adf-utils': patch
'@uidu/editor-common': patch
'@uidu/editor-core': patch
'@uidu/editor-json-transformer': patch
'@uidu/editor-markdown-transformer': patch
'@uidu/json-schema-generator': patch
'@uidu/renderer': patch
'@uidu/analytics-gas-types': patch
'@uidu/analytics-listeners': patch
'@uidu/analytics-namespaced-context': patch
'@uidu/analytics-viewer': patch
'@uidu/date': patch
'@uidu/elements-test-helpers': patch
'@uidu/emoji': patch
'@uidu/mentions': patch
'@uidu/profilecard': patch
'@uidu/reactions': patch
'@uidu/status': patch
'@uidu/task-decision': patch
'@uidu/util-data-test': patch
'@uidu/checkbox': patch
'@uidu/field': patch
'@uidu/field-base': patch
'@uidu/field-color-picker': patch
'@uidu/field-counter': patch
'@uidu/field-date': patch
'@uidu/field-date-range': patch
'@uidu/field-downshift': patch
'@uidu/field-file-uploader': patch
'@uidu/field-geosuggest': patch
'@uidu/field-image-uploader': patch
'@uidu/field-mentions': patch
'@uidu/field-month': patch
'@uidu/field-number': patch
'@uidu/field-password': patch
'@uidu/field-phone': patch
'@uidu/field-range': patch
'@uidu/field-text': patch
'@uidu/field-textarea': patch
'@uidu/field-time': patch
'@uidu/field-toggle': patch
'@uidu/form': patch
'@uidu/radio': patch
'@uidu/select': patch
'@uidu/media-card': patch
'@uidu/media-core': patch
'@uidu/media-filmstrip': patch
'@uidu/media-picker': patch
'@uidu/media-viewer': patch
'@uidu/chat-room': patch
'@uidu/chat-window': patch
'@uidu/link-preview': patch
'@uidu/message': patch
'@uidu/message-form': patch
'@uidu/message-renderer': patch
'@uidu/animated-menu': patch
'@uidu/breadcrumbs': patch
'@uidu/navigation': patch
'@uidu/page-header': patch
'@uidu/responsivr': patch
'@uidu/shell': patch
'@uidu/side-navigation': patch
'@uidu/stepper': patch
'@uidu/tabbar': patch
'@uidu/tabs': patch
'@uidu/treenav': patch
'@uidu/themes-uidu': patch
'@uidu/guidu-website': patch
---

Bump dependencies and migrate to yarn2
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,10 @@ dists/
lu-01.md
lu-02.md
lu-03.md


.yarn/*
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
75 changes: 75 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Large diffs are not rendered by default.

615 changes: 615 additions & 0 deletions .yarn/releases/yarn-sources.cjs

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-sources.cjs
10 changes: 5 additions & 5 deletions apps/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"@manypkg/get-packages": "^1.1.1",
"@mdx-js/loader": "^1.6.16",
"@mdx-js/mdx": "^1.6.16",
"@next/mdx": "^10.0.0",
"@preconstruct/next": "^2.0.0",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/mdx": "^1.6.22",
"@next/mdx": "^10.2.3",
"@preconstruct/next": "^2.0.2",
"@uidu/analytics": "^0.4.9",
"@uidu/button": "^0.4.9",
"@uidu/theme": "^0.5.10",
"next": "^10.0.0",
"next": "^10.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
8 changes: 4 additions & 4 deletions build/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
"main": "dist/uidu-docs.cjs.js",
"module": "dist/uidu-docs.esm.js",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@babel/runtime": "^7.14.0",
"@uidu/button": "^0.4.9",
"@uidu/code": "^0.4.9",
"@uidu/section-message": "^0.4.9",
"@uidu/theme": "^0.5.10",
"@uidu/tooltip": "^0.4.9",
"codesandboxer": "^1.0.3",
"pretty-proptypes": "^1.0.4",
"pretty-proptypes": "^1.2.0",
"react-feather": "^2.0.9",
"react-markings": "^1.3.0",
"react-syntax-highlighter": "^15.0.1",
"react-syntax-highlighter": "^15.4.3",
"string-raw": "^1.0.1"
},
"devDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.2.1"
"styled-components": "^5.3.0"
},
"peerDependencies": {
"react": "^17.0.0",
Expand Down
4 changes: 2 additions & 2 deletions build/fs-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"author": "uidu",
"main": "index.js",
"dependencies": {
"bolt": "^0.24.3",
"globby": "^11.0.0",
"bolt": "^0.24.9",
"globby": "^11.0.3",
"loader-utils": "^2.0.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions build/nav-info-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"author": "uidu",
"main": "index.js",
"dependencies": {
"bolt": "^0.24.3",
"globby": "^11.0.0",
"bolt": "^0.24.9",
"globby": "^11.0.3",
"loader-utils": "^2.0.0"
},
"publishConfig": {
Expand Down
46 changes: 23 additions & 23 deletions build/webpack-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,38 +14,38 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@mdx-js/loader": "^1.6.16",
"@mdx-js/loader": "^1.6.22",
"@uidu/changelog-loader": "^0.1.29",
"@uidu/fs-loader": "^0.1.42",
"@uidu/nav-info-loader": "^0.1.43",
"babel-loader": "^8.0.4",
"bolt": "^0.24.3",
"chalk": "^4.0.0",
"compression-webpack-plugin": "^7.0.0",
"babel-loader": "^8.2.2",
"bolt": "^0.24.9",
"chalk": "^4.1.1",
"compression-webpack-plugin": "^7.1.2",
"connect-history-api-fallback": "^1.6.0",
"css-loader": "^5.0.0",
"extract-react-types-loader": "^0.3.1",
"file-loader": "^6.0.0",
"css-loader": "^5.2.6",
"extract-react-types-loader": "^0.3.17",
"file-loader": "^6.2.0",
"gray-matter-loader": "^0.0.10",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.0.0",
"lodash-webpack-plugin": "^0.11.5",
"mini-css-extract-plugin": "^1.0.0",
"html-webpack-plugin": "^5.3.1",
"lodash-webpack-plugin": "^0.11.6",
"mini-css-extract-plugin": "^1.6.0",
"minimatch": "^3.0.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.5.0",
"postcss-safe-parser": "^5.0.0",
"raw-loader": "^4.0.0",
"sass-loader": "^11.0.1",
"postcss-loader": "^5.3.0",
"postcss-preset-env": "^6.7.0",
"postcss-safe-parser": "^5.0.2",
"raw-loader": "^4.0.2",
"sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
"svg-url-loader": "^7.0.0",
"terser-webpack-plugin": "^5.0.3",
"url-loader": "^4.0.0",
"webpack": "^5.7.0",
"webpack-bundle-analyzer": "^4.1.0",
"webpack-dev-server": "^3.2.1",
"webpack-manifest-plugin": "^3.0.0"
"svg-url-loader": "^7.1.1",
"terser-webpack-plugin": "^5.1.3",
"url-loader": "^4.1.1",
"webpack": "^5.38.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-dev-server": "^3.11.2",
"webpack-manifest-plugin": "^3.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 992c213

Please sign in to comment.