Граф коммитов

17 Коммитов

Автор SHA1 Сообщение Дата
Wil Clouser e4add49a11
chore(deps): remove yarn-plugin-relock
Because:

* This was added to be used with bananafox

This commit:

* removes yarn-plugin-relock

Closes FXA-7008
2023-03-07 07:39:49 -08:00
dschom acf3c82590
task(ci): Use docker base image
Because:
- We want to speed up pipeline startup.

This Commit:
- Optimizes docker base image builds for the smallest images possible.
- Enables hard links for yarn cache
- Enables global yarn cache
- Avoids needlessly installing playwright browsers.
- Avoids needlessly running yarn install.
- Uses mozilla/fxa-circleci:ci-base-latest image for running test pipelines
- Uses mozilla/fxa-circleci:ci-base-browsers image for running functional tests pipelines
- Creates configurable executors that can be reused across pipelines
- Upgrades to yarn 3.3.0
- Enabled direct check out of PR code to test, which is faster than circle ci’s checkout command.
- Upgrades functional test to X-Large. This was already the case for playwright tests, but is now extended to content server tests too. This decision was made due to running lots of pipelines and realizing flakiness was largely due to CPU or memory hitting 100% for long periods of time.
- Turns off tracing, since it saves a bit of runtime.
2022-12-15 15:48:16 -08:00
Danny Coates 5bfb78b0ab
chore(deps): update yarn to 3.1.1 2021-12-22 15:35:47 -08:00
Danny Coates c72a1a0032
chore(deps): Update yarn to 3.1.0 and dedupe deps. fix resolve conflicts (#11072)
chore(deps): updated yarn to 3.1.0

chore(deps): need to be explicit about postcss deps now, apparently

chore(deps): update yarn relock to skip adding checksums for conditional deps

This matches the default behavior of yarn 3.1

danny hates storybook

update yarn workspace plugin
2021-11-18 17:58:42 -08:00
Danny Coates a95f1270af
refactor(build): use esbuild instead of ts-node (#10639) 2021-10-07 09:57:36 -07:00
Danny Coates b8a6bd51c6
chore(deps): updated yarn to 3.0 and typescript to 4.3.5 2021-07-28 10:41:27 -07:00
Danny Coates 952e4f3885
chore(deps): added "yarn outdated" plugin + updated some deps 2021-05-24 12:44:48 -07:00
Danny Coates ecf5b8d762
chore(deps): update yarn and dedupe 2021-03-16 15:32:41 -07:00
Danny Coates 7c59bfd134
chore(deps): updated yarn to 2.4.0 2021-01-05 12:53:56 -08:00
Danny Coates ea99de840c
chore(deps): updated yarn-relock plugin 2020-10-21 12:28:59 -07:00
Danny Coates b85dcbe43b
chore(deps): updated yarn 2020-10-14 09:18:21 -07:00
Danny Coates 6a41db00aa
chore(deps): updated yarn to 2.2.2 2020-09-18 10:18:09 -07:00
Danny Coates c2e4500548
chore(deps): updated yarn relock
updated relock plugin to resolve missing checksums.

ref 9c2c624556
2020-09-16 10:25:43 -07:00
Danny Coates 1bc3b198bb
feat(dev): added yarn relock plugin
The relock plugin regenerates the `yarn.lock` without doing a full install. This is mainly for the github bot to automatically update dependabot PRs with commits to update the `yarn.lock`.
2020-09-02 13:26:42 -07:00
Danny Coates da2e99729c
chore(deps): update yarn version and root level deps 2020-08-21 17:06:03 -07:00
Danny Coates 80bf067739
chore(deps): updated yarn
updated yarn to pick up https://github.com/yarnpkg/berry/pull/1366 from upstream instead of my fork
2020-06-26 13:24:09 -07:00
Danny Coates 81575019a9
refactor(packages): use workspace references 2020-05-21 10:57:21 -07:00