Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions .changeset/update-all-deps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
'@backstage/add-entity-ref-to-location': patch
'@backstage/add-jest-peer-dependency': patch
'@backstage/add-update-location-method': patch
'@backstage/catalog-node-alpha-to-stable': patch
'@backstage/dialog-api-show-to-open': patch
'@backstage/experimental-form-decorators-to-stable': patch
'@backstage/header-tab-to-nav-tab-item': patch
'@backstage/humanize-entity-ref-to-presentation': patch
'@backstage/loading-to-is-pending': patch
'@backstage/migrate-app-experimental-packages': patch
'@backstage/migrate-avatar-to-custom': patch
'@backstage/migrate-blueprints-to-plugin-app-react': patch
'@backstage/migrate-bui-props-to-intersection': patch
'@backstage/migrate-checkbox-to-react-aria': patch
'@backstage/migrate-collapsible-to-accordion': patch
'@backstage/migrate-column-config-to-react-element': patch
'@backstage/migrate-gerrit-gitiles-functions': patch
'@backstage/migrate-nav-item-to-page': patch
'@backstage/migrate-permissioned-route': patch
'@backstage/migrate-policy-query-user': patch
'@backstage/migrate-select-combobox-deprecated-props': patch
'@backstage/migrate-signals-service': patch
'@backstage/migrate-surface-to-bg-system': patch
'@backstage/migrate-table-to-use-table-hook': patch
'@backstage/migrate-valkey-config': patch
'@backstage/portable-schema-method-call': patch
'@backstage/remove-alert-surface-prop': patch
'@backstage/remove-allow-unknown-extension-config': patch
'@backstage/remove-any-extension-data-ref': patch
'@backstage/remove-bootstrap-env-proxy': patch
'@backstage/remove-catalog-card-variant-props': patch
'@backstage/remove-create-public-sign-in-app': patch
'@backstage/remove-immediate-stitching-mode': patch
'@backstage/remove-stitching-strategy-mode': patch
'@backstage/rename-bui-css-tokens-v1-47': patch
'@backstage/rename-bui-css-tokens-v1-48': patch
'@backstage/rename-bui-css-tokens-v1-52': patch
'@backstage/rename-bui-header-css-classes': patch
'@backstage/rename-header-main-class': patch
'@backstage/rename-header-to-plugin-header': patch
'@backstage/rename-plugin-header-toolbar': patch
'@backstage/render-test-app-nav-migration': patch
'@backstage/replace-create-schema-from-zod': patch
'@backstage/v1-45-0-migration-recipe': patch
'@backstage/v1-46-0-migration-recipe': patch
'@backstage/v1-47-0-migration-recipe': patch
'@backstage/v1-48-0-migration-recipe': patch
'@backstage/v1-49-0-migration-recipe': patch
'@backstage/v1-50-0-migration-recipe': patch
'@backstage/v1-51-0-migration-recipe': patch
'@backstage/v1-52-0-migration-recipe': patch
---

