loblaw-sre / backstage-plugin-gitlab

Backstage plugin for Gitlab
52 stars 31 forks source link

Bump @backstage/cli from 0.18.1 to 0.22.0 #243

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @backstage/cli from 0.18.1 to 0.22.0.

Changelog

Sourced from @​backstage/cli's changelog.

0.22.0

Minor Changes

  • 736f893f72: The Jest configuration that was previously enabled with BACKSTAGE_NEXT_TESTS is now enabled by default. To revert to the old configuration you can now instead set BACKSTAGE_OLD_TESTS.

    This new configuration uses the babel coverage provider rather than v8. It used to be that v8 worked better when using Sucrase for transpilation, but now that we have switched to SWC, babel seems to work better. In addition, the new configuration also enables source maps by default, as they no longer have a negative impact on code coverage accuracy, and it also enables a modified Jest runtime with additional caching of script objects.

Patch Changes

  • 91d050c140: changed tests created by create-plugin to follow eslint-rules best practices particularly testing-library/prefer-screen-queries and testing-library/render-result-naming-convention
  • 43b2b9c791: Removed the unused dependency on @sucrase/jest-plugin.
  • dd721148b5: Updated Jest coverage configuration to only apply either in the root project or package configuration, depending on whether repo or package tests are run.
  • 5850ef9b84: Fix webpack dev server issue where it wasn't serving index.html from correct endpoint on subsequent requests.
  • b05dcd5530: Move the zod dependency to a version that does not collide with other libraries
  • 459a3457e1: Bump msw version in default plugin/app templates
  • c27eabef6b: Adds new web-library package option when generating a new plugin
  • 8fffe42708: JSX and React Fast Refresh transforms are no longer enabled when bundling backend code.
  • 309f2daca4: Updated dependency esbuild to ^0.16.0.
  • ee14bab716: Updated dependency minimatch to 5.1.1 and switch version range to ^.
  • 3280711113: Updated dependency msw to ^0.49.0.
  • ed0cf59c59: Updated dependency @rollup/plugin-commonjs to ^23.0.0.
  • 16b7c2fccd: Updated dependency @rollup/plugin-yaml to ^4.0.0.
  • 086c0bbb45: Updated dependency @rollup/plugin-json to ^5.0.0.
  • 8015ff1258: Tweaked wording to use inclusive terminology
  • d9d9a7a134: Removed all copyright notices from package templates.
  • 8e0358e18d: Added --skip-install parameter to backstage-cli versions:bump
  • Updated dependencies
    • @​backstage/errors@​1.1.4
    • @​backstage/config-loader@​1.1.7
    • @​backstage/release-manifests@​0.0.8
    • @​backstage/types@​1.0.2
    • @​backstage/cli-common@​0.1.11
    • @​backstage/config@​1.0.5

0.22.0-next.4

Minor Changes

  • 736f893f72: The Jest configuration that was previously enabled with BACKSTAGE_NEXT_TESTS is now enabled by default. To revert to the old configuration you can now instead set BACKSTAGE_OLD_TESTS.

    This new configuration uses the babel coverage provider rather than v8. It used to be that v8 worked better when using Sucrase for transpilation, but now that we have switched to SWC, babel seems to work better. In addition, the new configuration also enables source maps by default, as they no longer have a negative impact on code coverage accuracy, and it also enables a modified Jest runtime with additional caching of script objects.

Patch Changes

  • dd721148b5: Updated Jest coverage configuration to only apply either in the root project or package configuration, depending on whether repo or package tests are run.
  • b05dcd5530: Move the zod dependency to a version that does not collide with other libraries
  • c27eabef6b: Adds new web-library package option when generating a new plugin
  • 309f2daca4: Updated dependency esbuild to ^0.16.0.
  • d9d9a7a134: Removed all copyright notices from package templates.

... (truncated)

Commits
  • 70be53c Version Packages
  • 5abace9 Disable hot-reloading for e2e CI tests
  • 99c7ff1 cli: update some webpack config to be v5 compatible
  • 51b6cf4 Version Packages
  • fa59d33 Merge pull request #5003 from MarceloLeite2604/master
  • 5136ae0 Update packages/cli/config/tsconfig.json
  • 844da89 Version Packages
  • e785989 lock cli to 3.11.0 so we don't pull in the latest version in scaffolded apps
  • 4d24872 detach the badges plugin from the catalog plugin
  • 16c41c2 Replace "ESNext.Promise" with "ES2020.Promise" on tsc lib property
  • See full diff in compare view


Dependabot compatibility score

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)
dependabot[bot] commented 1 year ago

Superseded by #249.