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
76 changes: 76 additions & 0 deletions .changeset/update-codemod-engine-deps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
---
'@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-mui-accordion-to-bui-accordion': patch
'@backstage/migrate-mui-alert-to-bui-alert': patch
'@backstage/migrate-mui-bootstrap-to-bui': patch
'@backstage/migrate-mui-button-to-bui-button': patch
'@backstage/migrate-mui-chip-to-tag': patch
'@backstage/migrate-mui-dialog-to-bui-dialog': patch
'@backstage/migrate-mui-icon-button-to-button-icon': patch
'@backstage/migrate-mui-icons-to-remix-icons': patch
'@backstage/migrate-mui-layout-to-bui-layout': patch
'@backstage/migrate-mui-list-family-to-bui-list': patch
'@backstage/migrate-mui-menu-popover-to-bui-menu': patch
'@backstage/migrate-mui-radio-checkbox-to-bui': patch
'@backstage/migrate-mui-select-family-to-bui-select': patch
'@backstage/migrate-mui-slider-to-bui-slider': patch
'@backstage/migrate-mui-styles-to-bui-css-modules': patch
'@backstage/migrate-mui-tabs-to-bui-tabs': patch
'@backstage/migrate-mui-textfield-to-bui-textfield': patch
'@backstage/migrate-mui-tooltip-to-bui-tooltip': patch
'@backstage/migrate-mui-typography-to-text': patch
'@backstage/migrate-nav-item-to-page': patch
'@backstage/migrate-permissioned-route': patch
'@backstage/migrate-policy-query-user': patch
'@backstage/migrate-select-combobox-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/mui4-to-bui-migration-recipe': 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-mui-dependencies': 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 workspace engine deps: `codemod` 1.12.3 → 1.12.13, `@jssg/utils` ^0.0.8 → ^0.0.9.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0

- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version-file: '.nvmrc'

Expand All @@ -30,7 +30,7 @@ jobs:
id: yarn-cache
run: echo "dir=$(yarn config get cacheFolder)" >> "$GITHUB_OUTPUT"

- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: yarn-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
Expand All @@ -48,11 +48,11 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0

- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version-file: '.nvmrc'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version-file: '.nvmrc'

Expand All @@ -29,7 +29,7 @@ jobs:
id: yarn-cache
run: echo "dir=$(yarn config get cacheFolder)" >> "$GITHUB_OUTPUT"

- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: yarn-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
outputs:
changed_dirs: ${{ steps.tag.outputs.changed_dirs }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
fetch-tags: true

- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version-file: '.nvmrc'

Expand All @@ -35,7 +35,7 @@ jobs:
id: yarn-cache
run: echo "dir=$(yarn config get cacheFolder)" >> "$GITHUB_OUTPUT"

- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: yarn-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
Expand Down Expand Up @@ -102,11 +102,11 @@ jobs:
matrix:
dir: ${{ fromJson(needs.release.outputs.changed_dirs) }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
ref: main

- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version-file: '.nvmrc'

Expand All @@ -117,7 +117,7 @@ jobs:
id: yarn-cache
run: echo "dir=$(yarn config get cacheFolder)" >> "$GITHUB_OUTPUT"

- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: yarn-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
Expand Down
4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
nodeLinker: node-modules

# Yarn 4.17+ defaults to 1d; keep it explicit so fresh publishes cannot be
# resolved until they have aged on the registry (use --no-time-gate to bypass).
npmMinimalAgeGate: 1d
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Older versions are available in the [`codemods/`](./codemods) directory.
| [migrate-mui-tooltip-to-bui-tooltip](./codemods/misc/migrate-mui-tooltip-to-bui-tooltip) | MUI 4 to BUI: Replace Tooltip with TooltipTrigger |
| [migrate-mui-typography-to-text](./codemods/misc/migrate-mui-typography-to-text) | MUI 4 to BUI: Replace Typography with Text. Package name omits -bui- because Text is the BUI export name. |
| [mui4-to-bui-migration-recipe](./codemods/misc/mui4-to-bui-migration-recipe) | MUI 4 to BUI: Migration recipe that runs every MUI→BUI codemod from the registry in a safe order. |
| [remove-mui-dependencies](./codemods/misc/remove-mui-dependencies) | MUI 4 to BUI: Remove unused @material-ui/\* dependencies from package.json |
| [remove-mui-dependencies](./codemods/misc/remove-mui-dependencies) | MUI 4 to BUI: Remove unused @material-ui/* dependencies from package.json |

<!-- CODEMODS_END -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
"codemod": "1.12.13"
}
}
2 changes: 1 addition & 1 deletion codemods/misc/migrate-mui-alert-to-bui-alert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
"codemod": "1.12.13"
}
}
2 changes: 1 addition & 1 deletion codemods/misc/migrate-mui-bootstrap-to-bui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
"codemod": "1.12.13"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
"codemod": "1.12.13"
}
}
2 changes: 1 addition & 1 deletion codemods/misc/migrate-mui-chip-to-tag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
"codemod": "1.12.13"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
"codemod": "1.12.13"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
"codemod": "1.12.13"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
"codemod": "1.12.13"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
"codemod": "1.12.13"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
"codemod": "1.12.13"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
"codemod": "1.12.13"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
"codemod": "1.12.13"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
"codemod": "1.12.13"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
"codemod": "1.12.13"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
"codemod": "1.12.13"
}
}
2 changes: 1 addition & 1 deletion codemods/misc/migrate-mui-tabs-to-bui-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
"codemod": "1.12.13"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
"codemod": "1.12.13"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
"codemod": "1.12.13"
}
}
2 changes: 1 addition & 1 deletion codemods/misc/migrate-mui-typography-to-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
"codemod": "1.12.13"
}
}
2 changes: 1 addition & 1 deletion codemods/misc/mui4-to-bui-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.12.3"
"codemod": "1.12.13"
}
}
2 changes: 1 addition & 1 deletion codemods/misc/remove-mui-dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
"codemod": "1.12.13"
}
}
2 changes: 1 addition & 1 deletion codemods/v1.45.0/migrate-avatar-to-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
"codemod": "1.12.13"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
"codemod": "1.12.13"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@codemod.com/jssg-types": "1.6.2",
"codemod": "1.12.3"
"codemod": "1.12.13"
}
}
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.12.3"
"codemod": "1.12.13"
}
}
Loading