Update devDependencies: @codemod.com/jssg-types 1.5.2 → 1.6.2, codemod 1.7.15 → 1.12.3. Fix test fixtures for updated codemod engine formatting.
4 changes: 2 additions & 2 deletions codemods/v1.45.0/migrate-avatar-to-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "yarn exec codemod jssg test -l tsx ./scripts/codemod.ts ./tests && yarn exec codemod workflow validate -w workflow.yaml"
},
"devDependencies": {
"@codemod.com/jssg-types": "1.5.2",
"codemod": "1.7.15"
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
}
}
4 changes: 2 additions & 2 deletions codemods/v1.45.0/migrate-checkbox-to-react-aria/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "yarn exec codemod jssg test -l tsx ./scripts/codemod.ts ./tests && yarn exec codemod workflow validate -w workflow.yaml"
},
"devDependencies": {
"@codemod.com/jssg-types": "1.5.2",
"codemod": "1.7.15"
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "yarn exec codemod jssg test -l tsx ./scripts/codemod.ts ./tests && yarn exec codemod workflow validate -w workflow.yaml"
},
"devDependencies": {
"@codemod.com/jssg-types": "1.5.2",
"codemod": "1.7.15"
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
}
}
2 changes: 1 addition & 1 deletion codemods/v1.45.0/migration-recipe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"test": "yarn exec codemod workflow validate -w workflow.yaml"
},
"devDependencies": {
"codemod": "1.7.15"
"codemod": "1.12.3"
}
}
4 changes: 2 additions & 2 deletions codemods/v1.46.0/add-jest-peer-dependency/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "yarn exec codemod jssg test -l json ./scripts/codemod.ts ./tests && yarn exec codemod workflow validate -w workflow.yaml"
},
"devDependencies": {
"@codemod.com/jssg-types": "1.5.2",
"codemod": "1.7.15"
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
}
}
4 changes: 2 additions & 2 deletions codemods/v1.46.0/migrate-valkey-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "yarn exec codemod jssg test -l yaml ./scripts/codemod.ts ./tests && yarn exec codemod workflow validate -w workflow.yaml"
},
"devDependencies": {
"@codemod.com/jssg-types": "1.5.2",
"codemod": "1.7.15"
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
}
}
2 changes: 1 addition & 1 deletion codemods/v1.46.0/migration-recipe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"test": "yarn exec codemod workflow validate -w workflow.yaml"
},
"devDependencies": {
"codemod": "1.7.15"
"codemod": "1.12.3"
}
}
4 changes: 2 additions & 2 deletions codemods/v1.47.0/migrate-table-to-use-table-hook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "yarn exec codemod jssg test -l tsx ./scripts/codemod.ts ./tests && yarn exec codemod workflow validate -w workflow.yaml"
},
"devDependencies": {
"@codemod.com/jssg-types": "1.5.2",
"codemod": "1.7.15"
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
}
}
2 changes: 1 addition & 1 deletion codemods/v1.47.0/migration-recipe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"test": "yarn exec codemod workflow validate -w workflow.yaml"
},
"devDependencies": {
"codemod": "1.7.15"
"codemod": "1.12.3"
}
}
4 changes: 2 additions & 2 deletions codemods/v1.47.0/rename-bui-css-tokens-v1-47/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "yarn exec codemod jssg test -l tsx ./scripts/codemod.ts ./tests && yarn exec codemod jssg test -l css ./scripts/codemod-css.ts ./tests-css && yarn exec codemod workflow validate -w workflow.yaml"
},
"devDependencies": {
"@codemod.com/jssg-types": "1.5.2",
"codemod": "1.7.15"
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "yarn exec codemod jssg test -l yaml ./scripts/codemod.ts ./tests && yarn exec codemod workflow validate -w workflow.yaml"
},
"devDependencies": {
"@codemod.com/jssg-types": "1.5.2",
"codemod": "1.7.15"
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"test": "yarn exec codemod jssg test -l tsx ./scripts/codemod.ts ./tests && yarn exec codemod workflow validate -w workflow.yaml"
},
"dependencies": {
"@jssg/utils": "0.0.5"
"@jssg/utils": "^0.0.8"
},
"devDependencies": {
"@codemod.com/jssg-types": "1.5.2",
"codemod": "1.7.15"
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createFrontendPlugin } from '@backstage/frontend-plugin-api';
import { SomeComponent , ThemeBlueprint} from '@backstage/plugin-app-react';
import { SomeComponent, ThemeBlueprint } from '@backstage/plugin-app-react';

