You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(analyzer)!: Suffix project types with "Project"
In relation to #9417, this avoids duplicate project vs. package IDs by
adding a "Project" suffix to the `type` of project IDs.
This change breaks existing package configurations that refer to
project IDs. The fix it to simply add the "Project" suffix to the type
as part of the project ID in the package configurations as well.
Signed-off-by: Sebastian Schuberth <[email protected]>
Copy file name to clipboardExpand all lines: plugins/package-managers/bazel/src/funTest/assets/projects/synthetic/bazel-expected-output-archive-override.yml
Copy file name to clipboardExpand all lines: plugins/package-managers/bazel/src/funTest/assets/projects/synthetic/bazel-expected-output-git-repository.yml
Copy file name to clipboardExpand all lines: plugins/package-managers/bazel/src/funTest/assets/projects/synthetic/bazel-expected-output-local-path-override.yml
Copy file name to clipboardExpand all lines: plugins/package-managers/bazel/src/funTest/assets/projects/synthetic/bazel-expected-output-local-registry-with-local-path.yml
Copy file name to clipboardExpand all lines: plugins/package-managers/bazel/src/funTest/assets/projects/synthetic/bazel-expected-output-local-registry.yml
Copy file name to clipboardExpand all lines: plugins/package-managers/bazel/src/funTest/assets/projects/synthetic/bazel-expected-output-local-registry2.yml
Copy file name to clipboardExpand all lines: plugins/package-managers/bazel/src/funTest/assets/projects/synthetic/bazel-expected-output-no-lock-file.yml
Copy file name to clipboardExpand all lines: plugins/package-managers/bundler/src/funTest/assets/projects/synthetic/bundler-expected-output-gemspec.yml
Copy file name to clipboardExpand all lines: plugins/package-managers/bundler/src/funTest/assets/projects/synthetic/bundler-expected-output-lockfile.yml
Copy file name to clipboardExpand all lines: plugins/package-managers/cargo/src/funTest/assets/projects/synthetic/cargo-subcrate-client-expected-output.yml
Copy file name to clipboardExpand all lines: plugins/package-managers/cargo/src/funTest/assets/projects/synthetic/cargo-subcrate-integration-expected-output.yml
Copy file name to clipboardExpand all lines: plugins/package-managers/cargo/src/funTest/assets/projects/synthetic/cargo-subcrate-lib-expected-output.yml
Copy file name to clipboardExpand all lines: plugins/package-managers/cocoapods/src/funTest/assets/projects/synthetic/external-sources-expected-output.yml
Copy file name to clipboardExpand all lines: plugins/package-managers/cocoapods/src/funTest/assets/projects/synthetic/version-resolution-expected-output.yml
0 commit comments