Fixed an issue where the CLI would try and fail to require the package.json of other Backstage packages, like @backstage/dev-utils/package.json.
0.15.2
Patch Changes
2c528506aa: Added --since <ref> flag for repo build command.`
60799cc5be: build(deps-dev): bump @types/npm-packlist from 1.1.2 to 3.0.0
d3d1b82198: chore(deps): bump minimatch from 5.0.0 to 5.0.1
e0a69ba49f: build(deps): bump fs-extra from 9.1.0 to 10.0.1
44cc7c3b95: Added a new ESLint configuration setup for packages, which utilizes package roles to generate the correct configuration. The new configuration is available at @backstage/cli/config/eslint-factory.
Introduced a new backstage-cli migrate package-lint-configs command, which migrates old lint configurations to use @backstage/cli/config/eslint-factory.
b1aacbf96a: Applied the fix from version 0.15.1 of this package, which was part of the v0.70.1 release of Backstage.
d2ecde959b: Package roles are now marked as stable and migration is encouraged. Please check out the migration guide.
The new package, repo, and migrate command categories are now marked as stable.
Marked all commands that are being replaced by the new package and repo commands as deprecated.
The package templates used by the create command have all been updated to use package roles.
f06da37290: The backend development setup now ignores the "browser" and "module" entry points in package.json, and instead always uses "main".
6a1fe077ad: Changed the logic for how modules are marked as external in the Rollup build of packages. Rather than only marking dependencies and build-in Node.js modules as external, all non-relative imports are now considered external.
dc6002a7b9: The --since flag of repo commands now silently falls back to using the provided ref directly if no merge base is available.
2c528506aa: Added --since <ref> flag for repo build command.`
d3d1b82198: chore(deps): bump minimatch from 5.0.0 to 5.0.1
e0a69ba49f: build(deps): bump fs-extra from 9.1.0 to 10.0.1
44cc7c3b95: Added a new ESLint configuration setup for packages, which utilizes package roles to generate the correct configuration. The new configuration is available at @backstage/cli/config/eslint-factory.
Introduced a new backstage-cli migrate package-lint-configs command, which migrates old lint configurations to use @backstage/cli/config/eslint-factory.
b1aacbf96a: Applied the fix from version 0.15.1 of this package, which was part of the v0.70.1 release of Backstage.
d2ecde959b: Package roles are now marked as stable and migration is encouraged. Please check out the migration guide.
The new package, repo, and migrate command categories are now marked as stable.
Marked all commands that are being replaced by the new package and repo commands as deprecated.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps @backstage/cli from 0.10.5 to 0.15.3.
Changelog
Sourced from
@backstage/cli
's changelog.... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)