Merge pull request 'Update all dependencies' (#5) from renovate/all into main
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #5
This commit is contained in:
Kasper Juul Hermansen 2024-04-06 22:18:35 +00:00
commit 7bb70f898c
8 changed files with 9308 additions and 3443 deletions

View File

@ -1,2 +1,2 @@
kind: template kind: template
load: cuddle-node-service-plan.yaml load: cuddle-empty-plan.yaml

View File

@ -6,16 +6,11 @@ vars:
service: "backstage" service: "backstage"
registry: kasperhermansen registry: kasperhermansen
clusters: please:
clank-prod: project:
replicas: "3" owner: kjuulh
namespace: prod repository: backstage
branch: main
settings:
deployment: api_url: https://git.front.kjuulh.io
registry: git@git.front.kjuulh.io:kjuulh/clank-clusters
env:
prod:
clusters:
- clank-prod

View File

@ -3,7 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"private": true, "private": true,
"engines": { "engines": {
"node": "14 || 16" "node": "14 || 16 || 20"
}, },
"scripts": { "scripts": {
"dev": "concurrently \"yarn start\" \"yarn start-backend\"", "dev": "concurrently \"yarn start\" \"yarn start-backend\"",
@ -30,12 +30,12 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"@backstage/cli": "^0.17.2", "@backstage/cli": "^0.26.0",
"@spotify/prettier-config": "^12.0.0", "@spotify/prettier-config": "^15.0.0",
"concurrently": "^6.0.0", "concurrently": "^8.0.0",
"lerna": "^4.0.0", "lerna": "^4.0.0",
"prettier": "^2.3.2", "prettier": "^3.0.0",
"typescript": "~4.6.4" "typescript": "~5.4.0"
}, },
"resolutions": { "resolutions": {
"@types/react": "^17", "@types/react": "^17",
@ -51,4 +51,4 @@
"prettier --write" "prettier --write"
] ]
} }
} }

View File

