container-registry / backstage-plugin-harbor-backend

MIT License
5 stars 18 forks source link

Bump @backstage/cli from 0.10.5 to 0.11.0 #26

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @backstage/cli from 0.10.5 to 0.11.0.

Changelog

Sourced from @​backstage/cli's changelog.

0.11.0

Minor Changes

  • 14e980acee: ESLint upgraded to version 8 and all it's plugins updated to newest version.

    If you use any custom plugins for ESLint please check compatibility.

    -    "@typescript-eslint/eslint-plugin": "^v4.33.0",
    -    "@typescript-eslint/parser": "^v4.28.3",
    +    "@typescript-eslint/eslint-plugin": "^5.9.0",
    +    "@typescript-eslint/parser": "^5.9.0",
    -    "eslint": "^7.30.0",
    +    "eslint": "^8.6.0",
    -    "eslint-plugin-import": "^2.20.2",
    -    "eslint-plugin-jest": "^24.1.0",
    -    "eslint-plugin-jsx-a11y": "^6.2.1",
    +    "eslint-plugin-import": "^2.25.4",
    +    "eslint-plugin-jest": "^25.3.4",
    +    "eslint-plugin-jsx-a11y": "^6.5.1",
    -    "eslint-plugin-react": "^7.12.4",
    -    "eslint-plugin-react-hooks": "^4.0.0",
    +    "eslint-plugin-react": "^7.28.0",
    +    "eslint-plugin-react-hooks": "^4.3.0",
    

    Please consult changelogs from packages if you find any problems.

Patch Changes

  • f302d24d34: Switch Webpack minification to use esbuild instead of terser.
  • bee7082094: Update config/eslint.js to forbid imports of @material-ui/icons/ as well.
  • 7946418729: Switched to using @manypkg/get-packages to list monorepo packages, which provides better support for different kind of monorepo setups.
  • Updated dependencies
    • @​backstage/config@​0.1.12
    • @​backstage/errors@​0.2.0
    • @​backstage/config-loader@​0.9.2
Commits


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)
sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

dependabot[bot] commented 2 years ago

Superseded by #30.