Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Cannot read properties of undefined (reading 'constantViolations') #20383

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 13 additions & 2 deletions .circleci/config.yml
Expand Up @@ -91,12 +91,21 @@ jobs:
- restore_cache:
name: Restore Yarn cache
keys:
- build-yarn-2-cache-v4--{{ checksum "code/yarn.lock" }}--{{ checksum "scripts/yarn.lock" }}
- prettydocs-yarn-2-cache-v4--{{ checksum "code/yarn.lock" }}--{{ checksum "scripts/yarn.lock" }}
- run:
name: Install
command: |
cd scripts
yarn install
- save_cache:
name: Save Yarn cache
key: prettydocs-yarn-2-cache-v4--{{ checksum "code/yarn.lock" }}--{{ checksum "scripts/yarn.lock" }}
paths:
- ~/.yarn/berry/cache
- run:
name: Prettier
command: |
cd scripts
yarn
yarn docs:prettier:check
build:
executor:
Expand Down Expand Up @@ -637,3 +646,5 @@ workflows:
parallelism: 26
requires:
- build-sandboxes

# VS Code Extension Version: 1.5.0
2 changes: 1 addition & 1 deletion code/addons/storyshots/storyshots-core/package.json
Expand Up @@ -65,7 +65,7 @@
"@storybook/react": "7.0.0-beta.13",
"@storybook/vue": "7.0.0-beta.13",
"@storybook/vue3": "7.0.0-beta.13",
"babel-loader": "^8.3.0",
"babel-loader": "^9.1.0",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.1",
"jest-preset-angular": "^8.3.2",
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/vue3-webpack5/package.json
Expand Up @@ -64,7 +64,7 @@
"peerDependencies": {
"@babel/core": "*",
"@vue/compiler-sfc": "^3.0.0",
"babel-loader": "^7.0.0 || ^8.0.0",
"babel-loader": "^7.0.0 || ^8.0.0 || ^9.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"vue": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion code/lib/builder-webpack5/package.json
Expand Up @@ -75,7 +75,7 @@
"@storybook/theming": "7.0.0-beta.13",
"@types/node": "^16.0.0",
"@types/semver": "^7.3.4",
"babel-loader": "^8.3.0",
"babel-loader": "^9.1.0",
"babel-plugin-named-exports-order": "^0.0.2",
"browser-assert": "^1.2.1",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
Expand Down
4 changes: 2 additions & 2 deletions code/package.json
Expand Up @@ -129,7 +129,7 @@
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-arrow-functions": "^7.18.6",
"@babel/plugin-transform-block-scoping": "^7.20.2",
"@babel/plugin-transform-block-scoping": "^7.20.8",
"@babel/plugin-transform-destructuring": "^7.20.2",
"@babel/plugin-transform-shorthand-properties": "^7.18.6",
"@babel/preset-env": "^7.20.2",
Expand Down Expand Up @@ -267,7 +267,7 @@
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.3.1",
"babel-loader": "^8.3.0",
"babel-loader": "^9.1.0",
"babel-plugin-add-react-displayname": "^0.0.5",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-macros": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion code/presets/vue-webpack/package.json
Expand Up @@ -77,7 +77,7 @@
},
"peerDependencies": {
"@babel/core": "*",
"babel-loader": "^7.0.0 || ^8.0.0",
"babel-loader": "^7.0.0 || ^8.0.0 || ^9.0.0",
"css-loader": "*",
"vue": "^2.6.8",
"vue-loader": "^15.7.0",
Expand Down
2 changes: 1 addition & 1 deletion code/presets/vue3-webpack/package.json
Expand Up @@ -77,7 +77,7 @@
"peerDependencies": {
"@babel/core": "*",
"@vue/compiler-sfc": "^3.0.0",
"babel-loader": "^7.0.0 || ^8.0.0",
"babel-loader": "^7.0.0 || ^8.0.0 || ^9.0.0",
"vue": "^3.0.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion code/presets/web-components-webpack/package.json
Expand Up @@ -57,7 +57,7 @@
"@babel/preset-env": "^7.20.2",
"@storybook/core-webpack": "7.0.0-beta.13",
"@types/node": "^16.0.0",
"babel-loader": "^7.0.0 || ^8.0.0",
"babel-loader": "^7.0.0 || ^8.0.0 || ^9.0.0",
"babel-plugin-bundled-import-meta": "^0.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion code/renderers/vue/package.json
Expand Up @@ -67,7 +67,7 @@
},
"peerDependencies": {
"@babel/core": "*",
"babel-loader": "^7.0.0 || ^8.0.0",
"babel-loader": "^7.0.0 || ^8.0.0 || ^9.0.0",
"css-loader": "*",
"vue": "^2.6.8"
},
Expand Down