@ -9,29 +9,29 @@
"dependencies": { "dependencies": {
"@backstage/app-defaults": "^1.0.3", "@backstage/app-defaults": "^1.0.3",
"@backstage/catalog-model": "^1.0.3", "@backstage/catalog-model": "^1.0.3",
"@backstage/cli": "^0.17.2", "@backstage/cli": "^0.26.0",
"@backstage/core-app-api": "^1.0.3", "@backstage/core-app-api": "^1.0.3",
"@backstage/core-components": "^0.9.5", "@backstage/core-components": "^0.14.0",
"@backstage/core-plugin-api": "^1.0.3", "@backstage/core-plugin-api": "^1.0.3",
"@backstage/integration-react": "^1.1.1", "@backstage/integration-react": "^1.1.1",
"@backstage/plugin-api-docs": "^0.8.6", "@backstage/plugin-api-docs": "^0.11.0",
"@backstage/plugin-catalog": "^1.3.0", "@backstage/plugin-catalog": "^1.3.0",
"@backstage/plugin-catalog-common": "^1.0.3", "@backstage/plugin-catalog-common": "^1.0.3",
"@backstage/plugin-catalog-graph": "^0.2.18", "@backstage/plugin-catalog-graph": "^0.4.0",
"@backstage/plugin-catalog-import": "^0.8.9", "@backstage/plugin-catalog-import": "^0.10.0",
"@backstage/plugin-catalog-react": "^1.1.1", "@backstage/plugin-catalog-react": "^1.1.1",
"@backstage/plugin-github-actions": "^0.5.6", "@backstage/plugin-github-actions": "^0.6.0",
"@backstage/plugin-org": "^0.5.6", "@backstage/plugin-org": "^0.6.0",
"@backstage/plugin-permission-react": "^0.4.2", "@backstage/plugin-permission-react": "^0.4.2",
"@backstage/plugin-scaffolder": "^1.3.0", "@backstage/plugin-scaffolder": "^1.3.0",
"@backstage/plugin-search": "^0.9.0", "@backstage/plugin-search": "^1.0.0",
"@backstage/plugin-search-react": "^0.2.1", "@backstage/plugin-search-react": "^1.0.0",
"@backstage/plugin-tech-radar": "^0.5.13", "@backstage/plugin-tech-radar": "^0.7.0",
"@backstage/plugin-techdocs": "^1.2.0", "@backstage/plugin-techdocs": "^1.2.0",
"@backstage/plugin-techdocs-module-addons-contrib": "^1.0.1", "@backstage/plugin-techdocs-module-addons-contrib": "^1.0.1",
"@backstage/plugin-techdocs-react": "^1.0.1", "@backstage/plugin-techdocs-react": "^1.0.1",
"@backstage/plugin-user-settings": "^0.4.5", "@backstage/plugin-user-settings": "^0.8.0",
"@backstage/theme": "^0.2.15", "@backstage/theme": "^0.5.0",
"@internal/plugin-catalog-backend-module-gitea": "^0.1.0", "@internal/plugin-catalog-backend-module-gitea": "^0.1.0",
"@material-ui/core": "^4.12.2", "@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1", "@material-ui/icons": "^4.9.1",
@ -40,20 +40,20 @@
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-router": "6.0.0-beta.0", "react-router": "6.0.0-beta.0",
"react-router-dom": "6.0.0-beta.0", "react-router-dom": "6.0.0-beta.0",
"react-use": "^15.3.3" "react-use": "^17.0.0"
}, },
"devDependencies": { "devDependencies": {
"@backstage/test-utils": "^1.1.1", "@backstage/test-utils": "^1.1.1",
"@testing-library/jest-dom": "^5.10.1", "@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^12.1.3", "@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^12.0.7", "@testing-library/user-event": "^14.0.0",
"@types/jest": "^26.0.7", "@types/jest": "^26.0.7",
"@types/node": "^14.14.32", "@types/node": "^20.0.0",
"@types/react-dom": "*", "@types/react-dom": "*",
"cross-env": "^7.0.0", "cross-env": "^7.0.0",
"cypress": "^9.7.0", "cypress": "^13.0.0",
"eslint-plugin-cypress": "^2.10.3", "eslint-plugin-cypress": "^2.10.3",
"start-server-and-test": "^1.10.11" "start-server-and-test": "^2.0.0"
}, },
"scripts": { "scripts": {
"start": "backstage-cli package start", "start": "backstage-cli package start",

View File

@ -9,7 +9,7 @@
# #
# Once the commands have been run, you can build the image using `yarn build-image` # Once the commands have been run, you can build the image using `yarn build-image`
FROM node:16-bullseye-slim FROM node:21-bullseye-slim
WORKDIR /app WORKDIR /app

View File

@ -16,37 +16,37 @@
"build-image": "docker build ../.. -f Dockerfile --tag backstage" "build-image": "docker build ../.. -f Dockerfile --tag backstage"
}, },
"dependencies": { "dependencies": {
"@backstage/backend-common": "^0.14.0", "@backstage/backend-common": "^0.21.0",
"@backstage/backend-tasks": "^0.3.2", "@backstage/backend-tasks": "^0.5.0",
"@backstage/catalog-client": "^1.0.3", "@backstage/catalog-client": "^1.0.3",
"@backstage/catalog-model": "^1.0.3", "@backstage/catalog-model": "^1.0.3",
"@backstage/config": "^1.0.1", "@backstage/config": "^1.0.1",
"@backstage/plugin-app-backend": "^0.3.33", "@backstage/plugin-app-backend": "^0.3.33",
"@backstage/plugin-auth-backend": "^0.14.1", "@backstage/plugin-auth-backend": "^0.22.0",
"@backstage/plugin-catalog-backend": "^1.2.0", "@backstage/plugin-catalog-backend": "^1.2.0",
"@backstage/plugin-catalog-backend-module-github": "^0.2.2", "@backstage/plugin-catalog-backend-module-github": "^0.5.0",
"@backstage/plugin-permission-common": "^0.6.2", "@backstage/plugin-permission-common": "^0.7.0",
"@backstage/plugin-permission-node": "^0.6.2", "@backstage/plugin-permission-node": "^0.7.0",
"@backstage/plugin-proxy-backend": "^0.2.27", "@backstage/plugin-proxy-backend": "^0.4.0",
"@backstage/plugin-scaffolder-backend": "^1.3.0", "@backstage/plugin-scaffolder-backend": "^1.3.0",
"@backstage/plugin-search-backend": "^0.5.3", "@backstage/plugin-search-backend": "^1.0.0",
"@backstage/plugin-search-backend-module-pg": "^0.3.4", "@backstage/plugin-search-backend-module-pg": "^0.5.0",
"@backstage/plugin-search-backend-node": "^0.6.2", "@backstage/plugin-search-backend-node": "^1.0.0",
"@backstage/plugin-techdocs-backend": "^1.1.2", "@backstage/plugin-techdocs-backend": "^1.1.2",
"app": "link:../app", "app": "link:../app",
"dockerode": "^3.3.1", "dockerode": "^4.0.0",
"express": "^4.17.1", "express": "^4.17.1",
"express-promise-router": "^4.1.0", "express-promise-router": "^4.1.0",
"pg": "^8.3.0", "pg": "^8.3.0",
"winston": "^3.2.1" "winston": "^3.2.1"
}, },
"devDependencies": { "devDependencies": {
"@backstage/cli": "^0.17.2", "@backstage/cli": "^0.26.0",
"@types/dockerode": "^3.3.0", "@types/dockerode": "^3.3.0",
"@types/express": "^4.17.6", "@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.5", "@types/express-serve-static-core": "^4.17.5",
"@types/luxon": "^2.0.4", "@types/luxon": "^3.0.0",
"better-sqlite3": "^7.5.0" "better-sqlite3": "^9.0.0"
}, },
"files": [ "files": [
"dist" "dist"

View File

@ -23,9 +23,9 @@
"postpack": "backstage-cli package postpack" "postpack": "backstage-cli package postpack"
}, },
"dependencies": { "dependencies": {
"@backstage/core-components": "^0.9.5", "@backstage/core-components": "^0.14.0",
"@backstage/core-plugin-api": "^1.0.3", "@backstage/core-plugin-api": "^1.0.3",
"@backstage/theme": "^0.2.15", "@backstage/theme": "^0.5.0",
"@material-ui/core": "^4.9.13", "@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.9.1", "@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57", "@material-ui/lab": "4.0.0-alpha.57",
@ -35,17 +35,17 @@
"react": "^16.13.1 || ^17.0.0" "react": "^16.13.1 || ^17.0.0"
}, },
"devDependencies": { "devDependencies": {
"@backstage/cli": "^0.17.2", "@backstage/cli": "^0.26.0",
"@backstage/core-app-api": "^1.0.3", "@backstage/core-app-api": "^1.0.3",
"@backstage/dev-utils": "^1.0.3", "@backstage/dev-utils": "^1.0.3",
"@backstage/test-utils": "^1.1.1", "@backstage/test-utils": "^1.1.1",
"@testing-library/jest-dom": "^5.10.1", "@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^12.1.3", "@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.0", "@testing-library/user-event": "^14.0.0",
"@types/jest": "*", "@types/jest": "*",
"@types/node": "*", "@types/node": "*",
"msw": "^0.42.0", "msw": "^2.0.0",
"cross-fetch": "^3.1.5" "cross-fetch": "^4.0.0"
}, },
"files": [ "files": [
"dist" "dist"

12634
yarn.lock

File diff suppressed because it is too large Load Diff