dependabot[bot]
21a0315678
chore(deps): bump @typescript-eslint/parser from 4.14.0 to 4.27.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 4.14.0 to 4.27.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.27.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-06-16 04:06:18 +00:00
Patrik Oldsberg
8fce615902
Merge pull request #4996 from backstage/dependabot/npm_and_yarn/rollup-plugin-dts-3.0.1
...
chore(deps): bump rollup-plugin-dts from 2.0.1 to 3.0.1
2021-06-15 17:29:34 +02:00
Patrik Oldsberg
fd9a86b7ad
cli: sort package.json deps
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-06-15 15:33:05 +02:00
Fredrik Adelöw
c5204c01ba
Merge pull request #6032 from backstage/freben/backend-dev
...
Make `yarn dev` for backend plugins respect the `PLUGIN_PORT` env var
2021-06-15 15:12:17 +02:00
dependabot[bot]
955c7683b9
chore(deps): bump rollup from 2.33.3 to 2.44.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.33.3 to 2.44.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.33.3...v2.44.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-06-15 13:45:53 +02:00
dependabot[bot]
3609656b53
chore(deps): bump rollup-plugin-dts from 2.0.1 to 3.0.1
...
Bumps [rollup-plugin-dts](https://github.com/Swatinem/rollup-plugin-dts ) from 2.0.1 to 3.0.1.
- [Release notes](https://github.com/Swatinem/rollup-plugin-dts/releases )
- [Changelog](https://github.com/Swatinem/rollup-plugin-dts/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Swatinem/rollup-plugin-dts/compare/v2.0.1...v3.0.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-06-15 13:45:53 +02:00
Fredrik Adelöw
3108ff7bfd
Make yarn dev for backends respect the PLUGIN_PORT env var
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-06-14 14:46:19 +02:00
Fredrik Adelöw
ab3d4e92eb
Merge pull request #5949 from backstage/dependabot/npm_and_yarn/http-proxy-middleware-2.0.0
...
chore(deps): bump http-proxy-middleware from 0.19.2 to 2.0.0
2021-06-14 10:30:28 +02:00
github-actions[bot]
4a93128245
Version Packages
2021-06-10 12:18:06 +00:00
Patrik Oldsberg
c8a70893a2
Merge pull request #5924 from backstage/rugvip/best
...
cli: switch to @sucrase/plugin-jest instead of ts-jest
2021-06-08 16:58:43 +02:00
Fredrik Adelöw
6ffcf9ed85
fixup
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-06-08 15:04:30 +02:00
Max Falk
30627bd3e7
check array length and only add newlines if length > 0
...
Signed-off-by: Max Falk <gmdfalk@gmail.com >
2021-06-08 10:21:24 +02:00
Max Falk
f3a3134f7e
fix(cli): fix TypeError when formatting error messages
...
error.errors can be undefined which will lead to a TypeError, swallowing the actual error message in the process
Signed-off-by: Max Falk <gmdfalk@gmail.com >
2021-06-08 10:21:24 +02:00
Max Falk
5da7171903
fix(cli): fix TypeError when formatting error messages
...
error.errors can be undefined which will lead to a TypeError, swallowing the actual error message in the process
Signed-off-by: Max Falk <gmdfalk@gmail.com >
2021-06-08 10:21:24 +02:00
Patrik Oldsberg
9cd3c533c6
cli: switch to @sucrase/plugin-jest instead of ts-jest
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-06-07 22:45:27 +02:00
Fredrik Adelöw
cfc221bb75
Merge pull request #5897 from backstage/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.26.0
...
chore(deps): bump @typescript-eslint/eslint-plugin from 4.15.2 to 4.26.0
2021-06-04 14:32:40 +02:00
dependabot[bot]
7f7443308a
chore(deps): bump @typescript-eslint/eslint-plugin from 4.15.2 to 4.26.0
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 4.15.2 to 4.26.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.26.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-06-04 13:41:57 +02:00
github-actions[bot]
fa92d70fba
Version Packages
2021-06-03 13:23:54 +02:00
Patrik Oldsberg
644d315080
Merge pull request #5877 from backstage/rugvip/cli-updates
...
cli: make create-github-app available and deprecate backend:build-image
2021-06-02 23:17:27 +02:00
Patrik Oldsberg
75bfb62a6a
Merge pull request #5874 from backstage/rugvip/core-tweaks
...
packages: update outdated installation instructions
2021-06-02 18:43:50 +02:00
Patrik Oldsberg
7e7c714175
cli: exclude vore packages from package dependency diff
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-06-02 12:59:54 +02:00
Patrik Oldsberg
054bcd029c
cli: deprecate backend:build-image
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-06-01 21:20:11 +02:00
Patrik Oldsberg
84160313e7
cli: mark create-github-app as ready for use
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-06-01 21:13:50 +02:00
Patrik Oldsberg
e7c5e4b303
packages: update outdated installation instructions
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-06-01 20:14:13 +02:00
Ben Lambert
def497be0a
Merge pull request #5845 from backstage/dependabot/npm_and_yarn/spotify/eslint-config-react-10.0.0
...
chore(deps): bump @spotify/eslint-config-react from 9.0.0 to 10.0.0
2021-05-31 16:21:29 +02:00
dependabot[bot]
bfc658b200
chore(deps): bump @spotify/eslint-config-react from 9.0.0 to 10.0.0
...
Bumps [@spotify/eslint-config-react](https://github.com/spotify/web-scripts ) from 9.0.0 to 10.0.0.
- [Release notes](https://github.com/spotify/web-scripts/releases )
- [Changelog](https://github.com/spotify/web-scripts/blob/master/CHANGELOG.md )
- [Commits](https://github.com/spotify/web-scripts/compare/v9.0.0...v10.0.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-28 04:15:48 +00:00
Jacob Bolda
b8321f0c36
adjust source map devtools filename template to point to source
...
Signed-off-by: Jacob Bolda <me@jacobbolda.com >
2021-05-27 17:22:12 -05:00
github-actions[bot]
b5a0d1c5d7
Version Packages
2021-05-27 10:23:15 +00:00
Patrik Oldsberg
e9e70677ec
Merge pull request #5803 from backstage/dependabot/npm_and_yarn/eslint-config-prettier-8.3.0
...
chore(deps): bump eslint-config-prettier from 6.14.0 to 8.3.0
2021-05-26 19:36:49 +02:00
Patrik Oldsberg
c112abe6f6
cli: update eslint config to match eslint-plugin-prettier 8
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-05-26 18:56:24 +02:00
Tim
50232b61d3
Merge pull request #5795 from backstage/timbonicus/auth-docs
...
Replace `quickstart-app-auth` with updated docs
2021-05-26 10:17:36 -06:00
dependabot[bot]
9d1d444133
chore(deps): bump eslint-config-prettier from 6.14.0 to 8.3.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.14.0 to 8.3.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.14.0...v8.3.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-25 04:10:03 +00:00
Tim Hansen
8b62311cbb
Replace quickstart-app-auth with updated docs
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-05-24 12:46:59 -06:00
dependabot[bot]
6f17a5d3a0
chore(deps): bump webpack-node-externals from 2.5.2 to 3.0.0
...
Bumps [webpack-node-externals](https://github.com/liady/webpack-node-externals ) from 2.5.2 to 3.0.0.
- [Release notes](https://github.com/liady/webpack-node-externals/releases )
- [Changelog](https://github.com/liady/webpack-node-externals/blob/master/CHANGELOG.md )
- [Commits](https://github.com/liady/webpack-node-externals/compare/v2.5.2...v3.0.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-24 13:08:06 +00:00
Marcus Eide
76e6c0b53b
Add yaml support in jest
...
Signed-off-by: Marcus Eide <eide@spotify.com >
2021-05-21 15:14:37 +02:00
github-actions[bot]
18285453eb
Version Packages
2021-05-20 11:48:46 +00:00
dependabot[bot]
2bfec55a67
chore(deps): bump fork-ts-checker-webpack-plugin from 4.1.6 to 6.2.9
...
Bumps [fork-ts-checker-webpack-plugin](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin ) from 4.1.6 to 6.2.9.
- [Release notes](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/releases )
- [Changelog](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/blob/main/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/compare/v4.1.6...v6.2.9 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-18 09:30:34 +02:00
github-actions[bot]
df31bdca8f
Version Packages
2021-05-12 09:39:51 +00:00
blam
90385750c9
chore: fixing user-event versioning for create-plugin templates
...
Signed-off-by: blam <ben@blam.sh >
2021-05-11 14:31:00 +02:00
Shashank Bairy R
d40316a7fd
use Array.from instead of spread operator
...
Signed-off-by: Shashank Bairy R <shashank.bairy04@gmail.com >
2021-05-09 12:00:05 +05:30
Shashank Bairy R
80f07624cd
Add context for versions:bump about version change and update tests
...
Signed-off-by: Shashank Bairy R <shashank.bairy04@gmail.com >
2021-05-09 00:02:50 +05:30
Ben Lambert
b17d47754a
Merge pull request #5598 from backstage/dependabot/npm_and_yarn/react-use-17.2.4
...
chore(deps): bump react-use from 15.3.8 to 17.2.4
2021-05-07 14:43:57 +02:00
blam
9eabe20696
chore: new plugins should use later versions of react-use
...
Signed-off-by: blam <ben@blam.sh >
2021-05-07 13:27:05 +02:00
Ben Lambert
4acd1d1de1
Merge pull request #5595 from backstage/dependabot/npm_and_yarn/ts-node-9.1.1
...
chore(deps): bump ts-node from 8.10.2 to 9.1.1
2021-05-07 11:11:15 +02:00
github-actions[bot]
d397eb470f
Version Packages
2021-05-06 08:25:18 +00:00
dependabot[bot]
e133f76cd1
chore(deps): bump ts-node from 8.10.2 to 9.1.1
...
Bumps [ts-node](https://github.com/TypeStrong/ts-node ) from 8.10.2 to 9.1.1.
- [Release notes](https://github.com/TypeStrong/ts-node/releases )
- [Commits](https://github.com/TypeStrong/ts-node/compare/v8.10.2...v9.1.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-06 04:12:19 +00:00
Fredrik Adelöw
5c3a5306c1
Merge pull request #5560 from backstage/freben/peer-deps
...
Fix most of the yarn install transitive dependency warnings
2021-05-03 16:02:55 +02:00
Fredrik Adelöw
a6e5293984
Merge pull request #5521 from splunk/fix-yarn-build-lax
...
[Fixes #5520 ] yarn build does not have --lax option exposed
2021-05-03 14:26:09 +02:00
Fredrik Adelöw
f65adcde73
Fix most of the yarn install transitive dependency warnings
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-05-03 13:25:12 +02:00
Fredrik Adelöw
b99ac3f6e1
Minor composability etc docs changes
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-05-02 22:13:05 +02:00