Commit Graph

1031 Commits

Author SHA1 Message Date
github-actions[bot] 034998d537 Version Packages 2021-04-22 13:19:35 +00:00
Fredrik Adelöw 4e7c9d7d16 Merge pull request #5374 from wrighbr/master
Datadog RUM events
2021-04-20 14:47:47 +02:00
Brett Wright 4949915fb3 Revert "chore(deps): bump diff from 4.0.2 to 5.0.0"
This reverts commit 2213de5068443f5036f1ea5a899867086266dc52.

Signed-off-by: Brett Wright <wright.brett@gmail.com>
2021-04-19 19:48:17 +02:00
Brett Wright 8761385311 added datadog RUM events
Signed-off-by: Brett Wright <brett.wright@bestseller.com>
Signed-off-by: Brett Wright <wright.brett@gmail.com>
2021-04-19 19:48:15 +02:00
dependabot[bot] 21c90863a2 chore(deps): bump diff from 4.0.2 to 5.0.0
Bumps [diff](https://github.com/kpdecker/jsdiff) from 4.0.2 to 5.0.0.
- [Release notes](https://github.com/kpdecker/jsdiff/releases)
- [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md)
- [Commits](https://github.com/kpdecker/jsdiff/compare/v4.0.2...v5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Brett Wright <wright.brett@gmail.com>
2021-04-19 19:48:15 +02:00
Patrik Oldsberg 208694c66e Merge pull request #5328 from backstage/rugvip/config-schema-cli
cli: added config:docs command
2021-04-16 12:56:24 +02:00
Patrik Oldsberg cbfa75bf69 Merge pull request #5351 from backstage/rugvip/plugin-detective
core: allow plugins to be discovered through the react tree
2021-04-16 10:42:30 +02:00
dependabot[bot] 25fb68e488 chore(deps): bump diff from 4.0.2 to 5.0.0
Bumps [diff](https://github.com/kpdecker/jsdiff) from 4.0.2 to 5.0.0.
- [Release notes](https://github.com/kpdecker/jsdiff/releases)
- [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md)
- [Commits](https://github.com/kpdecker/jsdiff/compare/v4.0.2...v5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-16 04:19:34 +00:00
Patrik Oldsberg 1373f4f122 cli: remove plugin.ts addition from create-plugin
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-04-15 19:30:44 +02:00
github-actions[bot] 70be53c939 Version Packages 2021-04-15 15:40:08 +02:00
Patrik Oldsberg 4e5c942491 cli: added config:docs command
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-04-14 17:42:17 +02:00
Frank Showalter 5abace95ac Disable hot-reloading for e2e CI tests
Signed-off-by: Frank Showalter <fshowalter@gmail.com>
2021-04-13 10:45:52 -04:00
Patrik Oldsberg 99c7ff15c9 cli: update some webpack config to be v5 compatible
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-04-12 15:35:00 +02:00
github-actions[bot] 51b6cf465d Version Packages 2021-04-08 11:32:56 +00:00
Patrik Oldsberg fa59d33843 Merge pull request #5003 from MarceloLeite2604/master
Replace "ESNext.Promise" with "ES2020.Promise" on tsc lib property
2021-04-08 12:50:21 +02:00
Patrik Oldsberg 5136ae0db6 Update packages/cli/config/tsconfig.json
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-04-07 16:52:35 +02:00
github-actions[bot] 844da89090 Version Packages 2021-03-25 17:46:13 +00:00
blam e785989b52 lock cli to 3.11.0 so we don't pull in the latest version in scaffolded apps
Signed-off-by: blam <ben@blam.sh>
2021-03-25 18:28:20 +01:00
Fredrik Adelöw 4d248725e6 detach the badges plugin from the catalog plugin
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-25 14:37:41 +01:00
MarceloLeite2604 16c41c290c Replace "ESNext.Promise" with "ES2020.Promise" on tsc lib property
Signed-off-by: MarceloLeite2604 <marceloleite2604@gmail.com>
2021-03-18 09:57:24 -03:00
github-actions[bot] 718eea4f08 Version Packages 2021-03-18 12:31:44 +00:00
dependabot[bot] 8505434561 chore(deps): bump rollup-plugin-postcss from 3.1.8 to 4.0.0
Bumps [rollup-plugin-postcss](https://github.com/egoist/rollup-plugin-postcss) from 3.1.8 to 4.0.0.
- [Release notes](https://github.com/egoist/rollup-plugin-postcss/releases)
- [Changelog](https://github.com/egoist/rollup-plugin-postcss/blob/master/CHANGELOG-OLD.md)
- [Commits](https://github.com/egoist/rollup-plugin-postcss/compare/v3.1.8...v4.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-16 04:21:37 +00:00
dependabot[bot] 79e8614f88 chore(deps): bump ora from 4.0.4 to 5.3.0
Bumps [ora](https://github.com/sindresorhus/ora) from 4.0.4 to 5.3.0.
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](https://github.com/sindresorhus/ora/compare/v4.0.4...v5.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-12 04:06:06 +00:00
Patrik Oldsberg 84972540b0 cli: lint storybook file dependencies as if they were tests
Co-authored-by: Juan Lulkin <jmaiz@spotify.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-11 16:01:14 +01:00
github-actions[bot] 0e120c5c66 Version Packages
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-11 13:45:44 +01:00
Ben Lambert 7b0694586a Merge pull request #4915 from backstage/dependabot/npm_and_yarn/rollup/plugin-node-resolve-11.2.0
chore(deps): bump @rollup/plugin-node-resolve from 9.0.0 to 11.2.0
2021-03-11 09:58:20 +01:00
dependabot[bot] 64f9d37a18 chore(deps): bump @rollup/plugin-node-resolve from 9.0.0 to 11.2.0
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 9.0.0 to 11.2.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/node-resolve-v9.0.0...node-resolve-v11.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-11 04:25:08 +00:00
dependabot[bot] 4a4999f5a4 chore(deps): bump react-dev-utils from 10.2.1 to 11.0.4
Bumps [react-dev-utils](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils) from 10.2.1 to 11.0.4.
- [Release notes](https://github.com/facebook/create-react-app/releases)
- [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-1.x.md)
- [Commits](https://github.com/facebook/create-react-app/commits/HEAD/packages/react-dev-utils)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-11 04:24:13 +00:00
dependabot[bot] 63887ea84d chore(deps-dev): bump @types/node from 12.12.58 to 14.14.32
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.12.58 to 14.14.32.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-08 13:19:08 +01:00
Patrik Oldsberg 87c23298ae cli: remove rollup-plugin-typescript2 dependency
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-07 23:52:12 +01:00
Patrik Oldsberg f0203f1361 cli: bump rollup-plugin-dts to ^2
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-07 23:51:37 +01:00
Patrik Oldsberg b20554ae73 cli: bump esbuild to 0.8.56
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-07 23:50:28 +01:00
Patrik Oldsberg 5fd685b6f2 cli: bump sucrase to 3.17.1
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-07 23:50:27 +01:00
Ben Lambert c7ea6b6933 Merge pull request #4659 from backstage/changeset-release/master
Version Packages
2021-03-04 15:20:19 +01:00
github-actions[bot] ff2ab4fade Version Packages 2021-03-04 13:11:10 +00:00
Ben Lambert 5577fcbbfa Merge pull request #4807 from backstage/rugvip/plugtempfix
cli: fix plugin template by using renderInTestApp in component test
2021-03-04 14:05:27 +01:00
Patrik Oldsberg 946615dbab cli: fix plugin template by using renderInTestApp in component test
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-04 13:12:03 +01:00
Patrik Oldsberg b93538accd cli: fix for type declarations being required even if not built
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-04 12:52:06 +01:00
Patrik Oldsberg 2d636626e1 Merge pull request #4769 from backstage/dependabot/npm_and_yarn/ts-loader-8.0.17
chore(deps): bump ts-loader from 7.0.4 to 8.0.17
2021-03-03 18:31:55 +01:00
dependabot[bot] 61cece30ca chore(deps): bump ts-loader from 7.0.4 to 8.0.17
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 7.0.4 to 8.0.17.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v7.0.4...v8.0.17)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-03 04:08:06 +00:00
Patrik Oldsberg 11c6208fe2 core-api: workaround for backend:dev port conflict issue
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-03 01:12:18 +01:00
Patrik Oldsberg 859ae35dd9 Merge pull request #4751 from backstage/dependabot/npm_and_yarn/types/diff-5.0.0
chore(deps-dev): bump @types/diff from 4.0.2 to 5.0.0
2021-03-02 22:04:29 +01:00
Patrik Oldsberg bc13c508ef Merge pull request #4745 from kaos/kaos/cli-config-schema-format
cli: add missing --format option to config:schema.
2021-03-02 15:51:58 +01:00
dependabot[bot] be7acb11e0 chore(deps-dev): bump @types/diff from 4.0.2 to 5.0.0
Bumps [@types/diff](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/diff) from 4.0.2 to 5.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/diff)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-02 04:08:36 +00:00
Patrik Oldsberg 1a22f83c28 Merge pull request #4647 from backstage/dependabot/npm_and_yarn/testing-library/react-11.2.5
chore(deps): bump @testing-library/react from 10.4.3 to 11.2.5
2021-03-01 18:17:08 +01:00
Andreas Stenius 2edd4614de cli: add missing --format option to config:schema.
Signed-off-by: Andreas Stenius <andreas.stenius@svenskaspel.se>
2021-03-01 17:34:51 +01:00
Patrik Oldsberg e37d2de99e cli: bump tlr dependency in plugin template
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-01 16:33:20 +01:00
Patrik Oldsberg 15ba3d5676 Merge pull request #4711 from backstage/dependabot/npm_and_yarn/svgr/webpack-5.5.0
chore(deps): bump @svgr/webpack from 5.4.0 to 5.5.0
2021-02-27 15:08:02 +01:00
Patrik Oldsberg c600680599 Merge pull request #4559 from kaos/kaos/cli-config-schema
backstage-cli: add config:schema command.
2021-02-26 15:28:11 +01:00
dependabot[bot] c21f04813c chore(deps): bump @svgr/webpack from 5.4.0 to 5.5.0
Bumps [@svgr/webpack](https://github.com/gregberge/svgr) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/gregberge/svgr/releases)
- [Changelog](https://github.com/gregberge/svgr/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gregberge/svgr/compare/v5.4.0...v5.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-26 04:08:45 +00:00