Skip to content

Commit

Permalink
Merge pull request backstage#22829 from backstage/renovate/fs-extra-11.x
Browse files Browse the repository at this point in the history
Update dependency fs-extra to v11
  • Loading branch information
freben authored Feb 14, 2024
2 parents 84461f4 + 361bef3 commit 6d1e1f3
Show file tree
Hide file tree
Showing 37 changed files with 261 additions and 284 deletions.
36 changes: 36 additions & 0 deletions .changeset/renovate-151b8b9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
'@backstage/plugin-scaffolder-backend-module-confluence-to-markdown': patch
'@backstage/plugin-scaffolder-backend-module-bitbucket-server': patch
'@backstage/plugin-scaffolder-backend-module-bitbucket-cloud': patch
'@backstage/plugin-scaffolder-backend-module-cookiecutter': patch
'@backstage/plugin-scaffolder-backend-module-bitbucket': patch
'@backstage/backend-dynamic-feature-service': patch
'@backstage/plugin-scaffolder-backend-module-github': patch
'@backstage/plugin-scaffolder-backend-module-rails': patch
'@backstage/plugin-catalog-backend-module-gerrit': patch
'@backstage/backend-test-utils': patch
'@backstage/plugin-kubernetes-backend': patch
'@backstage/plugin-scaffolder-backend': patch
'@backstage/backend-app-api': patch
'@backstage/plugin-devtools-backend': patch
'@backstage/plugin-linguist-backend': patch
'@backstage/plugin-techdocs-backend': patch
'@backstage/backend-common': patch
'@backstage/e2e-test-utils': patch
'@backstage/plugin-catalog-backend': patch
'@backstage/plugin-rollbar-backend': patch
'@backstage/plugin-scaffolder-node': patch
'@backstage/config-loader': patch
'@techdocs/cli': patch
'@backstage/plugin-techdocs-node': patch
'@backstage/plugin-auth-backend': patch
'@backstage/create-app': patch
'@backstage/repo-tools': patch
'@backstage/plugin-app-backend': patch
'@backstage/cli-node': patch
'@backstage/plugin-app-node': patch
'@backstage/cli': patch
---

