Skip to content

Commit

Permalink
Merge pull request #516 from immobiliare/feat/bump-dependencies-1.29.1
Browse files Browse the repository at this point in the history
feat: bump dependencies to 1.29.1
  • Loading branch information
antoniomuso committed Jul 23, 2024
2 parents a25c688 + d7de365 commit 6477aeb
Show file tree
Hide file tree
Showing 15 changed files with 12,748 additions and 12,008 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
# setting this should create the npmrc with $NODE_AUTH_TOKEN
registry-url: 'https://registry.npmjs.org'

Expand All @@ -27,7 +27,7 @@ jobs:
- name: Bootstrap lerna
run: yarn

- name: Lerna build
- name: Build packages
run: yarn build

- name: Bump release
Expand Down
19 changes: 16 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x

- name: Install dependencies
run: yarn install --immutable
Expand All @@ -34,11 +34,24 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
- name: Install dependencies
run: yarn install
- name: Test
run: yarn prettier --check .
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: 20.x
- name: Install dependencies
run: yarn install
- name: Build packages
run: yarn build
test:
runs-on: ubuntu-latest
steps:
Expand All @@ -47,7 +60,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x

- name: Install dependencies
run: yarn
Expand Down
28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

873 changes: 0 additions & 873 deletions .yarn/releases/yarn-3.5.1.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
nodeLinker: node-modules
compressionLevel: mixed

enableGlobalCache: true

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.5.1.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
File renamed without changes.
2 changes: 0 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true,
"npmClient": "yarn",
"version": "6.5.1"
}
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"packages/*"
],
"devDependencies": {
"@backstage/cli": "^0.26.11",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@typescript-eslint/eslint-plugin": "^5.36.0",
Expand All @@ -14,7 +15,7 @@
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"is-ci": "^3.0.1",
"lerna": "^6.0.3",
"lerna": "^8.1.7",
"lint-staged": "^13.0.3",
"markdown-toc": "^1.2.0",
"prettier": "^2.7.1",
Expand All @@ -23,12 +24,15 @@
"engines": {
"node": ">=18.0.0"
},
"volta": {
"node": "20.15.1"
},
"scripts": {
"type": "tsc --noEmit",
"style:lint": "eslint packages --ext .ts",
"style:lint-fix": "eslint packages --ext .ts --fix",
"style:prettier": "prettier \"packages/**/*.ts\" --list-different --write",
"build": "npx lerna run build",
"build": "tsc && backstage-cli repo build --all",
"bootstrap": "npx lerna bootstrap",
"publish:ci": "lerna publish from-package --yes --pre-dist-tag alpha",
"test": "lerna run test:ci",
Expand All @@ -38,5 +42,5 @@
"postinstall": "node prepare.js || echo 'Skipping prepare'",
"prepare": "node prepare.js || echo 'Skipping prepare'"
},
"packageManager": "yarn@3.5.1"
"packageManager": "yarn@4.3.1"
}
23 changes: 14 additions & 9 deletions packages/gitlab-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@
"types": "dist/index.d.ts"
},
"backstage": {
"role": "backend-plugin"
"role": "backend-plugin",
"pluginId": "gitlab",
"pluginPackages": [
"@immobiliarelabs/backstage-plugin-gitlab",
"@immobiliarelabs/backstage-plugin-gitlab-backend"
]
},
"repository": {
"type": "git",
Expand All @@ -27,7 +32,7 @@
"scripts": {
"start": "backstage-cli package start",
"types": "tsc",
"build": "yarn types && backstage-cli package build",
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
"test": "backstage-cli package test",
"test:ci": "backstage-cli package test --watch false",
Expand All @@ -36,10 +41,10 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-common": "^0.22.0",
"@backstage/backend-plugin-api": "^0.6.18",
"@backstage/backend-common": "^0.23.3",
"@backstage/backend-plugin-api": "^0.7.0",
"@backstage/config": "^1.2.0",
"@backstage/integration": "^1.11.0",
"@backstage/integration": "^1.13.0",
"body-parser": "^1.20.2",
"express": "^4.17.3",
"express-promise-router": "^4.1.0",
Expand All @@ -48,11 +53,11 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.3.8",
"@backstage/backend-test-utils": "^0.4.4",
"@backstage/catalog-model": "^1.5.0",
"@backstage/cli": "^0.26.5",
"@backstage/plugin-catalog-common": "^1.0.23",
"@backstage/plugin-catalog-node": "^1.12.0",
"@backstage/cli": "^0.26.11",
"@backstage/plugin-catalog-common": "^1.0.25",
"@backstage/plugin-catalog-node": "^1.12.4",
"@types/express": "^4.17.21",
"@types/supertest": "^2.0.12",
"msw": "^1.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/gitlab/index.d.ts

This file was deleted.

28 changes: 17 additions & 11 deletions packages/gitlab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@
"types": "dist/index.d.ts"
},
"backstage": {
"role": "frontend-plugin"
"role": "frontend-plugin",
"pluginId": "gitlab",
"pluginPackages": [
"@immobiliarelabs/backstage-plugin-gitlab",
"@immobiliarelabs/backstage-plugin-gitlab-backend"
]
},
"repository": {
"type": "git",
Expand All @@ -23,10 +28,11 @@
"immobiliare",
"immobiliarelabs"
],
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
"types": "tsc",
"build": "yarn types && backstage-cli package build",
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
"test": "backstage-cli package test",
"test:ci": "backstage-cli package test --watch false",
Expand All @@ -35,10 +41,10 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/core-components": "^0.14.7",
"@backstage/core-plugin-api": "^1.9.2",
"@backstage/plugin-catalog-react": "^1.12.0",
"@backstage/theme": "^0.5.4",
"@backstage/core-components": "^0.14.9",
"@backstage/core-plugin-api": "^1.9.3",
"@backstage/plugin-catalog-react": "^1.12.2",
"@backstage/theme": "^0.5.6",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
Expand All @@ -59,11 +65,11 @@
"react-router-dom": "6.0.0-beta.0 || ^6.20.0"
},
"devDependencies": {
"@backstage/cli": "^0.26.5",
"@backstage/core-app-api": "^1.12.5",
"@backstage/dev-utils": "^1.0.32",
"@backstage/plugin-catalog-react": "^1.12.0",
"@backstage/test-utils": "^1.5.5",
"@backstage/cli": "^0.26.11",
"@backstage/core-app-api": "^1.14.0",
"@backstage/dev-utils": "^1.0.35",
"@backstage/plugin-catalog-react": "^1.12.2",
"@backstage/test-utils": "^1.5.8",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@gitbeaker/rest": "^40.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import {
} from '../../gitlabAppData';
import gfm from 'remark-gfm';
import toc from 'remark-toc';
// @ts-ignore
import removeComments from 'remark-remove-comments';

import gemoji from 'remark-gemoji';
Expand Down
4 changes: 4 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"exclude": ["node_modules"],
"include": ["packages/*/src", "packages/*/dev"],
"compilerOptions": {
"outDir": "dist-types",
"rootDir": ".",
"allowJs": true,
"declaration": true,
"declarationMap": false,
Expand Down
Loading

0 comments on commit 6477aeb

Please sign in to comment.