Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump backstage to 1.31.1 #125

Merged
merged 4 commits into from
Sep 26, 2024
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
8 changes: 8 additions & 0 deletions .changeset/rude-mangos-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@spreadshirt/backstage-plugin-s3-viewer': patch
'@spreadshirt/backstage-plugin-s3-viewer-backend': patch
'@spreadshirt/backstage-plugin-s3-viewer-common': patch
'@spreadshirt/backstage-plugin-s3-viewer-node': patch
---

Bump Backstage dependencies to version 1.31.1
ivangonzalezacuna marked this conversation as resolved.
Show resolved Hide resolved
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
root: true,
};
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ jobs:
- run: yarn ci
env:
CI: true
# TODO: Migrate to yarn-3 and use `yarn dedupe`, which is the suggested alternative
# - run: yarn backstage-cli versions:check
- run: yarn dedupe
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,13 @@ site
*.local.yaml

# Sensitive credentials
*-credentials.yaml
*-credentials.yaml

# Yarn files
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
heyLu marked this conversation as resolved.
Show resolved Hide resolved
!.yarn/versions
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ venv
*.md
*.yaml
*.yml
.yarn
925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.5.0.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.0.cjs
heyLu marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.30.4"
"version": "1.31.1"
}
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"private": true,
"workspaces": {
"packages": [
"plugins/*"
"plugins/**"
]
},
"scripts": {
Expand All @@ -22,9 +22,9 @@
"build:backend": "yarn workspace backend build",
"build:all": "backstage-cli repo build --all",
"clean": "backstage-cli repo clean",
"test": "backstage-cli test",
"test:all": "backstage-cli test --coverage",
"fix": "backstage-cli repo fix",
"test": "backstage-cli repo test",
"test:all": "backstage-cli repo test --coverage",
"fix": "backstage-cli repo fix --publish",
"lint": "backstage-cli repo lint",
"ci": "yarn install && tsc && yarn build:all && backstage-cli test --no-watch && yarn lint",
"start:frontend": "yarn workspace @spreadshirt/backstage-plugin-s3-viewer start",
Expand All @@ -33,19 +33,19 @@
"release": "changeset version && yarn prettier --write 'plugins/*/{package.json,CHANGELOG.md}' '.changeset/*.json' && yarn install --no-immutable",
"publish-release": "changeset publish",
"prettier:check": "prettier --check .",
"prettier:fix": "prettier --write .",
"npm:release": "yarn install && tsc && yarn build:all && changeset publish"
},
"devDependencies": {
"@backstage/cli": "^0.27.0",
"@backstage/cli": "^0.27.1",
"@changesets/cli": "^2.24.4",
"@spotify/prettier-config": "^12.0.0",
"@types/react": "^18.0.2",
"@spotify/prettier-config": "^15.0.0",
"concurrently": "^8.0.0",
"jest-junit": "^13.0.0",
"prettier": "^2.3.2",
"prettier": "^2.4.1",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-router-dom": "^6.3.0"
"react-router-dom": "^6.3.0",
"typescript": "~5.4.0"
},
"prettier": "@spotify/prettier-config",
"lint-staged": {
Expand All @@ -56,5 +56,6 @@
"*.{json,md}": [
"prettier --write"
]
}
},
"packageManager": "[email protected]"
}
20 changes: 10 additions & 10 deletions plugins/s3-viewer-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
"dependencies": {
"@aws-crypto/sha256-browser": "^5.2.0",
"@aws-sdk/client-s3": "^3.360.0",
"@backstage/backend-common": "^0.24.1",
"@backstage/backend-defaults": "^0.4.4",
"@backstage/backend-plugin-api": "^0.8.1",
"@backstage/backend-common": "^0.25.0",
"@backstage/backend-defaults": "^0.5.0",
"@backstage/backend-plugin-api": "^1.0.0",
"@backstage/backend-tasks": "^0.6.1",
"@backstage/config": "^1.2.0",
"@backstage/errors": "^1.2.4",
"@backstage/plugin-auth-node": "^0.5.1",
"@backstage/plugin-permission-backend": "^0.5.48",
"@backstage/plugin-auth-node": "^0.5.2",
"@backstage/plugin-permission-backend": "^0.5.49",
"@backstage/plugin-permission-common": "^0.8.1",
"@backstage/plugin-permission-node": "^0.8.2",
"@backstage/plugin-permission-node": "^0.8.3",
"@backstage/types": "^1.1.1",
"@smithy/protocol-http": "^4.1.0",
"@smithy/signature-v4": "^4.1.0",
Expand All @@ -66,14 +66,14 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.5.1",
"@backstage/cli": "^0.27.0",
"@backstage/test-utils": "^1.5.10",
"@backstage/backend-test-utils": "^1.0.0",
"@backstage/cli": "^0.27.1",
"@backstage/test-utils": "^1.6.0",
"@types/cookie-parser": "^1.4.3",
"@types/jest": "*",
"@types/supertest": "^2.0.8",
"msw": "^1.0.0",
"supertest": "^6.1.3"
"supertest": "^7.0.0"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion plugins/s3-viewer-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"postpack": "backstage-cli package postpack"
},
"devDependencies": {
"@backstage/cli": "^0.27.0"
"@backstage/cli": "^0.27.1"
},
"files": [
"dist"
Expand Down
4 changes: 2 additions & 2 deletions plugins/s3-viewer-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"postpack": "backstage-cli package postpack"
},
"devDependencies": {
"@backstage/cli": "^0.27.0"
"@backstage/cli": "^0.27.1"
},
"files": [
"dist"
],
"dependencies": {
"@backstage/backend-plugin-api": "^0.8.1",
"@backstage/backend-plugin-api": "^1.0.0",
"@spreadshirt/backstage-plugin-s3-viewer-common": "^0.5.6",
"@types/express": "*",
"express": "^4.17.1",
Expand Down
14 changes: 7 additions & 7 deletions plugins/s3-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/core-components": "^0.14.10",
"@backstage/core-plugin-api": "^1.9.3",
"@backstage/core-components": "^0.15.0",
"@backstage/core-plugin-api": "^1.9.4",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.61",
Expand All @@ -51,12 +51,12 @@
"react-router": "^6.3.0"
},
"devDependencies": {
"@backstage/cli": "^0.27.0",
"@backstage/core-app-api": "^1.14.2",
"@backstage/dev-utils": "^1.0.37",
"@backstage/test-utils": "^1.5.10",
"@backstage/cli": "^0.27.1",
"@backstage/core-app-api": "^1.15.0",
"@backstage/dev-utils": "^1.1.0",
"@backstage/test-utils": "^1.6.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^15.0.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.0.0",
"@types/jest": "*",
"cross-fetch": "^3.1.5",
Expand Down
Loading
Loading