Commit Graph

104 Commits

Author SHA1 Message Date
blam 02e9f01304 chore: was missing one other dependency
Signed-off-by: blam <ben@blam.sh>
2021-04-12 14:41:07 +02:00
blam 22e3f003b7 chore: fix of resolutions for now for the package that's broken the build
Signed-off-by: blam <ben@blam.sh>
2021-04-12 13:51:57 +02:00
Adam Harvey 9171f9cf03 Bump concurrently (drops Node8 support)
Signed-off-by: Adam Harvey <adam.harvey@dxc.com>
2021-03-08 14:46:00 -05:00
Patrik Oldsberg f69d670054 package.json: sync prettier version with microsite
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-07 23:34:51 +01:00
Patrik Oldsberg f301dd573f package.json: allow release flow to change the lockfile 2021-02-23 13:35:25 +01:00
Patrik Oldsberg 92d7a8eedf switch docker build to use backend:bundle 2021-02-16 23:48:03 +01:00
blam 5a5ad7a26a fix: lerna dependencies are also in the create-app part 2021-02-12 14:39:35 +01:00
Patrik Oldsberg 4253f23ee2 yarn.lock: sync after release 2021-02-04 17:06:24 +01:00
Kaparwan Manoj 2e62aea6fb changeset created 2021-02-03 19:25:43 +11:00
Oliver Sand 8855f61f67 Update @asyncapi/react-component to 0.18.2
The package was also renamed from @kyma-project/asyncapi-react to @asyncapi/react-component which dependabot isn't able to handle.
2021-01-20 10:17:07 +01:00
Himanshu Mishra 0799cb87de Merge pull request #4057 from backstage/orkohunter/remove-unused-dockerfile 2021-01-18 16:36:14 +01:00
Himanshu Mishra cca03162bc chore: Remove yarn docker-build:app command and related docs 2021-01-17 21:53:37 +01:00
Fredrik Adelöw 94fdf49554 Get rid of all usages of @octokit/types, and bump the rest of the octokit dependencies to the latest version 2021-01-13 16:41:10 +01:00
Patrik Oldsberg 4b5eb5bf86 package.json: run diff --yes as part of release to keep plugins in sync
Co-authored-by: blam <ben@blam.sh>
2020-12-22 10:55:10 +01:00
dependabot[bot] 86c8e9e32b build(deps-dev): bump @spotify/prettier-config from 8.0.0 to 9.0.0
Bumps [@spotify/prettier-config](https://github.com/spotify/web-scripts) from 8.0.0 to 9.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/v8.0.0...v9.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-16 04:39:22 +00:00
Peter Colapietro 45c26e50ff build(yarn): add @octokit/openapi-types
avoids:

```
node_modules/@octokit/core/node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts:1:23 - error TS2307: Cannot find module '@octokit/openapi-types' or its corresponding type declarations.

1 import { paths } from "@octokit/openapi-types";
                        ~~~~~~~~~~~~~~~~~~~~~~~~

Found 1 error.

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
```
2020-12-15 08:53:02 -05:00
Patrik Oldsberg a531e1c312 package: make yarn install part of the release process to include lockfile updates 2020-12-10 14:36:49 +01:00
blam 451edeee30 chore: yarn lock fixes and resolution for catalog-model 2020-11-24 14:59:04 +01:00
blam 69c924f24a chore: fixing issue with resolutions for new versions of backstage 2020-11-19 16:37:51 +01:00
Patrik Oldsberg 1ef651471d package: add override of core for roadie plugins 2020-11-12 12:25:39 +01:00
Mateusz Lewtak e24e46b0b9 Feat: update plugins to new versions 2020-11-05 13:40:25 +01:00
Patrik Oldsberg 60a0e7d020 package.json: temporary override of @roadiehq dependencies 2020-11-04 10:11:14 +01:00
Patrik Oldsberg 57fd2cb7b2 workflows: fix changeset release script naming 2020-11-03 15:30:36 +01:00
Patrik Oldsberg 1914a3e88b workflows: run prettier as part of changeset versioning 2020-11-03 14:31:15 +01:00
Himanshu Mishra 689b2f50e5 Run vale linter only if vale is installed 2020-10-12 15:38:34 +02:00
Taras Mankovski daa4572913 chore: Configure Changesets linked packages with glob syntax 2020-10-09 07:50:18 -04:00
Mayursinh Sarvaiya 5c6a0356c0 feat: TechDocs - Add vale linter to check words quality in md files. (#2631)
* fix(docs): typos which were reflacted from vale linter's command

* feat: Implement Vale linter (#2031)
Initialize .vale.ini file
Add 'lint:docs' script to package.json, to lint all md files except the ones which are located in node_modules
Generate 'vocab.txt' by using command 'yarn run lint:docs' | grep -o ''[a-z A-Z]*'' | grep -o '[a-z A-Z]*' | sort | uniq > .github/styles/vocab.txt
Add steps to github workflow 'master' to check docs quality

* chore: Separate workflow for quality checking

* chore: Added 'shx' dev dependency to support grep command in cross platform

* feat: Add script to operate same quality check process on different platform

* ignore: remove lint:docs from lint-stages which was added for experiment purpose

* fix: check-all-files on push event & check-changed-files on pull_request event

* chore(CI): triggle workflow only when there is any updates in .md file(s) on pull request

* fix: use spawnSync to solve 'The command line is too long.' error

* fix: github workflow syntax

* fix: prettier error

* chore: add vale command directly to lint-staged

* chore: use shebang for easy access

* fix: windows script issue & remove shebang

* chore: Add shebang flag

* chore: better error message related to vale

* chore: mention vale linter in documentation

* fix: spelling errors & add keywords to vocab.txt
2020-10-02 07:20:47 +02:00
Patrik Oldsberg dad7b96194 package: allow node v14 and add to master build matrix 2020-09-28 12:30:37 +02:00
Patrik Oldsberg af2567efbf Merge branch 'master' into tm/add-changesets 2020-09-21 17:53:02 +02:00
Taras Mankovski 2617d8e36c @changeset/cli to dev dependencies 2020-09-13 13:19:27 -04:00
Taras Mankovski 247e7b3471 Add @changesets/cli as a dependency & init changesets 2020-09-13 13:19:27 -04:00
Fabian Chong 6b78834c09 Merge branch 'master' into scaffold 2020-09-10 14:46:46 +08:00
Fabian Chong adaa61e9ac improvement 2020-09-08 09:25:10 +08:00
Patrik Oldsberg 3ec99fbc55 cli: make skipLibCheck default in tsconfig, but provide tsc:full 2020-09-07 17:30:57 +02:00
Fabian Chong e40f2b1f54 remove mono repo dependency and private npm registry option 2020-09-07 22:08:12 +08:00
Patrik Oldsberg 10216391ba switch default docker-build command to build backend 2020-09-06 20:01:21 +02:00
Patrik Oldsberg 7a7396be55 add prettier scripts and .prettierignore + workflow check 2020-09-05 16:36:58 +02:00
Patrik Oldsberg 66f53328f8 microsite: remove from workspace and build independently 2020-09-05 11:16:14 +02:00
Patrik Oldsberg 3ca9863f03 cli: introduce jest transformModules options for providing a list of modules to transform 2020-08-25 16:53:57 +02:00
Fredrik Adelöw bf55fa1ea1 fix(package.json): make yarn dev work better with double quotes 2020-08-20 08:43:23 +02:00
Ivan Shmidt 9b439375cf Merge branch 'master' of github.com:spotify/backstage into mob/docusaurus-structure 2020-08-12 16:04:54 +02:00
Patrik Oldsberg ccb74eb62a package.json: add missing deps for verify-links script 2020-08-12 11:41:13 +02:00
Ivan Shmidt 6db2d91a01 feat: microsite deploy gh-action
Co-authored-by: Raghunandan Balachandran <meetraghu28@gmail.com>
2020-08-12 11:08:04 +02:00
Patrik Oldsberg 4833dc7d1b package: always bump all package versions 2020-08-07 17:08:17 +02:00
Andrew Thauer c678da82ba feat: add yarn dev to start both app & backend 2020-07-28 06:10:07 -04:00
Patrik Oldsberg ee2f6f1218 Merge branch 'master' into rugvip/docgen 2020-07-27 12:56:42 +02:00
Patrik Oldsberg 13b62f2aff app: make bundling a regular build command 2020-07-26 20:33:59 +02:00
Patrik Oldsberg 511ca47c27 docgen: add docgen command to generate gfm docs 2020-07-19 14:27:34 +02:00
blam 76952ea307 feat(docker-compose): added a simple docker compose to get people started with example backend and frontend 2020-07-15 10:47:25 +02:00
Patrik Oldsberg f39abc0fe7 package: enforce node 12 2020-07-11 20:22:12 +02:00