Updated dependency `fs-extra` to `^11.2.0`.
Updated dependency `@types/fs-extra` to `^11.0.0`.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"eslint-plugin-notice": "^0.9.10",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-testing-library": "^6.0.0",
"fs-extra": "10.1.0",
"fs-extra": "^11.2.0",
"husky": "^9.0.0",
"knip": "^5.0.0",
"lint-staged": "^15.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/backend-app-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"cors": "^2.8.5",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"fs-extra": "10.1.0",
"fs-extra": "^11.2.0",
"helmet": "^6.0.0",
"lodash": "^4.17.21",
"logform": "^2.3.2",
Expand All @@ -80,7 +80,7 @@
"@backstage/backend-test-utils": "workspace:^",
"@backstage/cli": "workspace:^",
"@types/compression": "^1.7.0",
"@types/fs-extra": "^9.0.3",
"@types/fs-extra": "^11.0.0",
"@types/http-errors": "^2.0.0",
"@types/minimist": "^1.2.0",
"@types/morgan": "^1.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/backend-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"dockerode": "^3.3.1",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"fs-extra": "10.1.0",
"fs-extra": "^11.2.0",
"git-url-parse": "^14.0.0",
"helmet": "^6.0.0",
"isomorphic-git": "^1.23.0",
Expand Down Expand Up @@ -122,7 +122,7 @@
"@types/base64-stream": "^1.0.2",
"@types/compression": "^1.7.0",
"@types/concat-stream": "^2.0.0",
"@types/fs-extra": "^9.0.3",
"@types/fs-extra": "^11.0.0",
"@types/http-errors": "^2.0.0",
"@types/pg": "^8.6.6",
"@types/supertest": "^2.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-dynamic-feature-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/express": "^4.17.6",
"chokidar": "^3.5.3",
"express": "^4.17.1",
"fs-extra": "10.1.0",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"winston": "^3.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@backstage/types": "workspace:^",
"better-sqlite3": "^9.0.0",
"express": "^4.17.1",
"fs-extra": "^10.0.1",
"fs-extra": "^11.0.0",
"knex": "^3.0.0",
"msw": "^1.0.0",
"mysql2": "^2.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@backstage/types": "workspace:^",
"@manypkg/get-packages": "^1.1.3",
"@yarnpkg/parsers": "^3.0.0-rc.4",
"fs-extra": "10.1.0",
"fs-extra": "^11.2.0",
"semver": "^7.5.3",
"zod": "^3.22.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"eslint-webpack-plugin": "^3.1.1",
"express": "^4.17.1",
"fork-ts-checker-webpack-plugin": "^9.0.0",
"fs-extra": "10.1.0",
"fs-extra": "^11.2.0",
"git-url-parse": "^14.0.0",
"glob": "^7.1.7",
"global-agent": "^3.0.0",
Expand Down Expand Up @@ -156,7 +156,7 @@
"@types/diff": "^5.0.0",
"@types/ejs": "^3.1.3",
"@types/express": "^4.17.6",
"@types/fs-extra": "^9.0.1",
"@types/fs-extra": "^11.0.0",
"@types/http-proxy": "^1.17.4",
"@types/inquirer": "^8.1.3",
"@types/minimatch": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/config-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/json-schema": "^7.0.6",
"ajv": "^8.10.0",
"chokidar": "^3.5.2",
"fs-extra": "10.1.0",
"fs-extra": "^11.2.0",
"json-schema": "^0.4.0",
"json-schema-merge-allof": "^0.8.1",
"json-schema-traverse": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@backstage/cli-common": "workspace:^",
"chalk": "^4.0.0",
"commander": "^9.1.0",
"fs-extra": "10.1.0",
"fs-extra": "^11.2.0",
"handlebars": "^4.7.3",
"inquirer": "^8.2.0",
"node-fetch": "^2.6.7",
Expand All @@ -47,7 +47,7 @@
"@backstage/backend-test-utils": "workspace:^",
"@backstage/cli": "workspace:^",
"@types/command-exists": "^1.2.0",
"@types/fs-extra": "^9.0.1",
"@types/fs-extra": "^11.0.0",
"@types/inquirer": "^8.1.3",
"@types/node": "^18.17.8",
"@types/recursive-readdir": "^2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/e2e-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
},
"dependencies": {
"@manypkg/get-packages": "^1.1.3",
"fs-extra": "^10.1.0"
"fs-extra": "^11.0.0"
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@backstage/cli-node": "workspace:^",
"@types/fs-extra": "^9.0.1"
"@types/fs-extra": "^11.0.0"
},
"peerDependencies": {
"@playwright/test": "^1.32.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/e2e-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"chalk": "^4.0.0",
"commander": "^9.1.0",
"cross-fetch": "^4.0.0",
"fs-extra": "10.1.0",
"fs-extra": "^11.2.0",
"handlebars": "^4.7.3",
"mysql2": "^2.2.5",
"pgtools": "^1.0.0",
"tree-kill": "^1.2.2"
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@types/fs-extra": "^9.0.1",
"@types/fs-extra": "^11.0.0",
"@types/node": "^18.17.8",
"@types/puppeteer": "^5.4.4",
"nodemon": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/repo-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"chalk": "^4.0.0",
"codeowners-utils": "^1.0.2",
"commander": "^9.1.0",
"fs-extra": "10.1.0",
"fs-extra": "^11.2.0",
"glob": "^8.0.3",
"is-glob": "^4.0.3",
"js-yaml": "^4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/techdocs-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@backstage/cli": "workspace:^",
"@types/commander": "^2.12.2",
"@types/fs-extra": "^9.0.6",
"@types/fs-extra": "^11.0.0",
"@types/http-proxy": "^1.17.4",
"@types/node": "^18.17.8",
"@types/serve-handler": "^6.1.0",
Expand Down Expand Up @@ -65,7 +65,7 @@
"@types/dockerode": "^3.3.0",
"commander": "^9.1.0",
"dockerode": "^3.3.1",
"fs-extra": "^10.0.1",
"fs-extra": "^11.0.0",
"global-agent": "^3.0.0",
"http-proxy": "^1.18.1",
"react-dev-utils": "^12.0.0-next.60",
Expand Down
2 changes: 1 addition & 1 deletion plugins/app-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/express": "^4.17.6",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"fs-extra": "10.1.0",
"fs-extra": "^11.2.0",
"globby": "^11.0.0",
"helmet": "^6.0.0",
"knex": "^3.0.0",
Expand Down
Loading

0 comments on commit 6d1e1f3

Please sign in to comment.