Commit Graph

1419 Commits

Author SHA1 Message Date
Patrik Oldsberg 63181dee79 cli: wrap minified code in iife
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-05 10:42:38 +01:00
github-actions[bot] a12bb7b065 Version Packages 2022-02-03 09:42:25 +00:00
github-actions[bot] 51eecb3f03 Version Packages (next) 2022-02-02 14:28:47 +00:00
dependabot[bot] 5bd0ce9e62 chore(deps): bump inquirer from 7.3.3 to 8.2.0
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 7.3.3 to 8.2.0.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@7.3.3...inquirer@8.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-02 08:10:46 +00:00
github-actions[bot] e1580cf73a Version Packages (next) 2022-02-01 08:53:29 +00:00
Johan Haals 601ccdbe7a Merge pull request #9193 from msamad/msamad/optional-yarn-lock-parsing
cli: Log warning if unable to parse yarn.lock
2022-01-27 15:41:17 +01:00
github-actions[bot] 406848efee Version Packages 2022-01-27 11:07:27 +00:00
Mustansar Anwar ul Samad 80f510caee cli: Log warning if unable to parse yarn.lock
Signed-off-by: Mustansar Anwar ul Samad <mustansar.samad@gmail.com>
2022-01-27 22:52:33 +13:00
Patrik Oldsberg 43e1fd5766 Merge pull request #9179 from backstage/rugvip/wsproxy
cli: use auto proto for ws url
2022-01-26 12:09:27 +01:00
Patrik Oldsberg dc46efa2cc cli: use auto proto for ws url
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-26 11:08:34 +01:00
Patrik Oldsberg 1effad00de cli: fix app:serve problem package condition
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-25 22:38:11 +01:00
Patrik Oldsberg 1b4ab0d44c cli: fix app:serve dependency warning
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-25 22:38:11 +01:00
Johan Haals c52347c51f cli: Remove deprecated commands
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-01-25 10:32:01 +01:00
dependabot[bot] c372a5032f chore(deps): bump jest-transform-yaml from 0.1.1 to 1.0.0
Bumps [jest-transform-yaml](https://github.com/sumwatshade/jest-transform-yaml) from 0.1.1 to 1.0.0.
- [Release notes](https://github.com/sumwatshade/jest-transform-yaml/releases)
- [Changelog](https://github.com/sumwatshade/jest-transform-yaml/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sumwatshade/jest-transform-yaml/compare/v0.1.1...v1.0.0)

---
updated-dependencies:
- dependency-name: jest-transform-yaml
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-21 17:57:06 +00:00
Patrik Oldsberg 724bc7d0e2 cli: remove ts fork checker memory limit
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-21 17:19:28 +01:00
blam 7d01d0479e chore: bumping some other packages whilst we are here too
Signed-off-by: blam <ben@blam.sh>
2022-01-21 14:03:28 +01:00
blam bab9637665 chore: working tsc:full!
Signed-off-by: blam <ben@blam.sh>
2022-01-21 14:03:28 +01:00
blam d620855bd2 chore: fixing up the config
Signed-off-by: blam <ben@blam.sh>
2022-01-21 14:03:28 +01:00
blam b1912b18d6 chore: adding eslint plugin seperately
Signed-off-by: blam <ben@blam.sh>
2022-01-21 14:03:28 +01:00
blam 8dfb92b58f chore: eslint is no longer supported by the webpack ForkTsCheckerWebpackPlugin
Signed-off-by: blam <ben@blam.sh>
2022-01-21 14:03:28 +01:00
blam 663531d6af chore: fixing some and bringing depdendencies up to date
Signed-off-by: blam <ben@blam.sh>
2022-01-21 14:03:28 +01:00
github-actions[bot] 8b18d054f3 Version Packages 2022-01-20 10:33:31 +00:00
Patrik Oldsberg f2fe4d240b cli: only apply hot loader hook support alias for react 16
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-19 19:12:11 +01:00
github-actions[bot] a94a2b8b3f Version Packages (next) 2022-01-18 13:49:07 +00:00
Patrik Oldsberg e9861467d0 Merge pull request #8999 from backstage/rugvip/clipre
cli: fix versioning provider test to work with pre-releases
2022-01-18 14:42:46 +01:00
Patrik Oldsberg a57bee1a02 Merge pull request #8982 from backstage/rugvip/tsbump
Upgrade TypeScript to 4.5 and decouple versioning
2022-01-18 14:01:32 +01:00
Patrik Oldsberg 99eda291cf cli: fix versioning provider test to work with pre-releases
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-18 13:16:51 +01:00
Patrik Oldsberg d1009d3b3e Merge pull request #8965 from backstage/rugvip/extractor
cli,catalog-model: add experimental type definitions with release stage split
2022-01-18 11:06:14 +01:00
Patrik Oldsberg 08fa6a604a bump typescript to 4.5
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-18 10:11:27 +01:00
dependabot[bot] 258699f1ce build(deps): bump @svgr/plugin-jsx from 5.5.0 to 6.2.0
Bumps [@svgr/plugin-jsx](https://github.com/gregberge/svgr) from 5.5.0 to 6.2.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.5.0...v6.2.0)

---
updated-dependencies:
- dependency-name: "@svgr/plugin-jsx"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-17 08:47:02 +00:00
Patrik Oldsberg 26cd3e2d01 cli: set skipLibCheck for api extractor
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-16 11:14:26 +01:00
Patrik Oldsberg 3d79f6321f cli: add support for separate release stage types in publishConfig
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-15 13:38:28 +01:00
Patrik Oldsberg d241348038 cli: split release stages in experimental type build
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-15 13:23:21 +01:00
Patrik Oldsberg 093e5e06e4 cli: add experimental type builds
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-14 19:40:24 +01:00
dependabot[bot] 2f89895af6 build(deps): bump @svgr/plugin-svgo from 5.4.0 to 6.2.0
Bumps [@svgr/plugin-svgo](https://github.com/gregberge/svgr) from 5.4.0 to 6.2.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...v6.2.0)

---
updated-dependencies:
- dependency-name: "@svgr/plugin-svgo"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-14 04:09:48 +00:00
Patrik Oldsberg 72d4b7061d Merge pull request #8719 from cmpadden/warn-app-config-deprecations
Warn users of deprecated keys in app configurations
2022-01-13 23:25:01 +01:00
github-actions[bot] b04011602b Version Packages 2022-01-13 14:23:13 +00:00
Patrik Oldsberg 512591b8c3 cli: fix versioning tests on windows
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-10 14:31:26 +01:00
Johan Haals fca5c02e41 Merge pull request #8826 from backstage/freben/ze-author
🧹  Fix the last renmnants of the old copyright header
2022-01-10 13:37:54 +01:00
Fredrik Adelöw 9632cda521 Fix the last renmnants of the old copyright header
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-01-09 22:10:52 +01:00
Patrik Oldsberg 1449509f9c cli: updated versions bump tests to work with get-packages
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-07 15:01:48 +01:00
Patrik Oldsberg e9a5faf1f6 cli: remove lerna dependency
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-07 13:43:56 +01:00
Patrik Oldsberg de4f500c22 cli: migrate packager to use PackageGraph
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-07 13:43:56 +01:00
Patrik Oldsberg f202e2a90b cli: refactory versioning mapDependencies to use get-packages
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-07 13:43:55 +01:00
Patrik Oldsberg 0555c594e4 cli: switch bundler config to use get-packages
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-07 13:43:55 +01:00
Patrik Oldsberg 89dc617471 cli: switch lib/config to use get-packages and PackageGraph
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-07 11:43:05 +01:00
Patrik Oldsberg 4aa68bf8f1 cli: add PackagesGraph for traversing monorepo package graphs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-07 11:35:40 +01:00
Patrik Oldsberg 09a24bb65e Merge branch 'master' into rugvip/minmax 2022-01-05 16:06:15 +01:00
Tomasz Szuba 14e980acee Upgrade ESLint to version 8 and all it's plugin
Signed-off-by: Tomasz Szuba <tszuba@box.com>
2022-01-05 14:18:26 +01:00
blam 449833d4b5 chore: importing the ESBuildMinifyPlugin with require instead
Signed-off-by: blam <ben@blam.sh>
2022-01-05 14:10:31 +01:00