Nissix plugin scope-packages on storybook-snapper #16
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi, I'm Nissix, the automated PR bot!
Wix is moving its internal packages to the @wix scope (but still in the internal registry). Publishing new unscoped internal packages is no longer allowed, and all existing packages are moving to @wix. This means changing package names, and also all usages of those packages to their @wix scope version.
This PR is an automatic codemod that moves all of your packages to @wix scope, and changes any usages (
pacakge.json
, imports, requires, etc..) to their @wix version.If you want to know why we don't support publishing unscoped to the internal registry, check out this article on Dependency Confusion
If you are unsure, need help or have questions, reach us at #wix-scope-migration
Error Log:
npx: installed 234 in 7.608s
warning @wix/yoshi > yoshi-flow-legacy > tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see palantir/tslint#4534 for more information.
warning @wix/yoshi > yoshi-common > @zeit/webpack-asset-relocator-loader@0.8.0: "@zeit/webpack-asset-relocator-loader" is deprecated in favor of "@vercel/webpack-asset-relocator-loader".
warning @wix/yoshi > yoshi-flow-legacy > yoshi-webpack-utils > @zeit/webpack-asset-relocator-loader@0.8.0: "@zeit/webpack-asset-relocator-loader" is deprecated in favor of "@vercel/webpack-asset-relocator-loader".
warning @wix/yoshi > yoshi-flow-legacy > tslint-config-yoshi > tslint-react@4.2.0: TSLint has been deprecated in favor of ESLint. Please see palantir/tslint-react#210 for more information.
warning " > @storybook/react@5.0.9" has unmet peer dependency "react-dom@".
warning "@storybook/react > @storybook/core@5.0.9" has unmet peer dependency "react-dom@".
warning "@storybook/react > @storybook/theming@5.0.9" has unmet peer dependency "react-dom@".
warning "@storybook/react > @storybook/core > @storybook/router@5.0.9" has unmet peer dependency "react-dom@".
warning "@storybook/react > @storybook/core > @storybook/router > @reach/router@1.3.3" has unmet peer dependency "react-dom@15.x || 16.x || 16.4.0-alpha.0911da3".
warning " > babel-loader@8.1.0" has unmet peer dependency "webpack@>=2".
warning " > ts-jest@24.3.0" has unmet peer dependency "jest@>=24 <25".
warning "@wix/yoshi > yoshi-flow-legacy > haste-task-webpack@0.3.3" has incorrect peer dependency "webpack@^3.1.0".
warning "@wix/yoshi > yoshi-flow-legacy > babel-plugin-transform-hmr-runtime@4.286.0" has unmet peer dependency "babel-core@^7.0.0-0".
warning "@wix/yoshi > yoshi-flow-legacy > react-hot-loader@4.13.0" has unmet peer dependency "react-dom@^15.0.0 || ^16.0.0 || ^17.0.0 ".
warning "@wix/yoshi > yoshi-flow-legacy > tslint-plugin-wix-style-react@1.0.9" has incorrect peer dependency "tslint@^5.0.0".
warning "@wix/yoshi > yoshi-flow-legacy > tslint-plugin-wix-style-react@1.0.9" has incorrect peer dependency "typescript@^2.4.0".
warning "@wix/yoshi > yoshi-flow-legacy > tslint-config-yoshi-base@4.167.0" has unmet peer dependency "prettier@^2.0.5".
warning "@wix/yoshi > yoshi-flow-legacy > tslint-config-yoshi-base > tslint-consistent-codestyle@1.16.0" has incorrect peer dependency "tslint@^5.0.0".
warning "@wix/yoshi > yoshi-flow-legacy > tslint-config-yoshi-base > tslint-eslint-rules@5.4.0" has incorrect peer dependency "tslint@^5.0.0".
warning "@wix/yoshi > yoshi-flow-legacy > tslint-config-yoshi-base > tslint-microsoft-contrib@5.2.1" has incorrect peer dependency "tslint@^5.1.0".
warning "@wix/yoshi > yoshi-flow-legacy > tslint-config-yoshi-base > tslint-consistent-codestyle > @fimbul/bifrost@0.21.0" has incorrect peer dependency "tslint@^5.0.0".
warning "@wix/yoshi > yoshi-flow-legacy > yoshi-runtime@1.0.733" has unmet peer dependency "node-sass@^4.11.0".
warning "@wix/yoshi > yoshi-flow-legacy > tslint-config-yoshi > tslint-react@4.2.0" has incorrect peer dependency "tslint@^5.1.0".
warning "@wix/yoshi > yoshi-flow-legacy > tslint-config-yoshi-base > tslint-plugin-prettier@2.3.0" has unmet peer dependency "prettier@^1.9.0 || ^2.0.0".
warning "@wix/yoshi > yoshi-flow-legacy > tslint-config-yoshi-base > tslint-plugin-prettier > eslint-plugin-prettier@2.7.0" has unmet peer dependency "prettier@>= 0.11.0".
warning "@wix/yoshi > yoshi-flow-legacy > yoshi-webpack-utils > mdsvex@0.6.1" has unmet peer dependency "svelte@3.x".
Output Log:
Migrating package "storybook-snapper" in .
Migration from non scope to @wix/scoped packages
rename package.json dependencies/dev/bundled/peer/optional, jest & eslintConfig
replace import/require in js/ts files
replace node_modules in include & files in json configs
yarn install v1.22.5
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@2.1.3: The platform "linux" is incompatible with this module.
info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@1.2.13: The platform "linux" is incompatible with this module.
info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@2.3.2: The platform "linux" is incompatible with this module.
info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
Done in 10.22s.