Skip to content

Commit d55d376

Browse files
dependabot[bot]Copilotjohnnyhuy
authored
chore(deps): Bump the npm_and_yarn group across 2 directories with 7 updates (#62)
* chore(deps): Bump the npm_and_yarn group across 2 directories with 7 updates Bumps the npm_and_yarn group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@backstage/plugin-scaffolder-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/scaffolder-backend) | `1.33.0` | `2.1.1` | | [cipher-base](https://github.com/crypto-browserify/cipher-base) | `1.0.4` | `1.0.7` | | [js-yaml](https://github.com/nodeca/js-yaml) | `3.14.1` | `3.14.2` | | [node-forge](https://github.com/digitalbazaar/forge) | `1.3.1` | `1.3.2` | | [pbkdf2](https://github.com/browserify/pbkdf2) | `3.1.2` | `3.1.5` | | [sha.js](https://github.com/crypto-browserify/sha.js) | `2.4.11` | `2.4.12` | | [webpack-dev-server](https://github.com/webpack/webpack-dev-server) | `5.1.0` | `5.2.2` | Bumps the npm_and_yarn group with 1 update in the /packages/backend directory: [@backstage/plugin-scaffolder-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/scaffolder-backend). Updates `@backstage/plugin-scaffolder-backend` from 1.33.0 to 2.1.1 - [Release notes](https://github.com/backstage/backstage/releases) - [Changelog](https://github.com/backstage/backstage/blob/master/plugins/scaffolder-backend/CHANGELOG.md) - [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/scaffolder-backend) Updates `cipher-base` from 1.0.4 to 1.0.7 - [Changelog](https://github.com/browserify/cipher-base/blob/master/CHANGELOG.md) - [Commits](browserify/cipher-base@v1.0.4...v1.0.7) Updates `js-yaml` from 3.14.1 to 3.14.2 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.14.1...3.14.2) Updates `node-forge` from 1.3.1 to 1.3.2 - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](digitalbazaar/forge@v1.3.1...v1.3.2) Updates `pbkdf2` from 3.1.2 to 3.1.5 - [Changelog](https://github.com/browserify/pbkdf2/blob/master/CHANGELOG.md) - [Commits](browserify/pbkdf2@v3.1.2...v3.1.5) Updates `sha.js` from 2.4.11 to 2.4.12 - [Changelog](https://github.com/browserify/sha.js/blob/master/CHANGELOG.md) - [Commits](browserify/sha.js@v2.4.11...v2.4.12) Updates `webpack-dev-server` from 5.1.0 to 5.2.2 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md) - [Commits](webpack/webpack-dev-server@v5.1.0...v5.2.2) Updates `@backstage/plugin-scaffolder-backend` from 1.33.0 to 3.0.1 - [Release notes](https://github.com/backstage/backstage/releases) - [Changelog](https://github.com/backstage/backstage/blob/master/plugins/scaffolder-backend/CHANGELOG.md) - [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/scaffolder-backend) --- updated-dependencies: - dependency-name: "@backstage/plugin-scaffolder-backend" dependency-version: 2.1.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: cipher-base dependency-version: 1.0.7 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: js-yaml dependency-version: 3.14.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: node-forge dependency-version: 1.3.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: pbkdf2 dependency-version: 3.1.5 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: sha.js dependency-version: 2.4.12 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: webpack-dev-server dependency-version: 5.2.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@backstage/plugin-scaffolder-backend" dependency-version: 3.0.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> * Initial plan * chore: Update yarn.lock after dependency bumps Co-authored-by: johnnyhuy <27847622+johnnyhuy@users.noreply.github.com> * Initial plan * fix: Replace alpha import with stable version for scaffolder-backend Co-authored-by: johnnyhuy <27847622+johnnyhuy@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: johnnyhuy <27847622+johnnyhuy@users.noreply.github.com>
1 parent e55329c commit d55d376

File tree

3 files changed

+932
-142
lines changed

3 files changed

+932
-142
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@backstage/plugin-permission-common": "^0.9.0",
3636
"@backstage/plugin-permission-node": "^0.10.0",
3737
"@backstage/plugin-proxy-backend": "^0.6.2",
38-
"@backstage/plugin-scaffolder-backend": "^1.33.0",
38+
"@backstage/plugin-scaffolder-backend": "^3.0.1",
3939
"@backstage/plugin-scaffolder-backend-module-github": "^0.7.1",
4040
"@backstage/plugin-scaffolder-backend-module-gitlab": "^0.9.1",
4141
"@backstage/plugin-search-backend": "^2.0.2",

packages/backend/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const backend = createBackend();
44

55
backend.add(import('@backstage/plugin-app-backend'));
66
backend.add(import('@backstage/plugin-proxy-backend'));
7-
backend.add(import('@backstage/plugin-scaffolder-backend/alpha'));
7+
backend.add(import('@backstage/plugin-scaffolder-backend'));
88
backend.add(import('@backstage/plugin-scaffolder-backend-module-github'));
99
backend.add(import('@backstage/plugin-scaffolder-backend-module-gitlab'));
1010
backend.add(import('@backstage/plugin-techdocs-backend/alpha'));

0 commit comments

Comments
 (0)