const plugin = createFrontendPlugin({ id: 'my-plugin' });
const theme = ThemeBlueprint.make({ params: {} });
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"test": "yarn exec codemod jssg test -l tsx ./scripts/codemod.ts ./tests && yarn exec codemod workflow validate -w workflow.yaml"
},
"dependencies": {
"@jssg/utils": "0.0.5"
"@jssg/utils": "^0.0.8"
},
"devDependencies": {
"@codemod.com/jssg-types": "1.5.2",
"codemod": "1.7.15"
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ColumnConfig , CellText} from '@backstage/ui';
import { ColumnConfig, CellText } from '@backstage/ui';

const columns: ColumnConfig<{ name: string }>[] = [
{ id: 'name', label: 'Name', cell: (item) => <CellText title={item.name} /> },
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ColumnConfig , Column} from '@backstage/ui';
import { ColumnConfig, Column } from '@backstage/ui';

const columns: ColumnConfig<{ name: string }>[] = [
{ id: 'name', label: 'Name', cell: (item) => <span>{item.name}</span>, header: () => <Column>Name</Column> },
Expand Down
4 changes: 2 additions & 2 deletions codemods/v1.48.0/migrate-surface-to-bg-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "yarn exec codemod jssg test -l tsx ./scripts/codemod.ts ./tests && yarn exec codemod workflow validate -w workflow.yaml"
},
"devDependencies": {
"@codemod.com/jssg-types": "1.5.2",
"codemod": "1.7.15"
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
}
}
2 changes: 1 addition & 1 deletion codemods/v1.48.0/migration-recipe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"test": "yarn exec codemod workflow validate -w workflow.yaml"
},
"devDependencies": {
"codemod": "1.7.15"
"codemod": "1.12.3"
}
}
4 changes: 2 additions & 2 deletions codemods/v1.48.0/remove-alert-surface-prop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "yarn exec codemod jssg test -l tsx ./scripts/codemod.ts ./tests && yarn exec codemod workflow validate -w workflow.yaml"
},
"devDependencies": {
"@codemod.com/jssg-types": "1.5.2",
"codemod": "1.7.15"
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
}
}
4 changes: 2 additions & 2 deletions codemods/v1.48.0/rename-bui-css-tokens-v1-48/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "yarn exec codemod jssg test -l tsx ./scripts/codemod.ts ./tests && yarn exec codemod jssg test -l css ./scripts/codemod-css.ts ./tests-css && yarn exec codemod workflow validate -w workflow.yaml"
},
"devDependencies": {
"@codemod.com/jssg-types": "1.5.2",
"codemod": "1.7.15"
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
}
}
4 changes: 2 additions & 2 deletions codemods/v1.48.0/rename-header-to-plugin-header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "yarn exec codemod jssg test -l tsx ./scripts/codemod.ts ./tests && yarn exec codemod workflow validate -w workflow.yaml"
},
"devDependencies": {
"@codemod.com/jssg-types": "1.5.2",
"codemod": "1.7.15"
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"test": "yarn exec codemod jssg test -l tsx ./scripts/codemod.ts ./tests && yarn exec codemod workflow validate -w workflow.yaml"
},
"dependencies": {
"@jssg/utils": "0.0.5"
"@jssg/utils": "^0.0.8"
},
"devDependencies": {
"@codemod.com/jssg-types": "1.5.2",
"codemod": "1.7.15"
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
}
}
2 changes: 1 addition & 1 deletion codemods/v1.49.0/migration-recipe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"test": "yarn exec codemod workflow validate -w workflow.yaml"
},
"devDependencies": {
"codemod": "1.7.15"
"codemod": "1.12.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"test": "yarn exec codemod jssg test -l tsx ./scripts/codemod.ts ./tests && yarn exec codemod workflow validate -w workflow.yaml"
},
"dependencies": {
"@jssg/utils": "0.0.5"
"@jssg/utils": "^0.0.8"
},
"devDependencies": {
"@codemod.com/jssg-types": "1.5.2",
"codemod": "1.7.15"
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
}
}
6 changes: 3 additions & 3 deletions codemods/v1.49.0/remove-any-extension-data-ref/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"test": "yarn exec codemod jssg test -l tsx ./scripts/codemod.ts ./tests && yarn exec codemod workflow validate -w workflow.yaml"
},
"dependencies": {
"@jssg/utils": "0.0.5"
"@jssg/utils": "^0.0.8"
},
"devDependencies": {
"@codemod.com/jssg-types": "1.5.2",
"codemod": "1.7.15"
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"test": "yarn exec codemod jssg test -l tsx ./scripts/codemod.ts ./tests && yarn exec codemod workflow validate -w workflow.yaml"
},
"dependencies": {
"@jssg/utils": "0.0.5"
"@jssg/utils": "^0.0.8"
},
"devDependencies": {
"@codemod.com/jssg-types": "1.5.2",
"codemod": "1.7.15"
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"test": "yarn exec codemod jssg test -l tsx ./scripts/codemod.ts ./tests && yarn exec codemod workflow validate -w workflow.yaml"
},
"dependencies": {
"@jssg/utils": "0.0.5"
"@jssg/utils": "^0.0.8"
},
"devDependencies": {
"@codemod.com/jssg-types": "1.5.2",
"codemod": "1.7.15"
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
}
}
4 changes: 2 additions & 2 deletions codemods/v1.49.0/rename-bui-header-css-classes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "yarn exec codemod jssg test -l tsx ./scripts/codemod.ts ./tests && yarn exec codemod jssg test -l css ./scripts/codemod-css.ts ./tests-css && yarn exec codemod workflow validate -w workflow.yaml"
},
"devDependencies": {
"@codemod.com/jssg-types": "1.5.2",
"codemod": "1.7.15"
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
}
}
6 changes: 3 additions & 3 deletions codemods/v1.50.0/add-entity-ref-to-location/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"test": "yarn exec codemod jssg test -l tsx ./scripts/codemod.ts ./tests && yarn exec codemod workflow validate -w workflow.yaml"
},
"dependencies": {
"@jssg/utils": "0.0.5"
"@jssg/utils": "^0.0.8"
},
"devDependencies": {
"@codemod.com/jssg-types": "1.5.2",
"codemod": "1.7.15"
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
}
}
6 changes: 3 additions & 3 deletions codemods/v1.50.0/add-update-location-method/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"test": "yarn exec codemod jssg test -l tsx ./scripts/codemod.ts ./tests && yarn exec codemod workflow validate -w workflow.yaml"
},
"dependencies": {
"@jssg/utils": "0.0.5"
"@jssg/utils": "^0.0.8"
},
"devDependencies": {
"@codemod.com/jssg-types": "1.5.2",
"codemod": "1.7.15"
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { CatalogApi as MyCatalog , CatalogRequestOptions} from '@backstage/catalog-client';
import { Entity , Location} from '@backstage/catalog-model';
import { CatalogApi as MyCatalog, CatalogRequestOptions } from '@backstage/catalog-client';
import { Entity, Location } from '@backstage/catalog-model';

class MyCatalogClient implements MyCatalog {
async getEntities(): Promise<Entity[]> {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { CatalogApi, CatalogRequestOptions } from '@backstage/catalog-client';
import { Entity , Location} from '@backstage/catalog-model';
import { Entity, Location } from '@backstage/catalog-model';

class MyCatalogClient implements CatalogApi {
async getEntities(): Promise<Entity[]> {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { CatalogService, CatalogServiceRequestOptions } from '@backstage/plugin-catalog-node';
import { Entity , Location} from '@backstage/catalog-model';
import { Entity, Location } from '@backstage/catalog-model';

class MyCatalogService implements CatalogService {
async getEntities(): Promise<Entity[]> {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { CatalogApi, CatalogRequestOptions } from '@backstage/catalog-client';
import { Entity , Location} from '@backstage/catalog-model';
import { Entity, Location } from '@backstage/catalog-model';

interface Disposable {
dispose(): void;
Expand Down
Loading