Commit Graph

1805 Commits

Author SHA1 Message Date
Ben Lambert 1f98ecd43c Merge pull request #7756 from backstage/dependabot/npm_and_yarn/keyv-memcache-1.2.7
build(deps): bump keyv-memcache from 1.2.5 to 1.2.7
2021-10-27 14:53:06 +02:00
Ben Lambert 40681b867d Merge pull request #7738 from kennethzfeng/kfeng.fix-file-mode
plugin/scaffolder: set the file mode in publish:github:pull-request.
2021-10-27 09:30:53 +02:00
Ben Lambert 174e615e8f Merge pull request #7793 from backstage/dependabot/npm_and_yarn/microsoft/microsoft-graph-types-2.8.0
build(deps): bump @microsoft/microsoft-graph-types from 2.6.0 to 2.8.0
2021-10-27 09:19:49 +02:00
dependabot[bot] 80afaa8929 build(deps): bump @microsoft/microsoft-graph-types from 2.6.0 to 2.8.0
Bumps [@microsoft/microsoft-graph-types](https://github.com/microsoftgraph/msgraph-typescript-typings) from 2.6.0 to 2.8.0.
- [Release notes](https://github.com/microsoftgraph/msgraph-typescript-typings/releases)
- [Commits](https://github.com/microsoftgraph/msgraph-typescript-typings/compare/2.6.0...2.8.0)

---
updated-dependencies:
- dependency-name: "@microsoft/microsoft-graph-types"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-27 04:10:16 +00:00
blam d465f2e0af chore: bump the msw package and remove it from test-utils as it's not even needed
Signed-off-by: blam <ben@blam.sh>
2021-10-26 17:13:49 +02:00
Andrew Ellis 034031ec68 chore(deps): bump msw to v0.35.0
Signed-off-by: Andrew Ellis <awellis89@gmail.com>
2021-10-26 17:13:49 +02:00
Ben Lambert 3b163f7d92 Merge pull request #7772 from backstage/dependabot/npm_and_yarn/types/minimist-1.2.2
build(deps-dev): bump @types/minimist from 1.2.0 to 1.2.2
2021-10-26 17:13:08 +02:00
dependabot[bot] d895c61ebb build(deps-dev): bump @types/minimist from 1.2.0 to 1.2.2
Bumps [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/minimist) from 1.2.0 to 1.2.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/minimist)

---
updated-dependencies:
- dependency-name: "@types/minimist"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-26 14:35:45 +00:00
dependabot[bot] dc6d2eb2a3 build(deps): bump webpack-dev-server from 4.0.0-rc.0 to 4.3.1
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.0.0-rc.0 to 4.3.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.0.0-rc.0...v4.3.1)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-26 14:32:56 +00:00
blam 6c1a26a8d2 chore: goodbye old core versions 👋
Signed-off-by: blam <ben@blam.sh>
2021-10-26 15:40:47 +02:00
blam 5f3460089e chore: revert yarn.lock changes for @types/react packages
Signed-off-by: blam <ben@blam.sh>
2021-10-25 17:41:36 +02:00
Kenneth Feng 004a23b5fc update octokit-plugin-create-pull-request in yarn.lock
Signed-off-by: Kenneth Feng <kenneth.feng@onepeloton.com>
2021-10-25 10:26:55 -04:00
dependabot[bot] 3c4bbd7ad6 build(deps): bump keyv-memcache from 1.2.5 to 1.2.7
Bumps [keyv-memcache](https://github.com/jaredwray/keyv-memcache) from 1.2.5 to 1.2.7.
- [Release notes](https://github.com/jaredwray/keyv-memcache/releases)
- [Commits](https://github.com/jaredwray/keyv-memcache/compare/v1.2.5...v1.2.7)

---
updated-dependencies:
- dependency-name: keyv-memcache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 04:12:29 +00:00
Patrik Oldsberg 803c5550c5 Merge pull request #7568 from backstage/firestore-keystore
auth-backend: Add Firestore as new key-store provider
2021-10-21 14:43:05 +02:00
dependabot[bot] 1bd9548cee build(deps): bump passport-saml from 3.1.2 to 3.2.0
Bumps [passport-saml](https://github.com/node-saml/passport-saml) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/node-saml/passport-saml/releases)
- [Changelog](https://github.com/node-saml/passport-saml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/node-saml/passport-saml/compare/v3.1.2...v3.2.0)

---
updated-dependencies:
- dependency-name: passport-saml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-21 10:39:22 +00:00
Patrik Oldsberg e4387a7132 yarn.lock: dedup @types/react
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-10-21 10:56:59 +02:00
dependabot[bot] 5e7eb3edd5 build(deps): bump @octokit/webhooks from 9.15.0 to 9.17.0
Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 9.15.0 to 9.17.0.
- [Release notes](https://github.com/octokit/webhooks.js/releases)
- [Commits](https://github.com/octokit/webhooks.js/compare/v9.15.0...v9.17.0)

---
updated-dependencies:
- dependency-name: "@octokit/webhooks"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-21 04:47:33 +00:00
Patrik Oldsberg 41b1b795c0 Merge pull request #7575 from backstage/dependabot/npm_and_yarn/storybook/react-6.3.11
build(deps-dev): bump @storybook/react from 6.3.7 to 6.3.11
2021-10-20 22:14:06 +02:00
Patrik Oldsberg 6000894446 Merge pull request #7667 from backstage/dependabot/npm_and_yarn/history-5.0.1
chore(deps): bump history from 5.0.0 to 5.0.1
2021-10-20 22:13:07 +02:00
Patrik Oldsberg c238e38596 yarn.lock: dedup @types/react
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-10-20 21:15:33 +02:00
dependabot[bot] 3c33a998a2 build(deps-dev): bump @storybook/react from 6.3.7 to 6.3.11
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/app/react) from 6.3.7 to 6.3.11.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.11/app/react)

---
updated-dependencies:
- dependency-name: "@storybook/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-20 21:15:08 +02:00
dependabot[bot] 01ea7f71cb chore(deps): bump history from 5.0.0 to 5.0.1
Bumps [history](https://github.com/ReactTraining/history) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/ReactTraining/history/releases)
- [Commits](https://github.com/ReactTraining/history/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: history
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-20 18:13:08 +00:00
dependabot[bot] 065c12e1c4 chore(deps-dev): bump @types/express-session from 1.17.3 to 1.17.4
Bumps [@types/express-session](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-session) from 1.17.3 to 1.17.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-session)

---
updated-dependencies:
- dependency-name: "@types/express-session"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-20 18:07:20 +00:00
Patrik Oldsberg 7c95a556c4 Merge pull request #7620 from backstage/dependabot/npm_and_yarn/selfsigned-1.10.11
chore(deps): bump selfsigned from 1.10.8 to 1.10.11
2021-10-20 20:00:47 +02:00
Fredrik Adelöw fbb6becdd4 Merge pull request #7174 from lykkeaxlin/pr-draft
[Plugin] Bazaar
2021-10-19 09:24:03 +02:00
Patrik Oldsberg d2e24b3f44 yarn.lock: bump @types/hast
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-10-18 14:07:25 +02:00
Patrik Oldsberg f4f8139db3 yarn.lock: bump @types/unist
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-10-18 13:11:15 +02:00
Fredrik Adelöw 315539e3f3 fix api changes
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-10-18 11:32:38 +02:00
dependabot[bot] 0344015f4c chore(deps): bump remark-gfm from 1.0.0 to 2.0.0
Bumps [remark-gfm](https://github.com/remarkjs/remark-gfm) from 1.0.0 to 2.0.0.
- [Release notes](https://github.com/remarkjs/remark-gfm/releases)
- [Commits](https://github.com/remarkjs/remark-gfm/compare/1.0.0...2.0.0)

---
updated-dependencies:
- dependency-name: remark-gfm
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 11:29:24 +02:00
Patrik Oldsberg 0aed60102e yarn.lock: dedup @types/react
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-10-18 11:13:30 +02:00
Patrik Oldsberg 8a5c9ffa8a Merge pull request #7621 from backstage/dependabot/npm_and_yarn/changesets/cli-2.17.0
chore(deps-dev): bump @changesets/cli from 2.16.0 to 2.17.0
2021-10-18 11:11:12 +02:00
Lykke Axlin 41c28ef488 update packages
Signed-off-by: Lykke Axlin <lykkeaxlin@hotmail.com>

Co-authored-by: klaraab <klarabroman@live.se>
2021-10-15 15:12:43 +02:00
Lykke Axlin 97841e2499 Merge branch 'master' of https://github.com/backstage/backstage into pr-draft 2021-10-15 14:54:59 +02:00
Lykke Axlin 49511f5081 added support for sqlite
Signed-off-by: Lykke Axlin <lykkeaxlin@hotmail.com>

Co-authored-by: klaraab <klarabroman@live.se>
2021-10-15 10:41:48 +02:00
Marcus Eide 3a62f7619a Add class to use Firestore as a key-store
Signed-off-by: Marcus Eide <eide@spotify.com>
2021-10-15 10:37:56 +02:00
Patrik Oldsberg 35b7a0bbd5 Merge pull request #7569 from backstage/rugvip/transformers
cli: rework how we handle ESM transforms for tests
2021-10-15 10:28:53 +02:00
dependabot[bot] f39e3b9050 chore(deps-dev): bump @changesets/cli from 2.16.0 to 2.17.0
Bumps [@changesets/cli](https://github.com/changesets/changesets) from 2.16.0 to 2.17.0.
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/atlassian/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.16.0...@changesets/cli@2.17.0)

---
updated-dependencies:
- dependency-name: "@changesets/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-15 04:23:38 +00:00
dependabot[bot] 74df0b1e2b chore(deps): bump selfsigned from 1.10.8 to 1.10.11
Bumps [selfsigned](https://github.com/jfromaniello/selfsigned) from 1.10.8 to 1.10.11.
- [Release notes](https://github.com/jfromaniello/selfsigned/releases)
- [Commits](https://github.com/jfromaniello/selfsigned/compare/v1.10.8...v1.10.11)

---
updated-dependencies:
- dependency-name: selfsigned
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-15 04:10:55 +00:00
github-actions[bot] 4c840cebfa Version Packages 2021-10-14 12:45:08 +00:00
Himanshu Mishra 34f9036a5f chore: sync yarn.lock on master branch
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-10-14 12:31:15 +02:00
Fredrik Adelöw 06c894f7d9 fixup
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-10-14 09:25:58 +02:00
dependabot[bot] e63a74563a Bump @types/body-parser from 1.19.0 to 1.19.1
Bumps [@types/body-parser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/body-parser) from 1.19.0 to 1.19.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/body-parser)

---
updated-dependencies:
- dependency-name: "@types/body-parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-14 04:09:59 +00:00
Patrik Oldsberg 4050e33f03 cli: remove old jest ESM transform
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-10-13 18:37:05 +02:00
Lykke Axlin 809b6d85c6 update yarn.lock
Signed-off-by: Lykke Axlin <lykkeaxlin@hotmail.com>

Co-authored-by: klaraab <klarabroman@live.se>
2021-10-13 15:43:35 +02:00
Lykke Axlin 60f4178501 Merge branch 'master' of https://github.com/backstage/backstage into pr-draft 2021-10-13 15:19:13 +02:00
Fredrik Adelöw 273014dd10 Merge pull request #7537 from backstage/dependabot/npm_and_yarn/mini-css-extract-plugin-2.4.2
build(deps): bump mini-css-extract-plugin from 1.4.1 to 2.4.2
2021-10-12 21:20:55 +02:00
Lykke Axlin af4fd48b0b add picture to avatar, lint fixes
Signed-off-by: Lykke Axlin <lykkeaxlin@hotmail.com>

Co-authored-by: klaraab <klarabroman@live.se>
2021-10-12 16:35:35 +02:00
Lykke Axlin bc14419fab Merge branch 'master' of https://github.com/backstage/backstage into pr-draft 2021-10-12 15:23:12 +02:00
Dominik Henneke d03ee85ff8 Bump swagger-ui-react to ^4.0.0-rc.3
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-10-12 09:59:09 +02:00
Johan Haals e588f12b32 Merge pull request #7548 from backstage/jhaals/cleanupdeps
Remove unused dependency on @octokit/openapi-types
2021-10-12 09:55:40 +02:00