Commit Graph

1160 Commits

Author SHA1 Message Date
github-actions[bot] e7130884a0 Version Packages 2021-08-26 11:25:27 +00:00
github-actions[bot] 6f4c73ece4 Version Packages 2021-08-19 12:20:01 +00:00
Patrik Oldsberg 1ac2961c30 cli: reintroduce node polyfills that were removed in webpack 5 migration
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-08-18 18:52:49 +02:00
Johan Haals 6d73b1f428 Merge pull request #6846 from backstage/jhaals/drop-debug
cli: Remove useless debug logging
2021-08-17 16:52:43 +02:00
Patrik Oldsberg 8ea1e96b32 cli: fix diff command filepath handling on windows
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-08-17 14:31:35 +02:00
Johan Haals f3bba3d2bd cli: Remove useless debug logging
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-08-17 09:32:25 +02:00
Johan Haals ad3aaec50f Merge pull request #6817 from backstage/jhaals/fix-hash-deprecation
cli/webpack: replace depreacted hash with fullhash
2021-08-16 11:09:52 +02:00
Joel Low 485438a569 Fix passing arguments from backstage-cli backend:dev to package
The old Webpack version would invoke the backend package in the same
process, hence `process.argv` would contain the arguments passed to
`backstage-cli`. This no longer seems to be true in Webpack 5, so
arguments must be explicitly passed.

Signed-off-by: Joel Low <joel@joelsplace.sg>
2021-08-16 13:39:44 +08:00
Fredrik Adelöw 2518aab588 Compensate for error formatting mismatch between Webpack 5 and react-dev-utils
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-08-13 11:11:06 +02:00
Johan Haals fe506a0cf8 cli/webpack: replace depreacted hash with fullhash
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-08-13 11:09:33 +02:00
Tim Hansen db1c0b97a3 Add buffer to dependencies explicitly
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-08-12 14:54:23 -06:00
Tim Hansen 8d07a8b038 webpack5: add Buffer plugin
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-08-12 13:41:13 -06:00
github-actions[bot] c734d6995a Version Packages 2021-08-12 08:21:56 +00:00
Patrik Oldsberg 8f1a12fb7a cli: fix frontend serving without a public folder
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-08-10 16:26:34 +02:00
Fredrik Adelöw 923491eece run prettier formatting
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-08-09 11:54:38 +02:00
blam 095db2591c chore: maybe fixing things!
Signed-off-by: blam <ben@blam.sh>
2021-08-06 14:35:59 +02:00
blam f0fbf3a16d chore: maybe fix stuff
Signed-off-by: blam <ben@blam.sh>
2021-08-06 11:17:53 +02:00
blam 12c6a54d9b chore: fix prettier and fix storybook
Signed-off-by: blam <ben@blam.sh>
2021-08-06 11:17:30 +02:00
blam 47e6cb9c5e chore: convert storybook to webpack5
Signed-off-by: blam <ben@blam.sh>
2021-08-06 11:17:30 +02:00
blam ef52e7189b chore: maybe fix types
Signed-off-by: blam <ben@blam.sh>
2021-08-06 11:15:12 +02:00
blam 2ec33603b9 feat: make webpack typescript and all the things happy
Signed-off-by: blam <ben@blam.sh>
2021-08-06 11:09:10 +02:00
blam f33d7d1deb chore: some more work towards webpack 5
Signed-off-by: blam <ben@blam.sh>
2021-08-06 11:09:10 +02:00
blam 470c201e9a chore: reworking the deps a little more
Signed-off-by: blam <ben@blam.sh>
2021-08-06 11:09:10 +02:00
blam 8dcaae0140 chore: copy in types for webpack-dev-server as they're not public yet
Signed-off-by: blam <ben@blam.sh>
2021-08-06 11:09:10 +02:00
blam e38d4cfab3 chore: getting it to a working stage for now until there's types for stuff
Signed-off-by: blam <ben@blam.sh>
2021-08-06 11:09:10 +02:00
blam 8dfcf8cb55 chore: making some more progress with webpack 5
Signed-off-by: blam <ben@blam.sh>
2021-08-06 11:09:09 +02:00
blam 415bad14cf chore: added a comment for the webpack 5 migration
Signed-off-by: blam <ben@blam.sh>
2021-08-06 11:09:09 +02:00
Patrik Oldsberg 48c1c0d677 cli: workaround for frontend HMR not working
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-08-06 11:09:09 +02:00
blam 66fbcce83c chore: removing the deprecations
Signed-off-by: blam <ben@blam.sh>
2021-08-06 11:09:09 +02:00
blam b207f4f503 chore: remove some of the any's
Signed-off-by: blam <ben@blam.sh>
2021-08-06 11:09:09 +02:00
blam 566e492359 chore: finally got all the types building
Signed-off-by: blam <ben@blam.sh>
2021-08-06 11:09:09 +02:00
blam fcb8cfa7b9 chore: fix types for nodeExternals
Signed-off-by: blam <ben@blam.sh>
2021-08-06 11:07:17 +02:00
blam e1f2688c63 chore: remove extraneous lines
Signed-off-by: blam <ben@blam.sh>
2021-08-06 11:07:17 +02:00
blam f18a2f5165 Fixing some issues with webpack 5
Signed-off-by: blam <ben@blam.sh>
2021-08-06 11:07:17 +02:00
blam fca8b49c39 chore: making some more progress!
Signed-off-by: blam <ben@blam.sh>
2021-08-06 11:07:17 +02:00
blam 10eb151a36 chore: updated some more things to get webpack working
Signed-off-by: blam <ben@blam.sh>
2021-08-06 11:07:17 +02:00
blam 1981ce2e25 chore: fixing bundler config possibly
Signed-off-by: blam <ben@blam.sh>
2021-08-06 11:07:17 +02:00
blam 4cc321812b chore: fixing bundler
Signed-off-by: blam <ben@blam.sh>
2021-08-06 11:07:17 +02:00
blam 4df8b12879 chore: updating some packages to get ready for webpack5
Signed-off-by: blam <ben@blam.sh>
2021-08-06 11:07:17 +02:00
github-actions[bot] 326cbd7408 Version Packages 2021-08-05 00:24:56 +00:00
Patrik Oldsberg e9d3983eee config,config-loader: warn when trying to access invisible config values
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-08-01 13:12:20 +02:00
Himanshu Mishra 6aa7c3db74 chore: bump node-tar version
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-07-30 15:13:41 +02:00
github-actions[bot] 32b48219ce Version Packages 2021-07-29 10:32:54 +00:00
blam b05210593d chore: bump the version of material-ui core to 4.12.2
Signed-off-by: blam <ben@blam.sh>
2021-07-27 23:44:43 +02:00
github-actions[bot] f51fcaeba2 Version Packages 2021-07-22 10:52:38 +00:00
blam 099f7cf4b6 chore: bump eslint
Signed-off-by: blam <ben@blam.sh>
2021-07-16 15:03:36 +02:00
blam 03d23b2525 chore: fix dependencies
Signed-off-by: blam <ben@blam.sh>
2021-07-16 14:02:18 +02:00
dependabot[bot] 2cabea24dc chore(deps): bump @typescript-eslint/eslint-plugin from 4.27.0 to 4.28.3
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.27.0 to 4.28.3.
- [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.28.3/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-07-16 04:12:36 +00:00
github-actions[bot] 8d1c3d0d5a Version Packages 2021-07-15 09:19:25 +00:00
blam 203d256d36 chore: reverting fs-extra bump, that seems to have broken all the installs
Signed-off-by: blam <ben@blam.sh>
2021-07-12 19:29:34 +02:00