Skip to content

Commit

Permalink
Updates (within semver) for Angular, Babel, Lerna, Storybook (#1683)
Browse files Browse the repository at this point in the history
* chore(app): bump dependencies

* chore(app): bump angular, @carbon/styles and icons, storybook, @typescript*, eslint, zone.js, vue, sveltekit

* chore(app): bump angular, @types, @vitejs/plugin-vue

* fix(typedoc): add missing enum to docs

* chore(app): bump sub-dependencies

* fix(angular): allow Angular 17 as peer

* fix(yarn): regen yarn lock

* chore(app): bump @babel*, prettier, @carbon/icons (and react), carbon-components, @typescript*, svelte, sveltekit

* chore(app): bump @carbon/styles

* chore(app): bump yarn

* chore(yarn): rebuild lock
  • Loading branch information
nstuyvesant authored Nov 15, 2023
1 parent aee3216 commit 3f0c72e
Show file tree
Hide file tree
Showing 15 changed files with 10,048 additions and 10,705 deletions.
541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.3.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
nodeLinker: node-modules

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

yarnPath: .yarn/releases/yarn-3.6.3.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,44 +24,44 @@
"engines": {
"node": "^18.18.0"
},
"packageManager": "yarn@3.6.3",
"packageManager": "yarn@4.0.2",
"prettier": "./prettier.config.mjs",
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/plugin-external-helpers": "^7.22.5",
"@babel/core": "^7.23.3",
"@babel/plugin-external-helpers": "^7.23.3",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.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-vite": "^7.4.5",
"@storybook/manager-api": "^7.4.5",
"@storybook/react": "^7.4.5",
"@storybook/react-vite": "^7.4.5",
"@storybook/react-webpack5": "^7.4.5",
"@storybook/svelte": "^7.4.5",
"@storybook/sveltekit": "^7.4.5",
"@storybook/testing-library": "^0.2.1",
"@storybook/theming": "^7.4.5",
"@storybook/vue3": "^7.4.5",
"@storybook/vue3-vite": "^7.4.5",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@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-vite": "^7.5.3",
"@storybook/manager-api": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/react-vite": "^7.5.3",
"@storybook/react-webpack5": "^7.5.3",
"@storybook/svelte": "^7.5.3",
"@storybook/sveltekit": "^7.5.3",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^7.5.3",
"@storybook/vue3": "^7.5.3",
"@storybook/vue3-vite": "^7.5.3",
"commitizen": "^4.3.0",
"css-loader": "6.8.1",
"css-loader": "^6.8.1",
"cz-conventional-changelog": "^3.3.0",
"eslint-plugin-storybook": "^0.6.14",
"eslint-plugin-storybook": "^0.6.15",
"husky": "^8.0.3",
"lerna": "^7.3.0",
"lerna": "7.4.2",
"pinst": "^3.0.0",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"prettier-config-carbon": "^0.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"style-loader": "^3.3.3",
"webpack": "5.88.2"
"webpack": "5.89.0"
},
"husky": {
"hooks": {
Expand Down
58 changes: 29 additions & 29 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,51 +29,51 @@
"pub:demo": "cp -a demo/bundle/. ../../pages/angular"
},
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0"
"@angular/common": "^16.0.0 || ^17.0.0",
"@angular/core": "^16.0.0 || ^17.0.0"
},
"dependencies": {
"@carbon/charts": "workspace:*",
"@carbon/telemetry": "~0.1.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.4",
"@angular-eslint/builder": "^16.2.0",
"@angular-eslint/eslint-plugin": "^16.2.0",
"@angular-eslint/eslint-plugin-template": "^16.2.0",
"@angular-eslint/schematics": "^16.2.0",
"@angular-eslint/template-parser": "^16.2.0",
"@angular/animations": "^16.2.7",
"@angular/cli": "^16.2.4",
"@angular/common": "^16.2.7",
"@angular/compiler": "^16.2.7",
"@angular/compiler-cli": "^16.2.7",
"@angular/core": "^16.2.7",
"@angular/forms": "^16.2.7",
"@angular/platform-browser": "^16.2.7",
"@angular/platform-browser-dynamic": "^16.2.7",
"@carbon/icon-helpers": "^10.44.0",
"@carbon/icons": "^11.28.0",
"@angular-devkit/build-angular": "^16.2.10",
"@angular-eslint/builder": "^16.3.1",
"@angular-eslint/eslint-plugin": "^16.3.1",
"@angular-eslint/eslint-plugin-template": "^16.3.1",
"@angular-eslint/schematics": "^16.3.1",
"@angular-eslint/template-parser": "^16.3.1",
"@angular/animations": "^16.2.12",
"@angular/cli": "^16.2.10",
"@angular/common": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/compiler-cli": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/forms": "^16.2.12",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@carbon/icon-helpers": "^10.45.1",
"@carbon/icons": "^11.30.1",
"@stackblitz/sdk": "^1.9.0",
"@storybook/angular": "^7.4.5",
"@types/carbon__icon-helpers": "^10.7.2",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"concurrently": "^8.2.1",
"@storybook/angular": "^7.5.3",
"@types/carbon__icon-helpers": "^10.7.4",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"concurrently": "^8.2.2",
"d3": "^7.8.5",
"d3-cloud": "^1.2.7",
"d3-sankey": "^0.12.3",
"downlevel-dts": "^0.11.0",
"eslint": "^8.50.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"ng-packagr": "^16.2.3",
"prettier-eslint": "^15.0.1",
"prettier-eslint": "^16.1.2",
"rxjs": "~7.8.1",
"storybook": "^7.4.5",
"storybook": "^7.5.3",
"typescript": "~5.1.6",
"zone.js": "~0.13.3"
"zone.js": "~0.14.2"
},
"publishConfig": {
"tag": "next",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/.storybook/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"types": ["node", "vite/client"],
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"declaration": false,
"noImplicitAny": false,
"rootDir": "../",
"strict": false,
"skipLibCheck": true
},
Expand Down
44 changes: 22 additions & 22 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"file:downlevel:dts": "downlevel-dts dist dist",
"postbundle": "concurrently \"yarn:file:*\"",
"build:package": "vite build && vite build -c ./vite.umd.config.ts && yarn postbundle && cp dist/styles*.css* ./",
"demo:docs": "typedoc ./src/index.ts --out ./demo/bundle/documentation",
"demo:docs": "typedoc ./src/index.ts --excludeExternals --out ./demo/bundle/documentation",
"demo:storybook": "storybook build -o demo/bundle --quiet",
"build:demo": "concurrently \"yarn:demo:*\"",
"build": "yarn build:package && yarn build:demo",
Expand All @@ -78,10 +78,10 @@
"homepage": "https://carbon-design-system.github.io/carbon-charts/"
},
"dependencies": {
"@carbon/colors": "^11.19.0",
"@carbon/colors": "^11.20.1",
"@carbon/telemetry": "~0.1.0",
"@carbon/utils-position": "^1.1.4",
"carbon-components": "^10.58.10",
"carbon-components": "^10.58.12",
"d3": "^7.8.5",
"d3-cloud": "^1.2.7",
"d3-sankey": "^0.12.3",
Expand All @@ -106,31 +106,31 @@
},
"devDependencies": {
"@carbon/import-once": "^10.7.0",
"@carbon/layout": "^11.19.0",
"@carbon/styles": "^1.39.0",
"@carbon/themes": "^11.25.0",
"@rollup/plugin-replace": "^5.0.2",
"@rushstack/eslint-patch": "^1.5.0",
"@carbon/layout": "^11.20.1",
"@carbon/styles": "1.42.1",
"@carbon/themes": "^11.27.1",
"@rollup/plugin-replace": "^5.0.5",
"@rushstack/eslint-patch": "^1.5.1",
"@stackblitz/sdk": "^1.9.0",
"@types/d3": "^7.4.1",
"@types/d3-cloud": "^1.2.6",
"@types/d3-sankey": "^0.12.2",
"@types/lodash-es": "^4.17.9",
"@types/topojson": "^3.2.4",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"concurrently": "^8.2.1",
"@types/d3": "^7.4.3",
"@types/d3-cloud": "^1.2.8",
"@types/d3-sankey": "^0.12.4",
"@types/lodash-es": "^4.17.11",
"@types/topojson": "^3.2.6",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"concurrently": "^8.2.2",
"downlevel-dts": "^0.11.0",
"eslint": "^8.50.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"jsdom": "^22.1.0",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.68.0",
"storybook": "^7.4.5",
"typedoc": "^0.25.1",
"sass": "^1.69.5",
"storybook": "^7.5.3",
"typedoc": "^0.25.3",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.6.0",
"vite": "^4.5.0",
"vite-plugin-dts": "^3.6.3",
"vitest": "^0.34.6"
},
"publishConfig": {
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export type {
// Formats
TickFormats,
TimeIntervalFormats,
TimeIntervalNames,
// Other
Coordinates,
LegendItem,
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/interfaces/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export type {
ComboChartAxisOptions,
TickFormats,
TimeIntervalFormats,
TimeIntervalNames,
TimeScaleOptions
} from './axis-scales'

Expand Down
1 change: 1 addition & 0 deletions packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"paths": {
"@/*": ["src/*"]
},
"types": ["node"],
"strict": false, // TODO: 1140 errors in 63 files
// TODO: Add explicit initializers or declare modifier to class properties to update this project's TypeScript from 3.7 to 5.x.
// See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#the-usedefineforclassfields-flag-and-the-declare-property-modifier.
Expand Down
30 changes: 15 additions & 15 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,39 +43,39 @@
},
"dependencies": {
"@carbon/charts": "workspace:*",
"@carbon/icons-react": "^11.28.0",
"@carbon/icons-react": "^11.30.1",
"@carbon/telemetry": "~0.1.0"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.5.0",
"@rushstack/eslint-patch": "^1.5.1",
"@stackblitz/sdk": "1.9.0",
"@types/carbon__icons-react": "^11.26.1",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vitejs/plugin-react": "^4.1.0",
"@types/carbon__icons-react": "^11.29.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vitejs/plugin-react": "^4.1.1",
"classnames": "^2.3.2",
"concurrently": "^8.2.1",
"concurrently": "^8.2.2",
"d3": "^7.8.5",
"d3-cloud": "^1.2.7",
"d3-sankey": "^0.12.3",
"downlevel-dts": "^0.11.0",
"eslint": "^8.50.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.68.0",
"storybook": "^7.4.5",
"sass": "^1.69.5",
"storybook": "^7.5.3",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.6.0"
"vite": "^4.5.0",
"vite-plugin-dts": "^3.6.3"
},
"publishConfig": {
"access": "public"
Expand Down
24 changes: 12 additions & 12 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,26 +47,26 @@
},
"devDependencies": {
"@stackblitz/sdk": "^1.9.0",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.25.1",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/kit": "^1.27.6",
"@sveltejs/package": "^2.2.2",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"concurrently": "^8.2.1",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"concurrently": "^8.2.2",
"d3": "^7.8.5",
"d3-cloud": "^1.2.7",
"d3-sankey": "^0.12.3",
"eslint": "^8.50.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier-plugin-svelte": "^3.0.3",
"publint": "^0.2.3",
"storybook": "^7.4.5",
"svelte": "^4.2.1",
"svelte-check": "^3.5.2",
"prettier-plugin-svelte": "^3.1.0",
"publint": "^0.2.5",
"storybook": "^7.5.3",
"svelte": "^4.2.3",
"svelte-check": "^3.6.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"vite": "^4.5.0"
},
"publishConfig": {
"access": "public"
Expand Down
21 changes: 11 additions & 10 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,25 +40,26 @@
"dependencies": {
"@carbon/charts": "workspace:*",
"@carbon/telemetry": "~0.1.0",
"vue": "^3.3.4"
"vue": "^3.3.8"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.5.0",
"@rushstack/eslint-patch": "^1.5.1",
"@stackblitz/sdk": "^1.9.0",
"@types/d3": "^7.4.1",
"@types/d3": "^7.4.3",
"@vitejs/plugin-vue": "^4.4.1",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"concurrently": "^8.2.1",
"concurrently": "^8.2.2",
"d3": "^7.8.5",
"d3-cloud": "^1.2.7",
"d3-sankey": "^0.12.3",
"eslint": "^8.50.0",
"eslint-plugin-vue": "^9.17.0",
"storybook": "^7.4.5",
"eslint": "^8.53.0",
"eslint-plugin-vue": "^9.18.1",
"storybook": "^7.5.3",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.6.0",
"vue-tsc": "^1.8.15"
"vite": "^4.5.0",
"vite-plugin-dts": "^3.6.3",
"vue-tsc": "^1.8.22"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 3f0c72e

Please sign in to comment.