github-actions[bot]
f0196a2f04
Version Packages
2022-10-18 09:55:10 +00:00
Patrik Oldsberg
58c3206079
Merge pull request #14065 from backstage/add-jest-dirs-to-eslint-factory-overrides
...
build: add __tests__ and __mocks__ dirs to relevant parts of eslint-factory
2022-10-17 16:56:45 +02:00
Fredrik Adelöw
9c595302cb
Normalize on winston version \^3.2.1
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-10-17 13:19:53 +02:00
MT Lewis
1846952276
build: switch eslint-factory to use __testUtils__ instead of __tests__
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2022-10-17 09:41:40 +01:00
MT Lewis
24b40140c4
build: add __tests__ and __mocks__ dirs to relevant parts of eslint-factory
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2022-10-17 09:34:00 +01:00
github-actions[bot]
9282c018c7
Version Packages (next)
2022-10-11 14:30:05 +00:00
Fredrik Adelöw
2d3a5f09ab
json
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-10-06 15:00:36 +02:00
github-actions[bot]
721c1efdb4
Version Packages (next)
2022-10-04 12:08:16 +00:00
Mitchell Hentges
78d5eb299e
CachingJestRuntime should not do extra work if not watching
...
The benefits of `CachingJestRuntime` only apply if in `watch` mode.
If not, then we're doing FS calls but not getting benefit from them.
This is a small optimization that will hopefully make CI happier with
our caching runtime, if/when it's used.
Signed-off-by: Mitchell Hentges <mhentges@spotify.com >
2022-09-30 15:10:43 +02:00
github-actions[bot]
4e94720142
Version Packages (next)
2022-09-27 10:57:53 +00:00
Patrik Oldsberg
a541a3a78a
cli: upfront resolution of swc-loader
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-26 20:37:24 +02:00
Fredrik Adelöw
cfb3598410
no longer transpile tsx files in backend packages
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-09-22 14:13:04 +02:00
Patrik Oldsberg
4f5fb2d4f4
cli: add support for workspace: query for local version matching
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-21 10:14:55 +02:00
Patrik Oldsberg
d66b398840
cli: improve v2 lockfile parsing to split out ranges
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-21 10:14:55 +02:00
Patrik Oldsberg
be5a837259
migrate to use workspace ranges
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-21 10:14:53 +02:00
Patrik Oldsberg
17f398face
cli: skip testinging of repo test --since matches nothing
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-20 22:10:22 +02:00
Patrik Oldsberg
947a9f2165
cli: flip repo command help options to use --jest-help instead
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-20 18:07:16 +02:00
Patrik Oldsberg
292a088807
cli: add repo test command
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-20 18:07:16 +02:00
Patrik Oldsberg
1720afed04
cli: fix yaml transform and add test for loading yaml
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-20 18:02:28 +02:00
Patrik Oldsberg
3e309107ca
cli: update template fallback versions
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-20 17:16:26 +02:00
Patrik Oldsberg
2dddb32fea
cli: switch to custom jest yaml transform to support node 18
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-20 14:51:19 +02:00
Patrik Oldsberg
ec623f85fb
cli: update API report for Jest 29
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-20 14:51:19 +02:00
Patrik Oldsberg
b179cd11f4
cli: update jest config for v29
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-20 14:51:19 +02:00
Patrik Oldsberg
2e4e6c3500
test fixes to support Jest 29
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-20 14:51:19 +02:00
Patrik Oldsberg
ffa2d1f414
cli: bump to jest 29
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-20 14:51:19 +02:00
github-actions[bot]
30882884a4
Version Packages
2022-09-20 11:52:02 +00:00
Tomasz Szuba
cc63eb8611
Sort entries in skeleton.tar.gz
...
Signed-off-by: Tomasz Szuba <tszuba@box.com >
2022-09-16 17:24:53 -04:00
github-actions[bot]
423e01d903
Version Packages (next)
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-13 18:00:17 -04:00
Patrik Oldsberg
a7e82c9b01
cli: update versions:bump to work with Yarn 3
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-08 18:11:35 +02:00
Patrik Oldsberg
7d47def9c4
switch @types/jest to only be depended on by @backstage/cli
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-07 11:29:12 +02:00
github-actions[bot]
f275697d2b
Version Packages (next)
2022-09-06 13:11:16 +00:00
Ben Lambert
ecc6da2d47
Merge pull request #13505 from backstage/blam/fix-swc-import
...
Fix the config for `jest` with `swc`
2022-09-06 11:52:56 +02:00
renovate[bot]
667d917488
chore(deps): update dependency msw to ^0.47.0
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2022-09-06 07:09:16 +00:00
Patrik Oldsberg
ecaaaa2b3c
Merge pull request #13530 from backstage/rugvip/fixtest
...
cli: fix templating tests
2022-09-05 12:13:39 +02:00
Patrik Oldsberg
647d84cfeb
Merge pull request #13524 from backstage/rugvip/skipschema
...
cli: avoid backend schema processing when loading config
2022-09-05 12:00:34 +02:00
Patrik Oldsberg
b6225d61fb
cli: fix templating tests
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-05 11:45:47 +02:00
Patrik Oldsberg
ff142d29cc
cli: remove unnecessary react transforms in jest swc config
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-05 10:59:09 +02:00
Patrik Oldsberg
934cc34563
cli: avoid backend schema processing when loading config
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-05 10:46:28 +02:00
Patrik Oldsberg
d9818073d3
Merge pull request #13518 from backstage/rugvip/nodiff
...
cli: deprecate plugin:diff command
2022-09-05 10:30:33 +02:00
Patrik Oldsberg
0f0058673e
cli: stop using lerna to execute build scripts when building dist workspace
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-04 17:13:34 +02:00
Patrik Oldsberg
0e46432621
cli: add baseVersion option to new command
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-04 16:41:57 +02:00
Patrik Oldsberg
00747a8073
cli: refactor to use isMonoRepo helper
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-04 16:40:26 +02:00
Patrik Oldsberg
05c4eae7de
cli: add isMonoRepo helper
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-04 15:03:17 +02:00
Patrik Oldsberg
548053614a
cli: deprecate plugin:diff command
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-04 14:19:15 +02:00
blam
d62982e62e
chore: starting to look nicer
...
Signed-off-by: blam <ben@blam.sh >
2022-09-02 13:57:50 +02:00
blam
c68a6ecbe6
chore: turn off tsx for .ts files
...
Signed-off-by: blam <ben@blam.sh >
2022-09-02 13:51:29 +02:00
blam
b46b456501
chore: split up the config
...
Signed-off-by: blam <ben@blam.sh >
2022-09-02 13:41:39 +02:00
blam
742cb4f3d7
chore: update the config and add changeset
...
Signed-off-by: blam <ben@blam.sh >
2022-09-02 13:34:03 +02:00
blam
797591c510
chore: change how we load jest
...
Signed-off-by: blam <ben@blam.sh >
2022-09-02 13:20:59 +02:00
Patrik Oldsberg
a0e7bc2654
Merge pull request #13338 from lsiric/feature/support-custom-certificate-for-webpack-dev-server
...
passing https.cert and https.key options to the webpack dev server
2022-09-01 18:25:44 +02:00