From 38f850cc0c9e7503408900e4a123d204f9681454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Fri, 22 Mar 2024 21:59:16 +0100 Subject: [PATCH] fixup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .changeset/angry-chairs-brake.md | 6 +++ .changeset/blue-bobcats-nail.md | 5 ++ .changeset/breezy-socks-mix.md | 5 ++ .changeset/curly-snails-hammer.md | 5 ++ .changeset/eleven-adults-add.md | 5 ++ .changeset/empty-spiders-pay.md | 5 ++ .changeset/famous-rats-kick.md | 5 ++ .changeset/four-terms-think.md | 5 ++ .changeset/funny-donuts-hang.md | 5 ++ .changeset/giant-dancers-know.md | 5 ++ .changeset/grumpy-poems-grab.md | 5 ++ .changeset/healthy-weeks-lay.md | 5 ++ .changeset/hot-foxes-rush.md | 5 ++ .changeset/mean-pumpkins-whisper.md | 5 ++ .changeset/mighty-cooks-lie.md | 5 ++ .changeset/modern-cats-fly.md | 5 ++ .changeset/new-bulldogs-smoke.md | 5 ++ .changeset/new-planets-pump.md | 83 +++++++++++++++++++++++++++++ .changeset/proud-cups-rush.md | 5 ++ .changeset/purple-seals-rest.md | 5 ++ .changeset/rare-kiwis-appear.md | 5 ++ .changeset/renovate-a2f8a7e.md | 9 ++++ .changeset/renovate-e7bc571.md | 5 ++ .changeset/renovate-f394bd8.md | 6 +++ .changeset/slimy-panthers-yawn.md | 5 ++ .changeset/stupid-seas-travel.md | 5 ++ .changeset/swift-sheep-grow.md | 5 ++ .changeset/thirty-goats-switch.md | 5 ++ .changeset/unlucky-clouds-wash.md | 5 ++ .changeset/wild-walls-sparkle.md | 8 +++ 30 files changed, 237 insertions(+) create mode 100644 .changeset/angry-chairs-brake.md create mode 100644 .changeset/blue-bobcats-nail.md create mode 100644 .changeset/breezy-socks-mix.md create mode 100644 .changeset/curly-snails-hammer.md create mode 100644 .changeset/eleven-adults-add.md create mode 100644 .changeset/empty-spiders-pay.md create mode 100644 .changeset/famous-rats-kick.md create mode 100644 .changeset/four-terms-think.md create mode 100644 .changeset/funny-donuts-hang.md create mode 100644 .changeset/giant-dancers-know.md create mode 100644 .changeset/grumpy-poems-grab.md create mode 100644 .changeset/healthy-weeks-lay.md create mode 100644 .changeset/hot-foxes-rush.md create mode 100644 .changeset/mean-pumpkins-whisper.md create mode 100644 .changeset/mighty-cooks-lie.md create mode 100644 .changeset/modern-cats-fly.md create mode 100644 .changeset/new-bulldogs-smoke.md create mode 100644 .changeset/new-planets-pump.md create mode 100644 .changeset/proud-cups-rush.md create mode 100644 .changeset/purple-seals-rest.md create mode 100644 .changeset/rare-kiwis-appear.md create mode 100644 .changeset/renovate-a2f8a7e.md create mode 100644 .changeset/renovate-e7bc571.md create mode 100644 .changeset/renovate-f394bd8.md create mode 100644 .changeset/slimy-panthers-yawn.md create mode 100644 .changeset/stupid-seas-travel.md create mode 100644 .changeset/swift-sheep-grow.md create mode 100644 .changeset/thirty-goats-switch.md create mode 100644 .changeset/unlucky-clouds-wash.md create mode 100644 .changeset/wild-walls-sparkle.md diff --git a/.changeset/angry-chairs-brake.md b/.changeset/angry-chairs-brake.md new file mode 100644 index 0000000000..3dd9e4bef5 --- /dev/null +++ b/.changeset/angry-chairs-brake.md @@ -0,0 +1,6 @@ +--- +'@backstage/plugin-catalog-backend': minor +'@backstage/plugin-catalog-node': minor +--- + +Added the ability to inject custom permissions from modules, on `CatalogBuilder` and `CatalogPermissionExtensionPoint` diff --git a/.changeset/blue-bobcats-nail.md b/.changeset/blue-bobcats-nail.md new file mode 100644 index 0000000000..9dc27437fb --- /dev/null +++ b/.changeset/blue-bobcats-nail.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-nomad': patch +--- + +Added an optional ESLint rule - no-top-level-material-ui-4-imports -in nomad plugin which has an auto fix function to migrate the imports and used it to migrate the Material UI imports for plugins/nomad. diff --git a/.changeset/breezy-socks-mix.md b/.changeset/breezy-socks-mix.md new file mode 100644 index 0000000000..0c6e77c836 --- /dev/null +++ b/.changeset/breezy-socks-mix.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-github-issues': minor +--- + +Added ESLint rule `no-top-level-material-ui-4-imports` in the `github-issues` plugin to migrate the Material UI imports. diff --git a/.changeset/curly-snails-hammer.md b/.changeset/curly-snails-hammer.md new file mode 100644 index 0000000000..07993af5c0 --- /dev/null +++ b/.changeset/curly-snails-hammer.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-newrelic': patch +--- + +Added an optional ESLint rule - no-top-level-material-ui-4-imports -in cloudbuild plugin which has an auto fix function to migrate the imports and used it to migrate the Material UI imports for plugins/newrelic. diff --git a/.changeset/eleven-adults-add.md b/.changeset/eleven-adults-add.md new file mode 100644 index 0000000000..0594aa40b1 --- /dev/null +++ b/.changeset/eleven-adults-add.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-kubernetes-backend': patch +--- + +Added a new service locator `CatalogRelationServiceLocator` that only returns clusters an entity lists in `relations.dependsOn`. diff --git a/.changeset/empty-spiders-pay.md b/.changeset/empty-spiders-pay.md new file mode 100644 index 0000000000..941823f36b --- /dev/null +++ b/.changeset/empty-spiders-pay.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-backend-module-unprocessed': patch +--- + +Internal update that injects custom permissions into the catalog using its extension point diff --git a/.changeset/famous-rats-kick.md b/.changeset/famous-rats-kick.md new file mode 100644 index 0000000000..2ca63b4717 --- /dev/null +++ b/.changeset/famous-rats-kick.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-permission-backend': patch +--- + +Properly forward causes of errors from upstream backends in the `PermissionIntegrationClient` diff --git a/.changeset/four-terms-think.md b/.changeset/four-terms-think.md new file mode 100644 index 0000000000..a014896746 --- /dev/null +++ b/.changeset/four-terms-think.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-tech-radar': patch +--- + +Added ESLint rule `no-top-level-material-ui-4-imports` in the `tech-radar` plugin to migrate the Material UI imports. diff --git a/.changeset/funny-donuts-hang.md b/.changeset/funny-donuts-hang.md new file mode 100644 index 0000000000..8e0ac90eb6 --- /dev/null +++ b/.changeset/funny-donuts-hang.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-entity-feedback': patch +--- + +Added ESLint rule `no-top-level-material-ui-4-imports` in the `entity-feedback` plugin to migrate the Material UI imports. diff --git a/.changeset/giant-dancers-know.md b/.changeset/giant-dancers-know.md new file mode 100644 index 0000000000..4eb208c69c --- /dev/null +++ b/.changeset/giant-dancers-know.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-pagerduty': patch +--- + +Added ESLint rule `no-top-level-material-ui-4-imports` in the `pagerduty` plugin to migrate the Material UI imports. diff --git a/.changeset/grumpy-poems-grab.md b/.changeset/grumpy-poems-grab.md new file mode 100644 index 0000000000..25b760032e --- /dev/null +++ b/.changeset/grumpy-poems-grab.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-microsoft-calendar': patch +--- + +Added ESLint rule `no-top-level-material-ui-4-imports` in the `microsoft-calender` plugin to migrate the Material UI imports. diff --git a/.changeset/healthy-weeks-lay.md b/.changeset/healthy-weeks-lay.md new file mode 100644 index 0000000000..a8538ef40b --- /dev/null +++ b/.changeset/healthy-weeks-lay.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-gcp-projects': patch +--- + +Added ESLint rule `no-top-level-material-ui-4-imports` in the `gcp-projects` plugin to migrate the Material UI imports. diff --git a/.changeset/hot-foxes-rush.md b/.changeset/hot-foxes-rush.md new file mode 100644 index 0000000000..65e7c25e3c --- /dev/null +++ b/.changeset/hot-foxes-rush.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-newrelic-dashboard': patch +--- + +Added an optional ESLint rule - no-top-level-material-ui-4-imports -in new relic plugin which has an auto fix function to migrate the imports and used it to migrate the Material UI imports for plugins/newrelic-dashboard diff --git a/.changeset/mean-pumpkins-whisper.md b/.changeset/mean-pumpkins-whisper.md new file mode 100644 index 0000000000..f9bdb19288 --- /dev/null +++ b/.changeset/mean-pumpkins-whisper.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-gitops-profiles': patch +--- + +Added ESLint rule `no-top-level-material-ui-4-imports` in the `gitops-profiles` plugin to migrate the Material UI imports. diff --git a/.changeset/mighty-cooks-lie.md b/.changeset/mighty-cooks-lie.md new file mode 100644 index 0000000000..eb0583153b --- /dev/null +++ b/.changeset/mighty-cooks-lie.md @@ -0,0 +1,5 @@ +--- +'@backstage/catalog-client': patch +--- + +Added missing commas to the example of `queryEntities` diff --git a/.changeset/modern-cats-fly.md b/.changeset/modern-cats-fly.md new file mode 100644 index 0000000000..f5d2ba8d18 --- /dev/null +++ b/.changeset/modern-cats-fly.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-opencost': patch +--- + +Added ESLint rule `no-top-level-material-ui-4-imports` in the `opencost` plugin to migrate the Material UI imports. diff --git a/.changeset/new-bulldogs-smoke.md b/.changeset/new-bulldogs-smoke.md new file mode 100644 index 0000000000..0013bebe66 --- /dev/null +++ b/.changeset/new-bulldogs-smoke.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-graphql-voyager': patch +--- + +Added ESLint rule `no-top-level-material-ui-4-imports` in the `graphql-voyager` plugin to migrate the Material UI imports. diff --git a/.changeset/new-planets-pump.md b/.changeset/new-planets-pump.md new file mode 100644 index 0000000000..905c9e9333 --- /dev/null +++ b/.changeset/new-planets-pump.md @@ -0,0 +1,83 @@ +--- +'@backstage/plugin-catalog-unprocessed-entities': patch +'@backstage/plugin-git-release-manager': patch +'@backstage/plugin-github-deployments': patch +'@backstage/plugin-kubernetes-cluster': patch +'@backstage/plugin-microsoft-calendar': patch +'@backstage/plugin-newrelic-dashboard': patch +'@backstage/plugin-entity-validation': patch +'@backstage/core-components': patch +'@backstage/plugin-kubernetes-react': patch +'@backstage/plugin-scaffolder-react': patch +'@backstage/plugin-cicd-statistics': patch +'@backstage/plugin-entity-feedback': patch +'@backstage/plugin-gitops-profiles': patch +'@backstage/plugin-graphql-voyager': patch +'@backstage/plugin-apache-airflow': patch +'@backstage/plugin-catalog-import': patch +'@backstage/plugin-github-actions': patch +'@backstage/plugin-octopus-deploy': patch +'@backstage/plugin-splunk-on-call': patch +'@backstage/plugin-stack-overflow': patch +'@backstage/plugin-techdocs-react': patch +'@backstage/core-app-api': patch +'@backstage/plugin-catalog-graph': patch +'@backstage/plugin-catalog-react': patch +'@backstage/plugin-code-coverage': patch +'@backstage/plugin-config-schema': patch +'@backstage/plugin-cost-insights': patch +'@backstage/plugin-github-issues': patch +'@backstage/plugin-notifications': patch +'@backstage/plugin-tech-insights': patch +'@backstage/plugin-user-settings': patch +'@backstage/plugin-azure-devops': patch +'@backstage/plugin-code-climate': patch +'@backstage/plugin-search-react': patch +'@backstage/plugin-azure-sites': patch +'@backstage/plugin-firehydrant': patch +'@backstage/dev-utils': patch +'@backstage/plugin-cloudbuild': patch +'@backstage/plugin-lighthouse': patch +'@backstage/plugin-scaffolder': patch +'@backstage/plugin-stackstorm': patch +'@backstage/plugin-tech-radar': patch +'@backstage/plugin-codescene': patch +'@backstage/plugin-dynatrace': patch +'@backstage/plugin-gcalendar': patch +'@backstage/plugin-org-react': patch +'@backstage/plugin-pagerduty': patch +'@backstage/plugin-shortcuts': patch +'@backstage/plugin-sonarqube': patch +'@backstage/plugin-xcmetrics': patch +'@backstage/plugin-airbrake': patch +'@backstage/plugin-circleci': patch +'@backstage/plugin-devtools': patch +'@backstage/plugin-graphiql': patch +'@backstage/plugin-linguist': patch +'@backstage/plugin-newrelic': patch +'@backstage/plugin-periskop': patch +'@backstage/plugin-playlist': patch +'@backstage/plugin-puppetdb': patch +'@backstage/plugin-techdocs': patch +'@backstage/plugin-bitrise': patch +'@backstage/plugin-catalog': patch +'@backstage/plugin-explore': patch +'@backstage/plugin-jenkins': patch +'@backstage/plugin-rollbar': patch +'@backstage/plugin-allure': patch +'@backstage/plugin-badges': patch +'@backstage/plugin-bazaar': patch +'@backstage/plugin-search': patch +'@backstage/plugin-sentry': patch +'@backstage/plugin-fossa': patch +'@backstage/plugin-ilert': patch +'@backstage/plugin-kafka': patch +'@backstage/plugin-nomad': patch +'@backstage/plugin-vault': patch +'@backstage/plugin-gocd': patch +'@backstage/plugin-home': patch +'@backstage/plugin-adr': patch +'@backstage/plugin-org': patch +--- + +Use ESM exports of react-use library diff --git a/.changeset/proud-cups-rush.md b/.changeset/proud-cups-rush.md new file mode 100644 index 0000000000..e45a0c1592 --- /dev/null +++ b/.changeset/proud-cups-rush.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-org': patch +--- + +Added ESLint rule `no-top-level-material-ui-4-imports` in the `org` plugin to migrate the Material UI imports. diff --git a/.changeset/purple-seals-rest.md b/.changeset/purple-seals-rest.md new file mode 100644 index 0000000000..7ed827fd33 --- /dev/null +++ b/.changeset/purple-seals-rest.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-kubernetes-cluster': patch +--- + +Added ESLint rule `no-top-level-material-ui-4-imports` in the `kubernetes-cluster` plugin to migrate the Material UI imports. diff --git a/.changeset/rare-kiwis-appear.md b/.changeset/rare-kiwis-appear.md new file mode 100644 index 0000000000..ecc78cb206 --- /dev/null +++ b/.changeset/rare-kiwis-appear.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-octopus-deploy': patch +--- + +Added ESLint rule `no-top-level-material-ui-4-imports` in the `octopus-deploy` plugin to migrate the Material UI imports. diff --git a/.changeset/renovate-a2f8a7e.md b/.changeset/renovate-a2f8a7e.md new file mode 100644 index 0000000000..6f39372450 --- /dev/null +++ b/.changeset/renovate-a2f8a7e.md @@ -0,0 +1,9 @@ +--- +'@backstage/backend-common': patch +'@backstage/integration-aws-node': patch +'@backstage/plugin-catalog-backend-module-aws': patch +'@backstage/plugin-events-backend-module-aws-sqs': patch +'@backstage/plugin-techdocs-node': patch +--- + +Updated dependency `aws-sdk-client-mock` to `^4.0.0`. diff --git a/.changeset/renovate-e7bc571.md b/.changeset/renovate-e7bc571.md new file mode 100644 index 0000000000..198dff0f71 --- /dev/null +++ b/.changeset/renovate-e7bc571.md @@ -0,0 +1,5 @@ +--- +'@backstage/cli': patch +--- + +Updated dependency `rollup` to `^4.0.0`. diff --git a/.changeset/renovate-f394bd8.md b/.changeset/renovate-f394bd8.md new file mode 100644 index 0000000000..9d17cf7a92 --- /dev/null +++ b/.changeset/renovate-f394bd8.md @@ -0,0 +1,6 @@ +--- +'@backstage/integration-aws-node': patch +'@backstage/plugin-catalog-backend-module-aws': patch +--- + +Updated dependency `aws-sdk-client-mock-jest` to `^4.0.0`. diff --git a/.changeset/slimy-panthers-yawn.md b/.changeset/slimy-panthers-yawn.md new file mode 100644 index 0000000000..1a709bbf6b --- /dev/null +++ b/.changeset/slimy-panthers-yawn.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-github-deployments': patch +--- + +Added ESLint rule `no-top-level-material-ui-4-imports` in the `github-deployments` plugin to migrate the Material UI imports. diff --git a/.changeset/stupid-seas-travel.md b/.changeset/stupid-seas-travel.md new file mode 100644 index 0000000000..e5edd8df3c --- /dev/null +++ b/.changeset/stupid-seas-travel.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-puppetdb': patch +--- + +Added ESLint rule `no-top-level-material-ui-4-imports` in the `puppetdb` plugin to migrate the Material UI imports. diff --git a/.changeset/swift-sheep-grow.md b/.changeset/swift-sheep-grow.md new file mode 100644 index 0000000000..17629b1517 --- /dev/null +++ b/.changeset/swift-sheep-grow.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-notifications': patch +--- + +Added ESLint rule `no-top-level-material-ui-4-imports` in the `notifications` plugin to migrate the Material UI imports. diff --git a/.changeset/thirty-goats-switch.md b/.changeset/thirty-goats-switch.md new file mode 100644 index 0000000000..026f3047db --- /dev/null +++ b/.changeset/thirty-goats-switch.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-entity-validation': patch +--- + +Added ESLint rule `no-top-level-material-ui-4-imports` in the `entity-validation` plugin to migrate the Material UI imports. diff --git a/.changeset/unlucky-clouds-wash.md b/.changeset/unlucky-clouds-wash.md new file mode 100644 index 0000000000..6dd9b0dba8 --- /dev/null +++ b/.changeset/unlucky-clouds-wash.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-gocd': patch +--- + +Added an optional ESLint rule - no-top-level-material-ui-4-imports - which has an auto fix function to migrate the imports and used it to migrate the Material UI imports. diff --git a/.changeset/wild-walls-sparkle.md b/.changeset/wild-walls-sparkle.md new file mode 100644 index 0000000000..4a4bb50bde --- /dev/null +++ b/.changeset/wild-walls-sparkle.md @@ -0,0 +1,8 @@ +--- +'@backstage/cli': patch +--- + +Ignore transforming only on `react-use/lib`, not whole `react-use` in jest. + +** POTENTIAL BREAKAGE ** +If your tests fail, please change to use path import from `react-use/esm/`. It is also recommended to migrate from `react-user/lib` imports to `react-use/esm`